paper-with-me

홈 › Papers

V-DETR: DETR with Vertex Relative Position Encoding for 3D Object Detection

2023-08-08 · Yichao Shen, Zigang Geng, Yuhui Yuan, Yutong Lin, Ze Liu, Chunyu Wang, Han Hu, Nanning Zheng, Baining Guo

We introduce a highly performant 3D object detector for point clouds using the DETR framework. The prior attempts all end up with suboptimal results because they fail to learn accurate inductive biases from the limited scale of training data. In particular, the queries often attend to points that are far away from the target objects, violating the locality principle in object detection. To address the limitation, we introduce a novel 3D Vertex Relative Position Encoding (3DV-RPE) method which computes position encoding for each point based on its relative position to the 3D boxes predicted by the queries in each decoder layer, thus providing clear information to guide the model to focus on points near the objects, in accordance with the principle of locality. In addition, we systematically improve the pipeline from various aspects such as data normalization based on our understanding of the task. We show exceptional results on the challenging ScanNetV2 benchmark, achieving significant improvements over the previous 3DETR in $\rm{AP}_{25}$/$\rm{AP}_{50}$ from 65.0\%/47.0\% to 77.8\%/66.0\%, respectively. In addition, our method sets a new record on ScanNetV2 and SUN RGB-D datasets.Code will be released at http://github.com/yichaoshen-MS/V-DETR.

📄 PDF Abstract BibTeX arXiv:2308.04409

Code (1)

yichaoshen-ms/v-detr 공식 구현 pytorch

Tasks

3D Object DetectionDecoderobject-detectionObject DetectionPosition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
fail 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

CT-VDETR: Semi-supervised 3D Trauma Detection in Computed Tomography (CT) scans using Dense Vertex Relative Position Encoding

2026-03-12 · Shivam Chaudhary, Sheethal Bhat, Andreas Maier arxiv

Accurate detection and localization of traumatic injuries in abdominal CT remain challenging because voxel-level annotations are limited and expensive to obtain. We present a label-efficient framework for 3D abdominal tr…

Representation Learning

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

Holi-DETR: Holistic Fashion Item Detection Leveraging Contextual Information

2025-12-29 · Youngchae Kwon, Jinyoung Choi, Injung Kim arxiv

Fashion item detection is challenging due to the ambiguities introduced by the highly diverse appearances of fashion items and the similarities among item subcategories. To address this challenge, we propose a novel Holi…

Rethinking and Improving Relative Position Encoding for Vision Transformer

2021-07-29 · ICCV 2021 10 · Kan Wu, Houwen Peng, Minghao Chen, Jianlong Fu 외

Relative position encoding (RPE) is important for transformer to capture sequence ordering of input tokens. General efficacy has been proven in natural language processing. However, in computer vision, its efficacy is no…

Image ClassificationObject DetectionPosition