Segment Any Point Cloud Sequences by Distilling Vision Foundation Models
Youquan Liu, Lingdong Kong, Jun Cen, Runnan Chen, Wenwei Zhang, Liang Pan, Kai Chen, Ziwei Liu
TL;DR
Seal presents a scalable, cross-modal framework that distills semantic cues from vision foundation models into 3D automotive point clouds for self-supervised segmentation. By replacing traditional image-based region proposals with semantically informed superpixels from VFMs and enforcing camera-to-LiDAR and temporal consistencies via specialized losses, Seal achieves strong linear-probing and few-shot performance across 11 diverse datasets, including nuScenes where it reaches 45.0% mIoU. The key contributions are the VFM-assisted spatial contrastive loss $\mathcal{L}^{\text{vfm}}$, the superpoint temporal consistency loss $\mathcal{L}^{\text{tmp}}$, and the point-to-segment regularization $\mathcal{L}^{\text{p2s}}$, which together enable robust cross-modal representation learning and generalization to varied data distributions. The work demonstrates significant practical impact by reducing annotation needs, improving robustness to sensor misalignment and environmental perturbations, and enabling accurate segmentation of diverse automotive point clouds for downstream perception tasks.
Abstract
Recent advancements in vision foundation models (VFMs) have opened up new possibilities for versatile and efficient visual perception. In this work, we introduce Seal, a novel framework that harnesses VFMs for segmenting diverse automotive point cloud sequences. Seal exhibits three appealing properties: i) Scalability: VFMs are directly distilled into point clouds, obviating the need for annotations in either 2D or 3D during pretraining. ii) Consistency: Spatial and temporal relationships are enforced at both the camera-to-LiDAR and point-to-segment regularization stages, facilitating cross-modal representation learning. iii) Generalizability: Seal enables knowledge transfer in an off-the-shelf manner to downstream tasks involving diverse point clouds, including those from real/synthetic, low/high-resolution, large/small-scale, and clean/corrupted datasets. Extensive experiments conducted on eleven different point cloud datasets showcase the effectiveness and superiority of Seal. Notably, Seal achieves a remarkable 45.0% mIoU on nuScenes after linear probing, surpassing random initialization by 36.9% mIoU and outperforming prior arts by 6.1% mIoU. Moreover, Seal demonstrates significant performance gains over existing methods across 20 different few-shot fine-tuning tasks on all eleven tested point cloud datasets.
