paper-with-me

홈 › Papers

Beyond CLIP: Knowledge-Enhanced Multimodal Transformers for Cross-Modal Alignment in Diabetic Retinopathy Diagnosis

2025-12-22 · Argha Kamal Samanta, Harshika Goyal, Vasudha Joshi, Tushar Mungle, Pabitra Mitra arxiv

Diabetic retinopathy (DR) is a leading cause of preventable blindness worldwide, demanding accurate automated diagnostic systems. While general-domain vision-language models like Contrastive Language-Image Pre-Training (CLIP) perform well on natural image tasks, they struggle in medical domain applications, particularly in cross-modal retrieval for ophthalmological images. We propose a novel knowledge-enhanced joint embedding framework that integrates retinal fundus images, clinical text, and structured patient data through a multimodal transformer architecture to address the critical gap in medical image-text alignment. Our approach employs separate encoders for each modality: a Vision Transformer (ViT-B/16) for retinal images, Bio-ClinicalBERT for clinical narratives, and a multilayer perceptron for structured demographic and clinical features. These modalities are fused through a joint transformer with modality-specific embeddings, trained using multiple objectives including contrastive losses between modality pairs, reconstruction losses for images and text, and classification losses for DR severity grading according to ICDR and SDRG schemes. Experimental results on the Brazilian Multilabel Ophthalmological Dataset (BRSET) demonstrate significant improvements over baseline models. Our framework achieves near-perfect text-to-image retrieval performance with Recall@1 of 99.94% compared to fine-tuned CLIP's 1.29%, while maintaining state-of-the-art classification accuracy of 97.05% for SDRG and 97.97% for ICDR. Furthermore, zero-shot evaluation on the unseen DeepEyeNet dataset validates strong generalizability with 93.95% Recall@1 versus 0.22% for fine-tuned CLIP. These results demonstrate that our multimodal training approach effectively captures cross-modal relationships in the medical domain, establishing both superior retrieval capabilities and robust diagnostic performance.

📄 PDF Abstract BibTeX arXiv:2512.19663

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal RetrievalImage Retrieval

Similar Papers 제목 키워드 기반

CK-Transformer: Commonsense Knowledge Enhanced Transformers for Referring Expression Comprehension

2023-02-17 · Zhi Zhang, Helen Yannakoudakis, XianTong Zhen, Ekaterina Shutova

The task of multimodal referring expression comprehension (REC), aiming at localizing an image region described by a natural language expression, has recently received increasing attention within the research comminity. …

Referring ExpressionReferring Expression Comprehension

KPL: Training-Free Medical Knowledge Mining of Vision-Language Models

2025-01-20 · Jiaxiang Liu, Tianxiang Hu, Jiawei Du, Ruiyuan Zhang 외

Visual Language Models such as CLIP excel in image recognition due to extensive image-text pre-training. However, applying the CLIP inference in zero-shot classification, particularly for medical image diagnosis, faces c…

Classificationimage-classificationImage ClassificationMedical Image Classification+3

Generating Event-oriented Attribution for Movies via Two-Stage Prefix-Enhanced Multimodal LLM

2024-09-14 · Yuanjie Lyu, Tong Xu, Zihan Niu, Bo Peng 외

The prosperity of social media platforms has raised the urgent demand for semantic-rich services, e.g., event and storyline attribution. However, most existing research focuses on clip-level event understanding, primaril…

OpenVision: A Fully-Open, Cost-Effective Family of Advanced Vision Encoders for Multimodal Learning

2025-05-07 · Xianhang Li, Yanqing Liu, Haoqin Tu, Hongru Zhu 외

OpenAI's CLIP, released in early 2021, have long been the go-to choice of vision encoder for building multimodal foundation models. Although recent alternatives such as SigLIP have begun to challenge this status quo, to …

CLIP-MoE: Towards Building Mixture of Experts for CLIP with Diversified Multiplet Upcycling

2024-09-28 · Jihai Zhang, Xiaoye Qu, Tong Zhu, Yu Cheng

In recent years, Contrastive Language-Image Pre-training (CLIP) has become a cornerstone in multimodal intelligence. However, recent studies have identified that the information loss in the CLIP encoding process is subst…

image-classificationImage ClassificationLarge Language ModelMixture-of-Experts+2