paper-with-me

홈 › Papers

DFA3D: 3D Deformable Attention For 2D-to-3D Feature Lifting

2023-07-24 · ICCV 2023 1 · Hongyang Li, Hao Zhang, Zhaoyang Zeng, Shilong Liu, Feng Li, Tianhe Ren, Lei Zhang

In this paper, we propose a new operator, called 3D DeFormable Attention (DFA3D), for 2D-to-3D feature lifting, which transforms multi-view 2D image features into a unified 3D space for 3D object detection. Existing feature lifting approaches, such as Lift-Splat-based and 2D attention-based, either use estimated depth to get pseudo LiDAR features and then splat them to a 3D space, which is a one-pass operation without feature refinement, or ignore depth and lift features by 2D attention mechanisms, which achieve finer semantics while suffering from a depth ambiguity problem. In contrast, our DFA3D-based method first leverages the estimated depth to expand each view's 2D feature map to 3D and then utilizes DFA3D to aggregate features from the expanded 3D feature maps. With the help of DFA3D, the depth ambiguity problem can be effectively alleviated from the root, and the lifted features can be progressively refined layer by layer, thanks to the Transformer-like architecture. In addition, we propose a mathematically equivalent implementation of DFA3D which can significantly improve its memory efficiency and computational speed. We integrate DFA3D into several methods that use 2D attention-based feature lifting with only a few modifications in code and evaluate on the nuScenes dataset. The experiment results show a consistent improvement of +1.41\% mAP on average, and up to +15.1\% mAP improvement when high-quality depth information is available, demonstrating the superiority, applicability, and huge potential of DFA3D. The code is available at https://github.com/IDEA-Research/3D-deformable-attention.git.

📄 PDF Abstract BibTeX arXiv:2307.12972

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object Detectionobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Multi-View Attentive Contextualization for Multi-View 3D Object Detection

2024-05-20 · CVPR 2024 1 · Xianpeng Liu, Ce Zheng, Ming Qian, Nan Xue 외

We present Multi-View Attentive Contextualization (MvACon), a simple yet effective method for improving 2D-to-3D feature lifting in query-based multi-view 3D (MV3D) object detection. Despite remarkable progress witnessed…

3D Object DetectionObjectobject-detectionObject Detection

TSR-Ego: Temporally Guided Stereo Refinement Framework for Egocentric 3D Human Pose Estimation

2026-07-10 · Md Mushfiqur Azam, John Quarles, Kevin Desai arxiv

Egocentric 3D human pose estimation from head-mounted stereo cameras is challenging due to fisheye distortion, severe self-occlusion, and frequent truncation of body joints outside the camera field of view. Recent stereo…

3D Human Pose EstimationPose Prediction

VGGT-Occ: Geometry-Grounded and Density-Aware Gated Fusion for 3D Occupancy Prediction

2026-05-16 · Xun Chen, Tianchen Deng, Rui Wang, Fangjinhua Wang 외 arxiv

3D semantic occupancy prediction requires accurate 2D-to-3D feature lifting, yet current methods restrict camera geometry to initial projections. Subsequent operations like offset learning, attention weighting, and cross…

DFAM-DETR: Deformable feature based attention mechanism DETR on slender object detection

2022-04-22 · Wen Feng, Wang Mei, Hu Xiaojie

Object detection is one of the most significant aspects of computer vision, and it has achieved substantial results in a variety of domains. It is worth noting that there are few studies focusing on slender object detect…

Objectobject-detectionObject Detection

Cross-Modal Learning with 3D Deformable Attention for Action Recognition

2022-12-12 · ICCV 2023 1 · Sangwon Kim, Dasom Ahn, Byoung Chul Ko

An important challenge in vision-based action recognition is the embedding of spatiotemporal features with two or more heterogeneous modalities into a single feature. In this study, we propose a new 3D deformable transfo…

Action Recognition