mirpri commited on
Commit
78cec5b
·
verified ·
1 Parent(s): 306f98c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -13
README.md CHANGED
@@ -9,26 +9,22 @@ tags:
9
  - diffusion
10
  ---
11
 
12
- # LPNSR: Prior-Enhanced Diffusion Image Super-Resolution via LR-Guided Noise Prediction
13
 
14
  This repository contains the official model weights for **LPNSR**, a prior-enhanced efficient diffusion framework for image super-resolution (SR).
15
 
16
- - **Paper:** [LPNSR: Prior-Enhanced Diffusion Image Super-Resolution via LR-Guided Noise Prediction](https://huggingface.co/papers/2603.21045)
17
  - **GitHub Repository:** [Faze-Hsw/LPNSR](https://github.com/Faze-Hsw/LPNSR)
18
 
19
  ## Introduction
20
 
21
- LPNSR addresses the efficiency-quality trade-off in diffusion-based SR. While state-of-the-art frameworks like ResShift achieve efficient 4-step inference, they can suffer from performance degradation due to unconstrained random noise. LPNSR addresses this by:
22
- - Replacing random Gaussian noise with an **LR-guided multi-input-aware noise predictor**, embedding structural priors into the reverse process.
23
- - Mitigating initialization bias using a **high-quality pre-upsampling network** to optimize the diffusion starting point.
24
- - Maintaining a compact 4-step sampling trajectory for high-quality, real-world super-resolution.
25
 
26
- ## Features
27
-
28
- - **Efficient Sampling**: Only 4 sampling steps required for high-quality super-resolution.
29
- - **Noise Predictor**: Learns to predict optimal noise maps for partial diffusion initialization.
30
- - **Real-world SR**: Designed to handle complex real-world degradations.
31
- - **SwinIR Integration**: Optional SwinIR refinement for enhanced details.
32
 
33
  ## Quick Start
34
 
@@ -56,7 +52,7 @@ If you find this work useful, please cite:
56
 
57
  ```bibtex
58
  @article{lpnsr2026,
59
- title={LPNSR: Prior-Enhanced Diffusion Image Super-Resolution via LR-Guided Noise Prediction},
60
  author={Huang, Shuwei and Liu, Shizhuo and Wei, Zijun},
61
  journal={arXiv preprint arXiv:2603.21045},
62
  year={2026},
 
9
  - diffusion
10
  ---
11
 
12
+ # LPNSR: Optimal Noise-Guided Diffusion Image Super-Resolution Via Learnable Noise Prediction
13
 
14
  This repository contains the official model weights for **LPNSR**, a prior-enhanced efficient diffusion framework for image super-resolution (SR).
15
 
16
+ - **Paper:** [LPNSR: Optimal Noise-Guided Diffusion Image Super-Resolution Via Learnable Noise Prediction](https://huggingface.co/papers/2603.21045)
17
  - **GitHub Repository:** [Faze-Hsw/LPNSR](https://github.com/Faze-Hsw/LPNSR)
18
 
19
  ## Introduction
20
 
21
+ 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.
 
 
 
22
 
23
+ ### Key Innovations:
24
+ * **Optimal Noise Framework:** Derives a closed-form analytical solution for optimal intermediate noise based on maximum likelihood estimation.
25
+ * **Learnable Noise Predictor:** Replaces standard random Gaussian noise with an LR-guided multi-input-aware noise predictor.
26
+ * **Reduced Initialization Bias:** Uses a high-quality pre-upsampling network to improve starting conditions.
27
+ * **Efficient 4-Step Trajectory:** A compact trajectory uniquely enables end-to-end optimization of the entire reverse chain, achieving state-of-the-art perceptual quality on synthetic and real-world datasets without large-scale text-to-image priors.
 
28
 
29
  ## Quick Start
30
 
 
52
 
53
  ```bibtex
54
  @article{lpnsr2026,
55
+ title={LPNSR: Optimal Noise-Guided Diffusion Image Super-Resolution Via Learnable Noise Prediction},
56
  author={Huang, Shuwei and Liu, Shizhuo and Wei, Zijun},
57
  journal={arXiv preprint arXiv:2603.21045},
58
  year={2026},