paper-with-me

Papers

3D Point Cloud Pre-training with Knowledge Distillation from 2D Images

2022-12-17 · Yuan YAO, Yuanhan Zhang, Zhenfei Yin, Jiebo Luo, Wanli Ouyang, Xiaoshui Huang

The recent success of pre-trained 2D vision models is mostly attributable to learning from large-scale datasets. However, compared with 2D image datasets, the current pre-training data of 3D point cloud is limited. To overcome this limitation, we propose a knowledge distillation method for 3D point cloud pre-trained models to acquire knowledge directly from the 2D representation learning model, particularly the image encoder of CLIP, through concept alignment. Specifically, we introduce a cross-attention mechanism to extract concept features from 3D point cloud and compare them with the semantic information from 2D images. In this scheme, the point cloud pre-trained models learn directly from rich information contained in 2D teacher models. Extensive experiments demonstrate that the proposed knowledge distillation scheme achieves higher accuracy than the state-of-the-art 3D pre-training methods for synthetic and real-world datasets on downstream tasks, including object classification, object detection, semantic segmentation, and part segmentation.

📄 PDF Abstract BibTeX arXiv:2212.08974

Code (0)

등록된 구현이 없습니다.

Tasks

Concept AlignmentKnowledge Distillationobject-detectionObject DetectionPoint Cloud Pre-trainingRepresentation LearningSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Feature Adversarial Distillation for Point Cloud Classification

2023-06-25 · YuXing Lee, Wei Wu

Due to the point cloud's irregular and unordered geometry structure, conventional knowledge distillation technology lost a lot of information when directly used on point cloud tasks. In this paper, we propose Feature Adv…

ClassificationFADKnowledge DistillationModel Compression+2

Let Images Give You More:Point Cloud Cross-Modal Training for Shape Analysis

2022-10-09 · Xu Yan, Heshen Zhan, Chaoda Zheng, Jiantao Gao 외

Although recent point cloud analysis achieves impressive progress, the paradigm of representation learning from a single modality gradually meets its bottleneck. In this work, we take a step towards more discriminative 3…

3D Point Cloud ClassificationKnowledge DistillationRepresentation Learning

CasPoinTr: Point Cloud Completion with Cascaded Networks and Knowledge Distillation

2025-09-27 · Yifan Yang, Yuxiang Yan, Boda Liu, Jian Pu arxiv

Point clouds collected from real-world environments are often incomplete due to factors such as limited sensor resolution, single viewpoints, occlusions, and noise. These challenges make point cloud completion essential …

Knowledge DistillationPoint Cloud CompletionPoint Clouds

PointDistiller: Structured Knowledge Distillation Towards Efficient and Compact 3D Detection

2022-05-23 · CVPR 2023 1 · Linfeng Zhang, Runpei Dong, Hung-Shuo Tai, Kaisheng Ma

The remarkable breakthroughs in point cloud representation learning have boosted their usage in real-world applications such as self-driving cars and virtual reality. However, these applications usually have an urgent re…

3D Object DetectionKnowledge DistillationModel Compressionobject-detection+3

Multi-Frame to Single-Frame: Knowledge Distillation for 3D Object Detection

2020-09-24 · Yue Wang, Alireza Fathi, Jiajun Wu, Thomas Funkhouser 외

A common dilemma in 3D object detection for autonomous driving is that high-quality, dense point clouds are only available during training, but not testing. We use knowledge distillation to bridge the gap between a model…

3D Object DetectionAutonomous DrivingKnowledge DistillationObject+2