paper-with-me

홈 › Papers

Leveraging Transfer Learning and Multiple Instance Learning for HER2 Automatic Scoring of H\&E Whole Slide Images

2024-11-05 · Rawan S. Abdulsadig, Bryan M. Williams, Nikolay Burlutskiy

Expression of human epidermal growth factor receptor 2 (HER2) is an important biomarker in breast cancer patients who can benefit from cost-effective automatic Hematoxylin and Eosin (H\&E) HER2 scoring. However, developing such scoring models requires large pixel-level annotated datasets. Transfer learning allows prior knowledge from different datasets to be reused while multiple-instance learning (MIL) allows the lack of detailed annotations to be mitigated. The aim of this work is to examine the potential of transfer learning on the performance of deep learning models pre-trained on (i) Immunohistochemistry (IHC) images, (ii) H\&E images and (iii) non-medical images. A MIL framework with an attention mechanism is developed using pre-trained models as patch-embedding models. It was found that embedding models pre-trained on H\&E images consistently outperformed the others, resulting in an average AUC-ROC value of $0.622$ across the 4 HER2 scores ($0.59-0.80$ per HER2 score). Furthermore, it was found that using multiple-instance learning with an attention layer not only allows for good classification results to be achieved, but it can also help with producing visual indication of HER2-positive areas in the H\&E slide image by utilising the patch-wise attention weights.

📄 PDF Abstract BibTeX arXiv:2411.05028

Code (1)

rawansaifaldeen/her2-scoring_mil-attention-model 공식 구현 pytorch

Tasks

Multiple Instance LearningTransfer 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 제목 키워드 기반

Multiple Instance Learning for Content Feedback Localization without Annotation

2020-07-01 · WS 2020 7 · Scott Hellman, William Murray, Adam Wiemerslage, Mark Rosenstein 외

Automated Essay Scoring (AES) can be used to automatically generate holistic scores with reliability comparable to human scoring. In addition, AES systems can provide formative feedback to learners, typically at the essa…

Automated Essay ScoringMultiple Instance LearningSentence

Mining Fashion Outfit Composition Using An End-to-End Deep Learning Approach on Set Data

2016-08-10 · Yuncheng Li, Liangliang Cao, Jiang Zhu, Jiebo Luo

Composing fashion outfits involves deep understanding of fashion standards while incorporating creativity for choosing multiple fashion items (e.g., Jewelry, Bag, Pants, Dress). In fashion websites, popular or high-quali…

Speech Recognition Rescoring with Large Speech-Text Foundation Models

2024-09-25 · Prashanth Gurunath Shivakumar, Jari Kolehmainen, Aditya Gourav, Yi Gu 외

Large language models (LLM) have demonstrated the ability to understand human language by leveraging large amount of text data. Automatic speech recognition (ASR) systems are often limited by available transcribed speech…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+2

Leveraging Multi-lingual Positive Instances in Contrastive Learning to Improve Sentence Embedding

2023-09-16 · Kaiyan Zhao, Qiyu Wu, Xin-Qiang Cai, Yoshimasa Tsuruoka

Learning multi-lingual sentence embeddings is a fundamental task in natural language processing. Recent trends in learning both mono-lingual and multi-lingual sentence embeddings are mainly based on contrastive learning …

Contrastive LearningCross-Lingual TransferRetrievalSemantic Similarity+5

AutoFT: Automatic Fine-Tune for Parameters Transfer Learning in Click-Through Rate Prediction

2021-06-09 · Xiangli Yang, Qing Liu, Rong Su, Ruiming Tang 외

Recommender systems are often asked to serve multiple recommendation scenarios or domains. Fine-tuning a pre-trained CTR model from source domains and adapting it to a target domain allows knowledge transferring. However…

Click-Through Rate PredictionRecommendation SystemsTransfer Learning