Training-free Omni

Training-Free Speech-Centric Omni Understanding with Frozen VLMs

Turn a vision-language model into a speech-centric omni model without
changing its architecture, updating its parameters, or running multimodal re-alignment.

56 benchmarks
21 languages
5 matched comparisons
0 VLM parameters trained
Why rethink native Omni training?

Three challenges behind every new Omni model

Moving from a strong VLM to a capable Omni model is not a free upgrade. It introduces recurring alignment costs,
difficult temporal signals, and a risk of losing capabilities the backbone already learned.

01 Adaptation cost

Costly and Brittle Adaptation

Advances in stronger VLM backbones do not automatically transfer to existing Omni models, requiring the audio pathway to be repeatedly adapted and realigned for each new backbone.

Research question Do we need to retrain an Omni model for every new VLM backbone?
02 Signal alignment

Reliable Audio-Visual Alignment

Reliable audio-visual integration remains difficult because audio is temporally dense, often noisy, and must be precisely aligned with speech and visual events.

Research question Can audio be integrated reliably with spoken content and visual events?
03 Capability drift

Preserving Existing Capabilities

Jointly modifying the backbone can weaken mature abilities in image and video understanding, visual grounding, coding, mathematics, and domain knowledge.

Research question Can Omni capabilities be added without degrading the VLM's original strengths?

Teaser

TFO teaser
Method

A modular path to omni understanding

Plug-and-play by design Speech is transformed into reliable language context outside the VLM. Everything mature inside the backbone stays frozen.

01

Audio + vision

Accept speech or audio alongside images, video frames, and the user query.

02

Whisper routing

Extract transcript segments, language, confidence, and start/end timestamps.

03

Frozen VLM

Fuse transcript, timestamps, visual input, and query through the standard prompt interface.

Weights frozen
04

Answer

Generate text directly, with optional text-to-speech for a spoken response.

Findings

What the study set out to learn

Matched native-omni and frozen-backbone comparisons separate the capability gained from the capability retained.

Q1

Can audio routing recover omni understanding without native training?

Yes—when the evidence is primarily speech.

TFO is competitive on speech-centric audio-visual tasks, raises the audio-only average in every matched model setting, and improves multilingual CoVoST2 performance across all five comparisons.

5 / 5 audio-only averages improve +6.8 to +18.4 CoVoST2 gains +13.5 largest audio-only average gain
Q2

Does freezing the VLM preserve capabilities that native omni training can weaken?

Broadly, and across very different capability families.

TFO retains stronger image averages in all five comparisons, stronger video averages in four of five, higher medical QA averages in all five, and higher coding-and-math averages in three of four reported settings.

5 / 5 image averages improve 5 / 5 medical QA averages improve 4 / 5 video averages improve
Q3

Where do richer acoustic representations remain necessary?

Where a transcript cannot carry the evidence.

Music, environmental sounds, vocal tone, emotion, and fine-grained audio-visual matching still benefit from native acoustic representations. TFO also shifts part of the cost from training to sequential ASR inference.

MMAR-Bench declines across variants ≈0.62–0.74 s Whisper overhead Reusable transcripts amortize cost
Results

Native Omni vs. TFO

Each pair compares a native omni model with TFO applied to its corresponding frozen VLM backbone.

Native Omni TFO (ours)