CVMay 23, 2024

Fine-grained Image-to-LiDAR Contrastive Distillation with Visual Foundation Models

arXiv:2405.14271v37 citationsh-index: 5Has CodeNIPS
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in 3D representation learning for autonomous driving or robotics, but it is incremental as it builds on existing contrastive distillation methods with enhancements.

The paper tackled the self-conflict dilemma in contrastive image-to-LiDAR knowledge transfer, where unmatched points and pixels with shared semantics are dissociated, by using Visual Foundation Models for semantic labeling and von Mises-Fisher distributions to structure the feature space, resulting in consistent outperformance over existing methods in downstream tasks.

Contrastive image-to-LiDAR knowledge transfer, commonly used for learning 3D representations with synchronized images and point clouds, often faces a self-conflict dilemma. This issue arises as contrastive losses unintentionally dissociate features of unmatched points and pixels that share semantic labels, compromising the integrity of learned representations. To overcome this, we harness Visual Foundation Models (VFMs), which have revolutionized the acquisition of pixel-level semantics, to enhance 3D representation learning. Specifically, we utilize off-the-shelf VFMs to generate semantic labels for weakly-supervised pixel-to-point contrastive distillation. Additionally, we employ von Mises-Fisher distributions to structure the feature space, ensuring semantic embeddings within the same class remain consistent across varying inputs. Furthermore, we adapt sampling probabilities of points to address imbalances in spatial distribution and category frequency, promoting comprehensive and balanced learning. Extensive experiments demonstrate that our approach mitigates the challenges posed by traditional methods and consistently surpasses existing image-to-LiDAR contrastive distillation methods in downstream tasks. The source code is available at https://github.com/Eaphan/OLIVINE.

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