菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-01-09
📄 Abstract - Router-Suggest: Dynamic Routing for Multimodal Auto-Completion in Visually-Grounded Dialogs

Real-time multimodal auto-completion is essential for digital assistants, chatbots, design tools, and healthcare consultations, where user inputs rely on shared visual context. We introduce Multimodal Auto-Completion (MAC), a task that predicts upcoming characters in live chats using partially typed text and visual cues. Unlike traditional text-only auto-completion (TAC), MAC grounds predictions in multimodal context to better capture user intent. To enable this task, we adapt MMDialog and ImageChat to create benchmark datasets. We evaluate leading vision-language models (VLMs) against strong textual baselines, highlighting trade-offs in accuracy and efficiency. We present Router-Suggest, a router framework that dynamically selects between textual models and VLMs based on dialog context, along with a lightweight variant for resource-constrained environments. Router-Suggest achieves a 2.3x to 10x speedup over the best-performing VLM. A user study shows that VLMs significantly excel over textual models on user satisfaction, notably saving user typing effort and improving the quality of completions in multi-turn conversations. These findings underscore the need for multimodal context in auto-completions, leading to smarter, user-aware assistants.

顶级标签: natural language processing multi-modal systems
详细标签: multimodal auto-completion vision-language models dynamic routing dialog systems user study 或 搜索:

Router-Suggest:视觉对话中多模态自动补全的动态路由方法 / Router-Suggest: Dynamic Routing for Multimodal Auto-Completion in Visually-Grounded Dialogs


1️⃣ 一句话总结

这篇论文提出了一个名为Router-Suggest的动态路由框架,它能在聊天中根据对话内容和视觉信息,智能选择使用纯文本模型或多模态模型来预测和补全用户即将输入的文字,从而在保证用户满意度的同时,大幅提升自动补全的响应速度。

源自 arXiv: 2601.05851