DVMSR: Distillated Vision Mamba for Efficient Super-Resolution
Xiaoyan Lei, Wenlong Zhang, Weifeng Cao

TL;DR
DVMSR introduces a lightweight super-resolution network using Vision Mamba and distillation, achieving high performance with fewer parameters compared to existing methods.
Contribution
It is the first to incorporate Vision Mamba with a distillation strategy for efficient image super-resolution.
Findings
Outperforms state-of-the-art efficient SR methods in PSNR and SSIM.
Reduces model parameters significantly while maintaining performance.
Demonstrates effectiveness of Vision Mamba in SR tasks.
Abstract
Efficient Image Super-Resolution (SR) aims to accelerate SR network inference by minimizing computational complexity and network parameters while preserving performance. Existing state-of-the-art Efficient Image Super-Resolution methods are based on convolutional neural networks. Few attempts have been made with Mamba to harness its long-range modeling capability and efficient computational complexity, which have shown impressive performance on high-level vision tasks. In this paper, we propose DVMSR, a novel lightweight Image SR network that incorporates Vision Mamba and a distillation strategy. The network of DVMSR consists of three modules: feature extraction convolution, multiple stacked Residual State Space Blocks (RSSBs), and a reconstruction module. Specifically, the deep feature extraction module is composed of several residual state space blocks (RSSB), each of which has…
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 Vision and Imaging · Medical Image Segmentation Techniques · Advanced Image Processing Techniques
