paper-with-me

Papers

Enhancing Mixture-of-Experts Specialization via Cluster-Aware Upcycling

2026-04-15 · Sanghyeok Chu, Pyunghwan Ahn, Gwangmo Song, SeungHwan Kim, Honglak Lee, Bohyung Han arxiv

Sparse Upcycling provides an efficient way to initialize a Mixture-of-Experts (MoE) model from pretrained dense weights instead of training from scratch. However, since all experts start from identical weights and the router is randomly initialized, the model suffers from expert symmetry and limited early specialization. We propose Cluster-aware Upcycling, a strategy that incorporates semantic structure into MoE initialization. Our method first partitions the dense model's input activations into semantic clusters. Each expert is then initialized using the subspace representations of its corresponding cluster via truncated SVD, while setting the router's initial weights to the cluster centroids. This cluster-aware initialization breaks expert symmetry and encourages early specialization aligned with the data distribution. Furthermore, we introduce an expert-ensemble self-distillation loss that stabilizes training by providing reliable routing guidance using an ensemble teacher. When evaluated on CLIP ViT-B/32 and ViT-B/16, Cluster-aware Upcycling consistently outperforms existing methods across both zero-shot and few-shot benchmarks. The proposed method also produces more diverse and disentangled expert representations, reduces inter-expert similarity, and leads to more confident routing behavior. Project page: https://sanghyeokchu.github.io/cluster-aware-upcycling/

📄 PDF Abstract BibTeX arXiv:2604.13508

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SAMoRA: Semantic-Aware Mixture of LoRA Experts for Task-Adaptive Learning

2026-04-21 · Boyan Shi, Wei Chen, Shuyuan Zhao, Junfeng Shen 외 arxiv

The combination of Mixture-of-Experts (MoE) and Low-Rank Adaptation (LoRA) has shown significant potential for enhancing the multi-task learning capabilities of Large Language Models. However, existing methods face two p…

parameter-efficient fine-tuningMulti-Task Learning

Mixture-of-Clustered-Experts: Advancing Expert Specialization and Generalization in Instruction Tuning

2025-09-03 · Sugyeong Eo, Jungjun Lee, Chanjun Park, Heuiseok Lim arxiv

A sparse Mixture-of-Experts (MoE) architecture has emerged as a highly scalable solution by conditionally activating sub-modules without a proportional increase in computational costs. However, improving expert specializ…

Understanding and Leveraging the Expert Specialization of Context Faithfulness in Mixture-of-Experts LLMs

2025-08-27 · Jun Bai, Minghao Tong, Yang Liu, Zixia Jia 외 arxiv

Context faithfulness is essential for reliable reasoning in context-dependent scenarios. However, large language models often struggle to ground their outputs in the provided context, resulting in irrelevant responses. I…

How Many Experts Are Enough? Towards Optimal Semantic Specialization for Mixture-of-Experts

2025-12-21 · Sumin Park, Noseong Park arxiv

Finding the optimal configuration of Sparse Mixture-ofExperts (SMoE) that maximizes semantic differentiation among experts is essential for exploiting the full potential of MoE architectures. However, existing SMoE frame…

Monkey Jump : MoE-Style PEFT for Efficient Multi-Task Learning

2026-01-09 · Nusrat Jahan Prottasha, Md Kowsher, Chun-Nam Yu, Chen Chen 외 arxiv

Mixture-of-experts variants of parameter-efficient fine-tuning enable per-token specialization, but they introduce additional trainable routers and expert parameters, increasing memory usage and training cost. This under…

parameter-efficient fine-tuningMulti-Task Learning