paper-with-me

홈 › Papers

Rethinking IoU-based Optimization for Single-stage 3D Object Detection

2022-07-19 · Hualian Sheng, Sijia Cai, Na Zhao, Bing Deng, Jianqiang Huang, Xian-Sheng Hua, Min-Jian Zhao, Gim Hee Lee

Since Intersection-over-Union (IoU) based optimization maintains the consistency of the final IoU prediction metric and losses, it has been widely used in both regression and classification branches of single-stage 2D object detectors. Recently, several 3D object detection methods adopt IoU-based optimization and directly replace the 2D IoU with 3D IoU. However, such a direct computation in 3D is very costly due to the complex implementation and inefficient backward operations. Moreover, 3D IoU-based optimization is sub-optimal as it is sensitive to rotation and thus can cause training instability and detection performance deterioration. In this paper, we propose a novel Rotation-Decoupled IoU (RDIoU) method that can mitigate the rotation-sensitivity issue, and produce more efficient optimization objectives compared with 3D IoU during the training stage. Specifically, our RDIoU simplifies the complex interactions of regression parameters by decoupling the rotation variable as an independent term, yet preserving the geometry of 3D IoU. By incorporating RDIoU into both the regression and classification branches, the network is encouraged to learn more precise bounding boxes and concurrently overcome the misalignment issue between classification and regression. Extensive experiments on the benchmark KITTI and Waymo Open Dataset validate that our RDIoU method can bring substantial improvement for the single-stage 3D object detection.

📄 PDF Abstract BibTeX arXiv:2207.09332

Code (1)

hlsheng1/rdiou 공식 구현 pytorch

Tasks

3D Object DetectionObjectObject Detectionregression

Similar Papers 제목 키워드 기반

Oriented R-CNN for Object Detection

2021-08-12 · ICCV 2021 10 · Xingxing Xie, Gong Cheng, Jiabao Wang, Xiwen Yao 외

Current state-of-the-art two-stage detectors generate oriented proposals through time-consuming schemes. This diminishes the detectors' speed, thereby becoming the computational bottleneck in advanced oriented object det…

Objectobject-detectionObject DetectionObject Detection In Aerial Images+2

AFDetV2: Rethinking the Necessity of the Second Stage for Object Detection from Point Clouds

2021-12-16 · Yihan Hu, Zhuangzhuang Ding, Runzhou Ge, Wenxin Shao 외

There have been two streams in the 3D detection from point clouds: single-stage methods and two-stage methods. While the former is more computationally efficient, the latter usually provides better detection accuracy. By…

Computational Efficiencyobject-detectionObject Detection

Rethinking Keypoint Representations: Modeling Keypoints and Poses as Objects for Multi-Person Human Pose Estimation

2021-11-16 · William McNally, Kanav Vats, Alexander Wong, John McPhee

In keypoint estimation tasks such as human pose estimation, heatmap-based regression is the dominant approach despite possessing notable drawbacks: heatmaps intrinsically suffer from quantization error and require excess…

Keypoint EstimationPose Estimation

ER-Pose: Rethinking Keypoint-Driven Representation Learning for Real-Time Human Pose Estimation

2026-03-09 · Nanjun Li, Pinqi Cheng, Zean Liu, Minghe Tian 외 arxiv

Single-stage multi-person pose estimation aims to jointly perform human localization and keypoint prediction within a unified framework, offering advantages in inference efficiency and architectural simplicity. Consequen…

Multi-Person Pose EstimationRepresentation LearningObject Detection

Consistent Optimization for Single-Shot Object Detection

2019-01-19 · Tao Kong, Fuchun Sun, Huaping Liu, Yuning Jiang 외

We present consistent optimization for single stage object detection. Previous works of single stage object detectors usually rely on the regular, dense sampled anchors to generate hypothesis for the optimization of the …

Objectobject-detectionObject Detection