Non-Local Recurrent Network for Image Restoration
Ding Liu, Bihan Wen, Yuchen Fan, Chen Change Loy, Thomas S. Huang

TL;DR
This paper introduces a non-local recurrent network that effectively captures deep feature correlations for image restoration tasks, achieving superior results with fewer parameters by integrating non-local operations into an RNN framework.
Contribution
It proposes the first non-local recurrent network for image restoration, combining non-local modules with RNNs for improved feature correlation and robustness.
Findings
Outperforms state-of-the-art methods in denoising and super-resolution
Uses fewer parameters than existing models
Maintains robustness against severely degraded images
Abstract
Many classic methods have shown non-local self-similarity in natural images to be an effective prior for image restoration. However, it remains unclear and challenging to make use of this intrinsic property via deep networks. In this paper, we propose a non-local recurrent network (NLRN) as the first attempt to incorporate non-local operations into a recurrent neural network (RNN) for image restoration. The main contributions of this work are: (1) Unlike existing methods that measure self-similarity in an isolated manner, the proposed non-local module can be flexibly integrated into existing deep networks for end-to-end training to capture deep feature correlation between each location and its neighborhood. (2) We fully employ the RNN structure for its parameter efficiency and allow deep feature correlation to be propagated along adjacent recurrent states. This new design boosts…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Image and Signal Denoising Methods · Image Processing Techniques and Applications
