Accelerating Neural Self-Improvement via Bootstrapping

Abstract

Few-shot learning with sequence-processing neural networks (NNs) has recently attracted a new wave of attention in the context of large language models. In the standard N-way K-shot learning setting, an NN is explicitly optimised to learn to classify unlabelled inputs by observing a sequence of NK labelled examples. This pressures the NN to learn a learning algorithm that achieves optimal performance, given the limited number of training examples. Here we study an auxiliary loss that encourages further acceleration of few-shot learning, by applying recently proposed bootstrapped meta-learning to NN few-shot learners: we optimise the K-shot learner to match its own performance achievable by observing more than NK examples, using only NK examples. Promising results are obtained on the standard Mini-ImageNet dataset. Our code is public.

Cite

Text

Irie and Schmidhuber. "Accelerating Neural Self-Improvement via Bootstrapping." ICLR 2023 Workshops: ME-FoMo, 2023.

Markdown

[Irie and Schmidhuber. "Accelerating Neural Self-Improvement via Bootstrapping." ICLR 2023 Workshops: ME-FoMo, 2023.](https://mlanthology.org/iclrw/2023/irie2023iclrw-accelerating/)

BibTeX

@inproceedings{irie2023iclrw-accelerating,
  title     = {{Accelerating Neural Self-Improvement via Bootstrapping}},
  author    = {Irie, Kazuki and Schmidhuber, Jürgen},
  booktitle = {ICLR 2023 Workshops: ME-FoMo},
  year      = {2023},
  url       = {https://mlanthology.org/iclrw/2023/irie2023iclrw-accelerating/}
}