On Learning Representations for Tabular Data Distillation
Inwon Kang, Parikshit Ram, Yi Zhou, Horst Samulowitz, Oshani Seneviratne
TL;DR
The paper tackles tabular data distillation by addressing feature heterogeneity and non-differentiable downstream models through TDColER, a column-embedding based representation learning framework that enables distillation in a learned latent space. It combines column embeddings with encoders (FFN, Transformer, GNN) and a reconstruction-based objective, optionally augmented with supervised fine-tuning, to produce compact, information-rich representations that improve downstream performance when paired with off-the-shelf distillation schemes. The authors introduce TDBench, a comprehensive benchmark across 23 OpenML datasets, 11 distillation schemes, 3 autoencoder architectures, and 7 downstream classifiers, reporting up to 0.5–143% gains in distilled data quality and providing insights such as the superiority of latent-space clustering (notably KM with TF-SFT) and the robustness of clustering under class imbalance. The work demonstrates that learning latent representations for tabular data distillation substantially boosts cross-architecture performance, proposes a practical, model-agnostic pipeline, and offers a reproducible benchmark to guide future research in tabular data distillation with real-world impact on storage, privacy, and compute efficiency.
Abstract
Dataset distillation generates a small set of information-rich instances from a large dataset, resulting in reduced storage requirements, privacy or copyright risks, and computational costs for downstream modeling, though much of the research has focused on the image data modality. We study tabular data distillation, which brings in novel challenges such as the inherent feature heterogeneity and the common use of non-differentiable learning models (such as decision tree ensembles and nearest-neighbor predictors). To mitigate these challenges, we present $\texttt{TDColER}$, a tabular data distillation framework via column embeddings-based representation learning. To evaluate this framework, we also present a tabular data distillation benchmark, ${\sf \small TDBench}$. Based on an elaborate evaluation on ${\sf \small TDBench}$, resulting in 226,890 distilled datasets and 548,880 models trained on them, we demonstrate that $\texttt{TDColER}$ is able to boost the distilled data quality of off-the-shelf distillation schemes by 0.5-143% across 7 different tabular learning models.
