CVJul 10, 2024

TIP: Tabular-Image Pre-training for Multimodal Classification with Incomplete Data

arXiv:2407.07582v135 citationsh-index: 48Has Code
Originality Highly original
AI Analysis

This addresses a practical challenge in real-world databases where tabular data is often heterogeneous and incomplete, improving multimodal classification for applications like medical imaging.

The paper tackles the problem of multimodal classification with incomplete tabular data by proposing TIP, a tabular-image pre-training framework that uses self-supervised learning, and it outperforms state-of-the-art methods in both complete and incomplete data scenarios.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes