Rotation-Equivariant Self-Supervised Method in Image Denoising
Hanze Liu, Jiahong Fu, Qi Xie, Deyu Meng
TL;DR
The paper addresses the limit of self-supervised image denoising by introducing rotation-equivariant priors into network architectures. It replaces standard convolutions with Fourier-based rotation-equivariant convolutions and provides theoretical bounds on equivariance errors for downsampling, upsampling, and the full U-Net, ensuring reliable rotation symmetry. The authors propose AdaReNet, an adaptive framework that fuses outputs from rotation-equivariant and vanilla networks via a MaskNetwork and a self-correcting module, achieving improved denoising on multiple self-supervised baselines. The work demonstrates that incorporating rotation symmetry can enhance robustness and performance in self-supervised denoising, offering a new direction for leveraging geometric priors in low-supervision settings.
Abstract
Self-supervised image denoising methods have garnered significant research attention in recent years, for this kind of method reduces the requirement of large training datasets. Compared to supervised methods, self-supervised methods rely more on the prior embedded in deep networks themselves. As a result, most of the self-supervised methods are designed with Convolution Neural Networks (CNNs) architectures, which well capture one of the most important image prior, translation equivariant prior. Inspired by the great success achieved by the introduction of translational equivariance, in this paper, we explore the way to further incorporate another important image prior. Specifically, we first apply high-accuracy rotation equivariant convolution to self-supervised image denoising. Through rigorous theoretical analysis, we have proved that simply replacing all the convolution layers with rotation equivariant convolution layers would modify the network into its rotation equivariant version. To the best of our knowledge, this is the first time that rotation equivariant image prior is introduced to self-supervised image denoising at the network architecture level with a comprehensive theoretical analysis of equivariance errors, which offers a new perspective to the field of self-supervised image denoising. Moreover, to further improve the performance, we design a new mask mechanism to fusion the output of rotation equivariant network and vanilla CNN-based network, and construct an adaptive rotation equivariant framework. Through extensive experiments on three typical methods, we have demonstrated the effectiveness of the proposed method.
