Papers › Network Deconvolution

Network Deconvolution

28 May 2019ICLR 2020 1arXiv:1905.11926archive 2025-07-28

Chengxi Ye, Matthew Evanusa, Hua He, Anton Mitrokhin, Tom Goldstein, James A. Yorke, Cornelia Fermüller, Yiannis Aloimonos

Convolution is a central operation in Convolutional Neural Networks (CNNs), which applies a kernel to overlapping regions shifted across the image. However, because of the strong correlations in real-world image data, convolutional kernels are in effect re-learning redundant data. In this work, we show that this redundancy has made neural network training challenging, and propose network deconvolution, a procedure which optimally removes pixel-wise and channel-wise correlations before the data is fed into each layer. Network deconvolution can be efficiently calculated at a fraction of the computational cost of a convolution layer. We also show that the deconvolution filters in the first layer of the network resemble the center-surround structure found in biological neurons in the visual regions of the brain. Filtering with such kernels results in a sparse representation, a desired property that has been missing in the training of neural networks. Learning from the sparse representation promotes faster convergence and superior results without the use of batch normalization. We apply our network deconvolution operation to 10 modern neural network models by replacing batch normalization within each. Extensive experiments show that the network deconvolution operation is able to deliver performance improvement in all cases on the CIFAR-10, CIFAR-100, MNIST, Fashion-MNIST, Cityscapes, and ImageNet datasets.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1905.11926")

Code

Syntology Ran 3 of 23 code samples harvested from 3 repositories linked to this paper; 20 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 21 samples from 2 repositories, 1 ran; community (archive-listed): 2 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

deconvolutionpaper/deconvolution officialmentioned in paperpytorchApache-2.0 report
yechengxi/deconvolution officialmentioned in paperpytorch report
purbayankar/Advanced_GAIN mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 3 ran; 0 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran · fixture could not drive it
20unverified

Licence: 0 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

save_path_formatter yechengxi/deconvolution/main_imagenet.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 9ffb8818ca841845 · report
DPN26 deconvolutionpaper/deconvolution/models/dpn.py official repository unverified Apache-2.0 (permissive) · d14a271d2cdcb3f2 · report
DPN92 deconvolutionpaper/deconvolution/models/dpn.py official repository unverified Apache-2.0 (permissive) · fe28e5154d2901d7 · report
DenseNet121 deconvolutionpaper/deconvolution/models/densenet.py official repository unverified Apache-2.0 (permissive) · a848734514fda9d2 · report
DenseNet169 deconvolutionpaper/deconvolution/models/densenet.py official repository unverified Apache-2.0 (permissive) · 4ac10fe94fa544ba · report
DenseNet201 deconvolutionpaper/deconvolution/models/densenet.py official repository unverified Apache-2.0 (permissive) · 6084a8cd34ee0c72 · report
EfficientNetB0 deconvolutionpaper/deconvolution/models/efficientnet.py official repository unverified Apache-2.0 (permissive) · a165336a280a950b · report
PNASNetA deconvolutionpaper/deconvolution/models/pnasnet.py official repository unverified Apache-2.0 (permissive) · 823c6d1fdcbde4a7 · report
PNASNetB deconvolutionpaper/deconvolution/models/pnasnet.py official repository unverified Apache-2.0 (permissive) · 21b17d77f6d30abe · report
PreActResNet18 deconvolutionpaper/deconvolution/models/preact_resnet.py official repository unverified Apache-2.0 (permissive) · 8b6f2206042fed23 · report
PreActResNet34 deconvolutionpaper/deconvolution/models/preact_resnet.py official repository unverified Apache-2.0 (permissive) · 7f45dc0097346174 · report
PreActResNet50 deconvolutionpaper/deconvolution/models/preact_resnet.py official repository unverified Apache-2.0 (permissive) · a6b1ff1039628967 · report
ResNet18 deconvolutionpaper/deconvolution/models/resnet.py official repository unverified Apache-2.0 (permissive) · f7d34fa247170f0d · report
ResNet34 deconvolutionpaper/deconvolution/models/resnet.py official repository unverified Apache-2.0 (permissive) · 80b2eaf0a7fdbbb4 · report
ResNet50 deconvolutionpaper/deconvolution/models/resnet.py official repository unverified Apache-2.0 (permissive) · 1f74c2a18569f66e · report
accuracy deconvolutionpaper/deconvolution/main_imagenet.py official repository unverified Apache-2.0 (permissive) · 9b8289076669fe4f · report
accuracy deconvolutionpaper/deconvolution/net_util.py official repository unverified Apache-2.0 (permissive) · 1f742f99bc9f3e7e · report
densenet121d deconvolutionpaper/deconvolution/models/densenet_imagenet.py official repository unverified Apache-2.0 (permissive) · 7749e5b9e670c44f · report
densenet161 deconvolutionpaper/deconvolution/models/densenet_imagenet.py official repository unverified Apache-2.0 (permissive) · b2c7da0910c44182 · report
densenet169 deconvolutionpaper/deconvolution/models/densenet_imagenet.py official repository unverified Apache-2.0 (permissive) · 8bcf56ad403404b1 · report
validate yechengxi/deconvolution/main_imagenet.py official repository unverified Apache-2.0 (permissive) · c56d000ce908a8e2 · report
isqrt_newton_schulz_autograd COMP6248-Reproducability-Challenge/Network-Deconvolution-in-CNNs/models/deconv.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 9814ca390b4165ca · report
isqrt_newton_schulz_autograd_batch COMP6248-Reproducability-Challenge/Network-Deconvolution-in-CNNs/models/deconv.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · eed48cb7c9383ddd · report

Tasks

Image Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Batch NormalizationConvolution

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections