← Search

Mohammed Nowaz Rabbani Chowdhury

3 accepted papers

2026

Efficient Quantization of Mixture-of-Experts with Theoretical Generalization Guarantees

ICLR 2026poster

Sparse Mixture-of-Experts (MoE) allows scaling of language and vision models efficiently by activating only a small subset of experts per input. While this reduces computation, the large number of parameters still incurs substantial memory overhead during inference. Post-training quantization has be…

Cited by 0SourcecodeScholar
2024

A Provably Effective Method for Pruning Experts in Fine-tuned Sparse Mixture-of-Experts

ICML 2024poster

The sparsely gated mixture of experts (MoE) architecture sends different inputs to different subnetworks (experts), through trainable routers. MoE reduces the training computation significantly for large models, but its deployment can be still memory/computation expensive for some downstream tasks.…

Cited by 3SourcePDFScholar
2023

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

ICML 2023oral

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 patch-level routing in MoE (pMoE) divides each input into $n$ patches (or tokens) and sends $l$ patches ($l…