MUSE:利用精确且多样化的语义进行少样本全切片图像分类 / MUSE: Harnessing Precise and Diverse Semantics for Few-Shot Whole Slide Image Classification
1️⃣ 一句话总结
这篇论文提出了一种名为MUSE的新方法,它通过为每个病理图像样本生成精细化的语义描述,并动态引入多样化的文本知识进行训练,从而在标注数据极少的情况下,显著提升了全切片病理图像的分类效果。
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: this https URL.
MUSE:利用精确且多样化的语义进行少样本全切片图像分类 / MUSE: Harnessing Precise and Diverse Semantics for Few-Shot Whole Slide Image Classification
这篇论文提出了一种名为MUSE的新方法,它通过为每个病理图像样本生成精细化的语义描述,并动态引入多样化的文本知识进行训练,从而在标注数据极少的情况下,显著提升了全切片病理图像的分类效果。
源自 arXiv: 2602.20873