paper-with-me

홈 › Papers

MoEC: Mixture of Expert Clusters

2022-07-19 · Yuan Xie, Shaohan Huang, Tianyu Chen, Furu Wei

Sparsely Mixture of Experts (MoE) has received great interest due to its promising scaling capability with affordable computational overhead. MoE converts dense layers into sparse experts, and utilizes a gated routing network to make experts conditionally activated. However, as the number of experts grows, MoE with outrageous parameters suffers from overfitting and sparse data allocation. Such problems are especially severe on tasks with limited data, thus hindering the progress for MoE models to improve performance by scaling up. In this work, we propose Mixture of Expert Clusters - a general approach to enable expert layers to learn more diverse and appropriate knowledge by imposing variance-based constraints on the routing stage. We further propose a cluster-level expert dropout strategy specifically designed for the expert cluster structure. Our experiments reveal that MoEC could improve performance on machine translation and natural language understanding tasks, and raise the performance upper bound for scaling up experts under limited data. We also verify that MoEC plays a positive role in mitigating overfitting and sparse data allocation.

📄 PDF Abstract BibTeX arXiv:2207.09094

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationMixture-of-ExpertsNatural Language Understanding

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

MoECa: Aligning Feature Reuse with Expert Decomposition in Diffusion Transformers

2026-06-14 · Maoliang Li, Haojing Chen, Jiayu Chen, Zihao Zheng 외 arxiv

Diffusion Transformers with Mixture-of-Experts (DiT-MoE) improve model capacity under sparse activation, but diffusion inference is still bottlenecked by redundant computation across timesteps. Existing caching methods m…

MoECLIP: Patch-Specialized Experts for Zero-shot Anomaly Detection

2026-03-03 · Jun Yeong Park, JunYoung Seo, Minji Kang, Yu Rang Park arxiv

The CLIP model's outstanding generalization has driven recent success in Zero-Shot Anomaly Detection (ZSAD) for detecting anomalies in unseen categories. The core challenge in ZSAD is to specialize the model for anomaly …

Anomaly Detection

MoECodec: Image Compression for joint human and machine perception via Mixture-of-Experts

2026-06-19 · Jiancheng Zhao, Xiang Ji, Yifan Zhan, Zunian Wan 외 arxiv

Image compression for machines calls for a unified codec that serves multiple downstream vision tasks. Existing approaches either adopt task-specific end-to-end designs, raising parameter and deployment overhead, or rely…

Image ReconstructionImage Compression

MoEC: Mixture of Experts Implicit Neural Compression

2023-12-03 · Jianchen Zhao, Cheng-Ching Tseng, Ming Lu, Ruichuan An 외

Emerging Implicit Neural Representation (INR) is a promising data compression technique, which represents the data using the parameters of a Deep Neural Network (DNN). Existing methods manually partition a complex scene …

Data CompressionMixture-of-Experts

MoEcho: Exploiting Side-Channel Attacks to Compromise User Privacy in Mixture-of-Experts LLMs

2025-08-20 · Ruyi Ding, Tianhong Xu, Xinyi Shen, Aidong Adam Ding 외 arxiv

The transformer architecture has become a cornerstone of modern AI, fueling remarkable progress across applications in natural language processing, computer vision, and multimodal learning. As these models continue to sc…