paper-with-me

홈 › Papers

Unifying Heterogeneous Classifiers with Distillation

2019-04-12 · CVPR 2019 6 · Jayakorn Vongkulbhisal, Phongtharin Vinayavekhin, Marco Visentini-Scarzanella

In this paper, we study the problem of unifying knowledge from a set of classifiers with different architectures and target classes into a single classifier, given only a generic set of unlabelled data. We call this problem Unifying Heterogeneous Classifiers (UHC). This problem is motivated by scenarios where data is collected from multiple sources, but the sources cannot share their data, e.g., due to privacy concerns, and only privately trained models can be shared. In addition, each source may not be able to gather data to train all classes due to data availability at each source, and may not be able to train the same classification model due to different computational resources. To tackle this problem, we propose a generalisation of knowledge distillation to merge HCs. We derive a probabilistic relation between the outputs of HCs and the probability over all classes. Based on this relation, we propose two classes of methods based on cross-entropy minimisation and matrix factorisation, which allow us to estimate soft labels over all classes from unlabelled samples and use them in lieu of ground truth labels to train a unified classifier. Our extensive experiments on ImageNet, LSUN, and Places365 datasets show that our approaches significantly outperform a naive extension of distillation and can achieve almost the same accuracy as classifiers that are trained in a centralised, supervised manner.

📄 PDF Abstract BibTeX arXiv:1904.06062

Code (1)

aitorlucasc/uhc_distillation pytorch

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Spatially Stratified Distillation for Heterogeneous Radar Place Recognition

2026-06-17 · Sagun Singh Shrestha, Samuel Harding, Abdelwahed Khamis, Saimunur Rahman 외 arxiv

Scalable, all-weather place recognition increasingly relies on heterogeneous radar place recognition to bridge diverse hardware platforms. A notable application is matching queries from cost-effective 4D automotive radar…

Distilling Adversarial Robustness Using Heterogeneous Teachers

2024-02-23 · Jieren Deng, Aaron Palmer, Rigel Mahmood, Ethan Rathbun 외

Achieving resiliency against adversarial attacks is necessary prior to deploying neural network classifiers in domains where misclassification incurs substantial costs, e.g., self-driving cars or medical imaging. Recent …

Adversarial RobustnessKnowledge DistillationSelf-Driving Cars

KD$^{2}$M: An unifying framework for feature knowledge distillation

2025-04-02 · Eduardo Fernandes Montesuma

Knowledge Distillation (KD) seeks to transfer the knowledge of a teacher, towards a student neural net. This process is often done by matching the networks' predictions (i.e., their output), but, recently several works h…

Knowledge Distillation

Recurrent Early Exits for Federated Learning with Heterogeneous Clients

2024-05-23 · Royson Lee, Javier Fernandez-Marques, Shell Xu Hu, Da Li 외

Federated learning (FL) has enabled distributed learning of a model across multiple clients in a privacy-preserving manner. One of the main challenges of FL is to accommodate clients with varying hardware capacities; cli…

Federated LearningKnowledge DistillationPrivacy Preserving

Distilling Knowledge via Intermediate Classifiers

2021-02-28 · Aryan Asadian, Amirali Salehi-Abari

The crux of knowledge distillation is to effectively train a resource-limited student model with the guide of a pre-trained larger teacher model. However, when there is a large difference between the model complexities o…

Knowledge DistillationTransfer Learning