English

Fusing Models with Complementary Expertise

Machine Learning 2024-05-10 v2

Abstract

Training AI models that generalize across tasks and domains has long been among the open problems driving AI research. The emergence of Foundation Models made it easier to obtain expert models for a given task, but the heterogeneity of data that may be encountered at test time often means that any single expert is insufficient. We consider the Fusion of Experts (FoE) problem of fusing outputs of expert models with complementary knowledge of the data distribution and formulate it as an instance of supervised learning. Our method is applicable to both discriminative and generative tasks and leads to significant performance improvements in image and text classification, text summarization, multiple-choice QA, and automatic evaluation of generated text. We also extend our method to the "frugal" setting where it is desired to reduce the number of expert model evaluations at test time. Our implementation is publicly available at https://github.com/hwang595/FoE-ICLR2024.

Keywords

Cite

@article{arxiv.2310.01542,
  title  = {Fusing Models with Complementary Expertise},
  author = {Hongyi Wang and Felipe Maia Polo and Yuekai Sun and Souvik Kundu and Eric Xing and Mikhail Yurochkin},
  journal= {arXiv preprint arXiv:2310.01542},
  year   = {2024}
}

Comments

This paper was published at ICLR 2024

R2 v1 2026-06-28T12:38:46.096Z