π€ AI Summary
Multimodal pre-trained models suffer significant performance degradation under modality-missing scenarios, and existing reconstruction methods neglect uncertainty estimation, compromising downstream reliability. To address this, we propose SUREβa framework that jointly models modality reconstruction and uncertainty estimation in the latent space. SURE is the first to embed statistical error propagation into deep neural networks; it introduces a novel Pearson correlation-based loss function that explicitly enforces consistency between reconstruction fidelity and downstream task objectives; and it enables architecture-agnostic, scalable, end-to-end joint optimization. Evaluated on sentiment analysis, fine-grained classification, and action recognition, SURE achieves state-of-the-art performance, markedly improving model robustness, generalization, and interpretability under incomplete multimodal inputs.
π Abstract
Multimodal learning has demonstrated incredible successes by integrating diverse data sources, yet it often relies on the availability of all modalities - an assumption that rarely holds in real-world applications. Pretrained multimodal models, while effective, struggle when confronted with small-scale and incomplete datasets (i.e., missing modalities), limiting their practical applicability. Previous studies on reconstructing missing modalities have overlooked the reconstruction's potential unreliability, which could compromise the quality of the final outputs. We present SURE (Scalable Uncertainty and Reconstruction Estimation), a novel framework that extends the capabilities of pretrained multimodal models by introducing latent space reconstruction and uncertainty estimation for both reconstructed modalities and downstream tasks. Our method is architecture-agnostic, reconstructs missing modalities, and delivers reliable uncertainty estimates, improving both interpretability and performance. SURE introduces a unique Pearson Correlation-based loss and applies statistical error propagation in deep networks for the first time, allowing precise quantification of uncertainties from missing data and model predictions. Extensive experiments across tasks such as sentiment analysis, genre classification, and action recognition show that SURE consistently achieves state-of-the-art performance, ensuring robust predictions even in the presence of incomplete data.