Search papers, labs, and topics across Lattice.
BEACON addresses the problem of language-conditioned robot navigation in occluded environments by predicting a Bird's-Eye View (BEV) affordance heatmap indicating traversable target locations. The method fuses spatial cues with a vision-language model (VLM) and depth-derived BEV features to reason about occluded areas from surround-view RGB-D observations and language instructions. Experiments on an occlusion-aware Habitat dataset demonstrate a 22.74 percentage point improvement in accuracy over image-space baselines when navigating to occluded targets.
Robots can now better navigate using language instructions even when objects block their view, thanks to a new method that reasons about the environment in a bird's-eye view rather than relying on visible pixels.
Language-conditioned local navigation requires a robot to infer a nearby traversable target location from its current observation and an open-vocabulary, relational instruction. Existing vision-language spatial grounding methods usually rely on vision-language models (VLMs) to reason in image space, producing 2D predictions tied to visible pixels. As a result, they struggle to infer target locations in occluded regions, typically caused by furniture or moving humans. To address this issue, we propose BEACON, which predicts an ego-centric Bird's-Eye View (BEV) affordance heatmap over a bounded local region including occluded areas. Given an instruction and surround-view RGB-D observations from four directions around the robot, BEACON predicts the BEV heatmap by injecting spatial cues into a VLM and fusing the VLM's output with depth-derived BEV features. Using an occlusion-aware dataset built in the Habitat simulator, we conduct detailed experimental analysis to validate both our BEV space formulation and the design choices of each module. Our method improves the accuracy averaged across geodesic thresholds by 22.74 percentage points over the state-of-the-art image-space baseline on the validation subset with occluded target locations. Our project page is: https://xin-yu-gao.github.io/beacon.