Search papers, labs, and topics across Lattice.
The paper introduces FiDeSR, a one-step diffusion super-resolution framework designed to improve both detail preservation and fidelity in real-world SR. FiDeSR employs a detail-aware weighting strategy during training to focus on regions with high prediction errors, and uses low- and high-frequency adaptive enhancers during inference for flexible refinement. The framework also incorporates a residual-in-residual noise refinement module to correct errors in the diffusion noise, leading to enhanced fine detail recovery.
Achieve superior real-world super-resolution by adaptively emphasizing detail during training and refining reconstruction with frequency-aware enhancers, all without retraining.
Diffusion-based approaches have recently driven remarkable progress in real-world image super-resolution (SR). However, existing methods still struggle to simultaneously preserve fine details and ensure high-fidelity reconstruction, often resulting in suboptimal visual quality. In this paper, we propose FiDeSR, a high-fidelity and detail-preserving one-step diffusion super-resolution framework. During training, we introduce a detail-aware weighting strategy that adaptively emphasizes regions where the model exhibits higher prediction errors. During inference, low- and high-frequency adaptive enhancers further refine the reconstruction without requiring model retraining, enabling flexible enhancement control. To further improve the reconstruction accuracy, FiDeSR incorporates a residual-in-residual noise refinement, which corrects prediction errors in the diffusion noise and enhances fine detail recovery. FiDeSR achieves superior real-world SR performance compared to existing diffusion-based methods, producing outputs with both high perceptual quality and faithful content restoration. The source code will be released at: https://github.com/Ar0Kim/FiDeSR.