PMoE: Progressive Mixture of Experts with Asymmetric Transformer for Continual Learning
Min Jae Jung, JooHee Kim

TL;DR
The paper introduces PMoE, a novel model that reduces catastrophic forgetting in continual learning by using an asymmetric transformer architecture with progressive experts and an efficient routing mechanism.
Contribution
It proposes a new asymmetric transformer design with progressive experts and a specialized router to improve continual learning performance.
Findings
PMoE outperforms previous state-of-the-art methods on TRACE and language understanding datasets.
The asymmetric design effectively minimizes forgetting by separating general and new knowledge.
Progressive experts enhance the model's ability to incorporate new information without overwriting existing knowledge.
Abstract
Large Language Models (LLMs) encounter significant challenges in continual learning due to catastrophic forgetting, where new information overwrites previously acquired knowledge. This limitation leads to substantial environmental and economic waste. In this study, we introduce the PMoE, Progressive Mixture of Experts with Asymmetric Transformer, which aims to minimize forgetting by utilizing an asymmetric design with shallow layers dedicated to general knowledge and deep layers for new knowledge. PMoE incorporates progressively added experts in deep layers and a router that allocates new knowledge to the appropriate experts efficiently. The router, positioned adjacent to the deep layers, utilizes deep features aggregating consolidated information. This enables the router to perform efficiently, allocating new knowledge to the appropriate experts, which progressively increase in the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsAttention Is All You Need · Linear Layer · Residual Connection · Multi-Head Attention · Position-Wise Feed-Forward Layer · Adam · Byte Pair Encoding · Softmax · Absolute Position Encodings · Dense Connections
