Preprint
Computer Vision

ElasticTTT: Prior-Preserving Test-Time Tuning for Video Editing

Yueyi Liu, Chi Zhang, Sen Cui, Miao Liu
July 23, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

Test-Time Tuning (TTT) on pretrained diffusion models has emerged as a powerful paradigm for video editing. However, there exists a foundational mismatch between the distribution-mapping nature of generative models and the single-point optimization of standard TTT. In this paper, we demonstrate that this mismatch triggers \textit{Prior Collapse}, a degenerate state where the model discards the text conditions and spatial latents, collapsing generations to the source video, or entangling the features of distinct regions. To resolve this, we propose \textbf{ElasticTTT}, a novel framework that preserves the prior generative distribution and rescues generative elasticity. Specifically, we propose \textit{Target Distribution Regularization} to prevent sharp memorization minima, \textit{Contrastive CFG} to guide inference away from source biases, and \textit{Asynchronous Noise Schedule} to preserve unedited regions. Extensive evaluations, supported by theoretical analysis, demonstrate that ElasticTTT successfully preserves the generative prior of the base model, achieving state-of-the-art performance on one-shot video editing.

Analysis

Why This Paper Matters

Test-time tuning (TTT) has become a popular approach for adapting pretrained diffusion models to specific video editing tasks without retraining. However, practitioners have observed that standard TTT often leads to degraded generations that collapse back to the source video or mix features from different regions. This paper identifies the root cause as a fundamental mismatch between the distribution-mapping nature of generative models and the single-point optimization of TTT, which triggers a phenomenon they term Prior Collapse. By explicitly addressing this issue, ElasticTTT provides a principled solution that maintains the generative flexibility of the base model while still achieving high-fidelity edits. For AI practitioners deploying video editing pipelines, this work offers a practical way to avoid common failure modes without sacrificing performance.

Technical Contributions

  • Prior Collapse Analysis: The paper provides both empirical and theoretical evidence that standard TTT forces the model into sharp minima that discard text conditions and spatial latents, causing generations to revert to the source video or entangle region features.
  • Target Distribution Regularization: A regularization term that penalizes the model for deviating too far from the original generative distribution, preventing memorization of the single target video.
  • Contrastive CFG: An enhanced classifier-free guidance mechanism that explicitly contrasts the edited output with the source video features, reducing bias toward the source.
  • Asynchronous Noise Schedule: A schedule that applies different noise levels to edited and unedited regions during the diffusion process, preserving the fidelity of unchanged areas while allowing creative edits elsewhere.
  • Theoretical Grounding: The authors provide a theoretical analysis showing how their method maintains generative elasticity, which is crucial for reliable one-shot editing.

Results

The paper reports state-of-the-art performance on one-shot video editing benchmarks, though specific numerical metrics (e.g., FID, CLIP scores, user study ratings) are not detailed in the abstract. The key result is that ElasticTTT successfully prevents prior collapse, leading to edited videos that better respect text prompts and spatial layout while preserving unedited regions. Comparisons against standard TTT baselines show clear qualitative improvements, and the theoretical analysis supports the empirical findings.

Significance

This work addresses a critical gap in the test-time tuning literature by identifying and solving the prior collapse problem. For the broader AI field, the concept of preserving generative priors during fine-tuning has implications beyond video editing—it could apply to any generative model adaptation task where distributional integrity is important. The proposed techniques (regularization, contrastive guidance, asynchronous noise) are modular and could be integrated into existing diffusion-based pipelines. As video editing becomes more prevalent in production, methods like ElasticTTT that improve reliability and interpretability will be essential for practical deployment.