paper-with-me

홈 › Papers

Synergistic Intra- and Cross-Layer Regularization Losses for MoE Expert Specialization

2026-02-15 · Rizhen Hu, Yuan Cao, Boao Kong, Mou Sun, Kun Yuan arxiv

Sparse Mixture-of-Experts (MoE) models scale Transformers efficiently but suffer from expert overlap -- redundant representations across experts and routing ambiguity, resulting in severely underutilized model capacity. While architectural solutions like DeepSeekMoE promote specialization, they require substantial structural modifications and rely solely on intra-layer signals. In this paper, we propose two plug-and-play regularization losses that enhance MoE specialization and routing efficiency without modifying router or model architectures. First, an intra-layer specialization loss penalizes cosine similarity between experts' SwiGLU activations on identical tokens, encouraging experts to specialize in complementary knowledge. Second, a cross-layer coupling loss maximizes joint Top-$k$ routing probabilities across adjacent layers, establishing coherent expert pathways through network depth while reinforcing intra-layer expert specialization. Both losses are orthogonal to the standard load-balancing loss and compatible with both the shared-expert architecture in DeepSeekMoE and vanilla top-$k$ MoE architectures. We implement both losses as a drop-in Megatron-LM module. Extensive experiments across pre-training, fine-tuning, and zero-shot benchmarks demonstrate consistent task gains, higher expert specialization, and lower-entropy routing; together, these improvements translate into faster inference via more stable expert pathways.

📄 PDF Abstract BibTeX arXiv:2602.14159

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RBF-Softmax: Learning Deep Representative Prototypes with Radial Basis Function Softmax

2020-08-01 · ECCV 2020 8 · Xiao Zhang, Rui Zhao, Yu Qiao, Hongsheng Li

Deep neural networks have achieved remarkable successes in learning feature representations for visual classification. However, deep features learned by the softmax cross-entropy loss generally show excessive intra-class…

Synergistic Image and Feature Adaptation: Towards Cross-Modality Domain Adaptation for Medical Image Segmentation

2019-01-24 · Cheng Chen, Qi Dou, Hao Chen, Jing Qin 외

This paper presents a novel unsupervised domain adaptation framework, called Synergistic Image and Feature Adaptation (SIFA), to effectively tackle the problem of domain shift. Domain adaptation has become an important a…

Domain AdaptationImage SegmentationMedical Image SegmentationSemantic Segmentation+1

A Cross-Domain Approach for Continuous Impression Recognition from Dyadic Audio-Visual-Physio Signals

2022-03-25 · Yuanchao Li, Catherine Lai

The impression we make on others depends not only on what we say, but also, to a large extent, on how we say it. As a sub-branch of affective computing and social signal processing, impression recognition has proven crit…

Knowledge DistillationSpoken Dialogue Systems

On Regularized Losses for Weakly-supervised CNN Segmentation

2018-03-26 · ECCV 2018 9 · Meng Tang, Federico Perazzi, Abdelaziz Djelouah, Ismail Ben Ayed 외

Minimization of regularized losses is a principled approach to weak supervision well-established in deep learning, in general. However, it is largely overlooked in semantic segmentation currently dominated by methods mim…

SegmentationSemantic Segmentation

SynerMix: Synergistic Mixup Solution for Enhanced Intra-Class Cohesion and Inter-Class Separability in Image Classification

2024-03-21 · Ye Xu, Ya Gao, Xiaorong Qiu, Yang Chen 외

To address the issues of MixUp and its variants (e.g., Manifold MixUp) in image classification tasks-namely, their neglect of mixing within the same class (intra-class mixup) and their inadequacy in enhancing intra-class…

image-classificationImage Classificationtext-classificationText Classification