HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Group-Free 3D Object Detection via Transformers

Ze Liu Zheng Zhang Yue Cao Han Hu Xin Tong

Group-Free 3D Object Detection via Transformers

Abstract

Recently, directly detecting 3D objects from 3D point clouds has received increasing attention. To extract object representation from an irregular point cloud, existing methods usually take a point grouping step to assign the points to an object candidate so that a PointNet-like network could be used to derive object features from the grouped points. However, the inaccurate point assignments caused by the hand-crafted grouping scheme decrease the performance of 3D object detection. In this paper, we present a simple yet effective method for directly detecting 3D objects from the 3D point cloud. Instead of grouping local points to each object candidate, our method computes the feature of an object from all the points in the point cloud with the help of an attention mechanism in the Transformers \cite{vaswani2017attention}, where the contribution of each point is automatically learned in the network training. With an improved attention stacking scheme, our method fuses object features in different stages and generates more accurate object detection results. With few bells and whistles, the proposed method achieves state-of-the-art 3D object detection performance on two widely used benchmarks, ScanNet V2 and SUN RGB-D. The code and models are publicly available at \url{https://github.com/zeliu98/Group-Free-3D}

Code Repositories

KookHoiKim/GroupFree3dBaseline
pytorch
Mentioned in GitHub
zeliu98/Group-Free-3D
Official
pytorch
Mentioned in GitHub
tyolm/groupfree3d_mindspore
mindspore
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
3d-object-detection-on-scannetv2GroupFree3D
mAP@0.25: 69.1
mAP@0.5: 52.8
3d-object-detection-on-sun-rgbdGroupFree3D
mAP@0.25: 63.0
mAP@0.5: 45.2
3d-object-detection-on-sun-rgbd-valGroupFree3D(Geo only)
mAP@0.25: 63.0
mAP@0.5: 45.2

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
Group-Free 3D Object Detection via Transformers | Papers | HyperAI