模型无关的元学习:深度网络的快速适应

Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks

切尔西·芬恩 Chelsea Finn · UC Berkeley · 2017-03-09 · arXiv:1703.03400 ↗ · 被引 14702

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

我们提出了一种元学习算法,该算法与模型无关,即它与任何通过梯度下降训练的模型兼容,并适用于各种不同的学习问题,包括分类、回归和强化学习。元学习的目标是在多种学习任务上训练模型,使其能够仅使用少量训练样本解决新的学习任务。在我们的方法中,模型的参数被明确训练,使得来自新任务的少量训练数据经过少量梯度步骤后,就能在该任务上产生良好的泛化性能。实际上,我们的方法训练模型使其易于微调。我们证明,这种方法在两个少样本图像分类基准上达到了最先进的性能,在少样本回归上取得了良好结果,并加速了使用神经网络策略的策略梯度强化学习的微调。

We propose an algorithm for meta-learning that is model-agnostic, in the sense that it is compatible with any model trained with gradient descent and applicable to a variety of different learning problems, including classification, regression, and reinforcement learning. The goal of meta-learning is to train a model on a variety of learning tasks, such that it can solve new learning tasks using only a small number of training samples. In our approach, the parameters of the model are explicitly trained such that a small number of gradient steps with a small amount of training data from a new task will produce good generalization performance on that task. In effect, our method trains the model to be easy to fine-tune. We demonstrate that this approach leads to state-of-the-art performance on two few-shot image classification benchmarks, produces good results on few-shot regression, and accelerates fine-tuning for policy gradient reinforcement learning with neural network policies.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 15)

阅读逐段中英对照全文 →