English

Better Monocular 3D Detectors with LiDAR from the Past

Computer Vision and Pattern Recognition 2024-04-11 v2 Robotics

Abstract

Accurate 3D object detection is crucial to autonomous driving. Though LiDAR-based detectors have achieved impressive performance, the high cost of LiDAR sensors precludes their widespread adoption in affordable vehicles. Camera-based detectors are cheaper alternatives but often suffer inferior performance compared to their LiDAR-based counterparts due to inherent depth ambiguities in images. In this work, we seek to improve monocular 3D detectors by leveraging unlabeled historical LiDAR data. Specifically, at inference time, we assume that the camera-based detectors have access to multiple unlabeled LiDAR scans from past traversals at locations of interest (potentially from other high-end vehicles equipped with LiDAR sensors). Under this setup, we proposed a novel, simple, and end-to-end trainable framework, termed AsyncDepth, to effectively extract relevant features from asynchronous LiDAR traversals of the same location for monocular 3D detectors. We show consistent and significant performance gain (up to 9 AP) across multiple state-of-the-art models and datasets with a negligible additional latency of 9.66 ms and a small storage cost.

Keywords

Cite

@article{arxiv.2404.05139,
  title  = {Better Monocular 3D Detectors with LiDAR from the Past},
  author = {Yurong You and Cheng Perng Phoo and Carlos Andres Diaz-Ruiz and Katie Z Luo and Wei-Lun Chao and Mark Campbell and Bharath Hariharan and Kilian Q Weinberger},
  journal= {arXiv preprint arXiv:2404.05139},
  year   = {2024}
}

Comments

Accepted by ICRA 2024. The code can be found at https://github.com/YurongYou/AsyncDepth