CVDec 5, 2025

LoC-Path: Learning to Compress for Pathology Multimodal Large Language Models

arXiv:2512.05391v23 citations
Originality Incremental advance
AI Analysis

This addresses computational bottlenecks for pathology AI applications, though it appears incremental as it optimizes existing MLLM frameworks rather than introducing a new paradigm.

The paper tackles the computational inefficiency of pathology multimodal large language models (MLLMs) by introducing LoC-Path, which compresses redundant tile features in whole slide images, achieving performance comparable to state-of-the-art models while significantly reducing computation and memory usage.

Whole Slide Image (WSI) understanding is fundamentally challenging due to its gigapixel scale and the extreme sparsity of diagnostically relevant regions. Unlike human experts who primarily rely on key areas to arrive at a diagnosis, existing slide-level multimodal large language models (MLLMs) for pathology rely on heavy slide-level encoders that process thousands of patch features in a brute-force manner, resulting in excessive computational cost. In this work, we revisit the WSI-language modeling paradigm and show that tile-level features exhibit strong global and local redundancy, whereas only a small subset of tiles are truly task-relevant. Motivated by this observation, we introduce an efficient MLLM framework, called LoC-Path, that replaces the expensive slide-level encoder with redundancy-reducing modules. We first design a Sparse Token Merger (STM) and an MAE-pretrained resampler to remove local redundancy and compress globally redundant tile tokens into a compact slide-level representation set. We then propose a Cross-Attention Routing Adapter (CARA) and a Token Importance Scorer (TIS) to integrate the compressed visual representation with the language model in a computation-efficient manner. Extensive experiments demonstrate that our approach achieves performance comparable to existing state-of-the-art whole-slide MLLMs, while requiring significantly lower computation and memory.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes