Encore: Infinite Audio-Video Generation
with Adaptive Signal Routing

Shaohua Pan1*, Junbao Chen2,1*, Shengyi He1, Jingfeng Xue2, Wen Tao1, Haocheng Feng1, Siming Fan1, Dongwei Pan1, Yi Yang1, Wei He1, Hang Zhou1†

1 Baidu, China    2 Beijing Institute of Technology, China    * Equal contribution    Corresponding author

Paper (PDF) YouTube Code Hugging Face Model (HF) ModelScope Model (ModelScope)
500 s coherent generation lower temporal drift Best lip-sync & A-V alignment One model: generation · A2V · V2A

TL;DR & Teaser

One 500-second audio-video generated by Encore from a single reference image — identity, speech and scene stay stable throughout.

Encore teaser: ultra-long audio-video generation, comparison with SVI / LTX-2.3, and long cross-modal generation (A2V / V2A)

Encore enables ultra-long audio-video generation (top), outperforms SVI and LTX-2.3 on long generation (bottom-left), and supports long cross-modal generation: audio-to-video and video-to-audio (bottom-right).

Abstract

Existing audio-video generation methods produce well-synchronized clips but are limited to short durations, while long-video generation methods extend duration through chunk-based iterative synthesis yet lack audio entirely. Generating long audio-video jointly is fundamentally harder than either task alone: each chunk must simultaneously maintain video temporal coherence, audio temporal coherence, and cross-modal synchronization, whose conditioning signals enter the model through different pathways. In this work, we present Encore for long-form synchronized audio-video generation. Our key insight is to factor this challenge into: (1) local continuity handled by iterative generation with explicit cross-chunk context propagation, and (2) global consistency enforced via reference audio-video signals with shifted position embedding. Building on this design, we propose Adaptive Signal Routing (ASR), which introduces learnable attention biases within self-attention and learnable residual scales on cross-attention outputs, enabling the model to adaptively modulate the influence of each conditioning signal. Trained end-to-end for joint audio-video generation, Encore also supports infinite-length audio-to-video and video-to-audio synthesis at inference by conditioning on the ground-truth modality throughout the denoising process. Experiments on our extended VerseBench for long audio-video evaluation demonstrate that Encore significantly outperforms existing methods in both generation quality and temporal coherence.

Method

Encore architecture: adaptive signal routing (ASR) across audio and video branches

Overview of Encore. ASR adds learnable attention biases in self-attention (anchor / continuation routing) and learnable residual scales on cross-attention outputs (semantic / synchronization routing), on top of the frozen LTX-2.3 backbone.

Quantitative Results

Method MSc ↑MSm ↑AS ↑ID ↑ CS ↑CE ↑CU ↑PC ↓PQ ↑ LSE-C ↑LSE-D ↓AV-A ↑ ΔAS ↓ΔID ↓
SVI1.7999.460.550.81--------0.060.22
Helios1.2299.030.590.77--------0.090.23
OVI3.4198.300.500.720.305.385.872.626.251.0411.660.640.080.32
LTX-2.32.6199.440.450.720.236.257.244.527.651.4010.940.760.060.26
Encore (Ours)2.5199.470.460.860.345.636.532.976.952.3610.340.880.020.07

Long audio-video generation on our extended VerseBench (30 s samples). SVI and Helios are video-only methods. Bold = best, underline = second best.

User study. In a blind pairwise study with 10 participants, Encore was preferred over OVI in 100% of comparisons across all criteria; over LTX-2.3, 80% (audio) and 100% (video & synchronization); and over SVI / Helios on video quality in 80% / 100% of comparisons.

Comparisons

Long (30 s) audio-video generation compared against SVI, Helios, OVI and LTX-2.3. Helios and SVI are video-only baselines (silent). Please listen with sound on.

Encore (Ours)
LTX-2.3
OVI
Helios video-only
SVI video-only
Encore (Ours)
LTX-2.3
OVI
Helios video-only
SVI video-only
Encore (Ours)
LTX-2.3
OVI
Helios video-only
SVI video-only
Encore (Ours)
LTX-2.3
OVI
Helios video-only
SVI video-only

Audio-to-Video (A2V)

Given an audio track and a reference image, Encore synthesizes a matching video of arbitrary length — a single model, no fine-tuning.

Demo 1 · 225 s
Demo 2 · 225 s
Demo 3 · 225 s
Demo 4 · 225 s
Portrait demo · 65 s

Video-to-Audio (V2A)

Given a silent video, Encore generates semantically aligned, temporally synchronized audio — no fine-tuning required.

More Results

Encore supplementary video

Watch the full supplementary video on YouTube — ultra-long generation up to 500 s, long A2V and V2A results, and more. Open on YouTube

BibTeX

@article{pan2026encore,
  title   = {Encore: Infinite Audio-Video Generation with Adaptive Signal Routing},
  author  = {Pan, Shaohua and Chen, Junbao and He, Shengyi and Xue, Jingfeng and
             Tao, Wen and Feng, Haocheng and Fan, Siming and Pan, Dongwei and
             Yang, Yi and He, Wei and Zhou, Hang},
  journal = {arXiv preprint arXiv:TODO},
  year    = {2026}
}