cd /news/machine-learning/mixture-of-channel-experts-static-sp… · home topics machine-learning article
[ARTICLE · art-111197] src=arxiv.org ↗ pub= topic=machine-learning verified=true sentiment=· neutral

Mixture of Channel Experts: Static Sparse Supports with Input-Adaptive Mixing for Pointwise Projections

Researchers introduce Mixture of Channel Experts (MoCE), a structured sparse channel-mixing layer that replaces pointwise projections in convolutional networks, achieving a 16.7% reduction in MACs and lower end-to-end latency while matching or exceeding dense baselines on ImageNet-1K and CIFAR-100. The method, detailed in arXiv:2608.23794v1, moves the expert axis from operator duplication to channel selection, with each expert being a single output channel with a learned sparse support of k << C input channels.

read1 min views1 publishedAug 26, 2026

arXiv:2608.23794v1 Announce Type: new Abstract: Mixture-of-Experts (MoE) scales language models by routing each input through a small set of independently parameterized experts. We show that copying this design into convolutional networks fails for a structural reason: parallel convolutional experts that read the same input channels learn nearly identical filters. We therefore move the expert axis from operator duplication to channel selection. We introduce Mixture of Channel Experts (MoCE), a structured sparse channel-mixing layer, inspired by MoE, that replaces pointwise (1x1) channel-reduction projections. In MoCE, an expert is a single output channel with a learned sparse support of k << C input channels. The selected channels are combined by a softmax whose temperature is predicted per input, so each expert can move between mean-like and max-like aggregation. A residual expert summarizes the unselected channels, and a load-balancing loss keeps channel coverage complete. MoCE replaces a dense projection whose cost is quadratic in C with a mechanism whose relative cost scales as k/C, and the predicted savings hold in measured wall-clock time. Across ResNet backbones on ImageNet-1K and CIFAR-100, transfer learning, EfficientViT, and a strong modern training recipe, MoCE matches or exceeds dense baselines and prior channel-selection methods while reducing MACs by 16.7% and end-to-end latency.

── more in #machine-learning 4 stories · sorted by recency
── more on @mixture of channel experts 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/mixture-of-channel-e…] indexed:0 read:1min 2026-08-26 ·