paper-with-me

홈 › Papers

Queryable Prototype Multiple Instance Learning with Vision-Language Models for Incremental Whole Slide Image Classification

2024-10-14 · Jiaxiang Gou, Luping Ji, Pei Liu, Mao Ye

Whole Slide Image (WSI) classification has very significant applications in clinical pathology, e.g., tumor identification and cancer diagnosis. Currently, most research attention is focused on Multiple Instance Learning (MIL) using static datasets. One of the most obvious weaknesses of these methods is that they cannot efficiently preserve and utilize previously learned knowledge. With any new data arriving, classification models are required to be re-trained on both previous and current new data. To overcome this shortcoming and break through traditional vision modality, this paper proposes the first Vision-Language-based framework with Queryable Prototype Multiple Instance Learning (QPMIL-VL) specially designed for incremental WSI classification. This framework mainly consists of two information processing branches: one is for generating bag-level features by prototype-guided aggregation of instance features, while the other is for enhancing class features through a combination of class ensemble, tunable vector and class similarity loss. The experiments on four public WSI datasets demonstrate that our QPMIL-VL framework is effective for incremental WSI classification and often significantly outperforms other compared methods, achieving state-of-the-art (SOTA) performance. Our source code is publicly available at https://github.com/can-can-ya/QPMIL-VL.

📄 PDF Abstract BibTeX arXiv:2410.10573

Code (1)

can-can-ya/QPMIL-VL 공식 구현 pytorch

Tasks

Classificationimage-classificationIncremental LearningMultiple Instance Learningwhole slide images

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

ViLa-MIL: Dual-scale Vision-Language Multiple Instance Learning for Whole Slide Image Classification

2025-02-12 · CVPR 2024 1 · Jiangbo Shi, Chen Li, Tieliang Gong, Yefeng Zheng 외

Multiple instance learning (MIL)-based framework has become the mainstream for processing the whole slide image (WSI) with giga-pixel size and hierarchical image context in digital pathology. However, these methods heavi…

DecoderDescriptiveimage-classificationImage Classification+4

Think While You Map: Asynchronous Vision-Language Agents for Incremental 3D Scene Graphs

2026-06-30 · Deniz Bickici, Michael Pabst, Shohei Mori, Dieter Schmalstieg arxiv

Open-vocabulary 3D scene graph methods typically operate in two stages: first reconstruct, then enrich with vision-language models, leaving the graph unqueryable during exploration. We argue that this sequential coupling…

Semantic SegmentationVisual Grounding

Libra-MIL: Multimodal Prototypes Stereoscopic Infused with Task-specific Language Priors for Few-shot Whole Slide Image Classification

2025-11-11 · Zhenfeng Zhuang, Fangyu Zhou, Liansheng Wang arxiv

While Large Language Models (LLMs) are emerging as a promising direction in computational pathology, the substantial computational cost of giga-pixel Whole Slide Images (WSIs) necessitates the use of Multi-Instance Learn…

Image Classification

Supervise Less, See More: Training-free Nuclear Instance Segmentation with Prototype-Guided Prompting

2025-11-25 · Wen Zhang, Qin Ren, Wenjing Liu, Haibin Ling 외 arxiv

Accurate nuclear instance segmentation is a pivotal task in computational pathology, supporting data-driven clinical insights and facilitating downstream translational applications. While large vision foundation models h…

Instance Segmentation

Vision-Language-Motion Maps: An Open-Vocabulary, Uncertainty-Aware, Queryable Motion Attribute for 3D Scene Maps

2026-07-17 · Dibyendu Ghosh, Ayushi Shakya arxiv

Open-vocabulary 3D maps let robots answer language queries about what and where, but they assume a static world and cannot answer queries about how scene elements behave. We introduce Vision-Language-Motion Maps (VLMM), …