CVIVMay 27, 2025

DiMoSR: Feature Modulation via Multi-Branch Dilated Convolutions for Efficient Image Super-Resolution

arXiv:2505.21262v11 citationsh-index: 62Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient image super-resolution for applications requiring lightweight models, offering a novel architectural approach that is incremental but provides strong performance gains.

The paper tackles the challenge of balancing reconstruction quality and model efficiency in lightweight single image super-resolution by introducing DiMoSR, which uses multi-branch dilated convolutions for feature modulation, achieving superior PSNR and SSIM metrics compared to state-of-the-art lightweight methods with comparable or reduced computational complexity.

Balancing reconstruction quality versus model efficiency remains a critical challenge in lightweight single image super-resolution (SISR). Despite the prevalence of attention mechanisms in recent state-of-the-art SISR approaches that primarily emphasize or suppress feature maps, alternative architectural paradigms warrant further exploration. This paper introduces DiMoSR (Dilated Modulation Super-Resolution), a novel architecture that enhances feature representation through modulation to complement attention in lightweight SISR networks. The proposed approach leverages multi-branch dilated convolutions to capture rich contextual information over a wider receptive field while maintaining computational efficiency. Experimental results demonstrate that DiMoSR outperforms state-of-the-art lightweight methods across diverse benchmark datasets, achieving superior PSNR and SSIM metrics with comparable or reduced computational complexity. Through comprehensive ablation studies, this work not only validates the effectiveness of DiMoSR but also provides critical insights into the interplay between attention mechanisms and feature modulation to guide future research in efficient network design. The code and model weights to reproduce our results are available at: https://github.com/makinyilmaz/DiMoSR

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes