3D IoU-Net: IoU Guided 3D Object Detector for Point Clouds
Jiale Li, Shujie Luo, Ziqi Zhu, Hang Dai, Andrey S. Krylov, Yong Ding,, and Ling Shao

TL;DR
This paper introduces 3D IoU-Net, a novel point cloud 3D object detection method that predicts IoU for improved confidence scoring, utilizing innovative feature learning and alignment techniques, achieving state-of-the-art results on KITTI.
Contribution
The paper proposes a 3D IoU prediction branch with IoU sensitive feature learning, an IoU alignment operation, and novel modules for geometric encoding and perspective-invariant prediction, advancing 3D detection accuracy.
Findings
Achieves state-of-the-art performance on KITTI benchmark.
Introduces IoU-aware confidence scoring for NMS.
Demonstrates improved IoU prediction accuracy.
Abstract
Most existing point cloud based 3D object detectors focus on the tasks of classification and box regression. However, another bottleneck in this area is achieving an accurate detection confidence for the Non-Maximum Suppression (NMS) post-processing. In this paper, we add a 3D IoU prediction branch to the regular classification and regression branches. The predicted IoU is used as the detection confidence for NMS. In order to obtain a more accurate IoU prediction, we propose a 3D IoU-Net with IoU sensitive feature learning and an IoU alignment operation. To obtain a perspective-invariant prediction head, we propose an Attentive Corner Aggregation (ACA) module by aggregating a local point cloud feature from each perspective of eight corners and adaptively weighting the contribution of each perspective with different attentions. We propose a Corner Geometry Encoding (CGE) module for…
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
TopicsAdvanced Neural Network Applications · 3D Shape Modeling and Analysis · Remote Sensing and LiDAR Applications
MethodsConvolution · 1x1 Convolution · Feature Pyramid Network · Region Proposal Network · Precise RoI Pooling · Dense Connections · IoU-Net
