Equivariant Spatio-Temporal Self-Supervision for LiDAR Object Detection
Deepti Hegde, Suhas Lohit, Kuan-Chuan Peng, Michael J. Jones, Vishal M. Patel
TL;DR
This work addresses the challenge of limited labeled data in 3D LiDAR perception by proposing E-SSL3D, a spatio-temporal equivariant self-supervision framework. The method enforces equivariance to global spatial transforms via point-level contrastive learning and augmentation classification, and to temporal changes via a 3D scene flow-based warping objective within a BYOL-style online/target setup. Experiments on KITTI-360, SemanticKITTI, and Waymo demonstrate consistent gains in 3D object detection, particularly in low-data regimes, with ablations clarifying when to favor contrastive versus augmentation-based losses. The approach offers a backbone-agnostic pre-training paradigm that improves downstream detectors like SECOND and VoxelRCNN and highlights the practical impact of incorporating realistic temporal deformations through scene flow.
Abstract
Popular representation learning methods encourage feature invariance under transformations applied at the input. However, in 3D perception tasks like object localization and segmentation, outputs are naturally equivariant to some transformations, such as rotation. Using pre-training loss functions that encourage equivariance of features under certain transformations provides a strong self-supervision signal while also retaining information of geometric relationships between transformed feature representations. This can enable improved performance in downstream tasks that are equivariant to such transformations. In this paper, we propose a spatio-temporal equivariant learning framework by considering both spatial and temporal augmentations jointly. Our experiments show that the best performance arises with a pre-training approach that encourages equivariance to translation, scaling, and flip, rotation and scene flow. For spatial augmentations, we find that depending on the transformation, either a contrastive objective or an equivariance-by-classification objective yields best results. To leverage real-world object deformations and motion, we consider sequential LiDAR scene pairs and develop a novel 3D scene flow-based equivariance objective that leads to improved performance overall. We show our pre-training method for 3D object detection which outperforms existing equivariant and invariant approaches in many settings.
