paper-with-me

홈 › Papers

Image-to-Lidar Self-Supervised Distillation for Autonomous Driving Data

2022-03-30 · CVPR 2022 1 · Corentin Sautier, Gilles Puy, Spyros Gidaris, Alexandre Boulch, Andrei Bursuc, Renaud Marlet

Segmenting or detecting objects in sparse Lidar point clouds are two important tasks in autonomous driving to allow a vehicle to act safely in its 3D environment. The best performing methods in 3D semantic segmentation or object detection rely on a large amount of annotated data. Yet annotating 3D Lidar data for these tasks is tedious and costly. In this context, we propose a self-supervised pre-training method for 3D perception models that is tailored to autonomous driving data. Specifically, we leverage the availability of synchronized and calibrated image and Lidar sensors in autonomous driving setups for distilling self-supervised pre-trained image representations into 3D models. Hence, our method does not require any point cloud nor image annotations. The key ingredient of our method is the use of superpixels which are used to pool 3D point features and 2D pixel features in visually similar regions. We then train a 3D network on the self-supervised task of matching these pooled point features with the corresponding pooled image pixel features. The advantages of contrasting regions obtained by superpixels are that: (1) grouping together pixels and points of visually coherent regions leads to a more meaningful contrastive task that produces features well adapted to 3D semantic segmentation and 3D object detection; (2) all the different regions have the same weight in the contrastive loss regardless of the number of 3D points sampled in these regions; (3) it mitigates the noise produced by incorrect matching of points and pixels due to occlusions between the different sensors. Extensive experiments on autonomous driving datasets demonstrate the ability of our image-to-Lidar distillation strategy to produce 3D representations that transfer well on semantic segmentation and object detection tasks.

📄 PDF Abstract BibTeX arXiv:2203.16258

Code (1)

valeoai/slidr 공식 구현 pytorch

Tasks

3D Object Detection3D Semantic SegmentationAutonomous Drivingobject-detectionObject DetectionSemantic SegmentationSuperpixels

Similar Papers 제목 키워드 기반

Three Pillars improving Vision Foundation Model Distillation for Lidar

2023-10-26 · CVPR 2024 1 · Gilles Puy, Spyros Gidaris, Alexandre Boulch, Oriane Siméoni 외

Self-supervised image backbones can be used to address complex 2D tasks (e.g., semantic segmentation, object discovery) very efficiently and with little or no downstream supervision. Ideally, 3D backbones for lidar shoul…

Autonomous DrivingObject DiscoverySegmentationSemantic Segmentation

HilDA: Hierarchical Distillation with Diffusion for Advancing Self-Supervised LiDAR Pre-training

2026-06-18 · Maciej Wozniak, Jesper Ericsson, Hariprasath Govindarajan, Truls Nyberg 외 arxiv

Leveraging Vision Foundation Models (VFMs) for camera-to-LiDAR knowledge distillation offers a promising solution to the scarcity of annotated data needed to represent the immense geometric and kinematic diversity of rea…

Knowledge Distillation3D Object DetectionAutonomous Driving

Domain Adaptation-Based Crossmodal Knowledge Distillation for 3D Semantic Segmentation

2025-08-30 · Jialiang Kang, Jiawen Wang, Dingsheng Luo arxiv

Semantic segmentation of 3D LiDAR data plays a pivotal role in autonomous driving. Traditional approaches rely on extensive annotated data for point cloud analysis, incurring high costs and time investments. In contrast,…

Unsupervised Domain Adaptation3D Semantic SegmentationKnowledge DistillationAutonomous Driving

TOLiD: Bridging the Architecture Gap in Vision Foundation Model to LiDAR Pretraining via Token Lifting for Distillation

2026-07-12 · Sutharsan Mahendran, Darshana Priyasad, Kaushik Roy, Tharindu Fernando 외 arxiv

Cross-modal distillation from Vision Foundation Models (VFMs) to LiDAR backbones has recently emerged as a self-supervised pretraining strategy that reduces reliance on dense point-wise annotation for 3D scene understand…

Representation LearningScene Understanding

LiDAR-Anchored Collaborative Distillation for Robust 2D Representations

2026-02-13 · Wonjun Jo, Hyunwoo Ha, Kim Ji-Yeon, Hawook Jeong 외 arxiv

As deep learning continues to advance, self-supervised learning has made considerable strides. It allows 2D image encoders to extract useful features for various downstream tasks, including those related to vision-based …

Self-Supervised Learning