paper-with-me

홈 › Papers

MDHA: Multi-Scale Deformable Transformer with Hybrid Anchors for Multi-View 3D Object Detection

2024-06-25 · Michelle Adeline, Junn Yong Loo, Vishnu Monn Baskaran

Multi-view 3D object detection is a crucial component of autonomous driving systems. Contemporary query-based methods primarily depend either on dataset-specific initialization of 3D anchors, introducing bias, or utilize dense attention mechanisms, which are computationally inefficient and unscalable. To overcome these issues, we present MDHA, a novel sparse query-based framework, which constructs adaptive 3D output proposals using hybrid anchors from multi-view, multi-scale image input. Fixed 2D anchors are combined with depth predictions to form 2.5D anchors, which are projected to obtain 3D proposals. To ensure high efficiency, our proposed Anchor Encoder performs sparse refinement and selects the top-$k$ anchors and features. Moreover, while existing multi-view attention mechanisms rely on projecting reference points to multiple images, our novel Circular Deformable Attention mechanism only projects to a single image but allows reference points to seamlessly attend to adjacent images, improving efficiency without compromising on performance. On the nuScenes val set, it achieves 46.4\% mAP and 55.0\% NDS with a ResNet101 backbone. MDHA significantly outperforms the baseline where anchor proposals are modelled as learnable embeddings. Code is available at https://github.com/NaomiEX/MDHA.

📄 PDF Abstract BibTeX arXiv:2406.17654

Code (1)

naomiex/mdha 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Explainable Depression Detection with Multi-Modalities Using a Hybrid Deep Learning Model on Social Media

2020-07-03 · Hamad Zogan, Imran Razzak, Xianzhi Wang, Shoaib Jameel 외

Model interpretability has become important to engenders appropriate user trust by providing the insight into the model prediction. However, most of the existing machine learning methods provide no interpretability for d…

Depression DetectionPredictionWord Embeddings

MSR:Hybrid Field Modeling for CT-MRI Rigid-Deformable Registration of the Cervical Spine with an Annotated Dataset

2026-04-30 · Bohai Zhang, Wenjie Chen, Mu Li, Kaixing Long 외 arxiv

Accurate CT-MRI registration of the cervical spine is essential for preoperative planning because this region is anatomically complex,highly variable,and vulnerable to injury of the vertebral arteries and spinal cord. Ho…

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

SOFI: Multi-Scale Deformable Transformer for Camera Calibration with Enhanced Line Queries

2024-09-23 · Sebastian Janampa, Marios Pattichis

Camera calibration consists of estimating camera parameters such as the zenith vanishing point and horizon line. Estimating the camera parameters allows other tasks like 3D rendering, artificial reality effects, and obje…

Camera Calibration

DeVIS: Making Deformable Transformers Work for Video Instance Segmentation

2022-07-22 · Adrià Caelles, Tim Meinhardt, Guillem Brasó, Laura Leal-Taixé

Video Instance Segmentation (VIS) jointly tackles multi-object detection, tracking, and segmentation in video sequences. In the past, VIS methods mirrored the fragmentation of these subtasks in their architectural design…

Instance Segmentationobject-detectionObject DetectionSegmentation+2