OccupancyDETR: Using DETR for Mixed Dense-sparse 3D Occupancy Prediction
Yupeng Jia, Jie He, Runze Chen, Fang Zhao, Haiyong Luo

TL;DR
OccupancyDETR introduces a novel 3D occupancy perception method combining DETR-like detection with mixed dense-sparse decoding, achieving faster, resource-efficient, and accurate semantic occupancy prediction suitable for real-time robotics applications.
Contribution
It presents a new approach integrating DETR detection with mixed dense-sparse decoding for 3D occupancy, improving efficiency and small object detection performance.
Findings
Achieves 14 mIoU on SemanticKITTI dataset.
Operates at 10 FPS, demonstrating real-time capability.
Reduces resource consumption compared to traditional methods.
Abstract
Visual-based 3D semantic occupancy perception is a key technology for robotics, including autonomous vehicles, offering an enhanced understanding of the environment by 3D. This approach, however, typically requires more computational resources than BEV or 2D methods. We propose a novel 3D semantic occupancy perception method, OccupancyDETR, which utilizes a DETR-like object detection, a mixed dense-sparse 3D occupancy decoder. Our approach distinguishes between foreground and background within a scene. Initially, foreground objects are detected using the DETR-like object detection. Subsequently, queries for both foreground and background objects are fed into the mixed dense-sparse 3D occupancy decoder, performing upsampling in dense and sparse methods, respectively. Finally, a MaskFormer is utilized to infer the semantics of the background voxels. Our approach strikes a balance between…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotics and Sensor-Based Localization · Advanced Neural Network Applications · Visual Attention and Saliency Detection
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
