HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

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

Yichao Shen Zigang Geng Yuhui Yuan Yutong Lin Ze Liu Chunyu Wang Han Hu Nanning Zheng Baining Guo

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

Abstract

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.

Code Repositories

yichaoshen-ms/v-detr
Official
pytorch

Benchmarks

BenchmarkMethodologyMetrics
3d-object-detection-on-scannetv2V-DETR
mAP@0.25: 77.8
mAP@0.5: 65.9
3d-object-detection-on-sun-rgbd-valV-DETR
mAP@0.25: 68.0
mAP@0.5: 51.1

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
V-DETR: DETR with Vertex Relative Position Encoding for 3D Object Detection | Papers | HyperAI