English

Tabular Transformers for Modeling Multivariate Time Series

Machine Learning 2021-02-15 v2 Artificial Intelligence

Abstract

Tabular datasets are ubiquitous in data science applications. Given their importance, it seems natural to apply state-of-the-art deep learning algorithms in order to fully unlock their potential. Here we propose neural network models that represent tabular time series that can optionally leverage their hierarchical structure. This results in two architectures for tabular time series: one for learning representations that is analogous to BERT and can be pre-trained end-to-end and used in downstream tasks, and one that is akin to GPT and can be used for generation of realistic synthetic tabular sequences. We demonstrate our models on two datasets: a synthetic credit card transaction dataset, where the learned representations are used for fraud detection and synthetic data generation, and on a real pollution dataset, where the learned encodings are used to predict atmospheric pollutant concentrations. Code and data are available at https://github.com/IBM/TabFormer.

Keywords

Cite

@article{arxiv.2011.01843,
  title  = {Tabular Transformers for Modeling Multivariate Time Series},
  author = {Inkit Padhi and Yair Schiff and Igor Melnyk and Mattia Rigotti and Youssef Mroueh and Pierre Dognin and Jerret Ross and Ravi Nair and Erik Altman},
  journal= {arXiv preprint arXiv:2011.01843},
  year   = {2021}
}

Comments

Accepted to ICASSP, 2021; https://github.com/IBM/TabFormer

R2 v1 2026-06-23T19:53:29.782Z