paper-with-me

홈 › Papers

Learning Task-Agnostic Representations through Multi-Teacher Distillation

2025-10-21 · Philippe Formont, Maxime Darrin, Banafsheh Karimian, Jackie CK Cheung, Eric Granger, Ismail Ben Ayed, Mohammadhadi Shateri, Pablo Piantanida arxiv

Casting complex inputs into tractable representations is a critical step across various fields. Diverse embedding models emerge from differences in architectures, loss functions, input modalities and datasets, each capturing unique aspects of the input. Multi-teacher distillation leverages this diversity to enrich representations but often remains tailored to specific tasks. In this paper, we introduce a task-agnostic framework based on a ``majority vote" objective function. We demonstrate that this function is bounded by the mutual information between student and teachers' embeddings, leading to a task-agnostic distillation loss that eliminates dependence on task-specific labels or prior knowledge. Our evaluations across text, vision models, and molecular modeling show that our method effectively leverages teacher diversity, resulting in representations enabling better performance for a wide range of downstream tasks such as classification, clustering, or regression. Additionally, we train and release state-of-the-art embedding models, enhancing downstream performance in various modalities.

📄 PDF Abstract BibTeX arXiv:2510.18680

Code (0)

등록된 구현이 없습니다.

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

Task-Specific Knowledge Distillation via Intermediate Probes

2026-02-18 · Ryan Brown, Chris Russell arxiv

Knowledge distillation from large language models (LLMs) assumes that the teacher's output distribution is a high-quality training signal. On reasoning tasks, this assumption is frequently violated. A model's intermediat…

Knowledge Distillation

Swiss Army Knife: Synergizing Biases in Knowledge from Vision Foundation Models for Multi-Task Learning

2024-10-18 · Yuxiang Lu, Shengcao Cao, Yu-Xiong Wang

Vision Foundation Models (VFMs) have demonstrated outstanding performance on numerous downstream tasks. However, due to their inherent representation biases originating from different training paradigms, VFMs exhibit adv…

Multi-Task LearningTransfer Learning

HomoDistil: Homotopic Task-Agnostic Distillation of Pre-trained Transformers

2023-02-19 · Chen Liang, Haoming Jiang, Zheng Li, Xianfeng Tang 외

Knowledge distillation has been shown to be a powerful model compression approach to facilitate the deployment of pre-trained language models in practice. This paper focuses on task-agnostic distillation. It produces a c…

Knowledge DistillationModel CompressionTransfer Learning

ERNIE 3.0 Tiny: Frustratingly Simple Method to Improve Task-Agnostic Distillation Generalization

2023-01-09 · Weixin Liu, Xuyi Chen, Jiaxiang Liu, Shikun Feng 외

Task-agnostic knowledge distillation attempts to address the problem of deploying large pretrained language model in resource-constrained scenarios by compressing a large pretrained model called teacher into a smaller on…

Knowledge DistillationLanguage ModellingMulti-Task Learning