paper-with-me

홈 › Papers

Meta-Learning with Self-Improving Momentum Target

2022-10-11 · Jihoon Tack, Jongjin Park, Hankook Lee, Jaeho Lee, Jinwoo Shin

The idea of using a separately trained target model (or teacher) to improve the performance of the student model has been increasingly popular in various machine learning domains, and meta-learning is no exception; a recent discovery shows that utilizing task-wise target models can significantly boost the generalization performance. However, obtaining a target model for each task can be highly expensive, especially when the number of tasks for meta-learning is large. To tackle this issue, we propose a simple yet effective method, coined Self-improving Momentum Target (SiMT). SiMT generates the target model by adapting from the temporal ensemble of the meta-learner, i.e., the momentum network. This momentum network and its task-specific adaptations enjoy a favorable generalization performance, enabling self-improving of the meta-learner through knowledge distillation. Moreover, we found that perturbing parameters of the meta-learner, e.g., dropout, further stabilize this self-improving process by preventing fast convergence of the distillation loss during meta-training. Our experimental results demonstrate that SiMT brings a significant performance gain when combined with a wide range of meta-learning methods under various applications, including few-shot regression, few-shot classification, and meta-reinforcement learning. Code is available at https://github.com/jihoontack/SiMT.

📄 PDF Abstract BibTeX arXiv:2210.05185

Code (1)

jihoontack/SiMT 공식 구현 pytorch

Tasks

Knowledge DistillationMeta-LearningMeta Reinforcement Learning

Similar Papers 제목 키워드 기반

Meta-AdaM: An Meta-Learned Adaptive Optimizer with Momentum for Few-Shot Learning

2023-09-21 · NeurIPS 2023 11

We introduce Meta-AdaM, a meta-learned adaptive optimizer with momentum, designed for few-shot learning tasks that pose significant challenges to deep learning models due to the limited number of labeled examples. Meta-l…

Correcting Momentum in Temporal Difference Learning

2021-06-07 · Emmanuel Bengio, Joelle Pineau, Doina Precup

A common optimization tool used in deep reinforcement learning is momentum, which consists in accumulating and discounting past gradients, reapplying them at each iteration. We argue that, unlike in supervised learning, …

Deep Reinforcement LearningReinforcement Learning (RL)

Accelerate Distributed Stochastic Descent for Nonconvex Optimization with Momentum

2021-10-01 · Guojing Cong, Tianyi Liu

Momentum method has been used extensively in optimizers for deep learning. Recent studies show that distributed training through K-step averaging has many nice properties. We propose a momentum method for such model aver…

Supervised Momentum Contrastive Learning for Few-Shot Classification

2021-01-26 · Orchid Majumder, Avinash Ravichandran, Subhransu Maji, Alessandro Achille 외

Few-shot learning aims to transfer information from one task to enable generalization on novel tasks given a few examples. This information is present both in the domain and the class labels. In this work we investigate …

ClassificationContrastive LearningFew-Shot LearningGeneral Classification+2

A Quantum-Inspired Probabilistic Model for the Inverse Design of Meta-Structures

2020-11-11 · Yingtao Luo, XueFeng Zhu

In quantum mechanics, a norm squared wave function can be interpreted as the probability density that describes the likelihood of a particle to be measured in a given position or momentum. This statistical property is at…

PositionProbabilistic Deep Learning