Rethinking Diffusion‑Based Video Super‑Resolution with Dense Feature‑Guided Alignment (DGAF‑VSR)

The paper introduces DGAF‑VSR, a diffusion‑model video super‑resolution framework that leverages feature‑domain alignment and dense temporal guidance via an Optical‑Guided Warping Module and a Feature‑wise Temporal Condition Module, achieving state‑of‑the‑art perceptual, fidelity, and temporal scores on REDS4, Vid4 and VideoLQ datasets.

DaTaobao Tech
DaTaobao Tech
DaTaobao Tech
Rethinking Diffusion‑Based Video Super‑Resolution with Dense Feature‑Guided Alignment (DGAF‑VSR)

Background

CVPR (IEEE/CVF Conference on Computer Vision and Pattern Recognition) is a top venue for computer‑vision research. This work, authored by the Taotian Video Technology team together with academic collaborators, addresses the long‑standing trade‑off in video super‑resolution (VSR) between perceptual quality, reconstruction fidelity, and temporal consistency.

Key Observations

Two observations motivate the redesign of diffusion‑based VSR:

Observation 1: Features in the latent space exhibit stronger spatial and temporal correlations than raw pixels, making the feature domain a more reliable carrier for temporal guidance.

Observation 2: Performing warping at a higher resolution preserves high‑frequency details better, but the benefit saturates beyond an optimal scale.

Core Modules

Optical‑Guided Warping Module (OGWM)

OGWM aligns up‑sampled features of the previous frame using optical flow estimated by RAFT. The three‑step pipeline is:

Input preparation: Upsample the previous‑frame features to a higher resolution to reduce detail loss during warping.

Feature alignment: Apply the RAFT flow to deform the upsampled features, achieving precise spatial correspondence.

Down‑sampling and integration: Downsample the aligned high‑resolution features back to the original scale and feed them to the temporal condition module.

This “up‑scale → align → down‑scale” strategy mitigates the detail loss and error accumulation typical of low‑resolution pixel‑level alignment.

Feature‑wise Temporal Condition Module (FTCM)

FTCM injects densely aligned neighboring‑frame features into each diffusion step. Unlike previous diffusion‑based VSR methods that use a lightweight U‑Net encoder as a temporal condition, FTCM adopts a full U‑Net (inspired by BrushNet) to provide stronger feature extraction and reconstruction capability. At each diffusion timestep, the denoising process depends on both the current frame’s latent feature and the OGWM‑aligned neighbor features, forming a dense feature‑guided diffusion.

Experimental Validation

Extensive experiments were conducted on synthetic datasets (REDS4, Vid4) and a real‑world dataset (VideoLQ). DGAF‑VSR was compared against non‑diffusion baselines (EDVR, BasicVSR, BasicVSR++, RVRT) and diffusion‑based baselines (StableVSR, MGLD‑VSR, UAV, STAR, DOVE, SeedVR2).

Quantitative results table (synthetic datasets)
Quantitative results table (synthetic datasets)

DGAF‑VSR achieved dominant scores on perceptual metrics (LPIPS, DISTS, MUSIQ, CLIP‑IQA, NIQE) and the best PSNR/SSIM among diffusion‑based methods. On the real‑world VideoLQ dataset, it also obtained the highest performance, demonstrating strong practical potential.

Qualitative results on VideoLQ
Qualitative results on VideoLQ

Ablation Study

Removing either OGWM or FTCM degrades performance, confirming that both dense feature alignment and temporal conditioning are essential for the observed gains.

Ablation results table
Ablation results table

Conclusion and Outlook

DGAF‑VSR demonstrates that careful analysis of feature‑level alignment and dense temporal guidance can overcome the perceptual‑fidelity‑temporal trade‑off in diffusion‑based VSR. While the method sets new SOTA results, inference cost remains high. Future work may explore more efficient alignment strategies, lightweight dense‑guidance mechanisms, or reduced‑step diffusion pipelines to further advance generative video super‑resolution for live‑streaming and short‑video applications.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

diffusion modelsvideo super-resolutionCVPR 2026feature alignmentDGAF-VSRoptical flow warpingtemporal conditioning
DaTaobao Tech
Written by

DaTaobao Tech

Official account of DaTaobao Technology

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.