Normalization-Equivariant Neural Networks with Application to Image Denoising
S\'ebastien Herbreteau, Emmanuel Moebel, Charles Kervrann

TL;DR
This paper introduces a methodology to modify neural networks to ensure normalization-equivariance, improving their robustness and generalization in image denoising tasks by replacing certain layers with affine-constrained and channel-wise pooling layers.
Contribution
It proposes architectural modifications, including affine-constrained convolutions and channel-wise sort pooling, to guarantee normalization-equivariance in neural networks.
Findings
Enhanced generalization across noise levels in image denoising
Better conditioning of neural networks with the proposed modifications
Preservation of performance with the new architectural components
Abstract
In many information processing systems, it may be desirable to ensure that any change of the input, whether by shifting or scaling, results in a corresponding change in the system response. While deep neural networks are gradually replacing all traditional automatic processing methods, they surprisingly do not guarantee such normalization-equivariance (scale + shift) property, which can be detrimental in many applications. To address this issue, we propose a methodology for adapting existing neural networks so that normalization-equivariance holds by design. Our main claim is that not only ordinary convolutional layers, but also all activation functions, including the ReLU (rectified linear unit), which are applied element-wise to the pre-activated neurons, should be completely removed from neural networks and replaced by better conditioned alternatives. To this end, we introduce…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsImage and Signal Denoising Methods · Neural Networks and Applications · Seismic Imaging and Inversion Techniques
