Equivariant plug-and-play image reconstruction

Matthieu Terris,Thomas Moreau,Nelly Pustelnik,Julian Tachella
2024-05-23
Abstract:Plug-and-play algorithms constitute a popular framework for solving inverse imaging problems that rely on the implicit definition of an image prior via a denoiser. These algorithms can leverage powerful pre-trained denoisers to solve a wide range of imaging tasks, circumventing the necessity to train models on a per-task basis. Unfortunately, plug-and-play methods often show unstable behaviors, hampering their promise of versatility and leading to suboptimal quality of reconstructed images. In this work, we show that enforcing equivariance to certain groups of transformations (rotations, reflections, and/or translations) on the denoiser strongly improves the stability of the algorithm as well as its reconstruction quality. We provide a theoretical analysis that illustrates the role of equivariance on better performance and stability. We present a simple algorithm that enforces equivariance on any existing denoiser by simply applying a random transformation to the input of the denoiser and the inverse transformation to the output at each iteration of the algorithm. Experiments on multiple imaging modalities and denoising networks show that the equivariant plug-and-play algorithm improves both the reconstruction performance and the stability compared to their non-equivariant counterparts.
Image and Video Processing,Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the instability and sub - optimal reconstruction quality that occur when using the plug - and - play (PnP) image reconstruction algorithm. Specifically, although PnP algorithms can utilize powerful pre - trained denoisers to solve various imaging tasks, these methods often exhibit unstable characteristics, leading to a decline in the quality of reconstructed images. The paper proposes to significantly improve the stability and reconstruction quality of the algorithm by enforcing the equivariance of certain transformation groups (such as rotation, reflection and/or translation) on the denoiser. ### Main Contributions 1. **Theoretical Analysis**: The paper provides a theoretical analysis, explaining how equivariance improves performance and stability. 2. **Simple Algorithm**: A simple algorithm is proposed, which enforces equivariance by applying a random transformation to the input and applying the inverse transformation to the output at each iteration. 3. **Experimental Verification**: Through experiments with multiple imaging modalities and denoising networks, it is proved that the equivariant PnP algorithm is superior to the non - equivariant version in terms of stability and reconstruction performance. ### Key Concepts - **Equivariance**: If a function \(D\) satisfies \(D(T_g x)=T_g D(x)\) for each transformation \(T_g\) in the transformation group \(G\), then \(D\) is said to be equivariant. - **Plug - and - Play (PnP) Algorithm**: A framework that uses a denoiser to implicitly define the image prior, used to solve inverse imaging problems. - **Regularization - by - Denoising (RED)**: A PnP - like method that approximates the gradient of the prior term through a denoiser. ### Experimental Results The paper conducted experiments on a variety of imaging tasks, including image deblurring, super - resolution, and MRI - accelerated reconstruction. The results show that the equivariant PnP algorithm not only improves the reconstruction quality but also significantly improves the stability of the algorithm. For example, in the motion deblurring task, the PSNR value of the equivariant DRUNet denoiser increased from 29.8±3.1 to 33.0±0.6, and there were no geometric artifacts as in the non - equivariant version. ### Conclusion By enforcing equivariance on the denoiser, the stability and reconstruction quality of the PnP algorithm can be significantly improved. This method provides a new perspective for solving inverse imaging problems and has shown good results in practical applications.