paper-with-me

Papers

Patch-level Routing in Mixture-of-Experts is Provably Sample-efficient for Convolutional Neural Networks

2023-06-07 · Mohammed Nowaz Rabbani Chowdhury, Shuai Zhang, Meng Wang, Sijia Liu, Pin-Yu Chen

In deep learning, mixture-of-experts (MoE) activates one or few experts (sub-networks) on a per-sample or per-token basis, resulting in significant computation reduction. The recently proposed \underline{p}atch-level routing in \underline{MoE} (pMoE) divides each input into $n$ patches (or tokens) and sends $l$ patches ($l\ll n$) to each expert through prioritized routing. pMoE has demonstrated great empirical success in reducing training and inference costs while maintaining test accuracy. However, the theoretical explanation of pMoE and the general MoE remains elusive. Focusing on a supervised classification task using a mixture of two-layer convolutional neural networks (CNNs), we show for the first time that pMoE provably reduces the required number of training samples to achieve desirable generalization (referred to as the sample complexity) by a factor in the polynomial order of $n/l$, and outperforms its single-expert counterpart of the same or even larger capacity. The advantage results from the discriminative routing property, which is justified in both theory and practice that pMoE routers can filter label-irrelevant patches and route similar class-discriminative patches to the same expert. Our experimental results on MNIST, CIFAR-10, and CelebA support our theoretical findings on pMoE's generalization and show that pMoE can avoid learning spurious correlations.

📄 PDF Abstract BibTeX arXiv:2306.04073

Code (2)

nowazrabbani/pmoe_cnn 공식 구현 tf
geefmegeld/pmoe-backdoor

Tasks

Mixture-of-Experts

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

GNN-MoE: Context-Aware Patch Routing using GNNs for Parameter-Efficient Domain Generalization

2025-11-06 · Mahmoud Soliman, Omar Abdelaziz, Ahmed Radwan, Anand 외 arxiv

Domain generalization (DG) seeks robust Vision Transformer (ViT) performance on unseen domains. Efficiently adapting pretrained ViTs for DG is challenging; standard fine-tuning is costly and can impair generalization. We…

parameter-efficient fine-tuningDomain GeneralizationGraph Neural Network

HI-MoE: Hierarchical Instance-Conditioned Mixture-of-Experts for Object Detection

2026-04-06 · Vadim Vashkelis, Natalia Trukhina arxiv

Mixture-of-Experts (MoE) architectures enable conditional computation by activating only a subset of model parameters for each input. Although sparse routing has been highly effective in language models and has also show…

Object Detection

Region-Graph Optimal Transport Routing for Mixture-of-Experts Whole-Slide Image Classification

2026-04-08 · Xin Tian, Jiuliu Lu, Ephraim Tsalik, Bart Wanders 외 arxiv

Multiple Instance Learning (MIL) is the dominant framework for gigapixel whole-slide image (WSI) classification in computational pathology. However, current MIL aggregators route all instances through a shared pathway, c…

Multiple Instance LearningImage Classification

Fine-Grained Zero-Shot Learning with Attribute-Centric Representations

2025-12-13 · Zhi Chen, Jingcai Guo, Taotao Cai, Yuxiang Cai arxiv

Recognizing unseen fine-grained categories demands a model that can distinguish subtle visual differences. This is typically achieved by transferring visual-attribute relationships from seen classes to unseen classes. Th…

Representation LearningZero-Shot Learning

Routing by Analogy: kNN-Augmented Expert Assignment for Mixture-of-Experts

2026-01-05 · Boxuan Lyu, Soichiro Murakami, Hidetaka Kamigaito, Peinan Zhang arxiv

Mixture-of-Experts (MoE) architectures scale large language models efficiently by employing a parametric ``router'' to dispatch tokens to a sparse subset of experts. Typically, this router is trained once and then frozen…