paper-with-me

홈 › Papers

RANGER: Sparsely-Gated Mixture-of-Experts with Adaptive Retrieval Re-ranking for Pathology Report Generation

2026-03-04 · Yixin Chen, Ziyu Su, Hikmat Khan, Muhammad Khalid Khan Niazi arxiv

Pathology report generation remains a relatively under-explored downstream task, primarily due to the gigapixel scale and complex morphological heterogeneity of Whole Slide Images (WSIs). Existing pathology report generation frameworks typically employ transformer architectures, relying on a homogeneous decoder architecture and static knowledge retrieval integration. Such architectures limit generative specialization and may introduce noisy external guidance during the report generation process. To address these limitations, we propose RANGER, a sparsely-gated Mixture-of-Experts (MoE) framework with adaptive retrieval re-ranking for pathology report generation. Specifically, we integrate a sparsely gated MoE into the decoder, along with noisy top-$k$ routing and load-balancing regularization, to enable dynamic expert specialization across various diagnostic patterns. Additionally, we introduce an adaptive retrieval re-ranking module that selectively refines retrieved memory from a knowledge base before integration, reducing noise and improving semantic alignment based on visual feature representations. We perform extensive experiments on the PathText-BRCA dataset and demonstrate consistent improvements over existing approaches across standard natural language generation metrics. Our full RANGER model achieves optimal performance on PathText dataset, reaching BLEU-1 to BLEU-4 scores of 0.4598, 0.3044, 0.2036, and 0.1435, respectively, with METEOR of 0.1883, and ROUGE-L of 0.3038, validating the effectiveness of dynamic expert routing and adaptive knowledge refinement for semantically grounded pathology report generation.

📄 PDF Abstract BibTeX arXiv:2603.04348

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Handling Trade-Offs in Speech Separation with Sparsely-Gated Mixture of Experts

2022-11-11 · Xiaofei Wang, Zhuo Chen, Yu Shi, Jian Wu 외

Employing a monaural speech separation (SS) model as a front-end for automatic speech recognition (ASR) involves balancing two kinds of trade-offs. First, while a larger model improves the SS performance, it also require…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Mixture-of-Expertsspeech-recognition+2

Building a great multi-lingual teacher with sparsely-gated mixture of experts for speech recognition

2021-12-10 · Kenichi Kumatani, Robert Gmyr, Felipe Cruz Salinas, Linquan Liu 외

The sparsely-gated Mixture of Experts (MoE) can magnify a network capacity with a little computational complexity. In this work, we investigate how multi-lingual Automatic Speech Recognition (ASR) networks can be scaled …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderMixture-of-Experts+2

MoME: Mixture of Multimodal Experts for Generalist Multimodal Large Language Models

2024-07-17 · Leyang Shen, Gongwei Chen, Rui Shao, Weili Guan 외

Multimodal large language models (MLLMs) have demonstrated impressive capabilities across various vision-language tasks. However, a generalist MLLM typically underperforms compared with a specialist MLLM on most VL tasks…

AdaEnsemble: Learning Adaptively Sparse Structured Ensemble Network for Click-Through Rate Prediction

2023-01-06 · YaChen Yan, Liubo Li

Learning feature interactions is crucial to success for large-scale CTR prediction in recommender systems and Ads ranking. Researchers and practitioners extensively proposed various neural network architectures for searc…

Click-Through Rate PredictionMixture-of-ExpertsRecommendation Systems

Parameter-Efficient Conformers via Sharing Sparsely-Gated Experts for End-to-End Speech Recognition

2022-09-17 · Ye Bai, Jie Li, Wenjing Han, Hao Ni 외

While transformers and their variant conformers show promising performance in speech recognition, the parameterized property leads to much memory cost during training and inference. Some works use cross-layer weight-shar…

Knowledge DistillationMixture-of-Expertsspeech-recognitionSpeech Recognition