DegFlow: Continuous Degradation Modeling via Latent Flow Matching for
Real-World Super-Resolution

1CS, Hanyang University     2AI Application, Hanyang University
*Equal Contribution     †Corresponding Author
AAAI 2026

✨TL;DR: We present DegFlow, modeling real-world degradations as a continuous latent trajectory and learning a scale-consistent velocity field via latent flow matching, enabling realistic arbitrary-scale SR.

Abstract

While deep learning-based super-resolution (SR) methods have shown impressive outcomes with synthetic degradation scenarios such as bicubic downsampling, they frequently struggle to perform well on real-world images that feature complex, nonlinear degradations like noise, blur, and compression artifacts. Recent efforts to address this issue have involved the painstaking compilation of real low-resolution (LR) and high-resolution (HR) image pairs, usually limited to several specific downscaling factors. To address these challenges, our work introduces a novel framework capable of synthesizing authentic LR images from a single HR image by leveraging the latent degradation space with flow matching. Our approach generates LR images with realistic artifacts at unseen degradation levels, which facilitates the creation of large-scale, real-world SR training datasets. Comprehensive quantitative and qualitative assessments verify that our synthetic LR images accurately replicate real-world degradations. Furthermore, both traditional and arbitrary-scale SR models trained using our datasets consistently yield much better HR outcomes.

Generated Continuous-Scale LR Images

DegFlow generated LR image
Bicubic LR image
Bicubic
DegFlow (Ours)
HR LR ×2 LR ×3 LR ×4

Generated LR Visaul Quality

Real Images
HR image
Real LR x2 image
Real LR x3 image
Real LR x4 image
DegFlow
DegFlow frame t=0.00
t = 0.00
DegFlow frame t=0.17
t = 0.17
DegFlow frame t=0.33
t = 0.33
DegFlow frame t=0.50
t = 0.50
DegFlow frame t=0.67
t = 0.67
DegFlow frame t=0.83
t = 0.83
DegFlow frame t=1.00
t = 1.00

Top: real LR images at discrete degradation levels.
Bottom: DegFlow outputs arranged along a continuous trajectory.

Comparison

Set 1 overview image
Set 1 HR image
HR
Set 1 LR image
LR (x3)
Set 1 DegFlow result
Set 1 InterFlow result
InterFlow
DegFlow (Ours)
Set 2 overview image
Set 2 HR image
HR
Set 2 LR image
LR (x3)
Set 2 DegFlow result
Set 2 InterFlow result
InterFlow
DegFlow (Ours)
Set 3 overview image
Set 3 HR image
HR
Set 3 LR image
LR (x3)
Set 3 DegFlow result
Set 3 InterFlow result
InterFlow
DegFlow (Ours)
MetaSR overview image
MetaSR
MetaSR HR image
HR
MetaSR LR image
LR
MetaSR DegFlow result
MetaSR InterFlow result
InterFlow
DegFlow (Ours)
LIIF overview image
LIIF
LIIF HR image
HR
LIIF LR image
LR
LIIF DegFlow result
LIIF InterFlow result
InterFlow
DegFlow (Ours)
CiaoSR overview image
CiaoSR
CiaoSR HR image
HR
CiaoSR LR image
LR
CiaoSR DegFlow result
CiaoSR InterFlow result
InterFlow
DegFlow (Ours)

Framework

Main Figure

Overview of the proposed method. (a) Two-stage training phase. (b) Inference phase.

LPIPS-based Perceptual Supervision

LPIPS-based Perceptual Supervision for Nonlinear Flow Matching

Illustration of applying LPIPS to nonlinear flow matching for perceptually meaningful degradation modeling.

Citation

@inproceedings{kim2026degflow,
        title     = {Continuous Degradation Modeling via Latent Flow Matching for Real-World Super-Resolution},
        author    = {Kim, Hyeonjae and Kim, Dongjin and Jin, Eugene and Kim, Taehyun},
        booktitle = {Proceedings of the AAAI Conference on Artificial Intelligence},
        year      = {2026}
}