SWFormer is a multi-domain image restoration backbone that combines spatial, wavelet, and Fourier processing and achieves competitive state-of-the-art results across ten tasks with lower computational cost.
Memory augment is All You Need for image restoration
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Image restoration is a low-level vision task, most CNN methods are designed as a black box, lacking transparency and internal aesthetics. Although some methods combining traditional optimization algorithms with DNNs have been proposed, they all have some limitations. In this paper, we propose a three-granularity memory layer and contrast learning named MemoryNet, specifically, dividing the samples into positive, negative, and actual three samples for contrastive learning, where the memory layer is able to preserve the deep features of the image and the contrastive learning converges the learned features to balance. Experiments on Derain/Deshadow/Deblur task demonstrate that these methods are effective in improving restoration performance. In addition, this paper's model obtains significant PSNR, SSIM gain on three datasets with different degradation types, which is a strong proof that the recovered images are perceptually realistic. The source code of MemoryNet can be obtained from https://github.com/zhangbaijin/MemoryNet
fields
eess.IV 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Image Restoration via Multi-domain Learning
SWFormer is a multi-domain image restoration backbone that combines spatial, wavelet, and Fourier processing and achieves competitive state-of-the-art results across ten tasks with lower computational cost.