Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 2.68 KB

File metadata and controls

68 lines (50 loc) · 2.68 KB

OctreeOcc: Efficient and Multi-Granularity Occupancy Prediction Using Octree Queries

Yuhang Lu, Xinge Zhu, Tai Wang, Yuexin Ma

Paper

Main Idea

OctreeOcc Teaser

OctreeOcc employs octree queries to offer varying granularity for distinct semantic regions, thereby diminishing the requisite number of queries for modeling and mitigating the issue of low information density in 3D space.

Architecture Overview

Pipeline

Given multi-view images, we extract multi-scale image features utilizing an image backbone. Subsequently, the initial octree structure is derived through image segmentation priors, and the transformation of dense queries into octree queries is effected. Following this, we concomitantly refine octree queries and rectify the octree structure through the octree encoder. Finally, we decode from the octree query and obtain occupancy prediction outcomes for this frame. For better visualisation, the diagram of Iterative Structure Rectification module shows octree query and mask in 2D form (quadtree).

Performance

Main Results

Efficiency Results

Experiments conducted on the Occ3D-nuScenes dataset demonstrate that our approach enhances performance while substantially decreasing computational overhead (even when compared to 2D modeling approaches).

Visualization

Visualization

Qualitative results on Occ3D-nuScenes validation set. The first row displays input multi-view images, while the second row showcases the occupancy prediction results of PanoOcc, FBOCC, our methods, and the ground truth.

Coming Soon

  • Detailed guidance documents
  • Data generation scripts

Stay tuned for updates. Thank you for your interest in our work!

Citation

@article{lu2024octreeocc,
  title={Octreeocc: Efficient and multi-granularity occupancy prediction using octree queries},
  author={Lu, Yuhang and Zhu, Xinge and Wang, Tai and Ma, Yuexin},
  journal={Advances in Neural Information Processing Systems},
  volume={37},
  pages={79618--79641},
  year={2024}
}