paper-with-me

Papers

Deep Mixture of Experts via Shallow Embedding

2018-06-05 · Xin Wang, Fisher Yu, Lisa Dunlap, Yi-An Ma, Ruth Wang, Azalia Mirhoseini, Trevor Darrell, Joseph E. Gonzalez

Larger networks generally have greater representational power at the cost of increased computational complexity. Sparsifying such networks has been an active area of research but has been generally limited to static regularization or dynamic approaches using reinforcement learning. We explore a mixture of experts (MoE) approach to deep dynamic routing, which activates certain experts in the network on a per-example basis. Our novel DeepMoE architecture increases the representational power of standard convolutional networks by adaptively sparsifying and recalibrating channel-wise features in each convolutional layer. We employ a multi-headed sparse gating network to determine the selection and scaling of channels for each input, leveraging exponential combinations of experts within a single convolutional network. Our proposed architecture is evaluated on four benchmark datasets and tasks, and we show that Deep-MoEs are able to achieve higher accuracy with lower computation than standard convolutional networks.

📄 PDF Abstract BibTeX arXiv:1806.01531

Code (1)

RyanKim17920/DeepMoE pytorch

Tasks

Few-Shot LearningMeta-LearningMixture-of-ExpertsReinforcement LearningZero-Shot Learning

Similar Papers 제목 키워드 기반

Mixture of Style Experts for Diverse Image Stylization

2026-03-17 · Shihao Zhu, Ziheng Ouyang, Yijia Kang, Qilong Wang 외 arxiv

Diffusion-based stylization has advanced significantly, yet existing methods are limited to color-driven transformations, neglecting complex semantics and material details. We introduce StyleExpert, a semantic-aware fram…

SEMC: Structure-Enhanced Mixture-of-Experts Contrastive Learning for Ultrasound Standard Plane Recognition

2025-11-16 · Qing Cai, Guihao Yan, Fan Zhang, Cheng Zhang 외 arxiv

Ultrasound standard plane recognition is essential for clinical tasks such as disease screening, organ evaluation, and biometric measurement. However, existing methods fail to effectively exploit shallow structural infor…

Contrastive Learning

Expert Race: A Flexible Routing Strategy for Scaling Diffusion Transformer with Mixture of Experts

2025-03-20 · Yike Yuan, Ziyu Wang, Zihao Huang, Defa Zhu 외

Diffusion models have emerged as mainstream framework in visual generation. Building upon this success, the integration of Mixture of Experts (MoE) methods has shown promise in enhancing model scalability and performance…

Mixture-of-Experts

Massively Multilingual Shallow Fusion with Large Language Models

2023-02-17 · Ke Hu, Tara N. Sainath, Bo Li, Nan Du 외

While large language models (LLM) have made impressive progress in natural language processing, it remains unclear how to utilize them in improving automatic speech recognition (ASR). In this work, we propose to train a …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+3

Mixture of Scope Experts at Test: Generalizing Deeper Graph Neural Networks with Shallow Variants

2024-09-11 · Gangda Deng, Hongkuan Zhou, Rajgopal Kannan, Viktor Prasanna

Heterophilous graphs, where dissimilar nodes tend to connect, pose a challenge for graph neural networks (GNNs). Increasing the GNN depth can expand the scope (i.e., receptive field), potentially finding homophily from t…

Node Classification