SOTAVerified

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

2021-04-24Code Available1· sign in to hype

Tianrui Guan, Jun Wang, Shiyi Lan, Rohan Chandra, Zuxuan Wu, Larry Davis, Dinesh Manocha

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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. Our code is available at: https://github.com/rayguan97/M3DETR.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI Cars EasyM3DeTRAP90.28Unverified
KITTI Cars Easy valM3DeTRAP92.29Unverified
KITTI Cars HardM3DeTRAP76.96Unverified
KITTI Cars Hard valM3DeTRAP82.85Unverified
KITTI Cars Moderate valM3DeTRAP85.41Unverified
KITTI Cyclist Easy valM3DeTRAP89.13Unverified
KITTI Cyclist Hard valM3DeTRAP68.29Unverified
KITTI Cyclist Moderate valM3DeTRAP71.7Unverified
KITTI Cyclists EasyM3DeTRAP83.83Unverified
KITTI Cyclists HardM3DeTRAP59.03Unverified
KITTI Cyclists ModerateM3DeTRAP66.74Unverified
KITTI Pedestrian Easy valM3DeTRAP67.64Unverified
KITTI Pedestrian Hard valM3DeTRAP56.49Unverified
KITTI Pedestrian Moderate valM3DeTRAP60.63Unverified
KITTI Pedestrians EasyM3DeTRAP47.05Unverified
KITTI Pedestrians HardM3DeTRAP38.75Unverified
KITTI Pedestrians ModerateM3DeTRAP41.02Unverified
waymo cyclistM3DeTRAPH/L267.28Unverified
waymo pedestrianM3DeTRAPH/L268.2Unverified
waymo vehicleM3DeTRAPH/L270.54Unverified

Reproductions