Vision-Speech Models: Teaching Speech Models to Converse about Images
Amélie Royer, Moritz Böhle, Gabriel de Marmiesse, Laurent Mazaré, Neil Zeghidour, Alexandre Défossez, Patrick Pérez
TL;DR
This work tackles building a practical Vision-Speech Model by turning a real-time conversational speech LLM (Moshi) into MoshiVis through lightweight image-adaptation modules and a gated cross-attention mechanism. It uses a simple, one-stage fine-tuning pipeline that mixes speechful and speechless data to leverage abundant Vision-Language resources while keeping audio supervision minimal, complemented by a synthetic dialogue generation pipeline for training conversational behavior. The model demonstrates competitive vision-language understanding in both text and audio prompts, exhibits improved context-switch robustness, and maintains real-time latency on consumer-grade hardware. By releasing inference code and audio benchmarks, the work provides a reproducible, scalable path toward multimodal dialogue systems that can discuss images and general topics in natural, real-time conversations.
Abstract
The recent successes of Vision-Language models raise the question of how to equivalently imbue a pretrained speech model with vision understanding, an important milestone towards building a multimodal speech model able to freely converse about images. Building such a conversational Vision-Speech model brings its unique challenges: (i) paired image-speech datasets are much scarcer than their image-text counterparts, (ii) ensuring real-time latency at inference is crucial thus bringing compute and memory constraints, and (iii) the model should preserve prosodic features (e.g., speaker tone) which cannot be inferred from text alone. In this work, we introduce MoshiVis, augmenting a recent dialogue speech LLM, Moshi, with visual inputs through lightweight adaptation modules. An additional dynamic gating mechanism enables the model to more easily switch between the visual inputs and unrelated conversation topics. To reduce training costs, we design a simple one-stage, parameter-efficient fine-tuning pipeline in which we leverage a mixture of image-text (i.e., "speechless") and image-speech samples. We evaluate the model on downstream visual understanding tasks with both audio and text prompts, and report qualitative samples of interactions with MoshiVis. Our inference code will be made available, as well as the image-speech data used for audio evaluation.
