paper-with-me

Papers

ConMoE: Expert-Pool Consolidation via Prototype Reassignment for MoE Compression

2026-05-28 · Yilun Yao, Jiaming Pan, Elsie Dai, Peizhuang Cong, Yaoming Li, Tong Yang arxiv

Mixture-of-Experts (MoE) language models reduce per-token computation but still require storing and serving all experts, making deployment memory-intensive. Existing post-training compression methods mainly shrink this cost by pruning experts or merging their weights. We formulate post-training MoE compression as expert-pool consolidation: retaining a smaller set of pretrained experts as reusable prototypes and deterministically remapping each original expert reference to one selected prototype. This view separates the reduced expert pool from the reuse structure that represents the original expert slots, and allows prototype sharing within local layer scopes while preserving the original router interface. We propose ConMoE, a train-free prototype remapping framework that selects retained experts using calibration-based contribution and replaceability signals, then redirects original expert calls to the selected prototypes without weight updates or post-compression fine-tuning. Experiments on three pretrained MoE language models show that ConMoE matches or outperforms strong pruning and merging baselines in several settings, achieving the best average score on deepseek-moe-16b-base at both 25% and 50% routed-expert reduction, while remaining competitive on Qwen3-30B-A3B and OLMoE-1B-7B-0125. Ablations indicate that deterministic reassignment is the most stable component, whereas broader cross-layer sharing and post-hoc weight fusion are model-dependent.

📄 PDF Abstract BibTeX arXiv:2605.29350

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Federated Continual Learning for Privacy-Preserving Hospital Imaging Classification

2026-01-11 · Anay Sinhal, Arpana Sinhal, Amit Sinhal arxiv

Deep learning models for radiology interpretation increasingly rely on multi-institutional data, yet privacy regulations and distribution shift across hospitals limit central data pooling. Federated learning (FL) allows …

Federated LearningContinual Learning

Pool of Experts: Realtime Querying Specialized Knowledge in Massive Neural Networks

2021-07-03 · Hakbin Kim, Dong-Wan Choi

In spite of the great success of deep learning technologies, training and delivery of a practically serviceable model is still a highly time-consuming process. Furthermore, a resulting model is usually too generic and he…

Knowledge DistillationModel Compression

ProtoAda: Prototype-Guided Adaptive Adapter Expansion and Geometric Consolidation for Multimodal Continual Instruction Tuning

2026-06-01 · Yu-Cheng Shi, Zhen-Hao Xie, Jun-Tao Tang, Da-Wei Zhou arxiv

Multimodal Large Language Models (MLLMs) achieve strong performance through instruction tuning, but real-world deployment requires them to continually acquire new vision-language capabilities, making Multimodal Continual…

One to More, More to One: Category-Aware Iterative Expert Training for Software Engineering Agents

2026-09-20 · Jie Zhao, Ziyu Jiang, Suhang Zheng, Minghui Shan 외 hf

Repository-level software engineering (SWE) comprises heterogeneous task categories, whose progress under pooled agentic reinforcement learning can be uneven: gains in some categories coincide with regressions in others,…

Reinforcement Learning

Elastic Feature Consolidation for Cold Start Exemplar-Free Incremental Learning

2024-02-06 · Simone Magistri, Tomaso Trinci, Albin Soutif-Cormerais, Joost Van de Weijer 외

Exemplar-Free Class Incremental Learning (EFCIL) aims to learn from a sequence of tasks without having access to previous task data. In this paper, we consider the challenging Cold Start scenario in which insufficient da…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning