paper-with-me

홈 › Papers

RCKD: Response-Based Cross-Task Knowledge Distillation for Pathological Image Analysis

2023-10-29 · MDPI 2023 10 · Hyunil Kim, Tae-Yeong Kwak, Hyeyoon Chang, Sun Woo Kim, and Injung Kim

We propose a novel transfer learning framework for pathological image analysis, the Response-based Cross-task Knowledge Distillation (RCKD), which improves the performance of the model by pretraining it on a large unlabeled dataset guided by a high-performance teacher model. RCKD first pretrains a student model to predict the nuclei segmentation results of the teacher model for unlabeled pathological images, and then fine-tunes the pretrained model for the downstream tasks, such as organ cancer sub-type classification and cancer region segmentation, using relatively small target datasets. Unlike conventional knowledge distillation, RCKD does not require that the target tasks of the teacher and student models be the same. Moreover, unlike conventional transfer learning, RCKD can transfer knowledge between models with different architectures. In addition, we propose a lightweight architecture, the Convolutional neural network with Spatial Attention by Transformers (CSAT), for processing high-resolution pathological images with limited memory and computation. CSAT exhibited a top-1 accuracy of 78.6% on ImageNet with only 3M parameters and 1.08 G multiply-accumulate (MAC) operations. When pretrained by RCKD, CSAT exhibited average classification and segmentation accuracies of 94.2% and 0.673 mIoU on six pathological image datasets, which is 4% and 0.043 mIoU higher than EfficientNet-B0, and 7.4% and 0.006 mIoU higher than ConvNextV2-Atto pretrained on ImageNet, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationKnowledge DistillationTransfer 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 제목 키워드 기반

Categorical Relation-Preserving Contrastive Knowledge Distillation for Medical Image Classification

2021-07-07 · Xiaohan Xing, Yuenan Hou, Hang Li, Yixuan Yuan 외

The amount of medical images for training deep classification models is typically very scarce, making these deep models prone to overfit the training data. Studies showed that knowledge distillation (KD), especially the …

Classificationimage-classificationImage ClassificationKnowledge Distillation+2

Human-in-the-loop Handling of Knowledge Drift

2021-03-27 · Andrea Bontempelli, Fausto Giunchiglia, Andrea Passerini, Stefano Teso

We introduce and study knowledge drift (KD), a complex form of drift that occurs in hierarchical classification. Under KD the vocabulary of concepts, their individual distributions, and the is-a relations between them ca…

Drift Detection

Correlation-Decoupled Knowledge Distillation for Multimodal Sentiment Analysis with Incomplete Modalities

2024-04-25 · CVPR 2024 1 · Mingcheng Li, Dingkang Yang, Xiao Zhao, Shuaibing Wang 외

Multimodal sentiment analysis (MSA) aims to understand human sentiment through multimodal data. Most MSA efforts are based on the assumption of modality completeness. However, in real-world applications, some practical f…

DisentanglementKnowledge DistillationMultimodal Sentiment AnalysisSentiment Analysis

STXD: Structural and Temporal Cross-Modal Distillation for Multi-View 3D Object Detection

2023-09-21 · NeurIPS 2023 11

3D object detection (3DOD) from multi-view images is an economically appealing alternative to expensive LiDAR-based detectors, but also an extremely challenging task due to the absence of precise spatial cues. Recent stu…

Response-based Distillation for Incremental Object Detection

2021-10-26 · Tao Feng, Mang Wang

Traditional object detection are ill-equipped for incremental learning. However, fine-tuning directly on a well-trained detection model with only new data will leads to catastrophic forgetting. Knowledge distillation is …

Incremental LearningKnowledge DistillationObjectobject-detection+2