Home

Awesome

<p align="center"> <img src="dossr_logo.jpg" style="width:50%; height:auto;"> </p>

[NeurIPS 2024]DoSSR: Taming Diffusion Prior for Image Super-Resolution with Domain Shift SDEs

<div style="display: flex; justify-content: space-between;"> <img src="\assets\pipeline.jpg" style="width: 100%;"> </div>

:date: Update

Our code review has been completed, and the code will be open-sourced within the next two days.

:computer: Installation

git clone https://github.com/QinpengCui/DoSSR.git
cd DoSSR

# create environment
conda create -n dossr python=3.10
conda activate dossr
pip install -r requirements.txt

:smiling_face_with_three_hearts: Acknowledgement

Our code is based on DiffBIR .Thanks for their awesome work.

:pencil: Citation

If you find this method and/or code useful, please consider citing

@inproceedings{cuitaming,
  title={Taming Diffusion Prior for Image Super-Resolution with Domain Shift SDEs},
  author={Cui, Qinpeng and Zhang, Xinyi and Bao, Qiqi and Liao, Qingmin and Tian, Lu and Liu, Zicheng and Wang, Zhongdao and Barsoum, Emad and others},
  booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems}
}