paper-with-me

홈 › Papers

Balanced Residual Distillation Learning for 3D Point Cloud Class-Incremental Semantic Segmentation

2024-08-02 · Yuanzhi Su, Siyuan Chen, Yuan-Gen Wang

Class-incremental learning (CIL) enables continuous learning of new classes while mitigating catastrophic forgetting of old ones. For the performance breakthrough of CIL, it is essential yet challenging to effectively refine past knowledge from the base model and balance it with new learning. However, such a challenge has not been considered in current research. This work proposes a balanced residual distillation learning framework (BRDL) to address this gap and advance CIL performance. BRDL introduces a residual distillation strategy to dynamically refine past knowledge by expanding the network structure and a balanced pseudo-label learning strategy to mitigate class bias and balance learning between old and new classes. We apply the proposed BRDL to a challenging 3D point cloud semantic segmentation task where the data is unordered and unstructured. Extensive experimental results demonstrate that BRDL sets a new benchmark with an outstanding balance capability in class-biased scenarios.

📄 PDF Abstract BibTeX arXiv:2408.01356

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningClass-Incremental Semantic SegmentationIncremental LearningPseudo LabelSemantic Segmentation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar 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 …

Point Clouds

PointDC:Unsupervised Semantic Segmentation of 3D Point Clouds via Cross-modal Distillation and Super-Voxel Clustering

2023-04-18 · Zisheng Chen, Hongbin Xu, Weitao Chen, Zhipeng Zhou 외

Semantic segmentation of point clouds usually requires exhausting efforts of human annotations, hence it attracts wide attention to the challenging topic of learning from unlabeled or weaker forms of annotations. In this…

ClusteringSegmentationSemantic SegmentationUnsupervised Semantic Segmentation

PointDC: Unsupervised Semantic Segmentation of 3D Point Clouds via Cross-Modal Distillation and Super-Voxel Clustering

2023-01-01 · ICCV 2023 1 · Zisheng Chen, Hongbin Xu, Weitao Chen, Zhipeng Zhou 외

Semantic segmentation of point clouds usually requires exhausting efforts of human annotations, hence it attracts wide attention to a challenging topic of learning from unlabeled or weaker form of annotations. In thi…

ClusteringSegmentationSemantic SegmentationUnsupervised Semantic Segmentation

Unsupervised Point Cloud Completion through Unbalanced Optimal Transport

2024-10-03 · Taekyung Lee, Jaemoo Choi, Myungjoo Kang, Jaewoong Choi

Unpaired point cloud completion explores methods for learning a completion map from unpaired incomplete and complete point cloud data. In this paper, we propose a novel approach for unpaired point cloud completion using …

Point Cloud Completion

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