paper-with-me

홈 › Papers

Sparse Mixture-of-Experts for Multi-Channel Imaging: Are All Channel Interactions Required?

2025-11-21 · Sukwon Yun, Heming Yao, Burkhard Hoeckendorf, David Richmond, Aviv Regev, Russell Littman arxiv

Vision Transformers ($\text{ViTs}$) have become the backbone of vision foundation models, yet their optimization for multi-channel domains - such as cell painting or satellite imagery - remains underexplored. A key challenge in these domains is capturing interactions between channels, as each channel carries different information. While existing works have shown efficacy by treating each channel independently during tokenization, this approach naturally introduces a major computational bottleneck in the attention block - channel-wise comparisons leads to a quadratic growth in attention, resulting in excessive $\text{FLOPs}$ and high training cost. In this work, we shift focus from efficacy to the overlooked efficiency challenge in cross-channel attention and ask: "Is it necessary to model all channel interactions?". Inspired by the philosophy of Sparse Mixture-of-Experts ($\text{MoE}$), we propose MoE-ViT, a Mixture-of-Experts architecture for multi-channel images in $\text{ViTs}$, which treats each channel as an expert and employs a lightweight router to select only the most relevant experts per patch for attention. Proof-of-concept experiments on real-world datasets - JUMP-CP and So2Sat - demonstrate that $\text{MoE-ViT}$ achieves substantial efficiency gains without sacrificing, and in some cases enhancing, performance, making it a practical and attractive backbone for multi-channel imaging.

📄 PDF Abstract BibTeX arXiv:2511.17400

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Mixture of Experts via Shallow Embedding

2018-06-05 · Xin Wang, Fisher Yu, Lisa Dunlap, Yi-An Ma 외

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 regu…

Few-Shot LearningMeta-LearningMixture-of-ExpertsReinforcement Learning+1

Sparse Mixture-of-Experts for Non-Uniform Noise Reduction in MRI Images

2025-01-24 · Zeyun Deng, Joseph Campbell

Magnetic Resonance Imaging (MRI) is an essential diagnostic tool in clinical settings but its utility is often hindered by noise artifacts introduced during the imaging process. Effective denoising is critical for enhanc…

DenoisingDiagnosticImage DenoisingMixture-of-Experts

Design and Behavior of Sparse Mixture-of-Experts Layers in CNN-based Semantic Segmentation

2026-04-15 · Svetlana Pavlitska, Haixi Fan, Konstantin Ditschuneit, J. Marius Zöllner arxiv

Sparse mixture-of-experts (MoE) layers have been shown to substantially increase model capacity without a proportional increase in computational cost and are widely used in transformer architectures, where they typically…

Semantic Segmentation

Cross-token Modeling with Conditional Computation

2021-09-05 · Yuxuan Lou, Fuzhao Xue, Zangwei Zheng, Yang You

Mixture-of-Experts (MoE), a conditional computation architecture, achieved promising performance by scaling local module (i.e. feed-forward network) of transformer. However, scaling the cross-token module (i.e. self-atte…

Computational EfficiencyImage ClassificationMixture-of-Experts

Flexible Multimodal Neuroimaging Fusion for Alzheimer's Disease Progression Prediction

2025-09-08 · Benjamin Burns, Yuan Xue, Douglas W. Scharre, Xia Ning arxiv

Alzheimer's disease (AD) is a progressive neurodegenerative disease with high inter-patient variance in rate of cognitive decline. AD progression prediction aims to forecast patient cognitive decline and benefits from in…