🤖 AI Summary
Existing video VAEs neglect inter-frame content similarity, leading to redundant latent representations. To address this, we propose the Decoupled Video VAE (D-VAE), which explicitly decomposes videos into three complementary components: keyframes (static content), motion (temporal transformations), and residuals (high-frequency details). Dedicated encoders are designed for each component to learn compact, disentangled latent codes, while a shared 3D convolutional decoder ensures spatiotemporal consistency. We further introduce a novel staged freezing training strategy: first optimizing the keyframe encoder with motion and residual encoders frozen, then alternately unfreezing and fine-tuning all encoders—effectively mitigating feature interference and enhancing both static and dynamic representation fidelity. Extensive experiments on multiple benchmark datasets demonstrate that D-VAE achieves state-of-the-art reconstruction quality with significantly reduced latent dimensionality, striking an optimal balance between reconstruction fidelity and latent space compactness.
📝 Abstract
Existing video Variational Autoencoders (VAEs) generally overlook the similarity between frame contents, leading to redundant latent modeling. In this paper, we propose decoupled VAE (DeCo-VAE) to achieve compact latent representation. Instead of encoding RGB pixels directly, we decompose video content into distinct components via explicit decoupling: keyframe, motion and residual, and learn dedicated latent representation for each. To avoid cross-component interference, we design dedicated encoders for each decoupled component and adopt a shared 3D decoder to maintain spatiotemporal consistency during reconstruction. We further utilize a decoupled adaptation strategy that freezes partial encoders while training the others sequentially, ensuring stable training and accurate learning of both static and dynamic features. Extensive quantitative and qualitative experiments demonstrate that DeCo-VAE achieves superior video reconstruction performance.