paper-with-me

Papers

Dual-Query Multiple Instance Learning for Dynamic Meta-Embedding based Tumor Classification

2023-07-14 · Simon Holdenried-Krafft, Peter Somers, Ivonne A. Montes-Majarro, Diana Silimon, Cristina Tarín, Falko Fend, Hendrik P. A. Lensch

Whole slide image (WSI) assessment is a challenging and crucial step in cancer diagnosis and treatment planning. WSIs require high magnifications to facilitate sub-cellular analysis. Precise annotations for patch- or even pixel-level classifications in the context of gigapixel WSIs are tedious to acquire and require domain experts. Coarse-grained labels, on the other hand, are easily accessible, which makes WSI classification an ideal use case for multiple instance learning (MIL). In our work, we propose a novel embedding-based Dual-Query MIL pipeline (DQ-MIL). We contribute to both the embedding and aggregation steps. Since all-purpose visual feature representations are not yet available, embedding models are currently limited in terms of generalizability. With our work, we explore the potential of dynamic meta-embedding based on cutting-edge self-supervised pre-trained models in the context of MIL. Moreover, we propose a new MIL architecture capable of combining MIL-attention with correlated self-attention. The Dual-Query Perceiver design of our approach allows us to leverage the concept of self-distillation and to combine the advantages of a small model in the context of a low data regime with the rich feature representation of a larger model. We demonstrate the superior performance of our approach on three histopathological datasets, where we show improvement of up to 10% over state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2307.07482

Code (1)

cgtuebingen/dualquerymil 공식 구현 pytorch

Tasks

Multiple Instance Learning

Similar Papers 제목 키워드 기반

Beyond Triplet Loss: Meta Prototypical N-tuple Loss for Person Re-identification

2020-06-08 · Zhizheng Zhang, Cuiling Lan, Wen-Jun Zeng, Zhibo Chen 외

Person Re-identification (ReID) aims at matching a person of interest across images. In convolutional neural network (CNN) based approaches, loss design plays a vital role in pulling closer features of the same identity …

ClassificationGeneral ClassificationMetric LearningMulti-class Classification+2

META-DES: A Dynamic Ensemble Selection Framework using Meta-Learning

2018-09-30 · Rafael M. O. Cruz, Robert Sabourin, George D. C. Cavalcanti, Tsang Ing Ren

Dynamic ensemble selection systems work by estimating the level of competence of each classifier from a pool of classifiers. Only the most competent ones are selected to classify a given test sample. This is achieved by …

General ClassificationMeta-Learning

Metalearning generalizable dynamics from trajectories

2023-01-03 · Qiaofeng Li, Tianyi Wang, Vwani Roychowdhury, M. Khalid Jawed

We present the interpretable meta neural ordinary differential equation (iMODE) method to rapidly learn generalizable (i.e., not parameter-specific) dynamics from trajectories of multiple dynamical systems that vary in t…

Inductive BiasMeta-Learning

FastInst: A Simple Query-Based Model for Real-Time Instance Segmentation

2023-03-15 · CVPR 2023 1 · Junjie He, Pengyu Li, Yifeng Geng, Xuansong Xie

Recent attention in instance segmentation has focused on query-based models. Despite being non-maximum suppression (NMS)-free and end-to-end, the superiority of these models on high-accuracy real-time benchmarks has not …

DecoderInstance SegmentationReal-time Instance SegmentationSegmentation+1

Dual Adaptive Representation Alignment for Cross-domain Few-shot Learning

2023-06-18 · Yifan Zhao, Tong Zhang, Jia Li, Yonghong Tian

Few-shot learning aims to recognize novel queries with limited support samples by learning from base knowledge. Recent progress in this setting assumes that the base knowledge and novel query samples are distributed in t…

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot LearningMeta-Learning