CVMar 19, 2025

Vision-Speech Models: Teaching Speech Models to Converse about Images

arXiv:2503.15633v12 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses the challenge of building multimodal conversational AI for speech-based interactions with images, but it appears incremental as it adapts an existing speech model with lightweight modules.

The authors tackled the problem of enabling pretrained speech models to understand and converse about images, introducing MoshiVis, a Vision-Speech model that achieved performance on visual understanding tasks with audio and text prompts, though no concrete numbers were provided.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes