DAOccV2

July 12, 2026 · View on GitHub

DAOccV2: Efficient Fusion and Occlusion-Aware Augmentation for Multi-Modal 3D Occupancy Prediction

Zhen Yang, Pengyi Guo, Jiayu Wang, Yanpeng Dong, Jiwen Lu

DAOccV2 is an efficient camera-LiDAR 3D occupancy prediction framework built upon DAOcc. It improves inference efficiency by skipping dense image feature lifting for empty voxels and enhances foreground occupancy prediction through occlusion-aware ground truth augmentation and instance-level auxiliary supervision.

Overview of DAOccV2

Highlights

  • Efficient and accurate. On Occ3D-nuScenes with camera masks, DAOccV2 reaches 56.47 mIoU at 8.3 FPS.

News

  • 2026-07-10: Release the model weights and the first version of the code.

Experimental Results

Occ3D-nuScenes

ModelTraining settingmIoURayIoUmIoUFFPSConfigWeights
DAOccV2w/ camera mask56.47-55.538.3configweights
DAOccV2w/o camera mask50.650.452.28.3configweights

SurroundOcc

ModelIoUmIoUmIoUFConfigWeights
DAOccV245.432.731.2configweights

Occ3D-Waymo

ModelTraining settingmIoUmIoUFConfigWeights
DAOccV2w/ camera mask47.3839.30config-
  • Weights trained on Waymo cannot be shared per Waymo’s regulations.
  • Following prior works, the Occ3D-Waymo experiment uses 20% of the training data.
  • mIoUFmIoU_F denotes the mean IoU over foreground classes.

Getting Started

Citation

Citation information for DAOccV2 will be added when the paper is publicly available. If this codebase or its DAOcc foundation is useful in your research, please also cite:

@article{yang2025daocc,
  title={Daocc: 3d object detection assisted multi-sensor fusion for 3d occupancy prediction},
  author={Yang, Zhen and Dong, Yanpeng and Wang, Jiayu and Wang, Heng and Ma, Lichao and Cui, Zijian and Liu, Qi and Pei, Haoran and Zhang, Kexin and Zhang, Chao},
  journal={IEEE Transactions on Circuits and Systems for Video Technology},
  year={2025},
  publisher={IEEE}
}

Acknowledgements

This project builds upon these excellent open-source codebases: