/M3DETR

Code base for M3DeTR: Multi-representation, Multi-scale, Mutual-relation 3D Object Detection with Transformers

Primary LanguagePythonApache License 2.0Apache-2.0

M3DETR: Multi-representation, Multi-scale, Mutual-relation 3D Object Detection with Transformers

PWC PWC
PWC PWC
PWC PWC
PWC PWC
PWC
GitHub Workflow Status (with event) GitHub Repo stars GitHub forks GitHub issues GitHub

The code base for M3DETR: Multi-representation, Multi-scale, Mutual-relation 3D Object Detection with Transformers
Tianrui Guan*, Jun Wang*, Shiyi Lan, Rohan Chandra, Zuxuan Wu, Larry Davis, Dinesh Manocha

Abstract

We present a novel architecture for 3D object detection, M3DETR, which combines different point cloud representations (raw, voxels, bird-eye view) with different feature scales based on multi-scale feature pyramids. M3DETR is the first approach that unifies multiple point cloud representations, feature scales, as well as models mutual relationships between point clouds simultaneously using transformers. We perform extensive ablation experiments that highlight the benefits of fusing representation and scale, and modeling the relationships. Our method achieves state-of-the-art performance on the KITTI 3D object detection dataset and Waymo Open Dataset. Results show that M3DETR improves the baseline significantly by 1.48% mAP for all classes on Waymo Open Dataset. In particular, our approach ranks 1st on the well-known KITTI 3D Detection Benchmark for both car and cyclist classes, and ranks 1st on Waymo Open Dataset with single frame point cloud input.

 

Features

  • A unified architecture for 3D object detection with transformers that accounts for multi-representation, multi-scale, mutual-relation models of point clouds in an end-to-end manner.
  • Support major 3D object detection datasets: Waymo Open Dataset, KITTI.

Installation

See installation instructions.

Getting Started

See Getting Started with M3DETR.

Model Zoo and Baselines

We provide a large set of baseline results and trained models available for download in the M3DETR Model Zoo.

Citation

Please cite our work if you found it useful,

@InProceedings{Guan_2022_WACV,
    author    = {Guan, Tianrui and Wang, Jun and Lan, Shiyi and Chandra, Rohan and Wu, Zuxuan and Davis, Larry and Manocha, Dinesh},
    title     = {M3DETR: Multi-Representation, Multi-Scale, Mutual-Relation 3D Object Detection With Transformers},
    booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
    month     = {January},
    year      = {2022},
    pages     = {772-782}
}

License

This project is released under the Apache 2.0 license.

Acknowledgement

The source code of M3DETR is based on OpenPCDet.