CVAIMay 7

Why Do DiT Editors Drift? Plug-and-Play Low Frequency Alignment in VAE Latent Space

arXiv:2605.0825077.6
Predicted impact top 32% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For users and developers of diffusion transformer-based image editing tools, this work addresses a practical bottleneck in multi-turn editing with a simple, retraining-free solution.

DiT editors suffer from progressive semantic drift and quality degradation in multi-turn editing. The paper identifies low-frequency drift in DiT as the cause and proposes VAE-LFA, a training-free plug-and-play method that aligns low-frequency statistics in VAE latent space, improving semantic consistency and visual fidelity.

Recent advances in diffusion transformers (DiTs) have enabled promising single-turn image editing capabilities. However, multi-turn editing often leads to progressive semantic drift and quality degradation.In this work, we study this problem from a latent-space frequency perspective by decomposing the editing process into two functional components: VAE and DiT. Through systematic analysis in the VAE latent space, we uncover that the DiT introduces dominant low-frequency drift that accumulates as semantic misalignment across editing rounds, while the VAE contributes comparatively stable reconstruction bias.Based on this insight, we propose VAE-LFA (Low Frequency Alignment), a training-free, plug-and-play method that performs alignment in VAE latent space. VAE-LFA decomposes latent discrepancies across editing rounds via low-pass filtering, and aligns low-frequency statistics to an exponential moving average of previous rounds, effectively suppressing accumulated semantic drift while preserving high-frequency details.Our method requires no retraining, ground-truth priors, or access to diffusion parameters, making it applicable to both white-box and black-box DiT editors. For white-box models, VAE-LFA is seamlessly integrated into the editing pipeline by eliminating redundant VAE round trips; for black-box models, it operates via an off-the-shelf VAE to perform inter-round latent alignment.Extensive experiments demonstrate that VAE-LFA improves semantic consistency and visual fidelity across diverse multi-turn editing scenarios, including both controlled and in-the-wild images.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes