Autonomous driving paper index
Frustum consistency augmentation for 3D object detection in LiDAR
One-line summary
In this paper, we innovatively implement a combination of 2D detectors and raw points within the RoI (region of interest) to filter virtual points to resolve the challenges previously outlined.
Engineering notes
These advancements significantly enhance the effectiveness of our method on the KITTI benchmark, resulting in a 3.43% improvement in 3D detection accuracy in the hard category compared to the baseline.
Chinese explanation / 中文解读
中文解读待补充:本站会优先为端到端自动驾驶、BEV感知、3D目标检测、轨迹预测、路径规划、LiDAR感知等高价值论文补充中文说明。
Original abstract
In autonomous driving, LiDAR is essential for its high precision and reliability. The identification of objects that are either far away or partially obscured continues to pose significant difficulties, primarily because of the limited density and resolution of point cloud information. While combining image data or using virtual points from depth completion helps, it adds significant computational overhead. In this paper, we innovatively implement a combination of 2D detectors and raw points within the RoI (region of interest) to filter virtual points to resolve the challenges previously outlined. When the model identifies where to focus, we hope it can discern object contours and subsequently predict more accurate bounding boxes. To achieve this, we introduce the Contour-Aware Augmentation module which enhances target contours by mirror-replicating point clouds within the ground-truth bounding boxes during training. After that, it strategically discards point clouds to effectively simulate various distances and occlusion scenarios. Additionally, we implement a consistency loss model to align predictions from both raw and virtual point clouds, fostering synergistic interactions among the modules. These advancements significantly enhance the effectiveness of our method on the KITTI benchmark, resulting in a 3.43% improvement in 3D detection accuracy in the hard category compared to the baseline.
Links and sources
Need this topic turned into a technical roadmap?
Full Self Driving can prepare a custom autonomous driving literature review, code map, dataset map, and B2B technology assessment.
Request B2B research
Comments