Episode

OmniVAE: An Audio-Video VAE with Cross-Modal Alignment for Joint Generation

Podcast
Daily Paper Cast
Published
Jul 29, 2026
Duration seconds
1204
Processing state
not_requested
Canonical source
https://share.transistor.fm/s/98c800c7
Audio
https://media.transistor.fm/98c800c7/9e423cbf.mp3
JSON
/v1/public/podcasts/daily-paper-cast-7079649/episodes/omnivae-an-audio-video-vae-with-cross-modal-alignment-for-joint-generation
Markdown
/podcast/daily-paper-cast-7079649/omnivae-an-audio-video-vae-with-cross-modal-alignment-for-joint-generation.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/daily-paper-cast-7079649/episodes/omnivae-an-audio-video-vae-with-cross-modal-alignment-for-joint-generation/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/daily-paper-cast-7079649/omnivae-an-audio-video-vae-with-cross-modal-alignment-for-joint-generation.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

🤗 Upvotes: 23 | cs.SD, cs.CV Authors: Jun Zhan, Chen Yang, Yitian Gong, Donghua Yu, Kuangwei Chen, Wenbo Zhang, Kexin Huang, Qi Luo, Zhe Xu, Ying Zhu, Jin Wang, Tengyue Zhang, Qi Chen, Cheng Chang, Songlin Wang, Junqi Dai, Jiasheng Ye, Xiaogui Yang, Tianyi Liang, Xiangyu Peng, Zhaoye Fei, Shimin Li, Qinyuan Cheng, Xie Chen, Xinchi Chen, Xipeng Qiu Title: OmniVAE: An Audio-Video VAE with Cross-Modal Alignment for Joint Generation Arxiv: http://arxiv.org/abs/2607.23855v1 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 uni…