English

TLXML: Task-Level Explanation of Meta-Learning via Influence Functions

Machine Learning 2026-01-27 v3

Abstract

Meta-learning enables models to rapidly adapt to new tasks by leveraging prior experience, but its adaptation mechanisms remain opaque, especially regarding how past training tasks influence future predictions. We introduce TLXML (Task-Level eXplanation of Meta-Learning), a novel framework that extends influence functions to meta-learning settings, enabling task-level explanations of adaptation and inference. By reformulating influence functions for bi-level optimization, TLXML quantifies the contribution of each meta-training task to the adapted model's behaviour. To ensure scalability, we propose a Gauss-Newton-based approximation that significantly reduces computational complexity from O(pq2)O(pq^2) to O(pq)O(pq), where p and q denote model and meta parameters, respectively. Results demonstrate that TLXML effectively ranks training tasks by their influence on downstream performance, offering concise and intuitive explanations aligned with user-level abstraction. This work provides a critical step toward interpretable and trustworthy meta-learning systems.

Keywords

Cite

@article{arxiv.2501.14271,
  title  = {TLXML: Task-Level Explanation of Meta-Learning via Influence Functions},
  author = {Yoshihiro Mitsuka and Shadan Golestan and Zahin Sufiyan and Shotaro Miwa and Osmar R. Zaiane},
  journal= {arXiv preprint arXiv:2501.14271},
  year   = {2026}
}

Comments

26 pages; v2: modification in metadata; v3: extended experimental support, modification in metadata

R2 v1 2026-06-28T21:15:48.730Z