paper-with-me

Papers

SSD-MonoDETR: Supervised Scale-aware Deformable Transformer for Monocular 3D Object Detection

2023-05-12 · Xuan He, Fan Yang, Kailun Yang, Jiacheng Lin, Haolong Fu, Meng Wang, Jin Yuan, Zhiyong Li

Transformer-based methods have demonstrated superior performance for monocular 3D object detection recently, which aims at predicting 3D attributes from a single 2D image. Most existing transformer-based methods leverage both visual and depth representations to explore valuable query points on objects, and the quality of the learned query points has a great impact on detection accuracy. Unfortunately, existing unsupervised attention mechanisms in transformers are prone to generate low-quality query features due to inaccurate receptive fields, especially on hard objects. To tackle this problem, this paper proposes a novel "Supervised Scale-aware Deformable Attention" (SSDA) for monocular 3D object detection. Specifically, SSDA presets several masks with different scales and utilizes depth and visual features to adaptively learn a scale-aware filter for object query augmentation. Imposing the scale awareness, SSDA could well predict the accurate receptive field of an object query to support robust query feature generation. Aside from this, SSDA is assigned with a Weighted Scale Matching (WSM) loss to supervise scale prediction, which presents more confident results as compared to the unsupervised attention mechanisms. Extensive experiments on the KITTI and Waymo Open datasets demonstrate that SSDA significantly improves the detection accuracy, especially on moderate and hard objects, yielding state-of-the-art performance as compared to the existing approaches. Our code will be made publicly available at https://github.com/mikasa3lili/SSD-MonoDETR.

📄 PDF Abstract BibTeX arXiv:2305.07270

Code (1)

mikasa3lili/ssd-monodetr 공식 구현 pytorch

Tasks

3D Object DetectionMonocular 3D Object DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

S$^3$-MonoDETR: Supervised Shape&Scale-perceptive Deformable Transformer for Monocular 3D Object Detection

2023-09-02 · Xuan He, Jin Yuan, Kailun Yang, Zhenchao Zeng 외

Recently, transformer-based methods have shown exceptional performance in monocular 3D object detection, which can predict 3D attributes from a single 2D image. These methods typically use visual and depth representation…

3D Object DetectionMonocular 3D Object Detectionobject-detectionObject Detection

MonoDETR: Depth-guided Transformer for Monocular 3D Object Detection

2022-03-24 · ICCV 2023 1 · Renrui Zhang, Han Qiu, Tai Wang, Ziyu Guo 외

Monocular 3D object detection has long been a challenging task in autonomous driving. Most existing methods follow conventional 2D detectors to first localize object centers, and then predict 3D attributes by neighboring…

3D Object Detection3D Object Detection From Monocular ImagesAutonomous DrivingDecoder+4

MonoDETRNext: Next-Generation Accurate and Efficient Monocular 3D Object Detector

2024-05-24 · Pan Liao, Feng Yang, Di wu, Wenhui Zhao 외

Monocular 3D object detection has vast application potential across various fields. DETR-type models have shown remarkable performance in different areas, but there is still considerable room for improvement in monocular…

3D Object DetectionComputational EfficiencyDepth EstimationDepth Prediction+3

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

DeMT: Deformable Mixer Transformer for Multi-Task Learning of Dense Prediction

2023-01-09 · Yangyang Xu, Yibo Yang, Lefei Zhang

Convolution neural networks (CNNs) and Transformers have their own advantages and both have been widely used for dense prediction in multi-task learning (MTL). Most of the current studies on MTL solely rely on CNN or Tra…

DecoderMulti-Task Learning