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

Swift Parameter-free Attention Network for Efficient Super-Resolution

About

Single Image Super-Resolution (SISR) is a crucial task in low-level computer vision, aiming to reconstruct high-resolution images from low-resolution counterparts. Conventional attention mechanisms have significantly improved SISR performance but often result in complex network structures and large number of parameters, leading to slow inference speed and large model size. To address this issue, we propose the Swift Parameter-free Attention Network (SPAN), a highly efficient SISR model that balances parameter count, inference speed, and image quality. SPAN employs a novel parameter-free attention mechanism, which leverages symmetric activation functions and residual connections to enhance high-contribution information and suppress redundant information. Our theoretical analysis demonstrates the effectiveness of this design in achieving the attention mechanism's purpose. We evaluate SPAN on multiple benchmarks, showing that it outperforms existing efficient super-resolution models in terms of both image quality and inference speed, achieving a significant quality-speed trade-off. This makes SPAN highly suitable for real-world applications, particularly in resource-constrained scenarios. Notably, we won the first place both in the overall performance track and runtime track of the NTIRE 2024 efficient super-resolution challenge. Our code and models are made publicly available at https://github.com/hongyuanyu/SPAN.

Cheng Wan, Hongyuan Yu, Zhiqi Li, Yihang Chen, Yajun Zou, Yuqing Liu, Xuanwu Yin, Kunlong Zuo• 2023

Related benchmarks

TaskDatasetResultRank
Super-ResolutionSet5
PSNR38.08
751
Super-ResolutionUrban100
PSNR32.24
603
Super-ResolutionSet14
PSNR33.71
586
Super-ResolutionBSD100
PSNR32.22
313
Super-ResolutionManga109
PSNR38.83
298
Super-ResolutionDIV2K
PSNR29.8
101
Video Super-ResolutionREDS
PSNR (dB)26.4
21
Super-ResolutionStreamSR
Subjective Quality Score3.13
19
Super-ResolutionBSD100
SSIM0.837
19
Super-ResolutionUrban100
SSIM0.847
19
Showing 10 of 13 rows

Other info

Code

Follow for update