paper-with-me

홈 › Papers

One-Prompt Strikes Back: Sparse Mixture of Experts for Prompt-based Continual Learning

2025-09-29 · Minh Le, Bao-Ngoc Dao, Huy Nguyen, Quyen Tran, Anh Nguyen, Nhat Ho arxiv

Prompt-based methods have recently gained prominence in Continual Learning (CL) due to their strong performance and memory efficiency. A prevalent strategy in this paradigm assigns a dedicated subset of prompts to each task, which, while effective, incurs substantial computational overhead and causes memory requirements to scale linearly with the number of tasks. Conversely, approaches employing a single shared prompt across tasks offer greater efficiency but often suffer from degraded performance due to knowledge interference. To reconcile this trade-off, we propose SMoPE, a novel framework that integrates the benefits of both task-specific and shared prompt strategies. Inspired by recent findings on the relationship between Prefix Tuning and Mixture of Experts (MoE), SMoPE organizes a shared prompt into multiple "prompt experts" within a sparse MoE architecture. For each input, only a select subset of relevant experts is activated, effectively mitigating interference. To facilitate expert selection, we introduce a prompt-attention score aggregation mechanism that computes a unified proxy score for each expert, enabling dynamic and sparse activation. Additionally, we propose an adaptive noise mechanism to encourage balanced expert utilization while preserving knowledge from prior tasks. To further enhance expert specialization, we design a prototype-based loss function that leverages prefix keys as implicit memory representations. Extensive experiments across multiple CL benchmarks demonstrate that SMoPE consistently outperforms task-specific prompt methods and achieves performance competitive with state-of-the-art approaches, all while significantly reducing parameter counts and computational costs.

📄 PDF Abstract BibTeX arXiv:2509.24483

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

The Expert Strikes Back: Interpreting Mixture-of-Experts Language Models at Expert Level

2026-04-02 · Jeremy Herbst, Stefan Wermter, Jae Hee Lee arxiv

Mixture-of-Experts (MoE) architectures have become the dominant choice for scaling Large Language Models (LLMs), activating only a subset of parameters per token. While MoE architectures are primarily adopted for computa…

Computational Efficiency

SMGeo: Cross-View Object Geo-Localization with Grid-Level Mixture-of-Experts

2025-11-18 · Fan Zhang, Haoyuan Ren, Fei Ma, Qiang Yin 외 arxiv

Cross-view object Geo-localization aims to precisely pinpoint the same object across large-scale satellite imagery based on drone images. Due to significant differences in viewpoint and scale, coupled with complex backgr…

Mixture of Tunable Experts - Behavior Modification of DeepSeek-R1 at Inference Time

2025-02-16 · Robert Dahlke, Henrik Klagges, Dan Zecha, Benjamin Merkel 외

We present the Mixture-of-Tunable-Experts (MoTE), a method that extends the Mixture-of-Experts architecture of Large Language Models (LLMs). Without additional training, MoTE enables meaningful and focused behavior chang…

Mixture-of-Experts

Dense Backpropagation Improves Training for Sparse Mixture-of-Experts

2025-04-16 · Ashwinee Panda, Vatsal Baherwani, Zain Sarwar, Benjamin Therien 외

Mixture of Experts (MoE) pretraining is more scalable than dense Transformer pretraining, because MoEs learn to route inputs to a sparse set of their feedforward parameters. However, this means that MoEs only receive a s…

Mixture-of-Experts

fMoE: Fine-Grained Expert Offloading for Large Mixture-of-Experts Serving

2025-02-07 · Hanfei Yu, Xingqi Cui, Hong Zhang, Hao Wang

Large Language Models (LLMs) have gained immense success in revolutionizing various applications, including content generation, search and recommendation, and AI-assisted operation. To reduce high training costs, Mixture…

CPUGPUMixture-of-Experts