paper-with-me

홈 › Papers

Task-Aware Multi-Expert Architecture For Lifelong Deep Learning

2025-12-12 · Jianyu Wang, Jacob Nean-Hua Sheikh, Cat P. Le, Hoda Bidkhori arxiv

Lifelong deep learning (LDL) trains neural networks to learn sequentially across tasks while preserving prior knowledge. We propose Task-Aware Multi-Expert (TAME), a continual learning algorithm that leverages task similarity to guide expert selection and knowledge transfer. TAME maintains a pool of pretrained neural networks and activates the most relevant expert for each new task. A shared dense layer integrates features from the chosen expert to generate predictions. To reduce catastrophic forgetting, TAME uses a replay buffer that stores representative samples and embeddings from previous tasks and reuses them during training. An attention mechanism further prioritizes the most relevant stored information for each prediction. Together, these components allow TAME to adapt flexibly while retaining important knowledge across evolving task sequences. Experiments on binary classification tasks derived from CIFAR-100 show that TAME improves accuracy on new tasks while sustaining performance on earlier ones, highlighting its effectiveness in balancing adaptation and retention in lifelong learning settings.

📄 PDF Abstract BibTeX arXiv:2512.11243

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationContinual Learning

Similar Papers 제목 키워드 기반

Lifelong Language Pretraining with Distribution-Specialized Experts

2023-05-20 · Wuyang Chen, Yanqi Zhou, Nan Du, Yanping Huang 외

Pretraining on a large-scale corpus has become a standard method to build general language models (LMs). Adapting a model to new data distributions targeting different downstream tasks poses significant challenges. Naive…

Lifelong learningMixture-of-Experts

Lifelong Mixture of Variational Autoencoders

2021-07-09 · Fei Ye, Adrian G. Bors

In this paper, we propose an end-to-end lifelong learning mixture of experts. Each expert is implemented by a Variational Autoencoder (VAE). The experts in the mixture system are jointly trained by maximizing a mixture o…

Lifelong learningMixture-of-Experts

LiMoDE: Rethinking Lifelong Robot Manipulation from a Mixture-of-Dynamic-Experts Perspective

2026-06-24 · Zhihao Gu, Lin Wang arxiv

Building a generalist robot that can leverage prior knowledge for continuous task adaptation remains a significant challenge. Previous works alleviate the catastrophic forgetting problem by parameter-efficient fine-tunin…

parameter-efficient fine-tuningRobot Manipulation

Privacy-Aware Lifelong Learning

2025-05-16 · Ozan Özdenizci, Elmar Rueckert, Robert Legenstein

Lifelong learning algorithms enable models to incrementally acquire new knowledge without forgetting previously learned information. Contrarily, the field of machine unlearning focuses on explicitly forgetting certain pr…

image-classificationImage ClassificationIncremental LearningLifelong learning+2

Lifelong Knowledge Editing for Vision Language Models with Low-Rank Mixture-of-Experts

2024-11-23 · CVPR 2025 1 · Qizhou Chen, Chengyu Wang, Dakan Wang, Taolin Zhang 외

Model editing aims to correct inaccurate knowledge, update outdated information, and incorporate new data into Large Language Models (LLMs) without the need for retraining. This task poses challenges in lifelong scenario…

knowledge editingMixture-of-ExpertsModel Editing