English

An LSTM Approach to Temporal 3D Object Detection in LiDAR Point Clouds

Computer Vision and Pattern Recognition 2020-07-27 v1 Machine Learning Image and Video Processing

Abstract

Detecting objects in 3D LiDAR data is a core technology for autonomous driving and other robotics applications. Although LiDAR data is acquired over time, most of the 3D object detection algorithms propose object bounding boxes independently for each frame and neglect the useful information available in the temporal domain. To address this problem, in this paper we propose a sparse LSTM-based multi-frame 3d object detection algorithm. We use a U-Net style 3D sparse convolution network to extract features for each frame's LiDAR point-cloud. These features are fed to the LSTM module together with the hidden and memory features from last frame to predict the 3d objects in the current frame as well as hidden and memory features that are passed to the next frame. Experiments on the Waymo Open Dataset show that our algorithm outperforms the traditional frame by frame approach by 7.5% mAP@0.7 and other multi-frame approaches by 1.2% while using less memory and computation per frame. To the best of our knowledge, this is the first work to use an LSTM for 3D object detection in sparse point clouds.

Keywords

Cite

@article{arxiv.2007.12392,
  title  = {An LSTM Approach to Temporal 3D Object Detection in LiDAR Point Clouds},
  author = {Rui Huang and Wanyue Zhang and Abhijit Kundu and Caroline Pantofaru and David A Ross and Thomas Funkhouser and Alireza Fathi},
  journal= {arXiv preprint arXiv:2007.12392},
  year   = {2020}
}

Comments

To appear in ECCV 2020

R2 v1 2026-06-23T17:22:13.059Z