paper-with-me

Papers

On the Efficiency of Subclass Knowledge Distillation in Classification Tasks

2021-09-12 · Ahmad Sajedi, Konstantinos N. Plataniotis

This work introduces a novel knowledge distillation framework for classification tasks where information on existing subclasses is available and taken into consideration. In classification tasks with a small number of classes or binary detection (two classes) the amount of information transferred from the teacher to the student network is restricted, thus limiting the utility of knowledge distillation. Performance can be improved by leveraging information about possible subclasses within the available classes in the classification task. To that end, we propose the so-called Subclass Knowledge Distillation (SKD) framework, which is the process of transferring the subclasses' prediction knowledge from a large teacher model into a smaller student one. Through SKD, additional meaningful information which is not in the teacher's class logits but exists in subclasses (e.g., similarities inside classes) will be conveyed to the student and boost its performance. Mathematically, we measure how many extra information bits the teacher can provide for the student via SKD framework. The framework developed is evaluated in clinical application, namely colorectal polyp binary classification. In this application, clinician-provided annotations are used to define subclasses based on the annotation label's variability in a curriculum style of learning. A lightweight, low complexity student trained with the proposed framework achieves an F1-score of 85.05%, an improvement of 2.14% and 1.49% gain over the student that trains without and with conventional knowledge distillation, respectively. These results show that the extra subclasses' knowledge (i.e., 0.4656 label bits per training sample in our experiment) can provide more information about the teacher generalization, and therefore SKD can benefit from using more information to increase the student performance.

📄 PDF Abstract BibTeX arXiv:2109.05587

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassificationKnowledge Distillation

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

Subclass Knowledge Distillation with Known Subclass Labels

2022-07-17 · Ahmad Sajedi, Yuri A. Lawryshyn, Konstantinos N. Plataniotis

This work introduces a novel knowledge distillation framework for classification tasks where information on existing subclasses is available and taken into consideration. In classification tasks with a small number of cl…

Binary ClassificationKnowledge Distillation

Multi-Teacher Knowledge Distillation for Incremental Implicitly-Refined Classification

2022-02-23 · Longhui Yu, Zhenyu Weng, Yuqing Wang, Yuesheng Zhu

Incremental learning methods can learn new classes continually by distilling knowledge from the last model (as a teacher model) to the current model (as a student model) in the sequentially learning process. However, the…

ClassificationIncremental LearningKnowledge Distillation

Saliency Map-Guided Knowledge Discovery for Subclass Identification with LLM-Based Symbolic Approximations

2025-11-10 · Tim Bohne, Anne-Kathrin Patricia Windler, Martin Atzmueller arxiv

This paper proposes a novel neuro-symbolic approach for sensor signal-based knowledge discovery, focusing on identifying latent subclasses in time series classification tasks. The approach leverages gradient-based salien…

Time Series ClassificationBinary ClassificationGraph Matching

Subclass Distillation

2020-02-10 · Rafael Müller, Simon Kornblith, Geoffrey Hinton

After a large "teacher" neural network has been trained on labeled data, the probabilities that the teacher assigns to incorrect classes reveal a lot of information about the way in which the teacher generalizes. By trai…

No Subclass Left Behind: Fine-Grained Robustness in Coarse-Grained Classification Problems

2020-11-25 · NeurIPS 2020 12 · Nimit S. Sohoni, Jared A. Dunnmon, Geoffrey Angus, Albert Gu 외

In real-world classification tasks, each class often comprises multiple finer-grained "subclasses." As the subclass labels are frequently unavailable, models trained using only the coarser-grained class labels often exhi…

ClusteringGeneral Classificationimage-classificationImage Classification