提出三类视觉语言模型,提升智能体的图像描述、对话与交互能力。
Machine Intelligence that Understands Visual and Linguistic Information and Interacts with Humans and Environments

- 用网格+区域特征融合的Transformer架构,提升图像描述精度与速度。
- 轻量级注意力模块使对话模型参数减少90%以上,性能相当。
- 两阶段指令解析结合多视角视觉信息,实现高精度物体定位与任务执行。
计算机视觉与自然语言处理的交叉进展对辅助技术、多媒体查询和机器人应用至关重要。本文针对图像描述、视觉对话和交互式指令遵循三大关键任务,提出新型架构。首先,针对图像描述中传统基于区域的特征缺乏全局上下文且计算开销高的问题,提出GRIT(Grid and Region-based Image captioning Transformer)——一种全Transformer架构,结合DETR检测器的网格与区域特征,支持端到端训练,在推理准确率与速度上均优于已有方法。其次,针对视觉对话中多轮交互建模困难的问题,提出轻量级注意力模块LTMI,通过专用注意力块在仅使用标准Transformer十分之一参数的前提下,达到相当的表征能力,在VisDial数据集上验证有效。最后,研究基于ALFRED数据集的具身AI交互指令遵循任务,提出两阶段指令理解框架:先独立于视觉上下文解码语言指令生成初步动作-对象序列,再融合视觉特征进行最终执行;利用多视角与层次化注意力机制,实现精准物体定位,在未见任务上的成功率达8.37%,达到当前最优水平。
原文摘要 · Abstract (English)
Advancements at the intersection of computer vision and natural language processing are crucial for applications like assistive tech, multimedia querying, and robotics. This dissertation proposes novel architectures to improve intelligent agents across three key vision-language tasks: image captioning, visual dialog, and interactive instruction following. First, we address limitations in visual representation for image captioning. Traditional models rely on region-based features from CNN detectors, which lack global context and suffer from high computational overhead. We propose GRIT (Grid and Region-based Image captioning Transformer), a transformer-only architecture. By integrating grid and region features using a DETR-based detector, GRIT enables end-to-end training and out-performs prior methods in both inference accuracy and speed. Second, we tackle visual dialog, which requires multi-turn conversation about an image. The challenge lies in efficiently modeling interactions between multiple inputs (image, question, history). We introduce LTMI (Light-weight Transformer for Many Inputs). Utilizing a specialized attention block, an LTMI layer matches the representational power of a standard Transformer extension while utilizing less than one-tenth of its parameters, as validated on the VisDial dataset. Finally, we study interactive instruction-following for embodied AI using the ALFRED dataset. We propose a framework featuring a two-stage instruction interpretation: it first decodes language directives independently of visual context to predict a tentative action-object sequence, which is then fused with visual features for final execution. Using multiple egocentric views and hierarchical attention, our method accurately localizes objects and achieves a state-of-the-art unseen success rate of 8.37%.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。