SqueezeSeg: Convolutional Neural Nets with Recurrent CRF for Real-Time Road-Object Segmentation from 3D LiDAR Point Cloud
Bichen Wu, Alvin Wan, Xiangyu Yue, Kurt Keutzer

TL;DR
This paper introduces SqueezeSeg, a real-time CNN-based method with a recurrent CRF for precise road-object segmentation from 3D LiDAR point clouds, enhanced by synthetic data from a GTA-V simulator.
Contribution
The paper presents a novel end-to-end pipeline combining CNN and CRF for LiDAR segmentation, and introduces a synthetic data generation method using GTA-V to improve training.
Findings
Achieves 8.7 ms per frame runtime for real-time processing
High segmentation accuracy on KITTI dataset
Synthetic data improves real-world validation performance
Abstract
In this paper, we address semantic segmentation of road-objects from 3D LiDAR point clouds. In particular, we wish to detect and categorize instances of interest, such as cars, pedestrians and cyclists. We formulate this problem as a point- wise classification problem, and propose an end-to-end pipeline called SqueezeSeg based on convolutional neural networks (CNN): the CNN takes a transformed LiDAR point cloud as input and directly outputs a point-wise label map, which is then refined by a conditional random field (CRF) implemented as a recurrent layer. Instance-level labels are then obtained by conventional clustering algorithms. Our CNN model is trained on LiDAR point clouds from the KITTI dataset, and our point-wise segmentation labels are derived from 3D bounding boxes from KITTI. To obtain extra training data, we built a LiDAR simulator into Grand Theft Auto V (GTA-V), a popular…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Autonomous Vehicle Technology and Safety · Adversarial Robustness in Machine Learning
