CVJul 27, 2021

Adaptive Denoising via GainTuning

arXiv:2107.12815v130 citations
Originality Incremental advance
AI Analysis

This addresses the generalization issue in image denoising for applications like scientific imaging, though it is incremental as it builds on existing pre-trained models.

The paper tackled the problem of deep convolutional neural networks for image denoising struggling to generalize to data outside their training distribution, and proposed GainTuning, which adaptively adjusts pre-trained models for individual test images, improving state-of-the-art performance on benchmarks and enabling faithful reconstruction in scientific applications at low signal-to-noise ratios.

Deep convolutional neural networks (CNNs) for image denoising are usually trained on large datasets. These models achieve the current state of the art, but they have difficulties generalizing when applied to data that deviate from the training distribution. Recent work has shown that it is possible to train denoisers on a single noisy image. These models adapt to the features of the test image, but their performance is limited by the small amount of information used to train them. Here we propose "GainTuning", in which CNN models pre-trained on large datasets are adaptively and selectively adjusted for individual test images. To avoid overfitting, GainTuning optimizes a single multiplicative scaling parameter (the "Gain") of each channel in the convolutional layers of the CNN. We show that GainTuning improves state-of-the-art CNNs on standard image-denoising benchmarks, boosting their denoising performance on nearly every image in a held-out test set. These adaptive improvements are even more substantial for test images differing systematically from the training data, either in noise level or image type. We illustrate the potential of adaptive denoising in a scientific application, in which a CNN is trained on synthetic data, and tested on real transmission-electron-microscope images. In contrast to the existing methodology, GainTuning is able to faithfully reconstruct the structure of catalytic nanoparticles from these data at extremely low signal-to-noise ratios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes