paper-with-me

Papers

GeMoE: Gating Entropy is All You Need for Uncertainty-aware Adaptive Routing in MoE-based Large Vision-Language Models

2026-06-24 · Chaoxiang Cai, Minghe Weng, Jie Li, Yibo Jiang, Longrong Yang, Zequn Qin, Xi Li arxiv

With the increase in model parameters and training data, the instruction following and generalization capabilities of Large VisionLanguage Models (LVLMs) have been significantly improved. Based on the Mixture of Experts (MoE) architecture, LVLMs expand their parameter capacity while maintaining the inference cost. However, traditional MoE methods employ a Top-k static routing strategy, which fails to account for variations in the input and adaptively select the number of experts, resulting in suboptimal resource utilization. In this paper, we propose viewing token routing as an information encoding task, framing dynamic routing as a Minimum Description Length (MDL) problem in encoding By validating the connection between MDL and gating entropy in the MoE scenario, we introduce Gating Entropy-based Uncertainty-aware Adaptive Routing (GeMoE) for MoE. Unlike traditional static or heuristic-based dynamic routing methods, GeMoE explicitly models the trade-off between model complexity and performance. By using gating entropy to assess the complexity of tokens, GeMoE adaptively determines the number of experts each token should engage. On a wide range of backbones and benchmarks, our method achieves 99.5% average performance retention compared to the original static routing, while improving average expert activation sparsity by 36.5%.

📄 PDF Abstract BibTeX arXiv:2606.26287

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

INTRYGUE: Induction-Aware Entropy Gating for Reliable RAG Uncertainty Estimation

2026-03-23 · Alexandra Bazarova, Andrei Volodichev, Daria Kotova, Alexey Zaytsev arxiv

While retrieval-augmented generation (RAG) enhances LLM performance, it does not eliminate hallucinations, making accurate detection essential. Uncertainty-based methods are attractive for this purpose because they can b…

EdgeMoE: Fast On-Device Inference of MoE-based Large Language Models

2023-08-28 · Rongjie Yi, Liwei Guo, Shiyun Wei, Ao Zhou 외

Large Language Models (LLMs) such as GPTs and LLaMa have ushered in a revolution in machine intelligence, owing to their exceptional capabilities in a wide range of machine learning tasks. However, the transition of LLMs…

Computational Efficiency

MergeMoE: Efficient Compression of MoE Models via Expert Output Merging

2025-10-16 · Ruijie Miao, Yilun Yao, Zihan Wang, Zhiming Wang 외 arxiv

The Mixture-of-Experts (MoE) technique has proven to be a promising solution to efficiently scale the model size, which has been widely applied in recent LLM advancements. However, the substantial memory overhead of MoE …

Uncertainty-aware deep learning methods for robust diabetic retinopathy classification

2022-01-22 · Joel Jaskari, Jaakko Sahlsten, Theodoros Damoulas, Jeremias Knoblauch 외

Automatic classification of diabetic retinopathy from retinal images has been widely studied using deep neural networks with impressive results. However, there is a clinical need for estimation of the uncertainty in the …

Binary ClassificationClassificationDeep Learning

B-ActiveSEAL: Scalable Uncertainty-Aware Active Exploration with Tightly Coupled Localization-Mapping

2025-12-13 · Min-Won Seo, Aamodh Suresh, Carlos Nieto-Granda, Solmaz S. Kia arxiv

Active robot exploration requires decision-making processes that integrate localization and mapping under tightly coupled uncertainty. However, managing these interdependent uncertainties over long-term operations in lar…