LPNSR: Prior-Enhanced Diffusion Image Super-Resolution via LR-Guided Noise Prediction
Paper • 2603.21045 • Published
This repository contains the official model weights for LPNSR, a prior-enhanced efficient diffusion framework for image super-resolution (SR).
Diffusion-based image super-resolution (SR) often suffers from inconsistent performance due to random noise injection, especially when using a limited number of sampling steps. To address this, LPNSR introduces a theoretical framework for optimal noise injection.
To use these weights, clone the official repository and follow the environment setup instructions.
Once the environment is set up and weights are placed in the pretrained/ folder, run:
python LPNSR/inference.py -i [image folder/image path] -o [output folder]
You can also launch a local Gradio web interface:
python LPNSR/app.py
If you find this work useful, please cite:
@article{lpnsr2026,
title={LPNSR: Optimal Noise-Guided Diffusion Image Super-Resolution Via Learnable Noise Prediction},
author={Huang, Shuwei and Liu, Shizhuo and Wei, Zijun},
journal={arXiv preprint arXiv:2603.21045},
year={2026},
eprint={2603.21045},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
This project is based on ResShift, BasicSR, SwinIR, and Real-ESRGAN.