DEV Community

Papers Mache
Papers Mache

Posted on

Zero-training speech integration preserves vision-language ability

Adding discrete speech tokens to a frozen vision‑language backbone instantly yields functional audio understanding without any gradient updates. “Training‑Free Omni (TFO), a plug-and‑play framework that converts a frozen VLM into a speech‑centric omni model without architectural modification, or multimodal re‑alignment.” [1]

Before TFO, omnidirectional models required dedicated audio encoders and costly joint training on image‑audio‑text triples, tightly coupling the new modality to a specific backbone and often degrading the original visual reasoning abilities.

On 56 benchmarks spanning 21 languages, TFO matches native omni models in audio‑visual understanding while improving average audio‑only performance across all five evaluated model settings. The system extracts confidence‑filtered Whisper transcripts, timestamps them, and feeds the discrete tokens through the VLM’s existing language interface, leaving the visual pathway untouched.

The approach still depends on accurate speech transcription; noisy or out‑of‑domain audio can limit performance, and tasks that benefit from richer acoustic cues may require dedicated encoders. The authors note that “richer acoustic representations remain essential” for certain scenarios, suggesting an open question whether pure transcript routing can cover all auditory phenomena.

Practitioners can now retrofit supported frozen VLMs (e.g., Qwen, Gemma, MiniCPM) with speech capability simply by installing the provided TFO adapters, preserving image‑text benchmarks such as visual grounding and medical QA while gaining multilingual spoken query support. This eliminates the need for expensive multimodal fine‑tuning and invites a rapid‑prototype workflow: drop in the plug‑in, run the existing vision suite, and immediately obtain a functional speech‑centric omni model.

References

  1. Training-Free Speech-Centric Omni Understanding with Frozen VLMs

Top comments (0)