Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

FCAF3D: Fully Convolutional Anchor-Free 3D Object Detection

About

Recently, promising applications in robotics and augmented reality have attracted considerable attention to 3D object detection from point clouds. In this paper, we present FCAF3D - a first-in-class fully convolutional anchor-free indoor 3D object detection method. It is a simple yet effective method that uses a voxel representation of a point cloud and processes voxels with sparse convolutions. FCAF3D can handle large-scale scenes with minimal runtime through a single fully convolutional feed-forward pass. Existing 3D object detection methods make prior assumptions on the geometry of objects, and we argue that it limits their generalization ability. To get rid of any prior assumptions, we propose a novel parametrization of oriented bounding boxes that allows obtaining better results in a purely data-driven way. The proposed method achieves state-of-the-art 3D object detection results in terms of mAP@0.5 on ScanNet V2 (+4.5), SUN RGB-D (+3.5), and S3DIS (+20.5) datasets. The code and models are available at https://github.com/samsunglabs/fcaf3d.

Danila Rukhovich, Anna Vorontsova, Anton Konushin• 2021

Related benchmarks

TaskDatasetResultRank
3D Object DetectionScanNet V2 (val)
mAP@0.2571.5
352
3D Object DetectionSUN RGB-D (val)
mAP@0.2564.2
158
3D Object DetectionScanNet
mAP@0.2571.5
123
3D Object DetectionSUN RGB-D
mAP@0.2564.2
104
3D Object DetectionSUN RGB-D v1 (val)
mAP@0.2564.2
81
3D Object DetectionScanNet (val)
mAP@0.2571.5
66
3D Object DetectionSUN RGB-D (test)
mAP@0.2564.2
64
3D Object DetectionScanNet v2 (test)
mAP@0.556
23
3D Object DetectionS3DIS (val)
AP@0.2566.7
20
3D Object DetectionS3DIS
mAP@0.2566.7
18
Showing 10 of 24 rows

Other info

Code

Follow for update