From Voxel to Point: IoU-guided 3D Object Detection for Point Cloud with Voxel-to-Point Decoder
Jiale Li, Hang Dai, Ling Shao, Yong Ding

TL;DR
This paper introduces an IoU-guided 3D object detection framework that combines voxel and point features with a novel decoder and RoI alignment, significantly improving detection accuracy on KITTI and Waymo datasets.
Contribution
The paper proposes a residual voxel-to-point decoder and an IoU alignment method for enhanced 3D object detection accuracy.
Findings
Achieves state-of-the-art results on KITTI and Waymo datasets.
Improves box recall and localization precision.
Demonstrates effectiveness of voxel-to-point feature integration.
Abstract
In this paper, we present an Intersection-over-Union (IoU) guided two-stage 3D object detector with a voxel-to-point decoder. To preserve the necessary information from all raw points and maintain the high box recall in voxel based Region Proposal Network (RPN), we propose a residual voxel-to-point decoder to extract the point features in addition to the map-view features from the voxel based RPN. We use a 3D Region of Interest (RoI) alignment to crop and align the features with the proposal boxes for accurately perceiving the object position. The RoI-Aligned features are finally aggregated with the corner geometry embeddings that can provide the potentially missing corner information in the box refinement stage. We propose a simple and efficient method to align the estimated IoUs to the refined proposal boxes as a more relevant localization confidence. The comprehensive experiments on…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Robotics and Sensor-Based Localization · 3D Shape Modeling and Analysis
MethodsRegion Proposal Network
