Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Memory augment is All You Need for image restoration

Created by
  • Haebom

Author

Xiao Feng Zhang, Chao Chen Gu, Shan Ying Zhu

Outline

To address the black-box nature and lack of transparency of existing CNN-based image restoration methods, this paper proposes MemoryNet, which combines memory layers of three different granularities with contrastive learning. MemoryNet performs contrastive learning by classifying samples into three categories: positive, negative, and real. The memory layers preserve the deep features of the image, while contrastive learning balances the learned features. Experimental results on Derain, Deshadow, and Deblur tasks demonstrate the effectiveness of the proposed method in improving restoration performance. Furthermore, the proposed method significantly improves PSNR and SSIM values on datasets with three different degradation types, demonstrating an improvement in the subjective quality of the restored images. The source code is publicly available.

Takeaways, Limitations

Takeaways:
A novel approach to solving the black box problem of CNN-based image restoration models is presented.
Performance enhancement and subjective image quality improvement through the combination of memory layers and contrastive learning.
Demonstrating effective image restoration performance for various degradation types.
Ensuring reproducibility and extensibility through source code disclosure.
Limitations:
Lack of analysis of the computational complexity and memory usage of the proposed method.
Further research is needed to determine the generalizability of this approach to other domains beyond image restoration tasks.
Lack of detailed explanation on the number of grains in the memory layer and hyperparameter optimization for contrastive learning.
👍