Swift Parameter-free Attention Network for Efficient Super-Resolution

Cheng Wan, Hongyuan Yu, Zhiqi Li, Yihang Chen, Yajun Zou, Yuqing Liu, Xuanwu Yin, Kunlong Zuo; Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, 2024, pp. 6246-6256

Abstract


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.

Related Material


[pdf] [arXiv]
[bibtex]
@InProceedings{Wan_2024_CVPR, author = {Wan, Cheng and Yu, Hongyuan and Li, Zhiqi and Chen, Yihang and Zou, Yajun and Liu, Yuqing and Yin, Xuanwu and Zuo, Kunlong}, title = {Swift Parameter-free Attention Network for Efficient Super-Resolution}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops}, month = {June}, year = {2024}, pages = {6246-6256} }