paper-with-me

Papers

Label-Guided Knowledge Distillation for Continual Semantic Segmentation on 2D Images and 3D Point Clouds

2023-01-01 · ICCV 2023 1 · Ze Yang, Ruibo Li, Evan Ling, Chi Zhang, Yiming Wang, Dezhao Huang, Keng Teck Ma, Minhoe Hur, Guosheng Lin

Continual semantic segmentation (CSS) aims to extend an existing model to tackle unseen tasks while retaining its old knowledge. Naively fine-tuning the old model on new data leads to catastrophic forgetting. A common solution is knowledge distillation (KD), where the output distribution of the new model is regularized to be similar to that of the old model. However, in CSS, this is challenging because of the background shift issue. Existing KD-based CSS methods continue to suffer from confusion between the background and novel classes since they fail to establish a reliable class correspondence for distillation. To address this issue, we propose a new label-guided knowledge distillation (LGKD) loss, where the old model output is expanded and transplanted (with the guidance of the ground truth label) to form a semantically appropriate class correspondence with the new model output. Consequently, the useful knowledge from the old model can be effectively distilled into the new model without causing confusion. We conduct extensive experiments on two prevailing CSS benchmarks, Pascal-VOC and ADE20K, where our LGKD significantly boosts the performance of three competing methods, especially on novel mIoU by up to +76%, setting new state-of-the-art. Finally, to further demonstrate its generalization ability, we introduce the first CSS benchmark for 3D point cloud based on ScanNet, along with several re-implemented baselines for comparison. Experiments show that LGKD is versatile in both 2D and 3D modalities without requiring ad hoc design. Codes are available at https://github.com/Ze-Yang/LGKD.

📄 PDF Abstract BibTeX

Code (1)

ze-yang/lgkd 공식 구현 pytorch

Tasks

Continual Semantic SegmentationKnowledge DistillationSemantic 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.…
HOC 설명 없음
fail 설명 없음

Similar Papers 제목 키워드 기반

Exploiting the Semantic Knowledge of Pre-trained Text-Encoders for Continual Learning

2024-08-02 · Lu Yu, Zhe Tao, Hantao Yao, Joost Van de Weijer 외

Deep neural networks (DNNs) excel on fixed datasets but struggle with incremental and shifting data in real-world scenarios. Continual learning addresses this challenge by allowing models to learn from new data while ret…

Continual LearningKnowledge DistillationRepresentation LearningSemantic Similarity+2

Distillation-Guided Structural Transfer for Continual Learning Beyond Sparse Distributed Memory

2025-12-17 · Huiyan Xue, Xuming Ran, Yaxin Li, Qi Xu 외 arxiv

Sparse neural systems are gaining traction for efficient continual learning due to their modularity and low interference. Architectures such as Sparse Distributed Memory Multi-Layer Perceptrons (SDMLP) construct task-spe…

Continual Learning

Continual Learning for Image Segmentation with Dynamic Query

2023-11-29 · Weijia Wu, Yuzhong Zhao, Zhuang Li, Lianlei Shan 외

Image segmentation based on continual learning exhibits a critical drop of performance, mainly due to catastrophic forgetting and background shift, as they are required to incorporate new classes continually. In this pap…

Continual LearningDiversityImage SegmentationInstance Segmentation+4

Dynamic Sub-graph Distillation for Robust Semi-supervised Continual Learning

2023-12-27 · Yan Fan, Yu Wang, Pengfei Zhu, QinGhua Hu

Continual learning (CL) has shown promising results and comparable performance to learning at once in a fully supervised manner. However, CL strategies typically require a large number of labeled samples, making their re…

Continual Learninggraph constructionKnowledge Distillation

Diffusion-Guided Knowledge Distillation for Weakly-Supervised Low-Light Semantic Segmentation

2025-07-10 · Chunyan Wang, Dong Zhang, Jinhui Tang arxiv

Weakly-supervised semantic segmentation aims to assign category labels to each pixel using weak annotations, significantly reducing manual annotation costs. Although existing methods have achieved remarkable progress in …

Weakly-Supervised Semantic SegmentationKnowledge Distillation