TIP: Tabular-Image Pre-training for Multimodal Classification with Incomplete Data
Siyi Du, Shaoming Zheng, Yinsong Wang, Wenjia Bai, Declan P. O'Regan, Chen Qin
TL;DR
TIP introduces a transformer-based tabular-image pre-training framework that explicitly handles incomplete tabular data through a versatile tabular encoder and a cross-modal interaction module. It optimizes three self-supervised objectives—image-tabular contrastive learning, image-tabular matching, and masked tabular reconstruction—to learn robust multimodal representations under missing data. Evaluated on UK Biobank cardiac data and the DVM car dataset, TIP achieves state-of-the-art performance in both complete and incomplete data regimes, outperforming MMCL and other baselines, with strong robustness to various missingness patterns. The work demonstrates that jointly leveraging image and tabular information via SSL can significantly enhance downstream multimodal classification tasks in real-world settings.
Abstract
Images and structured tables are essential parts of real-world databases. Though tabular-image representation learning is promising to create new insights, it remains a challenging task, as tabular data is typically heterogeneous and incomplete, presenting significant modality disparities with images. Earlier works have mainly focused on simple modality fusion strategies in complete data scenarios, without considering the missing data issue, and thus are limited in practice. In this paper, we propose TIP, a novel tabular-image pre-training framework for learning multimodal representations robust to incomplete tabular data. Specifically, TIP investigates a novel self-supervised learning (SSL) strategy, including a masked tabular reconstruction task for tackling data missingness, and image-tabular matching and contrastive learning objectives to capture multimodal information. Moreover, TIP proposes a versatile tabular encoder tailored for incomplete, heterogeneous tabular data and a multimodal interaction module for inter-modality representation learning. Experiments are performed on downstream multimodal classification tasks using both natural and medical image datasets. The results show that TIP outperforms state-of-the-art supervised/SSL image/multimodal algorithms in both complete and incomplete data scenarios. Our code is available at https://github.com/siyi-wind/TIP.
