Administrator by China Associction for Science and Technology
Sponsored by China Society of Automotive Engineers
Published by AUTO FAN Magazine Co. Ltd.

Automotive Engineering ›› 2022, Vol. 44 ›› Issue (3): 340-349.doi: 10.19562/j.chinasae.qcgc.2022.03.005

Special Issue: 智能网联汽车技术专题-感知&HMI&测评2022年

Previous Articles     Next Articles

Real-time Detection of 3D Objects Based on Multi-Sensor Information Fusion

Desheng Xie,Youchun Xu,Feng Lu(),Shiju Pan   

  1. Institute of Military Transportation,Army Military Transportation University,Tianjin  300161
  • Received:2021-10-09 Revised:2021-11-03 Online:2022-03-25 Published:2022-03-25
  • Contact: Feng Lu E-mail:1849048346@qq.com

Abstract:

Aiming at the 3D objects detection based on multi-sensor information fusion, a high-accuracy real-time two-stage deep neural network PointRGBNet is proposed. In the first stage with regional proposal network, 3D point clouds are firstly projected onto 2D image to generate 6D RGB point clouds, then feature extraction is performed on the 6D RGB point clouds input to obtain low-dimensional feature map and high-dimensional feature map which are then fused for generating a large number of proposals with high confidence. In the second stage with object detection network, the proposals generated in the first stage are used for RoI pooling to obtain the feature collection corresponding to each proposal from feature map, and more accurate 3D object detection is achieved by targetedly learning the feature collection of proposals. The results of open test on KITTI dataset show that PointRGBNet is not only better than the object detection networks using only 2D images or 3D point clouds in detection accuracy, even better than some advanced multi-sensor information fusion networks, but also has a high object detection speed of the entire network up to 12 frame/s, meeting the real-time requirements.

Key words: object detection, 2D images, 3D point clouds, deep neural networks