Explainable Multimodal Regression via Information Decomposition
Zhaozhao Ma, Shujian Yu
TL;DR
The paper tackles the interpretability gap in multimodal regression by introducing PIDReg, a framework that embeds Partial Information Decomposition (PID) into end-to-end learning. It enforces Gaussianity in latent representations and uses a Gaussian PID with union information to obtain a tractable, closed-form decomposition into unique, redundant, and synergistic information, while CS-divergence regularizers promote Gaussianity and isolate modality-specific information. A two-stage optimization procedure learns modality encoders, fusion weights, and a predictor, with a linear-noise information bottleneck aiding generalization and interpretability. Empirical results across six real-world datasets, including large-scale brain age prediction, demonstrate improved predictive performance and clear modality-level explanations of contributions and interactions, enabling principled modality selection for efficient inference.
Abstract
Multimodal regression aims to predict a continuous target from heterogeneous input sources and typically relies on fusion strategies such as early or late fusion. However, existing methods lack principled tools to disentangle and quantify the individual contributions of each modality and their interactions, limiting the interpretability of multimodal fusion. We propose a novel multimodal regression framework grounded in Partial Information Decomposition (PID), which decomposes modality-specific representations into unique, redundant, and synergistic components. The basic PID framework is inherently underdetermined. To resolve this, we introduce inductive bias by enforcing Gaussianity in the joint distribution of latent representations and the transformed response variable (after inverse normal transformation), thereby enabling analytical computation of the PID terms. Additionally, we derive a closed-form conditional independence regularizer to promote the isolation of unique information within each modality. Experiments on six real-world datasets, including a case study on large-scale brain age prediction from multimodal neuroimaging data, demonstrate that our framework outperforms state-of-the-art methods in both predictive accuracy and interpretability, while also enabling informed modality selection for efficient inference. Implementation is available at https://github.com/zhaozhaoma/PIDReg.
