paper-with-me

Papers

Prompt-MIL: Boosting Multi-Instance Learning Schemes via Task-specific Prompt Tuning

2023-03-21 · Jingwei Zhang, Saarthak Kapse, Ke Ma, Prateek Prasanna, Joel Saltz, Maria Vakalopoulou, Dimitris Samaras

Whole slide image (WSI) classification is a critical task in computational pathology, requiring the processing of gigapixel-sized images, which is challenging for current deep-learning methods. Current state of the art methods are based on multi-instance learning schemes (MIL), which usually rely on pretrained features to represent the instances. Due to the lack of task-specific annotated data, these features are either obtained from well-established backbones on natural images, or, more recently from self-supervised models pretrained on histopathology. However, both approaches yield task-agnostic features, resulting in performance loss compared to the appropriate task-related supervision, if available. In this paper, we show that when task-specific annotations are limited, we can inject such supervision into downstream task training, to reduce the gap between fully task-tuned and task agnostic features. We propose Prompt-MIL, an MIL framework that integrates prompts into WSI classification. Prompt-MIL adopts a prompt tuning mechanism, where only a small fraction of parameters calibrates the pretrained features to encode task-specific information, rather than the conventional full fine-tuning approaches. Extensive experiments on three WSI datasets, TCGA-BRCA, TCGA-CRC, and BRIGHT, demonstrate the superiority of Prompt-MIL over conventional MIL methods, achieving a relative improvement of 1.49%-4.03% in accuracy and 0.25%-8.97% in AUROC while using fewer than 0.3% additional parameters. Compared to conventional full fine-tuning approaches, we fine-tune less than 1.3% of the parameters, yet achieve a relative improvement of 1.29%-13.61% in accuracy and 3.22%-27.18% in AUROC and reduce GPU memory consumption by 38%-45% while training 21%-27% faster. Our code is available at https://github.com/cvlab-stonybrook/PromptMIL.

📄 PDF Abstract BibTeX arXiv:2303.12214

Code (1)

cvlab-stonybrook/promptmil 공식 구현 pytorch

Tasks

GPU

Similar Papers 제목 키워드 기반

Prompt-Based Rule Discovery and Boosting for Interactive Weakly-Supervised Learning

2022-05-01 · ACL 2022 5 · Rongzhi Zhang, Yue Yu, Pranav Shetty, Le Song 외

Weakly-supervised learning (WSL) has shown promising results in addressing label scarcity on many NLP tasks, but manually designing a comprehensive, high-quality labeling rule set is tedious and difficult. We study inter…

Weakly-supervised Learning

PRBoost: Prompt-Based Rule Discovery and Boosting for Interactive Weakly-Supervised Learning

2022-03-18 · Rongzhi Zhang, Yue Yu, Pranav Shetty, Le Song 외

Weakly-supervised learning (WSL) has shown promising results in addressing label scarcity on many NLP tasks, but manually designing a comprehensive, high-quality labeling rule set is tedious and difficult. We study inter…

Weakly-supervised Learning

Transfer Learning via Minimizing the Performance Gap Between Domains

2019-12-01 · NeurIPS 2019 12 · Boyu Wang, Jorge Mendez, Mingbo Cai, Eric Eaton

We propose a new principle for transfer learning, based on a straightforward intuition: if two domains are similar to each other, the model trained on one domain should also perform well on the other domain, and vice ver…

Generalization BoundsTransfer Learning

Improving Label Ranking Ensembles using Boosting Techniques

2020-01-21 · Lihi Dery, Erez Shmueli

Label ranking is a prediction task which deals with learning a mapping between an instance and a ranking (i.e., order) of labels from a finite set, representing their relevance to the instance. Boosting is a well-known a…

Inst-IT: Boosting Multimodal Instance Understanding via Explicit Visual Prompt Instruction Tuning

2024-12-04 · Wujian Peng, Lingchen Meng, Yitong Chen, Yiweng Xie 외

Large Multimodal Models (LMMs) have made significant breakthroughs with the advancement of instruction tuning. However, while existing models can understand images and videos at a holistic level, they still struggle with…

Multimodal Large Language ModelVideo Understandingvisual instruction followingVisual Prompting+1