Autonomous driving paper index
SemanticAnchors: Sequential Fusion using Lidar Point Cloud and Anchors with Semantic Annotations for 3D Object Detection
One-line summary
In this paper, we propose an error anchor punishment mechanism based on image semantic segmentation results.
Engineering notes
Unexpectedly, LiDAR-only detection methods tend to show better performance than the multi-sensor methods in public benchmarks. Experimental results on the KITTI valid set show that SemanticAnchors achieves better performance in both 3D and birds eyes view benchmarks.
Chinese explanation / 中文解读
中文解读待补充:本站会优先为端到端自动驾驶、BEV感知、3D目标检测、轨迹预测、路径规划、LiDAR感知等高价值论文补充中文说明。
Original abstract
3D object detection is an important task in autonomous driving scenario, which is the basis of perception and understanding of 3D scenes. LiDAR and camera are two commonly used sensors in 3D object detection tasks. However, using a single sensor to collect data will make some objects difficult to detect because both sensors have insurmountable shortcomings. Unexpectedly, LiDAR-only detection methods tend to show better performance than the multi-sensor methods in public benchmarks. This shows that people need to further explore the methods of combining the data of the two sensors. Recently, PointPainting has been presented to combine the data of LiDAR and camera more efficiently by attaching the result of image semantic segmentation to point cloud data as new channels. In this paper, we propose an error anchor punishment mechanism based on image semantic segmentation results. After the semantic augmentation of the point cloud data, we judge whether the semantic result of each point is correct by traversing the groundtruth boxes. Further, we assign different weights to each anchor according to the error points contained in each anchor. Experimental results on the KITTI valid set show that SemanticAnchors achieves better performance in both 3D and birds eyes view benchmarks. In particular, our method adds little extra computation and achieves performance improvement in all categories.
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