Invertible Denoising Network: A Light Solution for Real Noise Removal

The task of real-world noise removal is challenging, as the noise model is highly complex. CNNs have lately achieved state-of-the-art denoising performance, but the networks are extremely large and complicated for a better accuracy.

Invertible networks are light models that were created for unsupervised learning of probabilistic models. They are able to change one distribution to another with a bijective function without losing information, and they were used successfully for image generation.

Fig. 1 An example of InvDN image denoising.

Top left: original image of moderate noise level. Top right: image denoised with the InvDN method [1], to which original image details were added back for more sharpness. Bottom row: Details from top row images.

To apply invertible networks for image denoising as in [1] is not a trivial task, as the noisy input and the clean output follow different distributions. First, the noisy input is transformed into a lower-resolution clean image and a noisy latent representation. For image denoising, the network called InvDN changes the latent representation that contains noise with a cleaner one obtained from a prior distribution during reversion. 

Invertible networks do not use convolutions as feature extraction, as they would not be invertible anymore. They use the Squeeze operation and the Haar Wavelet Transformation, as illustrated in Figure 2. 

The proposed method shows state-of-the-art-results in denoising applied to several real-noise datasets. 

Fig. 2  Invertible transforms [1].

In the figure 2 the Squeeze operation extracts features following a checkerboard pattern. The Wavelet Transform extracts average pooling of the image, followed by the vertical, horizontal and diagonal derivatives.

Author

Gabriela Ghimpeteanu, Coronis Computing.

Bibliography

[1] Liu, Yang and Qin, Zhenyue and Anwar, Saeed and Ji, Pan and Kim, Dongwoo and Caldwell, Sabrina and Gedeon, Tom. Invertible Denoising Network: A Light Solution for Real Noise Removal, CVPR 2021