MLOD: A multi-view 3D object detection based on robust feature fusion method
Jian Deng, Krzysztof Czarnecki

TL;DR
MLOD introduces a multi-view 3D object detection method that fuses RGB images and LIDAR data using a novel detection header, achieving state-of-the-art results and preventing feature degeneration.
Contribution
The paper proposes a new multi-view detection architecture with a novel detection header that improves fusion and training robustness.
Findings
Achieves state-of-the-art performance on KITTI benchmark.
Effective in preventing feature extractor degeneration.
Demonstrates improved multi-view feature fusion.
Abstract
This paper presents Multi-view Labelling Object Detector (MLOD). The detector takes an RGB image and a LIDAR point cloud as input and follows the two-stage object detection framework. A Region Proposal Network (RPN) generates 3D proposals in a Bird's Eye View (BEV) projection of the point cloud. The second stage projects the 3D proposal bounding boxes to the image and BEV feature maps and sends the corresponding map crops to a detection header for classification and bounding-box regression. Unlike other multi-view based methods, the cropped image features are not directly fed to the detection header, but masked by the depth information to filter out parts outside 3D bounding boxes. The fusion of image and BEV features is challenging, as they are derived from different perspectives. We introduce a novel detection header, which provides detection results not just from fusion layer, but…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Robotics and Sensor-Based Localization · Advanced Image and Video Retrieval Techniques
