Skip to content

CAMixerSR: Only Details Need More “Attention” (CVPR 2024)

License

Notifications You must be signed in to change notification settings

XingyuLiu00/CAMixerSR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAMixerSR: Only Details Need More “Attention”

Overview: We propose CAMixerSR, a new approach integrating content-aware accelerating framework and token mixer design, to pursue more efficient SR inference via assigning convolution for simple regions but window-attention for complex textures. It exhibits excellent generality and attains competitive results among state-of-the-art models with better complexity-performance trade-offs on large-image SR, lightweight SR, and omnidirectional-image SR.

This repository contains PyTorch implementation for CAMixerSR (CVPR 2024).


The main codes and pre-trained models have been uploaded. We are planning to replenish the README of CAMixerSR in a few weeks.

⚙️ Requirements

Dependencies

Installation

pip install -r requirements.txt

🎈 Datasets

Large-Image SR

Training: DIV2K.

Testing: F2K, Test2K, Test4K, Test8K (Google Drive/Baidu Netdisk).

Lightweight SR

Training: DIV2K or DF2K.

Testing: Set5, Set14, BSD100, Urban100, Manga109 (Google Drive/Baidu Netdisk).

Omni-Directional-Image SR

Training: lau dataset.

▶️ How to Test

Clone this repository and change the directory to ./codes

git clone https://github.com/icandle/CAMixerSR.git
cd codes

Lightweight SR

Testing: Change the dataset path of example option to your datasets and test with the command:

python basicsr/test.py -opt ../options/test/test_x4.yml

💖 Acknowledgments

We would thank BasicSR, ClassSR, and OSRT for their enlightening work!

🎓 Citation

@article{wang2024camixersr,
  title={CAMixerSR: Only Details Need More ``Attention"},
  author={Wang, Yan and Liu, Yi and Zhao, Shijie and Li, Junlin and Zhang, Li},
  journal={arXiv preprint arXiv:2402.19289},
  year={2024}
}

About

CAMixerSR: Only Details Need More “Attention” (CVPR 2024)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%