AGO: Adaptive Grounding for Open World 3D Occupancy Prediction
Peizheng Li, Shuxiao Ding, You Zhou, Qingwen Zhang, Onat Inak, Larissa Triess, Niklas Hanselmann, Marius Cordts, Andreas Zell
TL;DR
AGO tackles open-world 3D occupancy prediction by integrating grounding with noise prompts and a modality adapter to bridge VLM image embeddings and 3D voxel features. The method combines closed-world grounding with 3D pseudo-labels derived from multi-frame VLM masks and an adaptive alignment that maps 3D embeddings to VLM image space, guided by an open-world identifier that uses information-theoretic criteria to handle known and unknown objects. Empirically, AGO achieves state-of-the-art closed-world self-supervised performance on Occ3D-nuScenes and demonstrates strong zero-shot and few-shot open-world transfer, significantly outperforming prior alignment-based and grounding-only approaches. The work delivers a practical, parameter-efficient framework for robust 3D scene understanding in autonomous driving, with broad implications for open-vocabulary 3D perception in dynamic environments.
Abstract
Open-world 3D semantic occupancy prediction aims to generate a voxelized 3D representation from sensor inputs while recognizing both known and unknown objects. Transferring open-vocabulary knowledge from vision-language models (VLMs) offers a promising direction but remains challenging. However, methods based on VLM-derived 2D pseudo-labels with traditional supervision are limited by a predefined label space and lack general prediction capabilities. Direct alignment with pretrained image embeddings, on the other hand, often fails to achieve reliable performance because of inconsistent image and text representations in VLMs. To address these challenges, we propose AGO, a novel 3D occupancy prediction framework with adaptive grounding to handle diverse open-world scenarios. AGO first encodes surrounding images and class prompts into 3D and text embeddings, respectively, leveraging similarity-based grounding training with 3D pseudo-labels. Additionally, a modality adapter maps 3D embeddings into a space aligned with VLM-derived image embeddings, reducing modality gaps. Experiments on Occ3D-nuScenes show that AGO improves unknown object prediction in zero-shot and few-shot transfer while achieving state-of-the-art closed-world self-supervised performance, surpassing prior methods by 4.09 mIoU. Code is available at: https://github.com/EdwardLeeLPZ/AGO.
