paper-with-me

Papers

Learning Task-Agnostic Embedding of Multiple Black-Box Experts for Multi-Task Model Fusion

2020-01-01 · ICML 2020 1 · Nghia Hoang, Thanh Lam, Bryan Kian Hsiang Low, Patrick Jaillet

Model fusion is an emerging study in collective learning where heterogeneous experts with private data and learning architectures need to combine their black-box knowledge for better performance. Existing literature achieves this via a local knowledge distillation scheme that transfuses the predictive patterns of each pre-trained expert onto a white-box imitator model, which can be incorporated efficiently into a global model. This scheme however does not extend to multi-task scenarios where different experts were trained to solve different tasks and only part of their distilled knowledge is relevant to a new task. To address this multi-task challenge, we develop a new fusion paradigm that represents each expert as a distribution over a spectrum of predictive prototypes, which are isolated from task-specific information encoded within the prototype distribution. The task-agnostic prototypes can then be reintegrated to generate a new model that solves a new task encoded with a different prototype distribution. The fusion and adaptation performance of the proposed framework is demonstrated empirically on several real-world benchmark datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

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 제목 키워드 기반

Aligning Human Knowledge with Visual Concepts Towards Explainable Medical Image Classification

2024-06-08 · Yunhe Gao, Difei Gu, Mu Zhou, Dimitris Metaxas

Although explainability is essential in the clinical diagnosis, most deep learning models still function as black boxes without elucidating their decision-making process. In this study, we investigate the explainable mod…

Decision MakingDiagnosticimage-classificationImage Classification+3

Explainable Knowledge Graph Embedding: Inference Reconciliation for Knowledge Inferences Supporting Robot Actions

2022-05-04 · Angel Daruna, Devleena Das, Sonia Chernova

Learned knowledge graph representations supporting robots contain a wealth of domain knowledge that drives robot behavior. However, there does not exist an inference reconciliation framework that expresses how a knowledg…

Decision MakingGraph EmbeddingKnowledge Graph EmbeddingSequential Decision Making

Beyond Black-Box Labels: Interpretable Criteria for Diagnosing Subjective NLP Tasks

2026-04-18 · Nisrine Rair, Alban Goupil, Valeriu Vrabie, Emmanuel Chochoy arxiv

Subjective NLP datasets typically aggregate annotator judgments into a single gold label, making it difficult to diagnose whether disagreement reflects unclear criteria, collapsed distinctions, or legitimate plurality. W…

A Classifier-Agnostic Zero-Shot Adversarial Attack Detection via CLIP

2026-06-29 · Hodaya Krakover, Meir Yossef Levi, Eyal Gofer, Guy Gilboa arxiv

Adversarial attacks pose a challenge to the reliability of deep learning models, motivating effective detection methods. Existing techniques often rely on attack-specific assumptions, access to adversarial samples, or kn…

Adversarial Attack

Self-Supervised Aggregation of Diverse Experts for Test-Agnostic Long-Tailed Recognition

2021-07-20 · Yifan Zhang, Bryan Hooi, Lanqing Hong, Jiashi Feng

Existing long-tailed recognition methods, aiming to train class-balanced models from long-tailed data, generally assume the models would be evaluated on the uniform test class distribution. However, practical test class …

Image ClassificationLong-tail LearningTest Agnostic Long-Tailed Learning