paper-with-me

Papers

GenSelfDiff-HIS: Generative Self-Supervision Using Diffusion for Histopathological Image Segmentation

2023-09-04 · Vishnuvardhan Purma, Suhas Srinath, Seshan Srirangarajan, Aanchal Kakkar, Prathosh A. P

Histopathological image segmentation is a laborious and time-intensive task, often requiring analysis from experienced pathologists for accurate examinations. To reduce this burden, supervised machine-learning approaches have been adopted using large-scale annotated datasets for histopathological image analysis. However, in several scenarios, the availability of large-scale annotated data is a bottleneck while training such models. Self-supervised learning (SSL) is an alternative paradigm that provides some respite by constructing models utilizing only the unannotated data which is often abundant. The basic idea of SSL is to train a network to perform one or many pseudo or pretext tasks on unannotated data and use it subsequently as the basis for a variety of downstream tasks. It is seen that the success of SSL depends critically on the considered pretext task. While there have been many efforts in designing pretext tasks for classification problems, there haven't been many attempts on SSL for histopathological segmentation. Motivated by this, we propose an SSL approach for segmenting histopathological images via generative diffusion models in this paper. Our method is based on the observation that diffusion models effectively solve an image-to-image translation task akin to a segmentation task. Hence, we propose generative diffusion as the pretext task for histopathological image segmentation. We also propose a multi-loss function-based fine-tuning for the downstream task. We validate our method using several metrics on two publically available datasets along with a newly proposed head and neck (HN) cancer dataset containing hematoxylin and eosin (H\&E) stained images along with annotations. Codes will be made public at https://github.com/suhas-srinath/GenSelfDiff-HIS.

📄 PDF Abstract BibTeX arXiv:2309.01487

Code (2)

purmavishnuvardhanreddy/genselfdiff-his 공식 구현 pytorch
suhas-srinath/genselfdiff-his 공식 구현 pytorch

Tasks

Histopathological SegmentationImage SegmentationImage-to-Image TranslationSegmentationSelf-Supervised LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Self-distillation Augmented Masked Autoencoders for Histopathological Image Classification

2022-03-31 · Yang Luo, Zhineng Chen, Shengtian Zhou, Xieping Gao

Self-supervised learning (SSL) has drawn increasing attention in histopathological image analysis in recent years. Compared to contrastive learning which is troubled with the false negative problem, i.e., semantically si…

Cell SegmentationClassificationContrastive LearningHistopathological Image Classification+5

Dynamic Entity-Masked Graph Diffusion Model for histopathological image Representation Learning

2024-12-13 · Zhenfeng Zhuang, Min Cen, Yanfeng Li, Fangyu Zhou 외

Significant disparities between the features of natural images and those inherent to histopathological images make it challenging to directly apply and transfer pre-trained models from natural images to histopathology ta…

Representation LearningSelf-Supervised LearningSurvival Analysis

Interpretable Prediction of Lung Squamous Cell Carcinoma Recurrence With Self-supervised Learning

2022-03-23 · Weicheng Zhu, Carlos Fernandez-Granda, Narges Razavian

Lung squamous cell carcinoma (LSCC) has a high recurrence and metastasis rate. Factors influencing recurrence and metastasis are currently unknown and there are no distinct histopathological or morphological features ind…

Multiple Instance LearningSelf-Supervised Learningwhole slide images

Self-Supervised Nuclei Segmentation in Histopathological Images Using Attention

2020-07-16 · Mihir Sahasrabudhe, Stergios Christodoulidis, Roberto Salgado, Stefan Michiels 외

Segmentation and accurate localization of nuclei in histopathological images is a very challenging problem, with most existing approaches adopting a supervised strategy. These methods usually rely on manual annotations t…

Segmentation

Your Image is Secretly the Last Frame of a Pseudo Video

2024-10-26 · Wenlong Chen, Wenlin Chen, Lapo Rastrelli, Yingzhen Li

Diffusion models, which can be viewed as a special case of hierarchical variational autoencoders (HVAEs), have shown profound success in generating photo-realistic images. In contrast, standard HVAEs often produce images…

Data AugmentationImage Generation