Conceptual

Cross-Modal Transfer of Pre-trained Vision Transformers to Tabular Data

A cross-modal transfer-learning method (VisTabNet) that repurposes a Vision Transformer encoder pre-trained on images to solve small-sample tabular-data tasks. A lightweight adaptation network projects each tabular input into the patch-embedding format the frozen ViT encoder expects, so the image-pretrained self-attention stack can be applied directly to tables without designing a bespoke tabular architecture or training a transformer from scratch. It shows that pre-trained image models transfer usefully across modalities, outperforming ensemble methods and prior deep tabular models on datasets with fewer than ~1k samples.