paper-with-me

Papers

Long-Tailed 3D Point Cloud Dataset Distillation

2026-07-29 · Jiahao You, Xu Han, Jinfeng Xu, Xianzhi Li arxiv

Dataset distillation compresses large-scale datasets into compact synthetic sets while preserving their training utility, enabling efficient 3D point cloud training. Current point cloud dataset distillation methods only tackle geometric and representation challenges while ignoring the distributional imbalance prevalent in point cloud datasets where both training and test splits follow long-tailed class distributions. To our knowledge, we present the first study on long-tailed point cloud dataset distillation. Rather than focusing primarily on geometric and representation properties or simply constructing a class-balanced synthetic set, our framework explicitly accounts for long-tailed class distributions via two core modules. First, we design Adaptive Synthetic Budgeting to allocate class-wise synthetic budgets according to class quantity and the expected benefit of additional synthetic samples. Given the allocated budgets, we further design 3D Long-Tailed Distribution Matching to optimize synthetic point clouds through Global-Local Feature Alignment and Prior-Aware Supervision. The former preserves both global class distributions and diverse intra-class structures, while the latter provides class-dependent expert supervision to keep tail-class samples recognizable while maintaining diverse head-class patterns. Extensive experiments demonstrate the effectiveness of our method, lifting classification accuracy by 7.0 points on ShapeNet55 against state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2607.26763

Code (0)

등록된 구현이 없습니다.

Tasks

Point Clouds

Similar Papers 제목 키워드 기반

Multi-to-Single Knowledge Distillation for Point Cloud Semantic Segmentation

2023-04-28 · Shoumeng Qiu, Feng Jiang, Haiqiang Zhang, xiangyang xue 외

3D point cloud semantic segmentation is one of the fundamental tasks for environmental understanding. Although significant progress has been made in recent years, the performance of classes with few examples or few point…

Knowledge DistillationSemantic Segmentation

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

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

Long-tailed Adversarial Training with Self-Distillation

2025-03-09 · Seungju Cho, Hongsin Lee, Changick Kim

Adversarial training significantly enhances adversarial robustness, yet superior performance is predominantly achieved on balanced datasets. Addressing adversarial robustness in the context of unbalanced or long-tailed d…

Adversarial Robustness

Balanced Knowledge Distillation for Long-tailed Learning

2021-04-21 · Shaoyu Zhang, Chen Chen, Xiyuan Hu, Silong Peng

Deep models trained on long-tailed datasets exhibit unsatisfactory performance on tail classes. Existing methods usually modify the classification loss to increase the learning focus on tail classes, which unexpectedly s…

Knowledge Distillation