SCEESR: Semantic-Control Edge Enhancement for Diffusion-Based Super-Resolution
Yun Kai Zhuang
TL;DR
SCEESR addresses Real-ISR challenges by enhancing a one-step diffusion SR model with semantic edge guidance via a ControlNet and a gated fusion of Canny and HED edges. A LoRA-tuned diffusion backbone preserves efficiency, while a hybrid loss including an adaptive edge term enforces both pixel accuracy and geometric fidelity. Quantitative and qualitative results show improved structural integrity and perceptual realism with only modest increases in computation. This approach offers a practical path to high-quality SR in real-world scenarios where speed and detail preservation are both critical.
Abstract
Real-world image super-resolution (Real-ISR) must handle complex degradations and inherent reconstruction ambiguities. While generative models have improved perceptual quality, a key trade-off remains with computational cost. One-step diffusion models offer speed but often produce structural inaccuracies due to distillation artifacts. To address this, we propose a novel SR framework that enhances a one-step diffusion model using a ControlNet mechanism for semantic edge guidance. This integrates edge information to provide dynamic structural control during single-pass inference. We also introduce a hybrid loss combining L2, LPIPS, and an edge-aware AME loss to optimize for pixel accuracy, perceptual quality, and geometric precision. Experiments show our method effectively improves structural integrity and realism while maintaining the efficiency of one-step generation, achieving a superior balance between output quality and inference speed. The results of test datasets will be published at https://drive.google.com/drive/folders/1amddXQ5orIyjbxHgGpzqFHZ6KTolinJF?usp=drive_link and the related code will be published at https://github.com/ARBEZ-ZEBRA/SCEESR.
