paper-with-me

홈 › Papers

Can language-guided unsupervised adaptation improve medical image classification using unpaired images and texts?

2024-09-03 · Umaima Rahman, Raza Imam, Mohammad Yaqub, Boulbaba Ben Amor, Dwarikanath Mahapatra

In medical image classification, supervised learning is challenging due to the scarcity of labeled medical images. To address this, we leverage the visual-textual alignment within Vision-Language Models (VLMs) to enable unsupervised learning of a medical image classifier. In this work, we propose \underline{Med}ical \underline{Un}supervised \underline{A}daptation (\texttt{MedUnA}) of VLMs, where the LLM-generated descriptions for each class are encoded into text embeddings and matched with class labels via a cross-modal adapter. This adapter attaches to a visual encoder of \texttt{MedCLIP} and aligns the visual embeddings through unsupervised learning, driven by a contrastive entropy-based loss and prompt tuning. Thereby, improving performance in scenarios where textual information is more abundant than labeled images, particularly in the healthcare domain. Unlike traditional VLMs, \texttt{MedUnA} uses \textbf{unpaired images and text} for learning representations and enhances the potential of VLMs beyond traditional constraints. We evaluate the performance on three chest X-ray datasets and two multi-class datasets (diabetic retinopathy and skin lesions), showing significant accuracy gains over the zero-shot baseline. Our code is available at https://github.com/rumaima/meduna.

📄 PDF Abstract BibTeX arXiv:2409.02729

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationLarge Language ModelMedical Image Classification

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Semantic-guided Disentangled Representation for Unsupervised Cross-modality Medical Image Segmentation

2022-03-26 · Shuai Wang, Rui Li

Disentangled representation is a powerful technique to tackle domain shift problem in medical image analysis in unsupervised domain adaptation setting.However, previous methods only focus on exacting domain-invariant fea…

Domain AdaptationImage SegmentationMedical Image AnalysisMedical Image Segmentation+3

Unsupervised Wasserstein Distance Guided Domain Adaptation for 3D Multi-Domain Liver Segmentation

2020-09-06 · Chenyu You, Junlin Yang, Julius Chapiro, James S. Duncan

Deep neural networks have shown exceptional learning capability and generalizability in the source domain when massive labeled data is provided. However, the well-trained models often fail in the target domain due to the…

DisentanglementDomain AdaptationLiver SegmentationRepresentation Learning+2

LAGUNA: LAnguage Guided UNsupervised Adaptation with structured spaces

2024-11-23 · Anxhelo Diko, Antonino Furnari, Luigi Cinque, Giovanni Maria Farinella

Unsupervised domain adaptation remains a critical challenge in enabling the knowledge transfer of models across unseen domains. Existing methods struggle to balance the need for domain-invariant representations with pres…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Pay Attention to the Atlas: Atlas-Guided Test-Time Adaptation Method for Robust 3D Medical Image Segmentation

2023-07-02 · Jingjie Guo, Weitong Zhang, Matthew Sinclair, Daniel Rueckert 외

Convolutional neural networks (CNNs) often suffer from poor performance when tested on target data that differs from the training (source) data distribution, particularly in medical imaging applications where variations …

Domain AdaptationImage SegmentationMedical Image SegmentationSegmentation+3

Distribution Aligned Diffusion and Prototype-guided network for Unsupervised Domain Adaptive Segmentation

2023-03-22 · Haipeng Zhou, Lei Zhu, Yuyin Zhou

The Diffusion Probabilistic Model (DPM) has emerged as a highly effective generative model in the field of computer vision. Its intermediate latent vectors offer rich semantic information, making it an attractive option …