CVAug 15, 2021

SPG: Unsupervised Domain Adaptation for 3D Object Detection via Semantic Point Generation

arXiv:2108.06709v1172 citations
Originality Highly original
AI Analysis

This addresses the challenge of unreliable 3D object detection in autonomous driving under varying conditions, representing a novel method for a known bottleneck rather than an incremental improvement.

The paper tackles the problem of performance drop in LiDAR-based 3D object detectors across different domains, such as geographic locations and weather conditions, by proposing Semantic Point Generation (SPG) to enhance reliability against domain shifts, resulting in significant improvements across all object categories and difficulty levels, with SPG combined with PV-RCNN achieving state-of-the-art results on KITTI.

In autonomous driving, a LiDAR-based object detector should perform reliably at different geographic locations and under various weather conditions. While recent 3D detection research focuses on improving performance within a single domain, our study reveals that the performance of modern detectors can drop drastically cross-domain. In this paper, we investigate unsupervised domain adaptation (UDA) for LiDAR-based 3D object detection. On the Waymo Domain Adaptation dataset, we identify the deteriorating point cloud quality as the root cause of the performance drop. To address this issue, we present Semantic Point Generation (SPG), a general approach to enhance the reliability of LiDAR detectors against domain shifts. Specifically, SPG generates semantic points at the predicted foreground regions and faithfully recovers missing parts of the foreground objects, which are caused by phenomena such as occlusions, low reflectance or weather interference. By merging the semantic points with the original points, we obtain an augmented point cloud, which can be directly consumed by modern LiDAR-based detectors. To validate the wide applicability of SPG, we experiment with two representative detectors, PointPillars and PV-RCNN. On the UDA task, SPG significantly improves both detectors across all object categories of interest and at all difficulty levels. SPG can also benefit object detection in the original domain. On the Waymo Open Dataset and KITTI, SPG improves 3D detection results of these two methods across all categories. Combined with PV-RCNN, SPG achieves state-of-the-art 3D detection results on KITTI.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes