Multi-Label Knowledge Distillation
Penghui Yang, Ming-Kun Xie, Chen-Chen Zong, Lei Feng, Gang Niu, Masashi Sugiyama, Sheng-Jun Huang

TL;DR
This paper introduces a novel multi-label knowledge distillation approach that effectively transfers semantic knowledge and enhances feature representations, outperforming existing methods on benchmark datasets.
Contribution
It proposes a new multi-label distillation method that divides the problem into binary classifications and leverages label-wise embeddings for better feature distinctiveness.
Findings
Achieves superior performance on multiple benchmark datasets.
Effectively avoids knowledge counteraction among labels.
Enhances feature representation quality.
Abstract
Existing knowledge distillation methods typically work by imparting the knowledge of output logits or intermediate feature maps from the teacher network to the student network, which is very successful in multi-class single-label learning. However, these methods can hardly be extended to the multi-label learning scenario, where each instance is associated with multiple semantic labels, because the prediction probabilities do not sum to one and feature maps of the whole example may ignore minor classes in such a scenario. In this paper, we propose a novel multi-label knowledge distillation method. On one hand, it exploits the informative semantic knowledge from the logits by dividing the multi-label learning problem into a set of binary classification problems; on the other hand, it enhances the distinctiveness of the learned feature representations by leveraging the structural…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Multi-Label Knowledge Distillation· youtube
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Data Classification · Domain Adaptation and Few-Shot Learning
MethodsKnowledge Distillation
