Dual-domain Modulation Network for Lightweight Image Super-Resolution
About
Lightweight image super-resolution (SR) aims to reconstruct high-resolution images from low-resolution images under limited computational costs. We find that existing frequency-based SR methods cannot balance the reconstruction of overall structures and high-frequency parts. Meanwhile, these methods are inefficient for handling frequency features and unsuitable for lightweight SR. In this paper, we show that introducing both wavelet and Fourier information allows our model to consider both high-frequency features and overall SR structure reconstruction while reducing costs. Specifically, we propose a Dual-domain Modulation Network that integrates both wavelet and Fourier information for enhanced frequency modeling. Unlike existing methods that rely on a single frequency representation, our design combines wavelet-domain modulation via a Wavelet-domain Modulation Transformer (WMT) with global Fourier supervision, enabling complementary spectral learning well-suited for lightweight SR. Experimental results show that our method achieves a comparable PSNR to SRFormer and MambaIR while with less than 50\% and 60\% of their FLOPs and achieving inference speeds 15.4x and 5.4x faster, respectively, demonstrating the effectiveness of our method on SR quality and lightweight. Code link: https://github.com/24wenjie-li/DMNet
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Super-resolution | Urban100 x4 (test) | PSNR26.58 | 309 | |
| Image Super-resolution | Urban100 x2 (test) | PSNR32.84 | 118 | |
| Image Super-resolution | Urban100 x3 (test) | PSNR28.8 | 96 | |
| Image Super-resolution | Manga109 x2 (test) | PSNR39.39 | 92 | |
| Super-Resolution | Manga109 x3 (test) | PSNR34.33 | 86 | |
| Super-Resolution | BSD100 4x (test) | PSNR27.73 | 83 | |
| Image Super-resolution | Set14 x2 scale (test) | PSNR33.95 | 59 | |
| Image Super-resolution | Set5 x3 scale (test) | PSNR34.71 | 56 | |
| Image Super-resolution | Set5 x2 scale (test) | PSNR38.23 | 42 | |
| Image Super-resolution | Set5 x4 scale (test) | PSNR32.51 | 42 |