Home

Awesome

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

<!--- ![Codacy Badge](https://api.codacy.com/project/badge/Grade/63847d9328f64fce9c137b03fcafcc27) -->

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

Abstract

<div style="text-align: justify">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. </div> <p>&nbsp;</p> <img src="https://obj.umiacs.umd.edu/acmmm2021/coverpic-1.png" width="600">

Features

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.