Denoising and Regularization via Exploiting the Structural Bias of Convolutional Generators
Reinhard Heckel, Mahdi Soltanolkotabi

TL;DR
This paper demonstrates that convolutional neural networks inherently possess a bias towards natural images, enabling effective denoising and regularization without training data by exploiting their architectural properties and early stopping during gradient descent.
Contribution
The paper formally characterizes how convolutional generators' architectural bias leads to effective denoising through early stopping, providing theoretical insights into this phenomenon.
Findings
Convolutional generators fit the structured image content faster than noise.
Early stopping in gradient descent effectively denoises images.
Architectural choices like fixed interpolating filters are key to this bias.
Abstract
Convolutional Neural Networks (CNNs) have emerged as highly successful tools for image generation, recovery, and restoration. A major contributing factor to this success is that convolutional networks impose strong prior assumptions about natural images. A surprising experiment that highlights this architectural bias towards natural images is that one can remove noise and corruptions from a natural image without using any training data, by simply fitting (via gradient descent) a randomly initialized, over-parameterized convolutional generator to the corrupted image. While this over-parameterized network can fit the corrupted image perfectly, surprisingly after a few iterations of gradient descent it generates an almost uncorrupted image. This intriguing phenomenon enables state-of-the-art CNN-based denoising and regularization of other inverse problems. In this paper, we attribute this…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Signal Denoising Methods · Digital Filter Design and Implementation · Advanced Data Compression Techniques
