SOTAVerified

Accurate 3D Object Detection using Energy-Based Models

2020-12-08Code Available1· sign in to hype

Fredrik K. Gustafsson, Martin Danelljan, Thomas B. Schön

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Accurate 3D object detection (3DOD) is crucial for safe navigation of complex environments by autonomous robots. Regressing accurate 3D bounding boxes in cluttered environments based on sparse LiDAR data is however a highly challenging problem. We address this task by exploring recent advances in conditional energy-based models (EBMs) for probabilistic regression. While methods employing EBMs for regression have demonstrated impressive performance on 2D object detection in images, these techniques are not directly applicable to 3D bounding boxes. In this work, we therefore design a differentiable pooling operator for 3D bounding boxes, serving as the core module of our EBM network. We further integrate this general approach into the state-of-the-art 3D object detector SA-SSD. On the KITTI dataset, our proposed approach consistently outperforms the SA-SSD baseline across all 3DOD metrics, demonstrating the potential of EBM-based regression for highly accurate 3DOD. Code is available at https://github.com/fregu856/ebms_3dod.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI Cars EasySA-SSD+EBMAP91.05Unverified
KITTI Cars Easy valSA-SSD+EBMAP95.45Unverified
KITTI Cars HardSA-SSD+EBMAP72.78Unverified
KITTI Cars Hard valSA-SSD+EBMAP82.23Unverified
KITTI Cars Moderate valSA-SSD+EBMAP86.83Unverified

Reproductions