Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Efficient Visual State Space Model for Image Deblurring

About

Convolutional neural networks (CNNs) and Vision Transformers (ViTs) have achieved excellent performance in image restoration. While ViTs generally outperform CNNs by effectively capturing long-range dependencies and input-specific characteristics, their computational complexity increases quadratically with image resolution. This limitation hampers their practical application in high-resolution image restoration. In this paper, we propose a simple yet effective visual state space model (EVSSM) for image deblurring, leveraging the benefits of state space models (SSMs) for visual data. In contrast to existing methods that employ several fixed-direction scanning for feature extraction, which significantly increases the computational cost, we develop an efficient visual scan block that applies various geometric transformations before each SSM-based module, capturing useful non-local information and maintaining high efficiency. In addition, to more effectively capture and represent local information, we propose an efficient discriminative frequency domain-based feedforward network (EDFFN), which can effectively estimate useful frequency information for latent clear image restoration. Extensive experimental results show that the proposed EVSSM performs favorably against state-of-the-art methods on benchmark datasets and real-world images. The code is available at https://github.com/kkkls/EVSSM.

Lingshun Kong, Jiangxin Dong, Jinhui Tang, Ming-Hsuan Yang, Jinshan Pan• 2024

Related benchmarks

TaskDatasetResultRank
Image DeblurringGoPro (test)
PSNR34.51
585
Image DeblurringRealBlur-J (test)
PSNR34.34
226
Image DeblurringHIDE (test)
PSNR31.99
207
DeblurringRealBlur-R (test)
PSNR41.27
147
Image DehazingRESIDE-6K (test)
PSNR (dB)32.05
22
Image DeblurringSimulation
PSNR18.53
12
Image DerainingReal-world dataset (test)
PSNR49
8
Image DeblurringReaL
PSNR15.38
3
Showing 8 of 8 rows

Other info

Code

Follow for update