paper-with-me

Papers

WSI-VQA: Interpreting Whole Slide Images by Generative Visual Question Answering

2024-07-08 · Pingyi Chen, Chenglu Zhu, Sunyi Zheng, Honglin Li, Lin Yang

Whole slide imaging is routinely adopted for carcinoma diagnosis and prognosis. Abundant experience is required for pathologists to achieve accurate and reliable diagnostic results of whole slide images (WSI). The huge size and heterogeneous features of WSIs make the workflow of pathological reading extremely time-consuming. In this paper, we propose a novel framework (WSI-VQA) to interpret WSIs by generative visual question answering. WSI-VQA shows universality by reframing various kinds of slide-level tasks in a question-answering pattern, in which pathologists can achieve immunohistochemical grading, survival prediction, and tumor subtyping following human-machine interaction. Furthermore, we establish a WSI-VQA dataset which contains 8672 slide-level question-answering pairs with 977 WSIs. Besides the ability to deal with different slide-level tasks, our generative model which is named Wsi2Text Transformer (W2T) outperforms existing discriminative models in medical correctness, which reveals the potential of our model to be applied in the clinical scenario. Additionally, we also visualize the co-attention mapping between word embeddings and WSIs as an intuitive explanation for diagnostic results. The dataset and related code are available at https://github.com/cpystan/WSI-VQA.

📄 PDF Abstract BibTeX arXiv:2407.05603

Code (1)

cpystan/wsi-vqa 공식 구현 pytorch

Tasks

DiagnosticGenerative Visual Question AnsweringPrognosisQuestion AnsweringSurvival PredictionVisual Question AnsweringVisual Question Answering (VQA)whole slide imagesWord Embeddings

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
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$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Ink removal from histopathology whole slide images by combining classification, detection and image generation models

2019-05-10 · Sharib Ali, Nasullah Khalid Alham, Clare Verrill, Jens Rittscher

Histopathology slides are routinely marked by pathologists using permanent ink markers that should not be removed as they form part of the medical record. Often tumour regions are marked up for the purpose of highlightin…

General ClassificationImage Generationwhole slide images

WsiCaption: Multiple Instance Generation of Pathology Reports for Gigapixel Whole-Slide Images

2023-11-27 · Pingyi Chen, Honglin Li, Chenglu Zhu, Sunyi Zheng 외

Whole slide images are the foundation of digital pathology for the diagnosis and treatment of carcinomas. Writing pathology reports is laborious and error-prone for inexperienced pathologists. To reduce the workload and …

Diagnosticwhole slide images

Diagnostic Assessment of Deep Learning Algorithms for Detection of Lymph Node Metastases in Women With Breast Cancer

2017-12-12 · JAMA: The Journal of the American Medical Association 2017 12 · Babak Ehteshami Bejnordi, Mitko Veta, Paul Johannes van Diest, Bram van Ginneken 외

Importance Application of deep learning algorithms to whole-slide pathology images can potentially improve diagnostic accuracy and efficiency. Objective Assess the performance of automated deep learning algorithms a…

Diagnosticimage-classificationImage Classificationwhole slide images

Deep Learning for Whole Slide Image Analysis: An Overview

2019-10-18 · Neofytos Dimitriou, Ognjen Arandjelović, Peter D. Caie

The widespread adoption of whole slide imaging has increased the demand for effective and efficient gigapixel image analysis. Deep learning is at the forefront of computer vision, showcasing significant improvements over…

Deep LearningTranslationwhole slide images

Evaluating and interpreting caption prediction for histopathology images

2020-07-08 · Machine Learning for Healthcare 2020 7 · Renyu Zhang, Christopher Weber, Robert Grossman, Aly A. Khan

The automatic generation of captions from medical images can provide for an efficient way to annotate histopathology images with natural language descriptions. Such large-scale annotation of medical images may help facil…

Caption GenerationImage CaptioningImage RetrievalPrediction+2