VEON: Vocabulary-Enhanced Occupancy Prediction
Jilai Zheng, Pin Tang, Zhongdao Wang, Guoqing Wang, Xiangxuan Ren, Bailan Feng, Chao Ma
TL;DR
VEON tackles open-vocabulary 3D occupancy prediction by reusing two powerful 2D foundation models: MiDaS for depth and CLIP for semantics, bridging them into the 3D voxel space through a depth adaptor and a High-resolution Side Adaptor. The method proceeds in two stages—depth pretraining to obtain metric-bin depth and 3D occupancy prediction with lifted CLIP features, pseudo supervision from SAN, and tail-aware loss—to deliver accurate 3D semantics with minimal trainable parameters. VEON achieves competitive mIoU on Occ3D-nuScenes with about 46M trainable parameters and demonstrates solid open-vocabulary capabilities in retrieval tasks, confirming effective cross-modal 2D-to-3D knowledge transfer. The work highlights the value of leveraging large 2D foundation priors for label-efficient, open-world 3D perception in autonomous driving, while noting limitations from fixed foundation models and suggesting future improvements with more advanced vision-language models.
Abstract
Perceiving the world as 3D occupancy supports embodied agents to avoid collision with any types of obstacle. While open-vocabulary image understanding has prospered recently, how to bind the predicted 3D occupancy grids with open-world semantics still remains under-explored due to limited open-world annotations. Hence, instead of building our model from scratch, we try to blend 2D foundation models, specifically a depth model MiDaS and a semantic model CLIP, to lift the semantics to 3D space, thus fulfilling 3D occupancy. However, building upon these foundation models is not trivial. First, the MiDaS faces the depth ambiguity problem, i.e., it only produces relative depth but fails to estimate bin depth for feature lifting. Second, the CLIP image features lack high-resolution pixel-level information, which limits the 3D occupancy accuracy. Third, open vocabulary is often trapped by the long-tail problem. To address these issues, we propose VEON for Vocabulary-Enhanced Occupancy predictioN by not only assembling but also adapting these foundation models. We first equip MiDaS with a Zoedepth head and low-rank adaptation (LoRA) for relative-metric-bin depth transformation while reserving beneficial depth prior. Then, a lightweight side adaptor network is attached to the CLIP vision encoder to generate high-resolution features for fine-grained 3D occupancy prediction. Moreover, we design a class reweighting strategy to give priority to the tail classes. With only 46M trainable parameters and zero manual semantic labels, VEON achieves 15.14 mIoU on Occ3D-nuScenes, and shows the capability of recognizing objects with open-vocabulary categories, meaning that our VEON is label-efficient, parameter-efficient, and precise enough.
