paper-with-me

홈 › Papers

Look-ahead Meta Learning for Continual Learning

2020-12-01 · NeurIPS 2020 12 · Gunshi Gupta, Karmesh Yadav, Liam Paull

The continual learning problem involves training models with limited capacity to perform well on a set of an unknown number of sequentially arriving tasks. While meta-learning shows great potential for reducing interference between old and new tasks, the current training procedures tend to be either slow or offline, and sensitive to many hyper-parameters. In this work, we propose Look-ahead MAML (La-MAML), a fast optimisation-based meta-learning algorithm for online-continual learning, aided by a small episodic memory. By incorporating the modulation of per-parameter learning rates in our meta-learning update, our approach also allows us to draw connections to and exploit prior work on hypergradients and meta-descent. This provides a more flexible and efficient way to mitigate catastrophic forgetting compared to conventional prior-based methods. La-MAML achieves performance superior to other replay-based, prior-based and meta-learning based approaches for continual learning on real-world visual classification benchmarks.

📄 PDF Abstract BibTeX

Code (2)

montrealrobotics/La-MAML 공식 구현 pytorch
ContinualAI/avalanche pytorch

Tasks

Continual LearningMeta-Learning

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

La-MAML: Look-ahead Meta Learning for Continual Learning

2020-07-27 · ICML Workshop LifelongML 2020 7 · Gunshi Gupta, Karmesh Yadav, Liam Paull

The continual learning problem involves training models with limited capacity to perform well on a set of an unknown number of sequentially arriving tasks. While meta-learning shows great potential for reducing interfere…

Continual LearningMeta-Learning

Reproducibility Report: La-MAML: Look-ahead Meta Learning for Continual Learning

2021-02-11 · Joel Joseph, Alex Gu

The Continual Learning (CL) problem involves performing well on a sequence of tasks under limited compute. Current algorithms in the domain are either slow, offline or sensitive to hyper-parameters. La-MAML, an optimizat…

Continual LearningMeta-Learning

Causal Attention with Lookahead Keys

2025-09-09 · Zhuoqing Song, Peng Sun, Huizhuo Yuan, Quanquan Gu arxiv

In standard causal attention, each token's query, key, and value (QKV) are static and encode only preceding context. We introduce CAuSal aTtention with Lookahead kEys (CASTLE), an attention mechanism that continually upd…

HyperTokens: Controlling Token Dynamics for Continual Video-Language Understanding

2026-03-02 · Toan Nguyen, Yang Liu, Celso De Melo, Flora D. Salim arxiv

Continual VideoQA with multimodal LLMs is hindered by interference between tasks and the prohibitive cost of storing task-specific prompts. We introduce HyperTokens, a transformer-based token generator that produces fine…

Neurosymbolic Meta-Reinforcement Lookahead Learning Achieves Safe Self-Driving in Non-Stationary Environments

2023-09-05 · Haozhe Lei, Quanyan Zhu

In the area of learning-driven artificial intelligence advancement, the integration of machine learning (ML) into self-driving (SD) technology stands as an impressive engineering feat. Yet, in real-world applications out…

Meta Reinforcement Learning