Center-based 3D Object Detection and Tracking

06/19/2020
by   Tianwei Yin, et al.
0

Three-dimensional objects are commonly represented as 3D boxes in a point-cloud. This representation mimics the well-studied image-based 2D bounding-box detection but comes with additional challenges. Objects in a 3D world do not follow any particular orientation, and box-based detectors have difficulties enumerating all orientations or fitting an axis-aligned bounding box to rotated objects. In this paper, we instead propose to represent, detect, and track 3D objects as points. We use a keypoint detector to find centers of objects and simply regress to other attributes, including 3D size, 3D orientation, and velocity. In our center-based framework, 3D object tracking simplifies to greedy closest-point matching. The resulting detection and tracking algorithm is simple, efficient, and effective. On the nuScenes dataset, our point-based representations perform 3-4 mAP higher than the box-based counterparts for 3D detection, and 6 AMOTA higher for 3D tracking. Our real-time model runs end-to-end 3D detection and tracking at 30 FPS with 54.2 AMOTA and 48.3 mAP while the best single model achieves 60.3 mAP for 3D detection and 63.8 AMOTA for 3D tracking. The code and pretrained models are available at https://github.com/tianweiy/CenterPoint.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
04/16/2019

Objects as Points

Detection identifies objects as axis-aligned boxes in an image. Most suc...
research
01/29/2019

Efficient n-to-n Collision Detection for Space Debris using 4D AABB Trees (Extended Report)

Collision detection algorithms are used in aerospace, swarm robotics, au...
research
06/19/2023

PartSLAM: Unsupervised Part-based Scene Modeling for Fast Succinct Map Matching

In this paper, we explore the challenging 1-to-N map matching problem, w...
research
11/26/2017

Learning a Rotation Invariant Detector with Rotatable Bounding Box

Detection of arbitrarily rotated objects is a challenging task due to th...
research
11/24/2020

Canonical Voting: Towards Robust Oriented Bounding Box Detection in 3D Scenes

3D object detection has attracted much attention thanks to the advances ...
research
05/13/2018

LMNet: Real-time Multiclass Object Detection on CPU using 3D LiDARs

This paper describes an optimized single-stage deep convolutional neural...
research
11/27/2018

Sampling Techniques for Large-Scale Object Detection from Sparsely Annotated Objects

Efficient and reliable methods for training of object detectors are in h...

Please sign up or login with your details

Forgot password? Click here to reset