HyperFusion: A Hypernetwork Approach to Multimodal Integration of Tabular and Medical Imaging Data for Predictive Modeling
Daniel Duenias, Brennan Nichyporuk, Tal Arbel, Tammy Riklin Raviv
TL;DR
HyperFusion introduces a hypernetwork-based fusion framework that conditions MRI analysis on tabular EHR data to enhance predictive accuracy in multimodal brain tasks. By embedding tabular attributes and generating external parameters for selected layers of a CNN/ResNet backbone, the method enables dynamic, input-specific adjustments during both training and inference. The approach is validated on two brain MRI tasks—brain age prediction conditioned by sex and multiclass AD classification—where HyperFusion consistently outperforms single-modality models and existing MRI-tabular fusion methods, supported by ablations and robust cross-validation. The work demonstrates the practicality and flexibility of hypernetworks for integrating heterogeneous clinical data, with potential to extend to broader multimodal medical decision-making scenarios.
Abstract
The integration of diverse clinical modalities such as medical imaging and the tabular data extracted from patients' Electronic Health Records (EHRs) is a crucial aspect of modern healthcare. Integrative analysis of multiple sources can provide a comprehensive understanding of the clinical condition of a patient, improving diagnosis and treatment decision. Deep Neural Networks (DNNs) consistently demonstrate outstanding performance in a wide range of multimodal tasks in the medical domain. However, the complex endeavor of effectively merging medical imaging with clinical, demographic and genetic information represented as numerical tabular data remains a highly active and ongoing research pursuit. We present a novel framework based on hypernetworks to fuse clinical imaging and tabular data by conditioning the image processing on the EHR's values and measurements. This approach aims to leverage the complementary information present in these modalities to enhance the accuracy of various medical applications. We demonstrate the strength and generality of our method on two different brain Magnetic Resonance Imaging (MRI) analysis tasks, namely, brain age prediction conditioned by subject's sex and multi-class Alzheimer's Disease (AD) classification conditioned by tabular data. We show that our framework outperforms both single-modality models and state-of-the-art MRI tabular data fusion methods. A link to our code can be found at https://github.com/daniel4725/HyperFusion
