SOTAVerified

STD: Sparse-to-Dense 3D Object Detector for Point Cloud

2019-07-22ICCV 2019Unverified0· sign in to hype

Zetong Yang, Yanan sun, Shu Liu, Xiaoyong Shen, Jiaya Jia

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

We present a new two-stage 3D object detection framework, named sparse-to-dense 3D Object Detector (STD). The first stage is a bottom-up proposal generation network that uses raw point cloud as input to generate accurate proposals by seeding each point with a new spherical anchor. It achieves a high recall with less computation compared with prior works. Then, PointsPool is applied for generating proposal features by transforming their interior point features from sparse expression to compact representation, which saves even more computation time. In box prediction, which is the second stage, we implement a parallel intersection-over-union (IoU) branch to increase awareness of localization accuracy, resulting in further improved performance. We conduct experiments on KITTI dataset, and evaluate our method in terms of 3D object and Bird's Eye View (BEV) detection. Our method outperforms other state-of-the-arts by a large margin, especially on the hard set, with inference speed more than 10 FPS.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI Cars EasySTDAP89.66Unverified
KITTI Cars EasySTDAP86.61Unverified
KITTI Cars HardSTDAP76.06Unverified
KITTI Cars HardSTDAP86.89Unverified
KITTI Cars ModerateSTDAP87.76Unverified
KITTI Cyclists EasySTDAP78.89Unverified
KITTI Cyclists EasySTDAP81.04Unverified
KITTI Cyclists HardSTDAP57.85Unverified
KITTI Cyclists HardSTDAP55.77Unverified
KITTI Cyclists ModerateSTDAP65.32Unverified
KITTI Cyclists ModerateSTDAP62.53Unverified
KITTI Pedestrians EasySTDAP53.08Unverified
KITTI Pedestrians EasySTDAP60.99Unverified
KITTI Pedestrians HardSTDAP41.97Unverified
KITTI Pedestrians HardSTDAP45.89Unverified
KITTI Pedestrians ModerateSTDAP44.24Unverified
KITTI Pedestrians ModerateSTDAP51.39Unverified

Reproductions