Source-linked AI summary

Perceptually Regularized Diffusion Model for Image Super-Resolution

Chuxiangbo Wang, Pavithra Venkatachalapathy, Ying Liang, Min Wang, Jing Qin, Yifei Lou, Weihong Guo

arXiv:2609.02016v1eess.IVcs.CVcs.LG

TL;DR

Image super-resolution must recover high-frequency information from ill-posed low-resolution observations, while standard diffusion training does not explicitly enforce perceptual fidelity. The paper adds VGG-based feature-space regularization to the SR3 objective without changing the diffusion architecture or inference procedure. Experiments report improved perceptual reconstruction behavior and competitive distortion metrics, with configuration choices affecting early convergence and final quality.

  • Problem

    Standard pixel-domain diffusion noise prediction does not explicitly preserve perceptually meaningful features, allowing oversmoothing, semantic-structure loss, and inconsistent textures.

  • Method

    The method augments conditional SR3 training with a VGG-based perceptual regularization term measuring feature-space discrepancy between reconstructed and ground-truth high-resolution images.

  • Results

    Benchmark experiments on MRI and color facial images show earlier perceptual stabilization and improved local structural appearance, while some settings reach similar final PSNR and SSIM.

  • Takeaways & Limitations

    Perceptual regularization can improve perceptually meaningful structure recovery in diffusion-based super-resolution without modifying the diffusion architecture or inference procedure.

  • Takeaways & Limitations

    The VGG loss type and regularization weight require manual tuning for each dataset, scale factor, and optimization objective.

Abstract

from arXiv · show

Image super-resolution, which aims to reconstruct high-resolution images from their low-resolution observations, is fundamental to medical imaging, remote sensing, surveillance, microscopy, and scientific visualization. Traditional model-based methods formulate super-resolution as an inverse problem with hand-crafted regularization priors. While interpretable and theoretically grounded, they rely on fixed assumptions and require computationally intensive iterative solvers. Deep learning methods offer data-driven flexibility by learning nonlinear mappings from low- to high-resolution images, among which diffusion models have achieved particularly impressive perceptual quality. However, the standard diffusion training objective is a pixel-domain noise-prediction loss that does not explicitly enforce perceptual fidelity, which can lead to oversmoothing and loss of fine image structure. To address these limitations, we propose a perceptually regularized diffusion framework that incorporates prior knowledge through perceptual-loss-based regularization, improving training convergence and encouraging the recovery of meaningful image features. Experiments on benchmark datasets demonstrate improved perceptual quality and competitive distortion metrics, highlighting the effectiveness of regularization for diffusion-based super resolution.

1 Introduction

Single-image super-resolution is an ill-posed restoration problem, and diffusion models provide strong generative capability but lack explicit perceptual supervision. The proposed framework adds VGG-based perceptual regularization to SR3 without changing its diffusion architecture or inference procedure.

  • Motivation: Single-image super-resolution reconstructs high-resolution images from low-resolution observations for applications including medical imaging, remote sensing, and microscopy.Recovering spatial detail can support visual interpretation, quantitative analysis, and decision-making when high-resolution acquisition is constrained.
  • Challenges: Traditional model-based methods use explicit degradation models and hand-crafted priors, but simplified assumptions and iterative optimization limit flexibility and scalability.Examples of priors include transform-domain sparsity, smoothness, and total variation.
  • Diffusion Models: Diffusion-based super-resolution models condition progressive denoising on the low-resolution image and can sample multiple plausible, photorealistic high-resolution reconstructions.Their standard pixel-domain noise-prediction objective, however, does not explicitly enforce perceptual fidelity and may produce oversmoothing or inaccurate details under severe degradation.
  • Proposed Framework: The proposed method augments the SR3 training objective with a perceptual regularization term that penalizes feature-space discrepancy between reconstructed and ground-truth images.A pretrained VGG model supplies feature representations of perceptually meaningful image structures.
  • Evaluation: The paper evaluates the framework on numerical experiments using grayscale and color-image datasets.The stated experiments cover various benchmark datasets and reconstruction settings.

2 Related Work

The related-work foundation describes DDPM as learned Gaussian reverse denoising and SR3 as its low-resolution-conditioned extension for super-resolution. These models train noise prediction over progressively corrupted images and iteratively generate clean samples.

  • Denoising Diffusion Probabilistic Models: The forward diffusion process uses a fixed noise schedule to construct noisy samples whose distribution approaches N(0, I) at sufficiently large T.The signal and noise coefficients preserve unit variance under the stated variance-preserving construction.
  • Denoising Diffusion Probabilistic Models: DDPM learns a Gaussian reverse process that approximates the intractable reverse of a forward noise-corruption process.The forward process progressively corrupts clean images, while the learned reverse process denoises from Gaussian noise.
  • Denoising Diffusion Probabilistic Models: DDPM training minimizes timestep-wise denoising-matching terms derived from a variational bound on the data log-likelihood.The prior-matching term has no learnable parameters, and the reconstruction term is absorbed into the denoising terms.
  • Denoising Diffusion Probabilistic Models: At inference, the trained noise predictor iteratively removes noise from zT to obtain a clean sample z0.Each reverse step computes a learned mean and samples using a fixed covariance while progressively denoising.
  • Diffusion Models for Super-Resolution: SR3 extends DDPM to conditional super-resolution by incorporating an upsampled low-resolution image into every reverse transition.The low-resolution input constrains low-frequency global structure, while the noisy state carries the stochastic high-frequency component.
  • Diffusion Models for Super-Resolution: SR3 forms the foundation for the proposed method, alongside related approaches such as SRDiff, which generates the residual between high-resolution and upsampled low-resolution images.The proposed framework builds on SR3’s conditional diffusion formulation.

