paper-with-me

Papers

MoRE: Multi-Modal Contrastive Pre-training with Transformers on X-Rays, ECGs, and Diagnostic Report

2024-10-21 · Samrajya Thapa, Koushik Howlader, Subhankar Bhattacharjee, Wei Le

In this paper, we introduce a novel Multi-Modal Contrastive Pre-training Framework that synergistically combines X-rays, electrocardiograms (ECGs), and radiology/cardiology reports. Our approach leverages transformers to encode these diverse modalities into a unified representation space, aiming to enhance diagnostic accuracy and facilitate comprehensive patient assessments. We utilize LoRA-Peft to significantly reduce trainable parameters in the LLM and incorporate recent linear attention dropping strategy in the Vision Transformer(ViT) for smoother attention. Furthermore, we provide novel multimodal attention explanations and retrieval for our model. To the best of our knowledge, we are the first to propose an integrated model that combines X-ray, ECG, and Radiology/Cardiology Report with this approach. By utilizing contrastive loss, MoRE effectively aligns modality-specific features into a coherent embedding, which supports various downstream tasks such as zero-shot classification and multimodal retrieval. Employing our proposed methodology, we achieve state-of-the-art (SOTA) on the Mimic-IV, CheXpert, Edema Severity, and PtbXl downstream datasets, surpassing existing multimodal approaches. Our proposed framework shows significant improvements in capturing intricate inter-modal relationships and its robustness in medical diagnosis that establishes a framework for future research in multimodal learning in the healthcare sector.

📄 PDF Abstract BibTeX arXiv:2410.16239

Code (1)

svthapa/more 공식 구현 pytorch

Tasks

DiagnosticMedical DiagnosisRetrievalzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

A Statistical Theory of Contrastive Pre-training and Multimodal Generative AI

2025-01-08 · Kazusato Oko, Licong Lin, Yuhang Cai, Song Mei

Multi-modal generative AI systems, such as those combining vision and language, rely on contrastive pre-training to learn representations across different modalities. While their practical benefits are widely acknowledge…

zero-shot-classificationZero-Shot Learning

MA-CLIP: Towards Modality-Agnostic Contrastive Language-Image Pre-training

2021-09-29 · Haoxuan You, Luowei Zhou, Bin Xiao, Noel C Codella 외

Large-scale multimodal contrastive pretraining has demonstrated great utility to support high performance in a range of downstream tasks by mapping multiple modalities into a shared embedding space. Typically, this has e…

Learning Visual Representation from Modality-Shared Contrastive Language-Image Pre-training

2022-07-26 · Haoxuan You, Luowei Zhou, Bin Xiao, Noel Codella 외

Large-scale multi-modal contrastive pre-training has demonstrated great utility to learn transferable features for a range of downstream tasks by mapping multiple modalities into a shared embedding space. Typically, this…

MA-AVT: Modality Alignment for Parameter-Efficient Audio-Visual Transformers

2024-06-07 · Tanvir Mahmud, Shentong Mo, Yapeng Tian, Diana Marculescu

Recent advances in pre-trained vision transformers have shown promise in parameter-efficient audio-visual learning without audio pre-training. However, few studies have investigated effective methods for aligning multimo…

audio-visual learningContrastive Learning

Decoupling the Role of Data, Attention, and Losses in Multimodal Transformers

2021-01-31 · Lisa Anne Hendricks, John Mellor, Rosalia Schneider, Jean-Baptiste Alayrac 외

Recently multimodal transformer models have gained popularity because their performance on language and vision tasks suggest they learn rich visual-linguistic representations. Focusing on zero-shot image retrieval tasks,…

Image RetrievalRetrievalSelf-Supervised LearningZero-shot Image Retrieval