I Was Blind but Now I See: Implementing Vision-Enabled Dialogue in Social Robots
Giulio Antonio Abbo, Tony Belpaeme
TL;DR
This work addresses the challenge of making dialogue agents contextually aware by grounding responses in real-time visual input. It implements a vision-enabled dialogue system using GPT-4 as the core LLM, a four-component architecture, and a frame-summarisation strategy that maintains at most $n$ frames and summarizes the first $m$ when needed (e.g., $n=4$, $m=3$) to control prompt size. Six Furhat robot interactions across varied environments demonstrate improved scene understanding, environmental grounding, and context-aware responses, while revealing limitations in memory, response latency, and temporal resolution. The paper contributes a concrete multimodal dialogue framework, practical prompting guidelines, and empirical ablation insights that inform future design of real-time vision-grounded human–robot dialogue systems.
Abstract
In the rapidly evolving landscape of human-computer interaction, the integration of vision capabilities into conversational agents stands as a crucial advancement. This paper presents an initial implementation of a dialogue manager that leverages the latest progress in Large Language Models (e.g., GPT-4, IDEFICS) to enhance the traditional text-based prompts with real-time visual input. LLMs are used to interpret both textual prompts and visual stimuli, creating a more contextually aware conversational agent. The system's prompt engineering, incorporating dialogue with summarisation of the images, ensures a balance between context preservation and computational efficiency. Six interactions with a Furhat robot powered by this system are reported, illustrating and discussing the results obtained. By implementing this vision-enabled dialogue system, the paper envisions a future where conversational agents seamlessly blend textual and visual modalities, enabling richer, more context-aware dialogues.
