paper-with-me

Papers

Hierarchically Structured Task-Agnostic Continual Learning

2022-11-14 · Heinke Hihn, Daniel A. Braun

One notable weakness of current machine learning algorithms is the poor ability of models to solve new problems without forgetting previously acquired knowledge. The Continual Learning paradigm has emerged as a protocol to systematically investigate settings where the model sequentially observes samples generated by a series of tasks. In this work, we take a task-agnostic view of continual learning and develop a hierarchical information-theoretic optimality principle that facilitates a trade-off between learning and forgetting. We derive this principle from a Bayesian perspective and show its connections to previous approaches to continual learning. Based on this principle, we propose a neural network layer, called the Mixture-of-Variational-Experts layer, that alleviates forgetting by creating a set of information processing paths through the network which is governed by a gating policy. Equipped with a diverse and specialized set of parameters, each path can be regarded as a distinct sub-network that learns to solve tasks. To improve expert allocation, we introduce diversity objectives, which we evaluate in additional ablation studies. Importantly, our approach can operate in a task-agnostic way, i.e., it does not require task-specific knowledge, as is the case with many existing continual learning algorithms. Due to the general formulation based on generic utility functions, we can apply this optimality principle to a large variety of learning problems, including supervised learning, reinforcement learning, and generative modeling. We demonstrate the competitive performance of our method on continual reinforcement learning and variants of the MNIST, CIFAR-10, and CIFAR-100 datasets.

📄 PDF Abstract BibTeX arXiv:2211.07725

Code (1)

hhihn/HVCL 공식 구현 pytorch

Tasks

Continual Learningreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Hierarchically Structured Meta-learning

2019-05-13 · Huaxiu Yao, Ying WEI, Junzhou Huang, Zhenhui Li

In order to learn quickly with few samples, meta-learning utilizes prior knowledge learned from previous tasks. However, a critical challenge in meta-learning is task uncertainty and heterogeneity, which can not be handl…

ClusteringContinual LearningFew-Shot Image Classificationimage-classification+2

Hierarchically Gated Experts for Efficient Online Continual Learning

2024-12-22 · Kevin Luong, Michael Thielscher

Continual Learning models aim to learn a set of tasks under the constraint that the tasks arrive sequentially with no way to access data from previous tasks. The Online Continual Learning framework poses a further challe…

Continual Learning

K-DeCore: Facilitating Knowledge Transfer in Continual Structured Knowledge Reasoning via Knowledge Decoupling

2025-09-21 · Yongrui Chen, Yi Huang, Yunchang Liu, Shenyu Zhang 외 arxiv

Continual Structured Knowledge Reasoning (CSKR) focuses on training models to handle sequential tasks, where each task involves translating natural language questions into structured queries grounded in structured knowle…

Continual Learning

Loss Decoupling for Task-Agnostic Continual Learning

2023-09-21 · NeurIPS 2023 11

Continual learning requires the model to learn multiple tasks in a sequential order. To perform continual learning, the model must possess the abilities to maintain performance on old tasks (stability) and adapt itself t…

Hierarchically Structured Reinforcement Learning for Topically Coherent Visual Story Generation

2018-05-21 · Qiuyuan Huang, Zhe Gan, Asli Celikyilmaz, Dapeng Wu 외

We propose a hierarchically structured reinforcement learning approach to address the challenges of planning for generating coherent multi-sentence stories for the visual storytelling task. Within our framework, the task…

DecoderDeep Reinforcement Learningreinforcement-learningReinforcement Learning+4