paper-with-me

홈 › Papers

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

2021-04-24 · Tianrui Guan, Jun Wang, Shiyi Lan, Rohan Chandra, Zuxuan Wu, Larry Davis, Dinesh Manocha

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.

📄 PDF Abstract BibTeX arXiv:2104.11896

Code (1)

rayguan97/M3DeTR 공식 구현 pytorch

Tasks

3D Object Detectionobject-detectionObject DetectionRelation

Similar Papers 제목 키워드 기반

FSDETR: Frequency-Spatial Feature Enhancement for Small Object Detection

2026-04-16 · Jianchao Huang, Fengming Zhang, Haibo Zhu, Tao Yan arxiv

Small object detection remains a significant challenge due to feature degradation from downsampling, mutual occlusion in dense clusters, and complex background interference. To address these issues, this paper proposes F…

Small Object Detection

DETR Doesn't Need Multi-Scale or Locality Design

2023-08-03 · Yutong Lin, Yuhui Yuan, Zheng Zhang, Chen Li 외

This paper presents an improved DETR detector that maintains a "plain" nature: using a single-scale feature map and global cross-attention calculations without specific locality constraints, in contrast to previous leadi…

Decoder

DETR Does Not Need Multi-Scale or Locality Design

2023-01-01 · ICCV 2023 1 · Yutong Lin, Yuhui Yuan, Zheng Zhang, Chen Li 외

This paper presents an improved DETR detector that maintains a "plain" nature: using a single-scale feature map and global cross-attention calculations without specific locality constraints, in contrast to previous l…

DecoderObject Detection

Semantic-Aligned Matching for Enhanced DETR Convergence and Multi-Scale Feature Fusion

2022-07-28 · Gongjie Zhang, Zhipeng Luo, Jiaxing Huang, Shijian Lu 외

The recently proposed DEtection TRansformer (DETR) has established a fully end-to-end paradigm for object detection. However, DETR suffers from slow training convergence, which hinders its applicability to various detect…

Objectobject-detectionObject Detection

ConvFormer: Combining CNN and Transformer for Medical Image Segmentation

2022-11-15 · Pengfei Gu, Yejia Zhang, Chaoli Wang, Danny Z. Chen

Convolutional neural network (CNN) based methods have achieved great successes in medical image segmentation, but their capability to learn global representations is still limited due to using small effective receptive f…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation