DeCo-VAE: Learning Compact Latents for Video Reconstruction via Decoupled Representation
Xiangchen Yin, Jiahui Yuan, Zhangchi Hu, Wenzhang Sun, Jie Chen, Xiaozhen Qiao, Hao Li, Xiaoyan Sun
TL;DR
DeCo-VAE addresses redundancy in video VAEs by decoupling content into keyframe, motion, and residual components with dedicated encoders and a shared 3D decoder. It introduces a decoupled adaptation training strategy to stabilize learning and promote accurate static and dynamic feature learning. Across WebVid and Kinetics-400, it achieves superior reconstruction with a lightweight latent representation and yields strong downstream generation performance when integrated with Latte diffusion. The design provides interpretable latent factors and practical efficiency, though long-video sequences remain a challenge, motivating future work on multi-keyframe decoupling and local temporal refinement.
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.
