paper-with-me

홈 › Papers

Multi-Level Feature Distillation of Joint Teachers Trained on Distinct Image Datasets

2024-10-29 · Adrian Iordache, Bogdan Alexe, Radu Tudor Ionescu

We propose a novel teacher-student framework to distill knowledge from multiple teachers trained on distinct datasets. Each teacher is first trained from scratch on its own dataset. Then, the teachers are combined into a joint architecture, which fuses the features of all teachers at multiple representation levels. The joint teacher architecture is fine-tuned on samples from all datasets, thus gathering useful generic information from all data samples. Finally, we employ a multi-level feature distillation procedure to transfer the knowledge to a student model for each of the considered datasets. We conduct image classification experiments on seven benchmarks, and action recognition experiments on three benchmarks. To illustrate the power of our feature distillation procedure, the student architectures are chosen to be identical to those of the individual teachers. To demonstrate the flexibility of our approach, we combine teachers with distinct architectures. We show that our novel Multi-Level Feature Distillation (MLFD) can significantly surpass equivalent architectures that are either trained on individual datasets, or jointly trained on all datasets at once. Furthermore, we confirm that each step of the proposed training procedure is well motivated by a comprehensive ablation study. We publicly release our code at https://github.com/AdrianIordache/MLFD.

📄 PDF Abstract BibTeX arXiv:2410.22184

Code (1)

adrianiordache/mlfd 공식 구현 pytorch

Tasks

Action RecognitionAllimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Representation Consolidation from Multiple Expert Teachers

2021-09-29 · Zhizhong Li, Avinash Ravichandran, Charless Fowlkes, Marzia Polito 외

A library of diverse expert models transfers better to a novel task than a single generalist model. However, growing such a library indefinitely is impractical. Hence, we explore the problem of learning a consolidated im…

Knowledge Distillation

Language-Specialized Multi-Teacher On-Policy Distillation for Multilingual LLM-Based ASR

2026-08-04 · Yuan Xie, Jiaqi Song, Xianliang Wang, Ming Lei 외 arxiv

Modern LLM-based ASR systems have established multilingual capability as a standard feature, leveraging large-scale multilingual corpora and LLMs' cross-lingual knowledge to achieve competitive performance across multili…

Reinforcement Learning

Adaptive Multi-Teacher Multi-level Knowledge Distillation

2021-03-06 · Yuang Liu, Wei zhang, Jun Wang

Knowledge distillation~(KD) is an effective learning paradigm for improving the performance of lightweight student networks by utilizing additional supervision knowledge distilled from teacher networks. Most pioneering s…

Knowledge Distillation

Merge-of-Thought Distillation

2025-09-10 · Zhanming Shen, Zeyu Qin, Zenan Huang, Hao Chen 외 arxiv

Efficient reasoning distillation for long chain-of-thought (CoT) models is increasingly constrained by the assumption of a single oracle teacher, despite the practical availability of multiple candidate teachers and grow…

JointDistill: Adaptive Multi-Task Distillation for Joint Depth Estimation and Scene Segmentation

2025-05-15 · Tiancong Cheng, Ying Zhang, Yuxuan Liang, Roger Zimmermann 외

Depth estimation and scene segmentation are two important tasks in intelligent transportation systems. A joint modeling of these two tasks will reduce the requirement for both the storage and training efforts. This work …

BenchmarkingDepth EstimationScene Segmentation