OmniVAE: An Audio-Video VAE with Cross-Modal Alignment for Joint Generation
Abstract
Recent generative models are moving beyond silent video or standalone audio synthesis toward the joint generation of synchronized audio and video. Despite this progress, jointly generating audio and video with fine-grained cross-modal correspondence remains challenging due to their fundamental structural differences. Most existing methods use audio and video VAEs trained separately. As a result, the two latent spaces lack cross-modal alignment, leaving the downstream generative model to learn cross-modal synchronization from scratch. We present OmniVAE, a jointly trained audio-video VAE that learns fine-grained semantic alignment between audio and video latent representations. Beyond reconstruction, OmniVAE uses a segment-level audio-video contrastive objective to capture temporal-semantic correspondence and align the two latent spaces. In parallel, it distills features from pretrained modality-specific semantic encoders into each modality, improving the downstream learnability of both latent spaces. Extensive experiments show that both objectives consistently improve the learnability of the latent spaces, translating into higher generation quality and more accurate cross-modal synchronization in downstream text-to-audio-video generation. These findings underscore the importance of learning unified representations as a foundation for omnimodal modeling.1
Community
Why do we need joint audio-video representations?
The same real-world event is often expressed through both sound and vision, but each modality also contains unique information. Ideally, a multimodal latent space should capture both shared event semantics and modality-specific details.
Most audio-video generation models use independently trained audio and video VAEs, leaving the downstream model to learn cross-modal correspondence and synchronization from scratch.
In OmniVAE, we introduce semantic learning directly during VAE training through two complementary objectives:
- Segment-level audio-video contrastive learning, which aligns short synchronized audio and video segments.
- Modality-specific semantic distillation, which preserves meaningful audio- and video-specific information using pretrained teachers.
In simple terms, contrastive learning helps audio and video understand each other, while distillation helps each modality express itself clearly.
Experiments show that these objectives improve downstream text-to-audio-video generation, including overall quality, audio-video synchronization, and lip synchronization, with minimal impact on reconstruction performance.
We hope this work encourages further exploration of unified multimodal representations for generation, interaction, and virtual agents.
Models citing this paper 1
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper