paper-with-me

홈 › Papers

Dropout Regularization in Hierarchical Mixture of Experts

2018-12-25 · Ozan İrsoy, Ethem Alpaydin

Dropout is a very effective method in preventing overfitting and has become the go-to regularizer for multi-layer neural networks in recent years. Hierarchical mixture of experts is a hierarchically gated model that defines a soft decision tree where leaves correspond to experts and decision nodes correspond to gating models that softly choose between its children, and as such, the model defines a soft hierarchical partitioning of the input space. In this work, we propose a variant of dropout for hierarchical mixture of experts that is faithful to the tree hierarchy defined by the model, as opposed to having a flat, unitwise independent application of dropout as one has with multi-layer perceptrons. We show that on a synthetic regression data and on MNIST and CIFAR-10 datasets, our proposed dropout mechanism prevents overfitting on trees with many levels improving generalization and providing smoother fits.

📄 PDF Abstract BibTeX arXiv:1812.10158

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Experts

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 제목 키워드 기반

Gating Dropout: Communication-efficient Regularization for Sparsely Activated Transformers

2022-05-28 · Rui Liu, Young Jin Kim, Alexandre Muzio, Hany Hassan Awadalla

Sparsely activated transformers, such as Mixture of Experts (MoE), have received great interest due to their outrageous scaling capability which enables dramatical increases in model size without significant increases in…

Machine TranslationMixture-of-Experts

Fixing MoE Over-Fitting on Low-Resource Languages in Multilingual Machine Translation

2022-12-15 · Maha Elbayad, Anna Sun, Shruti Bhosale

Sparsely gated Mixture of Experts (MoE) models have been shown to be a compute-efficient method to scale model capacity for multilingual machine translation. However, for low-resource tasks, MoE models severely over-fit.…

Machine TranslationMixture-of-ExpertsTranslation

Variational Bayesian Dropout with a Hierarchical Prior

2018-11-19 · CVPR 2019 6 · Yuhang Liu, Wenyong Dong, Lei Zhang, Dong Gong 외

Variational dropout (VD) is a generalization of Gaussian dropout, which aims at inferring the posterior of network weights based on a log-uniform prior on them to learn these weights as well as dropout rate simultaneousl…

TAG-MoE: Task-Aware Gating for Unified Generative Mixture-of-Experts

2026-01-12 · Yu Xu, Hongbin Yan, Juan Cao, Yiji Cheng 외 arxiv

Unified image generation and editing models suffer from severe task interference in dense diffusion transformers architectures, where a shared parameter space must compromise between conflicting objectives (e.g., local e…

Image Generation

HiMoE-VLA: Hierarchical Mixture-of-Experts for Generalist Vision-Language-Action Policies

2025-12-05 · Zhiying Du, Bei Liu, Yaobo Liang, Yichao Shen 외 arxiv

Generalist vision--language--action (VLA) policies are typically trained on heterogeneous mixtures of robot demonstrations spanning diverse embodiments, action spaces, and observation configurations. Modeling such hetero…