English

Multimodal Learning on Low-Quality Data with Conformal Predictive Self-Calibration

Computer Vision and Pattern Recognition 2026-05-06 v1 Machine Learning Multimedia

Abstract

Multimodal learning often grapples with the challenge of low-quality data, which predominantly manifests as two facets: modality imbalance and noisy corruption. While these issues are often studied in isolation, we argue that they share a common root in the predictive uncertainty towards the reliability of individual modalities and instances during learning. In this paper, we propose a unified framework, termed Conformal Predictive Self-Calibration (CPSC), which leverages conformal prediction to equip the model with the ability to perform self-guided calibration on-the-fly. The core of our proposed CPSC lies in a novel self-calibrating training loop that seamlessly integrates two key modules: (1) Representation Self-Calibration, which decomposes unimodal features into components, and selectively fuses the most robust ones identified by a conformal predictor to enhance feature resilience. (2) Gradient Self-Calibration, which recalibrates the gradient flow during backpropagation based on instance-wise reliability scores, steering the optimization towards more trustworthy directions. Furthermore, we also devise a self-update strategy for the conformal predictor to ensure the entire system co-evolves consistently throughout the training process. Extensive experiments on six benchmark datasets under both imbalanced and noisy settings demonstrate that our CPSC framework consistently outperforms existing state-of-the-art methods. Our code is available at https://github.com/XunCHN/CPSC.

Keywords

Cite

@article{arxiv.2605.03820,
  title  = {Multimodal Learning on Low-Quality Data with Conformal Predictive Self-Calibration},
  author = {Xun Jiang and Yufan Gu and Disen Hu and Yuqing Hou and Yazhou Yao and Fumin Shen and Heng Tao Shen and Xing Xu},
  journal= {arXiv preprint arXiv:2605.03820},
  year   = {2026}
}

Comments

Accepted by CVPR 2026

R2 v1 2026-07-01T12:50:55.621Z