paper-with-me

Papers

Learning Factored Representations in a Deep Mixture of Experts

2013-12-16 · David Eigen, Marc'Aurelio Ranzato, Ilya Sutskever

Mixtures of Experts combine the outputs of several "expert" networks, each of which specializes in a different part of the input space. This is achieved by training a "gating" network that maps each input to a distribution over the experts. Such models show promise for building larger networks that are still cheap to compute at test time, and more parallelizable at training time. In this this work, we extend the Mixture of Experts to a stacked model, the Deep Mixture of Experts, with multiple sets of gating and experts. This exponentially increases the number of effective experts by associating each input with a combination of experts at each layer, yet maintains a modest model size. On a randomly translated version of the MNIST dataset, we find that the Deep Mixture of Experts automatically learns to develop location-dependent ("where") experts at the first layer, and class-specific ("what") experts at the second layer. In addition, we see that the different combinations are in use when the model is applied to a dataset of speech monophones. These demonstrate effective use of all expert combinations.

📄 PDF Abstract BibTeX arXiv:1312.4314

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Experts

Similar Papers 제목 키워드 기반

Where Should Optimizer State Live? Tiered State Allocation for Memory-Efficient Mixture-of-Experts Training

2026-07-21 · Nuemaan Malik hf

Optimizer state is the largest single line item in the memory budget of mixture-of-experts (MoE) training. On a 6.78B-parameter MoE language model AdamW keeps 50.6 GB of first and second moments to update 12.6 GB of bflo…

Bayesian Mixture of Experts For Large Language Models

2025-11-12 · Maryam Dialameh, Hossein Rajabzadeh, Weiwei Zhang, Walid Ahmed 외 arxiv

We present Bayesian Mixture of Experts (Bayesian-MoE), a post-hoc uncertainty estimation framework for fine-tuned large language models (LLMs) based on Mixture-of-Experts architectures. Our method applies a structured La…

Bayesian Inference

Residual Mixture of Experts

2022-04-20 · Lemeng Wu, Mengchen Liu, Yinpeng Chen, Dongdong Chen 외

Mixture of Experts (MoE) is able to scale up vision transformers effectively. However, it requires prohibiting computation resources to train a large MoE transformer. In this paper, we propose Residual Mixture of Experts…

Mixture-of-Expertsobject-detectionObject Detection

On the Design of Mixture-of-Experts for Dynamic Gaussian Splatting

2026-07-09 · In-Hwan Jin, Hyeongju Mun, Joonsoo Kim, Kugjin Yun 외 arxiv

Dynamic scene reconstruction remains challenging due to the heterogeneous and spatially varying nature of real-world motion. Although recent 3D Gaussian Splatting methods have introduced diverse deformation formulations …

Novel View Synthesis

Multi-Task Reinforcement Learning with Mixture of Orthogonal Experts

2023-11-19 · Ahmed Hendawy, Jan Peters, Carlo D'Eramo

Multi-Task Reinforcement Learning (MTRL) tackles the long-standing problem of endowing agents with skills that generalize across a variety of problems. To this end, sharing representations plays a fundamental role in cap…

DiversityMixture-of-Expertsreinforcement-learningReinforcement Learning+1