🤖 AI Summary
Current clinical AI research is constrained by narrow modality and task scope, hindering the development of multimodal foundation models for holistic health assessment. To address this, we introduce CLIMB—the first large-scale, integrative multimodal clinical benchmark—comprising 4.51 million patient samples (19.01 TB) spanning 2D/3D medical imaging, temporal physiological signals, graph-structured data, and multimodal combinations. CLIMB systematically unifies and open-sources five core clinical modalities for the first time. Methodologically, we propose a novel framework integrating multimodal standardization and alignment, multi-task contrastive pretraining, modality-specific encoders, and plug-and-play fusion mechanisms—including cross-attention and gated fusion. Experiments demonstrate up to 29% and 23% performance gains on underexplored modalities (e.g., ultrasound and ECG), alongside significantly improved zero-shot and few-shot cross-task generalization. The codebase and data access protocols are publicly released.
📝 Abstract
Recent advances in clinical AI have enabled remarkable progress across many clinical domains. However, existing benchmarks and models are primarily limited to a small set of modalities and tasks, which hinders the development of large-scale multimodal methods that can make holistic assessments of patient health and well-being. To bridge this gap, we introduce Clinical Large-Scale Integrative Multimodal Benchmark (CLIMB), a comprehensive clinical benchmark unifying diverse clinical data across imaging, language, temporal, and graph modalities. CLIMB comprises 4.51 million patient samples totaling 19.01 terabytes distributed across 2D imaging, 3D video, time series, graphs, and multimodal data. Through extensive empirical evaluation, we demonstrate that multitask pretraining significantly improves performance on understudied domains, achieving up to 29% improvement in ultrasound and 23% in ECG analysis over single-task learning. Pretraining on CLIMB also effectively improves models' generalization capability to new tasks, and strong unimodal encoder performance translates well to multimodal performance when paired with task-appropriate fusion strategies. Our findings provide a foundation for new architecture designs and pretraining strategies to advance clinical AI research. Code is released at https://github.com/DDVD233/climb.