paper-with-me

Papers

Structured State Space Models for Multiple Instance Learning in Digital Pathology

2023-06-27 · Leo Fillioux, Joseph Boyd, Maria Vakalopoulou, Paul-Henry Cournède, Stergios Christodoulidis

Multiple instance learning is an ideal mode of analysis for histopathology data, where vast whole slide images are typically annotated with a single global label. In such cases, a whole slide image is modelled as a collection of tissue patches to be aggregated and classified. Common models for performing this classification include recurrent neural networks and transformers. Although powerful compression algorithms, such as deep pre-trained neural networks, are used to reduce the dimensionality of each patch, the sequences arising from whole slide images remain excessively long, routinely containing tens of thousands of patches. Structured state space models are an emerging alternative for sequence modelling, specifically designed for the efficient modelling of long sequences. These models invoke an optimal projection of an input sequence into memory units that compress the entire sequence. In this paper, we propose the use of state space models as a multiple instance learner to a variety of problems in digital pathology. Across experiments in metastasis detection, cancer subtyping, mutation classification, and multitask learning, we demonstrate the competitiveness of this new class of models with existing state of the art approaches. Our code is available at https://github.com/MICS-Lab/s4_digital_pathology.

📄 PDF Abstract BibTeX arXiv:2306.15789

Code (1)

mics-lab/s4_digital_pathology 공식 구현 pytorch

Tasks

Multiple Instance LearningState Space Modelswhole slide images

Similar Papers 제목 키워드 기반

MamMIL: Multiple Instance Learning for Whole Slide Images with State Space Models

2024-03-08 · Zijie Fang, Yifeng Wang, Ye Zhang, Zhi Wang 외

Recently, pathological diagnosis has achieved superior performance by combining deep learning models with the multiple instance learning (MIL) framework using whole slide images (WSIs). However, the giga-pixeled nature o…

MambaMultiple Instance LearningState Space Modelswhole slide images

Improving Multi-label Learning with Missing Labels by Structured Semantic Correlations

2016-08-04 · Hao Yang, Joey Tianyi Zhou, Jianfei Cai

Multi-label learning has attracted significant interests in computer vision recently, finding applications in many vision tasks such as multiple object recognition and automatic image annotation. Associating multiple lab…

Missing LabelsMulti-Label LearningObject Recognition

GRASP: GRAph-Structured Pyramidal Whole Slide Image Representation

2024-02-06 · Ali Khajegili Mirabadi, Graham Archibald, Amirali Darbandsari, Alberto Contreras-Sanz 외

Cancer subtyping is one of the most challenging tasks in digital pathology, where Multiple Instance Learning (MIL) by processing gigapixel whole slide images (WSIs) has been in the spotlight of recent research. However, …

Multiple Instance Learningwhole slide images

Modeling Analog Dynamic Range Compressors using Deep Learning and State-space Models

2024-03-24 · Hanzhi Yin, Gang Cheng, Christian J. Steinmetz, Ruibin Yuan 외

We describe a novel approach for developing realistic digital models of dynamic range compressors for digital audio production by analyzing their analog prototypes. While realistic digital dynamic compressors are potenti…

Deep LearningState Space Models

Multiple Instance Learning for Digital Pathology: A Review on the State-of-the-Art, Limitations & Future Potential

2022-06-09 · Michael Gadermayr, Maximilian Tschuchnig

Digital whole slides images contain an enormous amount of information providing a strong motivation for the development of automated image analysis tools. Particularly deep neural networks show high potential with respec…

Multiple Instance Learning