English

OccNeRF: Advancing 3D Occupancy Prediction in LiDAR-Free Environments

Computer Vision and Pattern Recognition 2024-08-22 v3

Abstract

Occupancy prediction reconstructs 3D structures of surrounding environments. It provides detailed information for autonomous driving planning and navigation. However, most existing methods heavily rely on the LiDAR point clouds to generate occupancy ground truth, which is not available in the vision-based system. In this paper, we propose an OccNeRF method for training occupancy networks without 3D supervision. Different from previous works which consider a bounded scene, we parameterize the reconstructed occupancy fields and reorganize the sampling strategy to align with the cameras' infinite perceptive range. The neural rendering is adopted to convert occupancy fields to multi-camera depth maps, supervised by multi-frame photometric consistency. Moreover, for semantic occupancy prediction, we design several strategies to polish the prompts and filter the outputs of a pretrained open-vocabulary 2D segmentation model. Extensive experiments for both self-supervised depth estimation and 3D occupancy prediction tasks on nuScenes and SemanticKITTI datasets demonstrate the effectiveness of our method.

Keywords

Cite

@article{arxiv.2312.09243,
  title  = {OccNeRF: Advancing 3D Occupancy Prediction in LiDAR-Free Environments},
  author = {Chubin Zhang and Juncheng Yan and Yi Wei and Jiaxin Li and Li Liu and Yansong Tang and Yueqi Duan and Jiwen Lu},
  journal= {arXiv preprint arXiv:2312.09243},
  year   = {2024}
}

Comments

Code: https://github.com/LinShan-Bin/OccNeRF

R2 v1 2026-06-28T13:51:28.353Z