paper-with-me

홈 › Papers

VisTabNet: Adapting Vision Transformers for Tabular Data

2024-12-28 · Witold Wydmański, Ulvi Movsum-zada, Jacek Tabor, Marek Śmieja

Although deep learning models have had great success in natural language processing and computer vision, we do not observe comparable improvements in the case of tabular data, which is still the most common data type used in biological, industrial and financial applications. In particular, it is challenging to transfer large-scale pre-trained models to downstream tasks defined on small tabular datasets. To address this, we propose VisTabNet -- a cross-modal transfer learning method, which allows for adapting Vision Transformer (ViT) with pre-trained weights to process tabular data. By projecting tabular inputs to patch embeddings acceptable by ViT, we can directly apply a pre-trained Transformer Encoder to tabular inputs. This approach eliminates the conceptual cost of designing a suitable architecture for processing tabular data, while reducing the computational cost of training the model from scratch. Experimental results on multiple small tabular datasets (less than 1k samples) demonstrate VisTabNet's superiority, outperforming both traditional ensemble methods and recent deep learning models. The proposed method goes beyond conventional transfer learning practice and shows that pre-trained image models can be transferred to solve tabular problems, extending the boundaries of transfer learning.

📄 PDF Abstract BibTeX arXiv:2501.00057

Code (1)

wwydmanski/VisTabNet pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음

Similar Papers 제목 키워드 기반

XTab: Cross-table Pretraining for Tabular Transformers

2023-05-10 · Bingzhao Zhu, Xingjian Shi, Nick Erickson, Mu Li 외

The success of self-supervised learning in computer vision and natural language processing has motivated pretraining methods on tabular data. However, most existing tabular self-supervised learning models fail to leverag…

AutoMLFederated LearningSelf-Supervised Learning

Tab-PET: Graph-Based Positional Encodings for Tabular Transformers

2025-11-17 · Yunze Leng, Rohan Ghosh, Mehul Motani arxiv

Supervised learning with tabular data presents unique challenges, including low data sizes, the absence of structural cues, and heterogeneous features spanning both categorical and continuous domains. Unlike vision and l…

TabMT: Generating tabular data with masked transformers

2023-12-11 · NeurIPS 2023 11 · Manbir S Gulati, Paul F Roysdon

Autoregressive and Masked Transformers are incredibly effective as generative models and classifiers. While these models are most prevalent in NLP, they also exhibit strong performance in other domains, such as vision. T…

Synthetic Data Generation

SALT : Sharing Attention between Linear layer and Transformer for tabular dataset

2021-09-29 · Juseong Kim, Jinsun Park, Giltae Song

Handling tabular data with deep learning models is a challenging problem despite their remarkable success in vision and language processing applications. Therefore, many practitioners still rely on classical models such …

Deep Learning

Language Modeling on Tabular Data: A Survey of Foundations, Techniques and Evolution

2024-08-20 · Yucheng Ruan, Xiang Lan, Jingying Ma, Yizhi Dong 외

Tabular data, a prevalent data type across various domains, presents unique challenges due to its heterogeneous nature and complex structural relationships. Achieving high predictive performance and robustness in tabular…

Language ModelingLanguage Modelling