SuperTML: Domain Transfer from Computer Vision to Structured Tabular Data Through Two-Dimensional Word Embedding
Abstract
Structured tabular data is the most commonly used form of data in industry according to a Kaggle ML and DS Survey. Gradient Boosting Trees, Support Vector Machine, Random Forest, and Logistic Regression are typically used for classification tasks on tabular data. The recent work of Super Characters method using two-dimensional word embeddings achieved state-of-the-art results in text classification tasks, showcasing the promise of this new approach. In this paper, we propose the SuperTML method, which borrows the idea of Super Characters method and two-dimensional embeddings to address the problem of classification on tabular data. For each input of tabular data, the features are first projected into two-dimensional embeddings like an image, and then this image is fed into fine-tuned ImageNet CNN models for classification. Experimental results have shown that the proposed SuperTML method have achieved state-of-the-art results on both large and small datasets.
Cite
Text
Sun et al. "SuperTML: Domain Transfer from Computer Vision to Structured Tabular Data Through Two-Dimensional Word Embedding." ICML 2019 Workshops: AMTL, 2019.Markdown
[Sun et al. "SuperTML: Domain Transfer from Computer Vision to Structured Tabular Data Through Two-Dimensional Word Embedding." ICML 2019 Workshops: AMTL, 2019.](https://mlanthology.org/icmlw/2019/sun2019icmlw-supertml/)BibTeX
@inproceedings{sun2019icmlw-supertml,
title = {{SuperTML: Domain Transfer from Computer Vision to Structured Tabular Data Through Two-Dimensional Word Embedding}},
author = {Sun, Baohua and Yang, Lin and Zhang, Wenhan and Lin, Michael and Dong, Patrick and Young, Charles and Dong, Jason},
booktitle = {ICML 2019 Workshops: AMTL},
year = {2019},
url = {https://mlanthology.org/icmlw/2019/sun2019icmlw-supertml/}
}