Representation Learning on Out of Distribution in Tabular Data
This study addresses the problem of handling out of distribution data for general machine learning practitioners working with computational constraints, providing a lightweight and efficient solution.
The authors tackled the problem of handling out of distribution data in tabular data structures, achieving state-of-the-art results in classification tasks and competitive performance in regression problems across 10 diverse datasets. TCL outperformed existing models like FT-Transformer and ResNet while requiring significantly reduced computational resources.
The open-world assumption in model development suggests that a model might lack sufficient information to adequately handle data that is entirely distinct or out of distribution (OOD). While deep learning methods have shown promising results in handling OOD data through generalization techniques, they often require specialized hardware that may not be accessible to all users. We present TCL, a lightweight yet effective solution that operates efficiently on standard CPU hardware. Our approach adapts contrastive learning principles specifically for tabular data structures, incorporating full matrix augmentation and simplified loss calculation. Through comprehensive experiments across 10 diverse datasets, we demonstrate that TCL outperforms existing models, including FT-Transformer and ResNet, particularly in classification tasks, while maintaining competitive performance in regression problems. TCL achieves these results with significantly reduced computational requirements, making it accessible to users with limited hardware capabilities. This study also provides practical guidance for detecting and evaluating OOD data through straightforward experiments and visualizations. Our findings show that TCL offers a promising balance between performance and efficiency in handling OOD prediction tasks, which is particularly beneficial for general machine learning practitioners working with computational constraints.