零样本视觉语言导航中实现防撞移动,用大模型解析指令并选方向距离。
Zero-Shot Vision-and-Language Navigation with Collision Mitigation in Continuous Environment
- 用大模型拆解指令找关注点,通过图像相似性选前进方向。
- 基于视觉相似度下降判断已过目标点,动态切换关注对象。
- 利用深度图预测障碍物,自动选择无碰撞移动距离。
我们提出零样本视觉语言导航与防撞机制(VLN-CM),包含四个模块,在连续环境中每步预测移动方向和距离。方向选择由注意力点预测器(ASP)、视图选择器(VS)和进度监控器(PM)协同完成:ASP使用大语言模型(如ChatGPT)将导航指令分解为注意力点(如黄色门);VS基于CLIP相似度从30度间隔的全景图中选出包含该点的图像,并以对应角度作为移动方向;PM通过规则判断是否已经过当前注意力点,若连续步骤中视觉观察与当前点相似度下降,则切换至下一个注意力点。距离选择由开放地图预测器(OMP)完成:其利用全景深度信息预测占据掩码,并在预测方向上选取无碰撞的移动距离。我们在VLN-CE验证集上评估,结果优于多个基线方法,且OMP有效缓解了智能体碰撞问题。
原文摘要 · Abstract (English)
We propose the zero-shot Vision-and-Language Navigation with Collision Mitigation (VLN-CM), which takes these considerations. VLN-CM is composed of four modules and predicts the direction and distance of the next movement at each step. We utilize large foundation models for each modules. To select the direction, we use the Attention Spot Predictor (ASP), View Selector (VS), and Progress Monitor (PM). The ASP employs a Large Language Model (e.g. ChatGPT) to split navigation instructions into attention spots, which are objects or scenes at the location to move to (e.g. a yellow door). The VS selects from panorama images provided at 30-degree intervals the one that includes the attention spot, using CLIP similarity. We then choose the angle of the selected image as the direction to move in. The PM uses a rule-based approach to decide which attention spot to focus on next, among multiple spots derived from the instructions. If the similarity between the current attention spot and the visual observations decreases consecutively at each step, the PM determines that the agent has passed the current spot and moves on to the next one. For selecting the distance to move, we employed the Open Map Predictor (OMP). The OMP uses panorama depth information to predict an occupancy mask. We then selected a collision-free distance in the predicted direction based on the occupancy mask. We evaluated our method using the validation data of VLN-CE. Our approach showed better performance than several baseline methods, and the OPM was effective in mitigating collisions for the agent.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。