Search papers, labs, and topics across Lattice.
The paper introduces Probabilistic Feature Imputation Network (P-FIN) to address modality heterogeneity in multimodal federated learning for healthcare. P-FIN imputes missing modality representations while providing calibrated uncertainty estimates, which are then used to attenuate unreliable feature dimensions locally via sigmoid gating and globally via a federated aggregation strategy (Fed-UQ-Avg) that prioritizes updates from clients with reliable imputation. Experiments on federated chest X-ray classification demonstrate that P-FIN consistently outperforms deterministic baselines, achieving up to a +5.36% AUC gain.
Imputing missing medical data with uncertainty estimates lets you train better federated models, boosting AUC by over 5% on chest X-ray classification.
Multimodal federated learning enables privacy-preserving collaborative model training across healthcare institutions. However, a fundamental challenge arises from modality heterogeneity: many clinical sites possess only a subset of modalities due to resource constraints or workflow variations. Existing approaches address this through feature imputation networks that synthesize missing modality representations, yet these methods produce point estimates without reliability measures, forcing downstream classifiers to treat all imputed features as equally trustworthy. In safety-critical medical applications, this limitation poses significant risks. We propose the Probabilistic Feature Imputation Network (P-FIN), which outputs calibrated uncertainty estimates alongside imputed features. This uncertainty is leveraged at two levels: (1) locally, through sigmoid gating that attenuates unreliable feature dimensions before classification, and (2) globally, through Fed-UQ-Avg, an aggregation strategy that prioritizes updates from clients with reliable imputation. Experiments on federated chest X-ray classification using CheXpert, NIH Open-I, and PadChest demonstrate consistent improvements over deterministic baselines, with +5.36% AUC gain in the most challenging configuration.