CVMar 20, 2024

Self-Supervised Class-Agnostic Motion Prediction with Spatial and Temporal Consistency Regularizations

arXiv:2403.13261v26 citationsh-index: 11CVPR
AI Analysis

This addresses the labor-intensive labeling challenge in autonomous driving by enabling self-supervised learning, though it is incremental as it builds on existing annotation-efficient methods.

The paper tackles the problem of motion prediction for autonomous driving using only unlabeled LiDAR point clouds, achieving significant superiority over state-of-the-art self-supervised methods.

The perception of motion behavior in a dynamic environment holds significant importance for autonomous driving systems, wherein class-agnostic motion prediction methods directly predict the motion of the entire point cloud. While most existing methods rely on fully-supervised learning, the manual labeling of point cloud data is laborious and time-consuming. Therefore, several annotation-efficient methods have been proposed to address this challenge. Although effective, these methods rely on weak annotations or additional multi-modal data like images, and the potential benefits inherent in the point cloud sequence are still underexplored. To this end, we explore the feasibility of self-supervised motion prediction with only unlabeled LiDAR point clouds. Initially, we employ an optimal transport solver to establish coarse correspondences between current and future point clouds as the coarse pseudo motion labels. Training models directly using such coarse labels leads to noticeable spatial and temporal prediction inconsistencies. To mitigate these issues, we introduce three simple spatial and temporal regularization losses, which facilitate the self-supervised training process effectively. Experimental results demonstrate the significant superiority of our approach over the state-of-the-art self-supervised methods.

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