paper-with-me

Papers

DETR4D: Direct Multi-View 3D Object Detection with Sparse Attention

2022-12-15 · Zhipeng Luo, Changqing Zhou, Gongjie Zhang, Shijian Lu

3D object detection with surround-view images is an essential task for autonomous driving. In this work, we propose DETR4D, a Transformer-based framework that explores sparse attention and direct feature query for 3D object detection in multi-view images. We design a novel projective cross-attention mechanism for query-image interaction to address the limitations of existing methods in terms of geometric cue exploitation and information loss for cross-view objects. In addition, we introduce a heatmap generation technique that bridges 3D and 2D spaces efficiently via query initialization. Furthermore, unlike the common practice of fusing intermediate spatial features for temporal aggregation, we provide a new perspective by introducing a novel hybrid approach that performs cross-frame fusion over past object queries and image features, enabling efficient and robust modeling of temporal information. Extensive experiments on the nuScenes dataset demonstrate the effectiveness and efficiency of the proposed DETR4D.

📄 PDF Abstract BibTeX arXiv:2212.07849

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionAutonomous DrivingObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음

Similar Papers 제목 키워드 기반

Graph-DETR3D: Rethinking Overlapping Regions for Multi-View 3D Object Detection

2022-04-25 · Zehui Chen, Zhenyu Li, Shiquan Zhang, Liangji Fang 외

3D object detection from multiple image views is a fundamental and challenging task for visual scene understanding. Due to its low cost and high efficiency, multi-view 3D object detection has demonstrated promising appli…

3D Object DetectionGraph structure learningObjectobject-detection+2

MSF3DDETR: Multi-Sensor Fusion 3D Detection Transformer for Autonomous Driving

2022-10-27 · Gopi Krishna Erabati, Helder Araujo

3D object detection is a significant task for autonomous driving. Recently with the progress of vision transformers, the 2D object detection problem is being treated with the set-to-set loss. Inspired by these approaches…

2D Object Detection3D Object DetectionAutonomous DrivingObject+3

End-to-End Object Detection with Transformers

2020-05-26 · ECCV 2020 8 · Nicolas Carion, Francisco Massa, Gabriel Synnaeve, Nicolas Usunier 외

We present a new method that views object detection as a direct set prediction problem. Our approach streamlines the detection pipeline, effectively removing the need for many hand-designed components like a non-maximum …

2D Object DetectionDecoderObjectObject Detection+2

Siamese DETR

2023-03-31 · CVPR 2023 1 · Zeren Chen, Gengshi Huang, Wei Li, Jianing Teng 외

Recent self-supervised methods are mainly designed for representation learning with the base model, e.g., ResNets or ViTs. They cannot be easily transferred to DETR, with task-specific Transformer modules. In this work, …

MULTI-VIEW LEARNINGRepresentation Learning

MS-DETR: Efficient DETR Training with Mixed Supervision

2024-01-08 · CVPR 2024 1 · Chuyang Zhao, Yifan Sun, Wenhao Wang, Qiang Chen 외

DETR accomplishes end-to-end object detection through iteratively generating multiple object candidates based on image features and promoting one candidate for each ground-truth object. The traditional training procedure…

DecoderObjectobject-detectionObject Detection