paper-with-me

Papers

Hard Mixtures of Experts for Large Scale Weakly Supervised Vision

2017-04-20 · CVPR 2017 7 · Sam Gross, Marc'Aurelio Ranzato, Arthur Szlam

Training convolutional networks (CNN's) that fit on a single GPU with minibatch stochastic gradient descent has become effective in practice. However, there is still no effective method for training large CNN's that do not fit in the memory of a few GPU cards, or for parallelizing CNN training. In this work we show that a simple hard mixture of experts model can be efficiently trained to good effect on large scale hashtag (multilabel) prediction tasks. Mixture of experts models are not new (Jacobs et. al. 1991, Collobert et. al. 2003), but in the past, researchers have had to devise sophisticated methods to deal with data fragmentation. We show empirically that modern weakly supervised data sets are large enough to support naive partitioning schemes where each data point is assigned to a single expert. Because the experts are independent, training them in parallel is easy, and evaluation is cheap for the size of the model. Furthermore, we show that we can use a single decoding layer for all the experts, allowing a unified feature embedding space. We demonstrate that it is feasible (and in fact relatively painless) to train far larger models than could be practically trained with standard CNN architectures, and that the extra capacity can be well used on current datasets.

📄 PDF Abstract BibTeX arXiv:1704.06363

Code (0)

등록된 구현이 없습니다.

Tasks

GPUMixture-of-Experts

Similar Papers 제목 키워드 기반

Learning to Select, Not Relearn: Hard-Routed Mixtures of Reasoning LoRAs

2026-06-30 · Seyed Alireza Molavi, Zhan Su, Yan Hu, Peyman Sheikholharam Mashhadi 외 arxiv

Composing independently trained LoRA adapters into a single large language model is useful for multi-domain adaptation, especially when the original training data cannot be shared. A common approach is to use MoE-style r…

Reinforcement LearningDomain Adaptation

Gaussian Process-Gated Hierarchical Mixtures of Experts

2023-02-09 · Yuhao Liu, Marzieh Ajirak, Petar Djuric

In this paper, we propose novel Gaussian process-gated hierarchical mixtures of experts (GPHMEs). Unlike other mixtures of experts with gating models linear in the input, our model employs gating functions built with Gau…

Gaussian ProcessesVariational Inference

Unbiased Gradient Estimation with Balanced Assignments for Mixtures of Experts

2021-09-24 · NeurIPS Workshop ICBINB 2021 12 · Wouter Kool, Chris J. Maddison, andriy mnih

Training large-scale mixture of experts models efficiently on modern hardware requires assigning datapoints in a batch to different experts, each with a limited capacity. Recently proposed assignment procedures lack a pr…

Mixture-of-Experts

Learning Mixtures of Experts with EM

2024-11-09 · Quentin Fruytier, Aryan Mokhtari, Sujay Sanghavi

Mixtures of Experts (MoE) are Machine Learning models that involve partitioning the input space, with a separate "expert" model trained on each partition. Recently, MoE have become popular as components in today's large …

Horseshoe Mixtures-of-Experts (HS-MoE)

2026-01-14 · Nick Polson, Vadim Sokolov arxiv

Horseshoe mixtures-of-experts (HS-MoE) models provide a Bayesian framework for sparse expert selection in mixture-of-experts architectures. We combine the horseshoe prior's adaptive global-local shrinkage with input-depe…