Update README.md
Browse files
README.md
CHANGED
|
@@ -9,26 +9,22 @@ tags:
|
|
| 9 |
- diffusion
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# LPNSR:
|
| 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:
|
| 17 |
- **GitHub Repository:** [Faze-Hsw/LPNSR](https://github.com/Faze-Hsw/LPNSR)
|
| 18 |
|
| 19 |
## Introduction
|
| 20 |
|
| 21 |
-
|
| 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 |
-
##
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 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:
|
| 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},
|