Tab-PET: Graph-Based Positional Encodings for Tabular Transformers
Yunze Leng, Rohan Ghosh, Mehul Motani

TL;DR
This paper introduces Tab-PET, a graph-based method for incorporating positional encodings into tabular transformers, which improves their generalization by reducing feature dimensionality and leveraging structural cues.
Contribution
The paper proposes a novel graph-based framework for estimating and integrating positional encodings into tabular transformers, demonstrating significant performance gains across multiple datasets.
Findings
Graph-derived PEs improve transformer performance on tabular data.
Association-based graphs outperform causality-based graphs in stability and gains.
Positional encodings reduce the effective rank of features, aiding generalization.
Abstract
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 language tasks, where models can exploit inductive biases in the data, tabular data lacks inherent positional structure, hindering the effectiveness of self-attention mechanisms. While recent transformer-based models like TabTransformer, SAINT, and FT-Transformer (which we refer to as 3T) have shown promise on tabular data, they typically operate without leveraging structural cues such as positional encodings (PEs), as no prior structural information is usually available. In this work, we find both theoretically and empirically that structural cues, specifically PEs can be a useful tool to improve generalization performance for tabular transformers. We find that PEs…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Domain Adaptation and Few-Shot Learning · Explainable Artificial Intelligence (XAI)
