Corruption-Aware Training of Latent Video Diffusion Models for Robust Text-to-Video Generation
Chika Maduabuchi, Hao Chen, Yujin Han, Jindong Wang
TL;DR
This work tackles the vulnerability of latent video diffusion models to imperfect multimodal conditioning by introducing CAT-LVDM, a corruption-aware training framework. It proposes two structured perturbations, Batch-Centered Noise Injection (BCNI) and Spectrum-Aware Contextual Noise (SACN), which constrain noise to low-rank semantic directions and dominant spectral modes, respectively. The authors provide theoretical bounds showing that such rank-constrained perturbations tighten entropy, shrink Wasserstein distances, and accelerate mixing, while also delivering empirical gains across caption-rich and action-focused video datasets. The approach yields state-of-the-art or near-state-of-the-art performance on multiple benchmarks and offers a principled, scalable path to robust text-to-video generation under realistic noisy conditioning conditions.
Abstract
Latent Video Diffusion Models (LVDMs) achieve high-quality generation but are sensitive to imperfect conditioning, which causes semantic drift and temporal incoherence on noisy, web-scale video-text datasets. We introduce CAT-LVDM, the first corruption-aware training framework for LVDMs that improves robustness through structured, data-aligned noise injection. Our method includes Batch-Centered Noise Injection (BCNI), which perturbs embeddings along intra-batch semantic directions to preserve temporal consistency. BCNI is especially effective on caption-rich datasets like WebVid-2M, MSR-VTT, and MSVD. We also propose Spectrum-Aware Contextual Noise (SACN), which injects noise along dominant spectral directions to improve low-frequency smoothness, showing strong results on UCF-101. On average, BCNI reduces FVD by 31.9% across WebVid-2M, MSR-VTT, and MSVD, while SACN yields a 12.3% improvement on UCF-101. Ablation studies confirm the benefit of low-rank, data-aligned noise. Our theoretical analysis further explains how such perturbations tighten entropy, Wasserstein, score-drift, mixing-time, and generalization bounds. CAT-LVDM establishes a principled, scalable training approach for robust video diffusion under multimodal noise. Code and models: https://github.com/chikap421/catlvdm
