CVJul 26, 2022

ProposalContrast: Unsupervised Pre-training for LiDAR-based 3D Object Detection

arXiv:2207.12654v2110 citationsh-index: 87
Originality Incremental advance
AI Analysis

This addresses the challenge of limited receptive fields and loss of local details in existing methods for 3D object detection in autonomous driving, representing an incremental advancement.

The paper tackles the problem of unsupervised pre-training for LiDAR-based 3D object detection by proposing ProposalContrast, a framework that contrasts region proposals to learn robust 3D representations, achieving improved performance across multiple detectors and datasets.

Existing approaches for unsupervised point cloud pre-training are constrained to either scene-level or point/voxel-level instance discrimination. Scene-level methods tend to lose local details that are crucial for recognizing the road objects, while point/voxel-level methods inherently suffer from limited receptive field that is incapable of perceiving large objects or context environments. Considering region-level representations are more suitable for 3D object detection, we devise a new unsupervised point cloud pre-training framework, called ProposalContrast, that learns robust 3D representations by contrasting region proposals. Specifically, with an exhaustive set of region proposals sampled from each point cloud, geometric point relations within each proposal are modeled for creating expressive proposal representations. To better accommodate 3D detection properties, ProposalContrast optimizes with both inter-cluster and inter-proposal separation, i.e., sharpening the discriminativeness of proposal representations across semantic classes and object instances. The generalizability and transferability of ProposalContrast are verified on various 3D detectors (i.e., PV-RCNN, CenterPoint, PointPillars and PointRCNN) and datasets (i.e., KITTI, Waymo and ONCE).

Code Implementations1 repo
Foundations

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

Your Notes