STCDiT: Spatio-Temporally Consistent Diffusion Transformer for High-Quality Video Super-Resolution
Junyang Chen, Jiangxin Dong, Long Sun, Yixin Yang, Jinshan Pan
TL;DR
STCDiT addresses video super-resolution under complex camera motion by coupling a motion-aware VAE reconstruction that segments videos into motion-consistent clips with an anchor-frame guidance mechanism that leverages first-frame latent structure. The approach uses a diffusion transformer with a lightweight, discriminative anchor-frame modulation to propagate structural information while remaining parameter-efficient via LoRA tuning. Quantitative and qualitative evaluations across synthetic and real benchmarks show state-of-the-art performance in both perceptual fidelity (LPIPS, MUSIQ, MANIQA) and temporal stability, with notable gains in PSNR and detailed structural restoration. This method offers a practical, scalable path to high-quality VSR in realistic scenarios with diverse motion, enabling robust video restoration for downstream applications.
Abstract
We present STCDiT, a video super-resolution framework built upon a pre-trained video diffusion model, aiming to restore structurally faithful and temporally stable videos from degraded inputs, even under complex camera motions. The main challenges lie in maintaining temporal stability during reconstruction and preserving structural fidelity during generation. To address these challenges, we first develop a motion-aware VAE reconstruction method that performs segment-wise reconstruction, with each segment clip exhibiting uniform motion characteristic, thereby effectively handling videos with complex camera motions. Moreover, we observe that the first-frame latent extracted by the VAE encoder in each clip, termed the anchor-frame latent, remains unaffected by temporal compression and retains richer spatial structural information than subsequent frame latents. We further develop an anchor-frame guidance approach that leverages structural information from anchor frames to constrain the generation process and improve structural fidelity of video features. Coupling these two designs enables the video diffusion model to achieve high-quality video super-resolution. Extensive experiments show that STCDiT outperforms state-of-the-art methods in terms of structural fidelity and temporal consistency.
