IVCVLGMar 2, 2021

Feature-Align Network with Knowledge Distillation for Efficient Denoising

arXiv:2103.01524v23 citations
AI Analysis

This addresses the problem of high-quality denoising on compute-limited devices like smartphones, representing a domain-specific incremental improvement.

The paper tackles efficient RAW image denoising for mobile devices by proposing a novel architecture with feature alignment and knowledge distillation techniques, achieving competitive denoising quality (48.28dB PSNR) while using 263 times fewer MACs and 17.6 times fewer parameters than state-of-the-art methods.

We propose an efficient neural network for RAW image denoising. Although neural network-based denoising has been extensively studied for image restoration, little attention has been given to efficient denoising for compute limited and power sensitive devices, such as smartphones and smartwatches. In this paper, we present a novel architecture and a suite of training techniques for high quality denoising in mobile devices. Our work is distinguished by three main contributions. (1) Feature-Align layer that modulates the activations of an encoder-decoder architecture with the input noisy images. The auto modulation layer enforces attention to spatially varying noise that tend to be "washed away" by successive application of convolutions and non-linearity. (2) A novel Feature Matching Loss that allows knowledge distillation from large denoising networks in the form of a perceptual content loss. (3) Empirical analysis of our efficient model trained to specialize on different noise subranges. This opens additional avenue for model size reduction by sacrificing memory for compute. Extensive experimental validation shows that our efficient model produces high quality denoising results that compete with state-of-the-art large networks, while using significantly fewer parameters and MACs. On the Darmstadt Noise Dataset benchmark, we achieve a PSNR of 48.28dB, while using 263 times fewer MACs, and 17.6 times fewer parameters than the state-of-the-art network, which achieves 49.12dB.

Foundations

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

Your Notes