paper-with-me

Papers

Efficient Self-Supervision using Patch-based Contrastive Learning for Histopathology Image Segmentation

2022-08-23 · Nicklas Boserup, Raghavendra Selvan

Learning discriminative representations of unlabelled data is a challenging task. Contrastive self-supervised learning provides a framework to learn meaningful representations using learned notions of similarity measures from simple pretext tasks. In this work, we propose a simple and efficient framework for self-supervised image segmentation using contrastive learning on image patches, without using explicit pretext tasks or any further labeled fine-tuning. A fully convolutional neural network (FCNN) is trained in a self-supervised manner to discern features in the input images and obtain confidence maps which capture the network's belief about the objects belonging to the same class. Positive- and negative- patches are sampled based on the average entropy in the confidence maps for contrastive learning. Convergence is assumed when the information separation between the positive patches is small, and the positive-negative pairs is large. The proposed model only consists of a simple FCNN with 10.8k parameters and requires about 5 minutes to converge on the high resolution microscopy datasets, which is orders of magnitude smaller than the relevant self-supervised methods to attain similar performance. We evaluate the proposed method for the task of segmenting nuclei from two histopathology datasets, and show comparable performance with relevant self-supervised and supervised methods.

📄 PDF Abstract BibTeX arXiv:2208.10779

Code (1)

nickeopti/bach-contrastive-segmentation 공식 구현 pytorch

Tasks

Contrastive LearningImage SegmentationSelf-Supervised LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Hierarchical Text-to-Vision Self Supervised Alignment for Improved Histopathology Representation Learning

2024-03-21 · Hasindri Watawana, Kanchana Ranasinghe, Tariq Mahmood, Muzammal Naseer 외

Self-supervised representation learning has been highly promising for histopathology image analysis with numerous approaches leveraging their patient-slide-patch hierarchy to learn better representations. In this paper, …

Representation LearningSelf-Supervised Learning

Human-machine Interactive Tissue Prototype Learning for Label-efficient Histopathology Image Segmentation

2022-11-26 · Wentao Pan, Jiangpeng Yan, Hanbo Chen, Jiawei Yang 외

Recently, deep neural networks have greatly advanced histopathology image segmentation but usually require abundant annotated data. However, due to the gigapixel scale of whole slide images and pathologists' heavy daily …

Contrastive LearningImage SegmentationSegmentationSelf-Supervised Learning+3

Weakly Supervised Contrastive Learning for Histopathology Patch Embeddings

2026-02-10 · Bodong Zhang, Xiwen Li, Hamid Manoochehri, Xiaoya Tang 외 arxiv

Digital histopathology whole slide images (WSIs) provide gigapixel-scale high-resolution images that are highly useful for disease diagnosis. However, digital histopathology image analysis faces significant challenges du…

Multiple Instance LearningRepresentation LearningContrastive Learning

DeepSMILE: Contrastive self-supervised pre-training benefits MSI and HRD classification directly from H&E whole-slide images in colorectal and breast cancer

2021-07-20 · Yoni Schirris, Efstratios Gavves, Iris Nederlof, Hugo Mark Horlings 외

We propose a Deep learning-based weak label learning method for analyzing whole slide images (WSIs) of Hematoxylin and Eosin (H&E) stained tumor tissue not requiring pixel-level or tile-level annotations using Self-super…

ClassificationMultiple Instance LearningSelf-Supervised Learningwhole slide images

Stain Based Contrastive Co-training for Histopathological Image Analysis

2022-06-24 · Bodong Zhang, Beatrice Knudsen, Deepika Sirohi, Alessandro Ferrero 외

We propose a novel semi-supervised learning approach for classification of histopathology images. We employ strong supervision with patch-level annotations combined with a novel co-training loss to create a semi-supervis…