Discovering Pathology Rationale and Token Allocation for Efficient Multimodal Pathology Reasoning
Zhe Xu, Cheng Jin, Yihui Wang, Ziyi Liu, Hao Chen
TL;DR
This paper tackles two core problems in computational pathology: limited diagnostic reasoning in multimodal models and the heavy computation required for processing high-resolution whole-slide images. It introduces a bilateral reinforcement learning framework with a task performer that learns pathology rationales through RL and a token allocator that adaptively assigns tokens to images and prompts, balancing accuracy and efficiency. Across VQA, cancer subtyping, and lesion detection on six datasets, the approach achieves a +41.7-point performance gain while cutting inference costs by 70.3% relative to baselines, demonstrating both improved reasoning and practical efficiency. The work offers interpretable diagnostic reasoning and scalable computation, highlighting strong potential for clinical deployment and setting a path for future expansion to larger models and whole-slide analysis.
Abstract
Multimodal pathological image understanding has garnered widespread interest due to its potential to improve diagnostic accuracy and enable personalized treatment through integrated visual and textual data. However, existing methods exhibit limited reasoning capabilities, which hamper their ability to handle complex diagnostic scenarios. Additionally, the enormous size of pathological images leads to severe computational burdens, further restricting their practical deployment. To address these limitations, we introduce a novel bilateral reinforcement learning framework comprising two synergistic branches. One reinforcement branch enhances the reasoning capability by enabling the model to learn task-specific decision processes, i.e., pathology rationales, directly from labels without explicit reasoning supervision. While the other branch dynamically allocates a tailored number of tokens to different images based on both their visual content and task context, thereby optimizing computational efficiency. We apply our method to various pathological tasks such as visual question answering, cancer subtyping, and lesion detection. Extensive experiments show an average +41.7 absolute performance improvement with 70.3% lower inference costs over the base models, achieving both reasoning accuracy and computational efficiency.
