English

Multi-View Adaptive Fusion Network for 3D Object Detection

Computer Vision and Pattern Recognition 2020-12-09 v2

Abstract

3D object detection based on LiDAR-camera fusion is becoming an emerging research theme for autonomous driving. However, it has been surprisingly difficult to effectively fuse both modalities without information loss and interference. To solve this issue, we propose a single-stage multi-view fusion framework that takes LiDAR bird's-eye view, LiDAR range view and camera view images as inputs for 3D object detection. To effectively fuse multi-view features, we propose an attentive pointwise fusion (APF) module to estimate the importance of the three sources with attention mechanisms that can achieve adaptive fusion of multi-view features in a pointwise manner. Furthermore, an attentive pointwise weighting (APW) module is designed to help the network learn structure information and point feature importance with two extra tasks, namely, foreground classification and center regression, and the predicted foreground probability is used to reweight the point features. We design an end-to-end learnable network named MVAF-Net to integrate these two components. Our evaluations conducted on the KITTI 3D object detection datasets demonstrate that the proposed APF and APW modules offer significant performance gains. Moreover, the proposed MVAF-Net achieves the best performance among all single-stage fusion methods and outperforms most two-stage fusion methods, achieving the best trade-off between speed and accuracy on the KITTI benchmark.

Keywords

Cite

@article{arxiv.2011.00652,
  title  = {Multi-View Adaptive Fusion Network for 3D Object Detection},
  author = {Guojun Wang and Bin Tian and Yachen Zhang and Long Chen and Dongpu Cao and Jian Wu},
  journal= {arXiv preprint arXiv:2011.00652},
  year   = {2020}
}

Comments

11 pages,9 figures. We change the CV backbone and the details of network to improve performance. Submitted to IEEE transactions on intelligent transportation systems

R2 v1 2026-06-23T19:49:44.823Z