paper-with-me

홈 › Papers

VmambaIR: Visual State Space Model for Image Restoration

2024-03-18 · Yuan Shi, Bin Xia, Xiaoyu Jin, Xing Wang, Tianyu Zhao, Xin Xia, Xuefeng Xiao, Wenming Yang

Image restoration is a critical task in low-level computer vision, aiming to restore high-quality images from degraded inputs. Various models, such as convolutional neural networks (CNNs), generative adversarial networks (GANs), transformers, and diffusion models (DMs), have been employed to address this problem with significant impact. However, CNNs have limitations in capturing long-range dependencies. DMs require large prior models and computationally intensive denoising steps. Transformers have powerful modeling capabilities but face challenges due to quadratic complexity with input image size. To address these challenges, we propose VmambaIR, which introduces State Space Models (SSMs) with linear complexity into comprehensive image restoration tasks. We utilize a Unet architecture to stack our proposed Omni Selective Scan (OSS) blocks, consisting of an OSS module and an Efficient Feed-Forward Network (EFFN). Our proposed omni selective scan mechanism overcomes the unidirectional modeling limitation of SSMs by efficiently modeling image information flows in all six directions. Furthermore, we conducted a comprehensive evaluation of our VmambaIR across multiple image restoration tasks, including image deraining, single image super-resolution, and real-world image super-resolution. Extensive experimental results demonstrate that our proposed VmambaIR achieves state-of-the-art (SOTA) performance with much fewer computational resources and parameters. Our research highlights the potential of state space models as promising alternatives to the transformer and CNN architectures in serving as foundational frameworks for next-generation low-level visual tasks.

📄 PDF Abstract BibTeX arXiv:2403.11423

Code (1)

alphacatplus/vmambair 공식 구현 pytorch

Tasks

DenoisingImage RestorationImage Super-ResolutionmodelRain RemovalState Space ModelsSuper-Resolution

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Efficient Visual State Space Model for Image Deblurring

2024-05-23 · CVPR 2025 1 · Lingshun Kong, Jiangxin Dong, Ming-Hsuan Yang, Jinshan Pan

Convolutional neural networks (CNNs) and Vision Transformers (ViTs) have achieved excellent performance in image restoration. ViTs typically yield superior results in image restoration compared to CNNs due to their abili…

DeblurringImage DeblurringImage Restorationmodel+1

Visual-Instructed Degradation Diffusion for All-in-One Image Restoration

2025-06-20 · CVPR 2025 1 · Wenyang Luo, Haina Qin, Zewen Chen, Libin Wang 외

Image restoration tasks like deblurring, denoising, and dehazing usually need distinct models for each degradation type, restricting their generalization in real-world scenarios with mixed or unknown degradations. In thi…

AllDeblurringDenoisingImage Restoration

DiffLoss: unleashing diffusion model as constraint for training image restoration network

2024-06-27 · Jiangtong Tan, Feng Zhao

Image restoration aims to enhance low quality images, producing high quality images that exhibit natural visual characteristics and fine semantic attributes. Recently, the diffusion model has emerged as a powerful techni…

Image GenerationImage Restoration

Restoring Extremely Dark Images in Real Time

2021-06-19 · CVPR 2021 1 · Mohit Lamba, Kaushik Mitra

A practical low-light enhancement solution must be computationally fast, memory-efficient, and achieve a visually appealing restoration. Most of the existing methods target restoration quality and thus compromise on …

4kCPUGPUImage Enhancement+4

Visual Style Prompt Learning Using Diffusion Models for Blind Face Restoration

2024-12-30 · Wanglong Lu, Jikai Wang, Tao Wang, Kaihao Zhang 외

Blind face restoration aims to recover high-quality facial images from various unidentified sources of degradation, posing significant challenges due to the minimal information retrievable from the degraded images. Prior…

Blind Face RestorationPrompt Learning