paper-with-me

Papers

Source-Free Domain Adaptation of Weakly-Supervised Object Localization Models for Histology

2024-04-29 · Alexis Guichemerre, Soufiane Belharbi, Tsiry Mayet, Shakeeb Murtaza, Pourya Shamsolmoali, Luke McCaffrey, Eric Granger

Given the emergence of deep learning, digital pathology has gained popularity for cancer diagnosis based on histology images. Deep weakly supervised object localization (WSOL) models can be trained to classify histology images according to cancer grade and identify regions of interest (ROIs) for interpretation, using inexpensive global image-class annotations. A WSOL model initially trained on some labeled source image data can be adapted using unlabeled target data in cases of significant domain shifts caused by variations in staining, scanners, and cancer type. In this paper, we focus on source-free (unsupervised) domain adaptation (SFDA), a challenging problem where a pre-trained source model is adapted to a new target domain without using any source domain data for privacy and efficiency reasons. SFDA of WSOL models raises several challenges in histology, most notably because they are not intended to adapt for both classification and localization tasks. In this paper, 4 state-of-the-art SFDA methods, each one representative of a main SFDA family, are compared for WSOL in terms of classification and localization accuracy. They are the SFDA-Distribution Estimation, Source HypOthesis Transfer, Cross-Domain Contrastive Learning, and Adaptively Domain Statistics Alignment. Experimental results on the challenging Glas (smaller, breast cancer) and Camelyon16 (larger, colon cancer) histology datasets indicate that these SFDA methods typically perform poorly for localization after adaptation when optimized for classification.

📄 PDF Abstract BibTeX arXiv:2404.19113

Code (1)

AlexisGuichemerreCode/survey_hist_wsol_sfda 공식 구현 pytorch

Tasks

Contrastive LearningDomain AdaptationObject LocalizationSource-Free Domain AdaptationUnsupervised Domain AdaptationWeakly-Supervised Object Localization

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

1st Place Solution for ECCV 2022 OOD-CV Challenge Object Detection Track

2023-01-12 · Wei Zhao, Binbin Chen, WeiJie Chen, Shicai Yang 외

OOD-CV challenge is an out-of-distribution generalization task. To solve this problem in object detection track, we propose a simple yet effective Generalize-then-Adapt (G&A) framework, which is composed of a two-stage d…

Domain AdaptationDomain Generalizationobject-detectionObject Detection+2

Box-Adapt: Domain-Adaptive Medical Image Segmentation using Bounding BoxSupervision

2021-08-19 · Yanwu Xu, Mingming Gong, Shaoan Xie, Kayhan Batmanghelich

Deep learning has achieved remarkable success in medicalimage segmentation, but it usually requires a large numberof images labeled with fine-grained segmentation masks, andthe annotation of these masks can be very expen…

Domain AdaptationImage SegmentationLiver SegmentationMedical Image Segmentation+2

WUDA: Unsupervised Domain Adaptation Based on Weak Source Domain Labels

2022-10-05 · ShengJie Liu, Chuang Zhu, Wenqi Tang

Unsupervised domain adaptation (UDA) for semantic segmentation addresses the cross-domain problem with fine source domain labels. However, the acquisition of semantic labels has always been a difficult step, many scenari…

Domain AdaptationImage Segmentationobject-detectionObject Detection+5

Uncertainty-Guided Mixup for Semi-Supervised Domain Adaptation without Source Data

2021-07-14 · Ning Ma, Jiajun Bu, Zhen Zhang, Sheng Zhou

Present domain adaptation methods usually perform explicit representation alignment by simultaneously accessing the source data and target data. However, the source data are not always available due to the privacy preser…

Domain AdaptationPrivacy PreservingSemi-supervised Domain AdaptationSource-Free Domain Adaptation

Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation

2018-03-30 · CVPR 2018 6 · Naoto Inoue, Ryosuke Furuta, Toshihiko Yamasaki, Kiyoharu Aizawa

Can we detect common objects in a variety of image domains without instance-level annotations? In this paper, we present a framework for a novel task, cross-domain weakly supervised object detection, which addresses this…

Domain Adaptationobject-detectionObject DetectionWeakly Supervised Object Detection