paper-with-me

Papers

Nucleus-aware Self-supervised Pretraining Using Unpaired Image-to-image Translation for Histopathology Images

2023-09-14 · Zhiyun Song, Penghui Du, Junpeng Yan, Kailu Li, Jianzhong Shou, Maode Lai, Yubo Fan, Yan Xu

Self-supervised pretraining attempts to enhance model performance by obtaining effective features from unlabeled data, and has demonstrated its effectiveness in the field of histopathology images. Despite its success, few works concentrate on the extraction of nucleus-level information, which is essential for pathologic analysis. In this work, we propose a novel nucleus-aware self-supervised pretraining framework for histopathology images. The framework aims to capture the nuclear morphology and distribution information through unpaired image-to-image translation between histopathology images and pseudo mask images. The generation process is modulated by both conditional and stochastic style representations, ensuring the reality and diversity of the generated histopathology images for pretraining. Further, an instance segmentation guided strategy is employed to capture instance-level information. The experiments on 7 datasets show that the proposed pretraining method outperforms supervised ones on Kather classification, multiple instance learning, and 5 dense-prediction tasks with the transfer learning protocol, and yields superior results than other self-supervised approaches on 8 semi-supervised tasks. Our project is publicly available at https://github.com/zhiyuns/UNITPathSSL.

📄 PDF Abstract BibTeX arXiv:2309.07394

Code (1)

zhiyuns/UNITPathSSL 공식 구현 pytorch

Tasks

DiversityImage-to-Image TranslationInstance SegmentationMultiple Instance LearningSemantic SegmentationTransfer Learning

Similar Papers 제목 키워드 기반

MUSE: Multi-Scale Dense Self-Distillation for Nucleus Detection and Classification

2025-11-07 · Zijiang Yang, Hanqing Chao, Bokai Zhao, Yelin Yang 외 arxiv

Nucleus detection and classification (NDC) in histopathology analysis is a fundamental task that underpins a wide range of high-level pathology applications. However, existing methods heavily rely on labor-intensive nucl…

Self-Supervised Learning

Medical Vision Language Pretraining: A survey

2023-12-11 · Prashant Shrestha, Sanskar Amgain, Bidur Khanal, Cristian A. Linte 외

Medical Vision Language Pretraining (VLP) has recently emerged as a promising solution to the scarcity of labeled data in the medical domain. By leveraging paired/unpaired vision and text datasets through self-supervised…

Self-Supervised LearningSurvey

SOAR: Self-supervision Optimized UAV Action Recognition with Efficient Object-Aware Pretraining

2024-09-26 · Ruiqi Xian, Xiyang Wu, Tianrui Guan, Xijun Wang 외

We introduce SOAR, a novel Self-supervised pretraining algorithm for aerial footage captured by Unmanned Aerial Vehicles (UAVs). We incorporate human object knowledge throughout the pretraining process to enhance UAV vid…

Action RecognitionObjectSelf-Supervised Learning

Understanding Self-Supervised Pretraining with Part-Aware Representation Learning

2023-01-27 · Jie Zhu, Jiyang Qi, Mingyu Ding, Xiaokang Chen 외

In this paper, we are interested in understanding self-supervised pretraining through studying the capability that self-supervised representation pretraining methods learn part-aware representations. The study is mainly …

Contrastive LearningObjectRepresentation Learning

Location-Aware Self-Supervised Transformers for Semantic Segmentation

2022-12-05 · Mathilde Caron, Neil Houlsby, Cordelia Schmid

Pixel-level labels are particularly expensive to acquire. Hence, pretraining is a critical step to improve models on a task like semantic segmentation. However, prominent algorithms for pretraining neural networks use im…

Contrastive Learningimage-classificationImage ClassificationSegmentation+2