paper-with-me

Papers

MoKD: Multi-Task Optimization for Knowledge Distillation

2025-05-13 · Zeeshan Hayder, Ali Cheraghian, Lars Petersson, Mehrtash Harandi

Compact models can be effectively trained through Knowledge Distillation (KD), a technique that transfers knowledge from larger, high-performing teacher models. Two key challenges in Knowledge Distillation (KD) are: 1) balancing learning from the teacher's guidance and the task objective, and 2) handling the disparity in knowledge representation between teacher and student models. To address these, we propose Multi-Task Optimization for Knowledge Distillation (MoKD). MoKD tackles two main gradient issues: a) Gradient Conflicts, where task-specific and distillation gradients are misaligned, and b) Gradient Dominance, where one objective's gradient dominates, causing imbalance. MoKD reformulates KD as a multi-objective optimization problem, enabling better balance between objectives. Additionally, it introduces a subspace learning framework to project feature representations into a high-dimensional space, improving knowledge transfer. Our MoKD is demonstrated to outperform existing methods through extensive experiments on image classification using the ImageNet-1K dataset and object detection using the COCO dataset, achieving state-of-the-art performance with greater efficiency. To the best of our knowledge, MoKD models also achieve state-of-the-art performance compared to models trained from scratch.

📄 PDF Abstract BibTeX arXiv:2505.08170

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationKnowledge Distillationobject-detectionObject DetectionTransfer 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 제목 키워드 기반

Multi-Mode Online Knowledge Distillation for Self-Supervised Visual Representation Learning

2023-04-13 · CVPR 2023 1 · Kaiyou Song, Jin Xie, Shan Zhang, Zimeng Luo

Self-supervised learning (SSL) has made remarkable progress in visual representation learning. Some studies combine SSL with knowledge distillation (SSL-KD) to boost the representation learning performance of small model…

Knowledge DistillationRepresentation LearningSelf-Supervised Learning

MOKD: Cross-domain Finetuning for Few-shot Classification via Maximizing Optimized Kernel Dependence

2024-05-29 · Hongduan Tian, Feng Liu, Tongliang Liu, Bo Du 외

In cross-domain few-shot classification, \emph{nearest centroid classifier} (NCC) aims to learn representations to construct a metric space where few-shot classification can be performed by measuring the similarities bet…

Cross-Domain Few-Shot

DOT: A Distillation-Oriented Trainer

2023-07-17 · ICCV 2023 1 · Borui Zhao, Quan Cui, RenJie Song, Jiajun Liang

Knowledge distillation transfers knowledge from a large model to a small one via task and distillation losses. In this paper, we observe a trade-off between task and distillation losses, i.e., introducing distillation lo…

Knowledge Distillation

Adaptive Weighting in Knowledge Distillation: An Axiomatic Framework for Multi-Scale Teacher Ensemble Optimization

2026-01-25 · Aaron R. Flouro, Shawn P. Chadwick arxiv

Knowledge distillation with multiple teachers is increasingly used to improve robustness, efficiency, and safety, yet existing approaches rely largely on heuristic or implementation-specific weighting schemes. This paper…

Knowledge Distillation

Quantifying Knowledge Distillation Using Partial Information Decomposition

2024-11-12 · Pasan Dissanayake, Faisal Hamman, Barproda Halder, Ilia Sucholutsky 외

Knowledge distillation deploys complex machine learning models in resource-constrained environments by training a smaller student model to emulate internal representations of a complex teacher model. However, the teacher…

Knowledge DistillationTransfer Learning