paper-with-me

Papers

SCLIFD:Supervised Contrastive Knowledge Distillation for Incremental Fault Diagnosis under Limited Fault Data

2023-02-12 · Peng Peng, Hanrong Zhang, Mengxuan Li, Gongzhuang Peng, Hongwei Wang, Weiming Shen

Intelligent fault diagnosis has made extraordinary advancements currently. Nonetheless, few works tackle class-incremental learning for fault diagnosis under limited fault data, i.e., imbalanced and long-tailed fault diagnosis, which brings about various notable challenges. Initially, it is difficult to extract discriminative features from limited fault data. Moreover, a well-trained model must be retrained from scratch to classify the samples from new classes, thus causing a high computational burden and time consumption. Furthermore, the model may suffer from catastrophic forgetting when trained incrementally. Finally, the model decision is biased toward the new classes due to the class imbalance. The problems can consequently lead to performance degradation of fault diagnosis models. Accordingly, we introduce a supervised contrastive knowledge distillation for incremental fault diagnosis under limited fault data (SCLIFD) framework to address these issues, which extends the classical incremental classifier and representation learning (iCaRL) framework from three perspectives. Primarily, we adopt supervised contrastive knowledge distillation (KD) to enhance its representation learning capability under limited fault data. Moreover, we propose a novel prioritized exemplar selection method adaptive herding (AdaHerding) to restrict the increase of the computational burden, which is also combined with KD to alleviate catastrophic forgetting. Additionally, we adopt the cosine classifier to mitigate the adverse impact of class imbalance. We conduct extensive experiments on simulated and real-world industrial processes under different imbalance ratios. Experimental results show that our SCLIFD outperforms the existing methods by a large margin.

📄 PDF Abstract BibTeX arXiv:2302.05929

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningFault DiagnosisIncremental LearningKnowledge DistillationRepresentation Learning

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

Similar Papers 제목 키워드 기반

Class Incremental Fault Diagnosis under Limited Fault Data via Supervised Contrastive Knowledge Distillation

2025-01-16 · Hanrong Zhang, Yifei Yao, Zixuan Wang, Jiayuan Su 외

Class-incremental fault diagnosis requires a model to adapt to new fault classes while retaining previous knowledge. However, limited research exists for imbalanced and long-tailed data. Extracting discriminative feature…

Fault DiagnosisKnowledge DistillationRepresentation Learning

A Contrastive Distillation Approach for Incremental Semantic Segmentation in Aerial Images

2021-12-07 · Edoardo Arnaudo, Fabio Cermelli, Antonio Tavera, Claudio Rossi 외

Incremental learning represents a crucial task in aerial image processing, especially given the limited availability of large-scale annotated datasets. A major issue concerning current deep neural architectures is known …

image-classificationImage ClassificationIncremental LearningKnowledge Distillation+4

Uncertainty-aware Contrastive Distillation for Incremental Semantic Segmentation

2022-03-26 · Guanglei Yang, Enrico Fini, Dan Xu, Paolo Rota 외

A fundamental and challenging problem in deep learning is catastrophic forgetting, i.e. the tendency of neural networks to fail to preserve the knowledge acquired from old tasks when learning new tasks. This problem has …

Contrastive Learningimage-classificationImage ClassificationIncremental Learning+4

Inherit with Distillation and Evolve with Contrast: Exploring Class Incremental Semantic Segmentation Without Exemplar Memory

2023-09-27 · Danpei Zhao, Bo Yuan, Zhenwei Shi

As a front-burner problem in incremental learning, class incremental semantic segmentation (CISS) is plagued by catastrophic forgetting and semantic drift. Although recent methods have utilized knowledge distillation to …

Class-Incremental Semantic SegmentationContrastive LearningIncremental LearningKnowledge Distillation+1

Prototypical Contrastive Predictive Coding

2021-09-29 · ICLR 2022 4 · Kyungmin Lee

Transferring representational knowledge of a model to another is a wide-ranging topic in machine learning. Those applications include the distillation of a large supervised or self-supervised teacher model to a smaller s…

Contrastive LearningKnowledge DistillationModel CompressionSelf-Supervised Learning