3 Proposed Regularized Diffusion Methods

The proposed method augments conditional diffusion training with VGG-based perceptual regularization, using reconstructed HR images to guide feature-space fidelity. Its gradient creates adaptive perceptual geometry and timestep-dependent modulation, consistent with faster early convergence and improved local structure.

  • VGG Perceptual Regularization: The method adds a perceptual regularization term to the SR3 diffusion objective, complementing the conditional diffusion loss with feature-space supervision.The regularizer measures discrepancy between reconstructed and ground-truth HR representations rather than only pixel-domain noise prediction.
  • VGG Perceptual Regularization: Perceptual losses compare deep feature representations that encode edges, textures, shapes, and semantic content, encouraging texture fidelity while preserving diffusion's generative capability.These representations capture image characteristics that pixel-wise metrics may fail to reflect.
  • VGG Perceptual Regularization: A pretrained VGG-19 network remains frozen and supplies the perceptual feature mapping used to compare reconstructed and ground-truth HR images.The reconstruction is obtained from predicted noise at each timestep, then evaluated against the ground-truth image in VGG feature space.
  • VGG Perceptual Regularization: The framework considers ℓ1 and squared-ℓ2 feature discrepancies, with ℓ1 less sensitive to large discrepancies and squared-ℓ2 penalizing them more strongly.The weighting parameter ωVGG controls the strength of perceptual regularization, while the preferred formulation depends on the balance between sharpness and stability.
  • A Gradient-Based Interpretation of the Perceptual Loss: The reconstruction-based perceptual gradient also produces implicit SNR-dependent timestep scaling, consistent with accelerated early convergence and better-preserved local structures.Across four experimental settings, the largest convergence gap occurs at the first evaluation checkpoint, where regularized reconstructions already show coherent structure while the baseline remains noise-dominated.
  • A Gradient-Based Interpretation of the Perceptual Loss: The squared-ℓ2 perceptual loss induces a position-dependent anisotropic geometry through a VGG-Jacobian pullback metric, emphasizing directions that strongly affect perceptual features.This metric is described as a Gauss–Newton approximation of the loss Hessian and adapts as the reconstruction changes.

4 Numerical Examples

Across BrainWeb and Brain Tumor MRI experiments, VGG-regularized SR3 converges faster than baseline SR3, especially early in training. The methods often reach similar final distortion metrics, while regularization improves perceptual quality and local-structure preservation.

  • Convergence: VGG-regularized SR3 reaches higher PSNR and SSIM earlier than baseline SR3 across the evaluated MRI super-resolution settings.The largest differences generally occur at the first evaluation checkpoint, while later performance levels become similar.
  • Early-stage reconstruction: At 100K iterations, VGG regularization produces clearer and more stable MRI reconstructions than SR3, including recognizable boundaries and reduced noise.This early-stage advantage is reported for BrainWeb 4×, BrainWeb 2×, BrainWeb 8×, and Brain Tumor MRI 4× experiments.
  • Final reconstruction quality: After one million iterations, both methods recover the main structures, but VGG-regularized SR3 better preserves local shapes and keeps nearby structures separated.The advantage is visible in zoomed regions for the more challenging reconstruction settings.
  • Task difficulty: On the BrainWeb 2× task, final reconstructions are visually almost indistinguishable despite faster convergence by the VGG-regularized model.The paper contrasts this easier setting with the 4× and 8× tasks, where final local-detail differences remain visible.
  • Quantitative convergence: A convergence result reports approximately 26.6 dB PSNR and 0.81 SSIM by epoch 230, versus roughly 390 epochs for SR3 to reach an equivalent threshold.This corresponds to an approximate 40% reduction in necessary training iterations to achieve stability, although peak PSNR and SSIM trail the baseline slightly for this weight.
  • Color and contrast: For a color and contrast experiment, VGG regularization mitigates early washed-out appearance and suppresses high-frequency noise and checkerboard artifacts at the final checkpoint.The VGG-regularized model maintains greater color depth and contrast while producing smoother skin and hair regions.

5 Conclusion and Future Work

The proposed perceptually regularized diffusion framework augments SR3 with VGG-based feature-space regularization, accelerating convergence and improving fine-feature and texture recovery without changing the diffusion architecture or inference procedure.

  • The framework augments the SR3 noise-prediction objective with a VGG-based perceptual regularization term.The term penalizes feature-space discrepancy between reconstructed and ground-truth HR images.
  • The regularization improves recovery of fine features and textures compared with baseline SR3 on benchmark datasets.Experiments include grayscale MRI and color facial-image datasets.
  • The method accelerates training convergence without modifying the diffusion architecture or inference procedure.
  • A gradient-flow interpretation attributes the empirical gains to anisotropic curvature along structurally informative directions.
Loading 2609.02016v1…