Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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 carefully examining the two-stage approaches, we have found that if appropriately designed, the first stage can produce accurate box regression. In this scenario, the second stage mainly rescores the boxes such that the boxes with better localization get selected. From this observation, we have devised a single-stage anchor-free network that can fulfill these requirements. This network, named AFDetV2, extends the previous work by incorporating a self-calibrated convolution block in the backbone, a keypoint auxiliary supervision, and an IoU prediction branch in the multi-task head. As a result, the detection accuracy is drastically boosted in the single-stage. To evaluate our approach, we have conducted extensive experiments on the Waymo Open Dataset and the nuScenes Dataset. We have observed that our AFDetV2 achieves the state-of-the-art results on these two datasets, superior to all the prior arts, including both the single-stage and the two-stage 3D detectors. AFDetV2 won the 1st place in the Real-Time 3D Detection of the Waymo Open Dataset Challenge 2021. In addition, a variant of our model AFDetV2-Base was entitled the "Most Efficient Model" by the Challenge Sponsor, showing a superior computational efficiency. To demonstrate the generality of this single-stage method, we have also applied it to the first stage of the two-stage networks. Without exception, the results show that with the strengthened backbone and the rescoring approach, the second stage refinement is no longer needed.

Yihan Hu, Zhuangzhuang Ding, Runzhou Ge, Wenxin Shao, Li Huang, Kun Li, Qiang Liu• 2021

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (test)
mAP62.4
829
3D Object DetectionNuScenes v1.0 (test)
mAP62.4
210
3D Object DetectionWaymo Open Dataset (val)
3D APH Vehicle L269.22
175
3D Object DetectionWaymo Open Dataset (test)
Vehicle L2 mAPH78.34
105
3D Object DetectionWaymo Open Dataset (WOD) (val)
Vehicle L1 mAP77.64
47
3D Object DetectionWaymo (val)
Vehicle L2 AP69.7
38
3D Object DetectionWaymo Open 100% (val)
Vehicle AP (L1)77.6
36
3D Object DetectionWaymo Open Dataset 1.2 (val)
Vehicle mAP H L269.2
32
3D Object DetectionWaymo Open Dataset 0.2 labeled (val)
Vehicle 3D AP (L1)77.64
29
3D Object DetectionWaymo Open Dataset v1.4 (val)
AP Vehicle (L1)77.6
23
Showing 10 of 11 rows

Other info

Follow for update