Subspace Learning for Effective Meta-Learning

Abstract

Meta-learning aims to extract meta-knowledge from historical tasks to accelerate learning on new tasks. Typical meta-learning algorithms like MAML learn a globally-shared meta-model for all tasks. However, when the task environments are complex, task model parameters are diverse and a common meta-model is insufficient to capture all the meta-knowledge. To address this challenge, in this paper, task model parameters are structured into multiple subspaces, and each subspace represents one type of meta-knowledge. We propose an algorithm to learn the meta-parameters (\ie, subspace bases). We theoretically study the generalization properties of the learned subspaces. Experiments on regression and classification meta-learning datasets verify the effectiveness of the proposed algorithm.

Cite

Text

Jiang et al. "Subspace Learning for Effective Meta-Learning." International Conference on Machine Learning, 2022.

Markdown

[Jiang et al. "Subspace Learning for Effective Meta-Learning." International Conference on Machine Learning, 2022.](https://mlanthology.org/icml/2022/jiang2022icml-subspace/)

BibTeX

@inproceedings{jiang2022icml-subspace,
  title     = {{Subspace Learning for Effective Meta-Learning}},
  author    = {Jiang, Weisen and Kwok, James and Zhang, Yu},
  booktitle = {International Conference on Machine Learning},
  year      = {2022},
  pages     = {10177-10194},
  volume    = {162},
  url       = {https://mlanthology.org/icml/2022/jiang2022icml-subspace/}
}