paper-with-me

Papers

CenterNet3D: An Anchor Free Object Detector for Point Cloud

2020-07-13 · Guojun Wang, Jian Wu, Bin Tian, Siyu Teng, Long Chen, Dongpu Cao

Accurate and fast 3D object detection from point clouds is a key task in autonomous driving. Existing one-stage 3D object detection methods can achieve real-time performance, however, they are dominated by anchor-based detectors which are inefficient and require additional post-processing. In this paper, we eliminate anchors and model an object as a single point--the center point of its bounding box. Based on the center point, we propose an anchor-free CenterNet3D network that performs 3D object detection without anchors. Our CenterNet3D uses keypoint estimation to find center points and directly regresses 3D bounding boxes. However, because inherent sparsity of point clouds, 3D object center points are likely to be in empty space which makes it difficult to estimate accurate boundaries. To solve this issue, we propose an extra corner attention module to enforce the CNN backbone to pay more attention to object boundaries. Besides, considering that one-stage detectors suffer from the discordance between the predicted bounding boxes and corresponding classification confidences, we develop an efficient keypoint-sensitive warping operation to align the confidences to the predicted bounding boxes. Our proposed CenterNet3D is non-maximum suppression free which makes it more efficient and simpler. We evaluate CenterNet3D on the widely used KITTI dataset and more challenging nuScenes dataset. Our method outperforms all state-of-the-art anchor-based one-stage methods and has comparable performance to two-stage methods as well. It has an inference speed of 20 FPS and achieves the best speed and accuracy trade-off. Our source code will be released at https://github.com/wangguojun2018/CenterNet3d.

📄 PDF Abstract BibTeX arXiv:2007.07214

Code (2)

wangguojun2018/CenterNet3d 공식 구현 pytorch
maudzung/CenterNet3D-PyTorch pytorch

Tasks

3D Object DetectionAutonomous DrivingKeypoint EstimationObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

PolarNet: Learning to Optimize Polar Keypoints for Keypoint Based Object Detection

2021-01-01 · ICLR 2021 1 · Wu Xiongwei, Doyen Sahoo, Steven Hoi

A variety of anchor-free object detectors have been actively proposed as possible alternatives to the mainstream anchor-based detectors that often rely on complicated design of anchor boxes. Despite achieving promising p…

object-detectionObject Detection

CenterNet++ for Object Detection

2022-04-18 · Kaiwen Duan, Song Bai, Lingxi Xie, Honggang Qi 외

There are two mainstreams for object detection: top-down and bottom-up. The state-of-the-art approaches mostly belong to the first category. In this paper, we demonstrate that the bottom-up approaches are as competitive …

Objectobject-detectionObject DetectionTriplet

FII-CenterNet: An Anchor-Free Detector With Foreground Attention for Traffic Object Detection

2021-01-08 · IEEE Transactions on Vehicular Technology 2021 1 · Siqi Fan, Fenghua Zhu, Shichao Chen, HUI ZHANG 외

Most successful object detectors are anchor-based, which is difficult to adapt to the diversity of traffic objects. In this paper, we propose a novel anchor-free method, called FII-CenterNet, which introduces the foregro…

Diversityobject-detectionObject DetectionRegion Proposal+2

Unsupervised Domain Adaptation from Synthetic to Real Images for Anchorless Object Detection

2020-12-15 · Tobias Scheck, Ana Perez Grassi, Gangolf Hirtz

Synthetic images are one of the most promising solutions to avoid high costs associated with generating annotated datasets to train supervised convolutional neural networks (CNN). However, to allow networks to generalize…

Domain AdaptationObjectobject-detectionObject Detection+1

CenterNet: Keypoint Triplets for Object Detection

2019-04-17 · ICCV 2019 10 · Kaiwen Duan, Song Bai, Lingxi Xie, Honggang Qi 외

In object detection, keypoint-based approaches often suffer a large number of incorrect object bounding boxes, arguably due to the lack of an additional look into the cropped regions. This paper presents an efficient sol…

Objectobject-detectionObject DetectionTriplet