SwitchTab: Switched Autoencoders Are Effective Tabular Learners

Abstract

Self-supervised representation learning methods have achieved significant success in computer vision and natural language processing (NLP), where data samples exhibit explicit spatial or semantic dependencies. However, applying these methods to tabular data is challenging due to the less pronounced dependencies among data samples. In this paper, we address this limitation by introducing SwitchTab, a novel self-supervised method specifically designed to capture latent dependencies in tabular data. SwitchTab leverages an asymmetric encoder-decoder framework to decouple mutual and salient features among data pairs, resulting in more representative embeddings. These embeddings, in turn, contribute to better decision boundaries and lead to improved results in downstream tasks. To validate the effectiveness of SwitchTab, we conduct extensive experiments across various domains involving tabular data. The results showcase superior performance in end-to-end prediction tasks with fine-tuning. Moreover, we demonstrate that pre-trained salient embeddings can be utilized as plug-and-play features to enhance the performance of various traditional classification methods (e.g., Logistic Regression, XGBoost, etc.). Lastly, we highlight the capability of SwitchTab to create explainable representations through visualization of decoupled mutual and salient features in the latent space.

Cite

Text

Wu et al. "SwitchTab: Switched Autoencoders Are Effective Tabular Learners." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I14.29523

Markdown

[Wu et al. "SwitchTab: Switched Autoencoders Are Effective Tabular Learners." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/wu2024aaai-switchtab/) doi:10.1609/AAAI.V38I14.29523

BibTeX

@inproceedings{wu2024aaai-switchtab,
  title     = {{SwitchTab: Switched Autoencoders Are Effective Tabular Learners}},
  author    = {Wu, Jing and Chen, Suiyao and Zhao, Qi and Sergazinov, Renat and Li, Chen and Liu, Shengjie and Zhao, Chongchao and Xie, Tianpei and Guo, Hanqing and Ji, Cheng and Cociorva, Daniel and Brunzell, Hakan},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {15924-15933},
  doi       = {10.1609/AAAI.V38I14.29523},
  url       = {https://mlanthology.org/aaai/2024/wu2024aaai-switchtab/}
}