Search papers, labs, and topics across Lattice.
The paper addresses the challenge of few-shot whole slide image (WSI) classification in computational pathology by proposing a stochastic Multi-view Semantic Enhancement (MUSE) framework. MUSE refines semantic precision through sample-wise adaptation using a Mixture-of-Experts (MoE) based approach and enhances semantic richness via retrieval-augmented multi-view generation from an LLM-generated knowledge base. Experiments on three WSI datasets demonstrate that MUSE outperforms existing vision-language baselines in few-shot settings, highlighting the importance of sample-aware semantic optimization.
LLMs can boost few-shot learning for pathology images, but only if you dynamically adapt the language priors to each image and stochastically integrate multiple "expert" descriptions.
In computational pathology, few-shot whole slide image classification is primarily driven by the extreme scarcity of expert-labeled slides. Recent vision-language methods incorporate textual semantics generated by large language models, but treat these descriptions as static class-level priors that are shared across all samples and lack sample-wise refinement. This limits both the diversity and precision of visual-semantic alignment, hindering generalization under limited supervision. To overcome this, we propose the stochastic MUlti-view Semantic Enhancement (MUSE), a framework that first refines semantic precision via sample-wise adaptation and then enhances semantic richness through retrieval-augmented multi-view generation. Specifically, MUSE introduces Sample-wise Fine-grained Semantic Enhancement (SFSE), which yields a fine-grained semantic prior for each sample through MoE-based adaptive visual-semantic interaction. Guided by this prior, Stochastic Multi-view Model Optimization (SMMO) constructs an LLM-generated knowledge base of diverse pathological descriptions per class, then retrieves and stochastically integrates multiple matched textual views during training. These dynamically selected texts serve as enriched semantic supervisions to stochastically optimize the vision-language model, promoting robustness and mitigating overfitting. Experiments on three benchmark WSI datasets show that MUSE consistently outperforms existing vision-language baselines in few-shot settings, demonstrating that effective few-shot pathology learning requires not only richer semantic sources but also their active and sample-aware semantic optimization. Our code is available at: https://github.com/JiahaoXu-god/CVPR2026_MUSE.