paper-with-me

홈 › Papers

SuperTML: Two-Dimensional Word Embedding and Transfer Learning Using ImageNet Pretrained CNN Models for the Classifications on Tabular Data

2019-05-28 · Baohua Sun, Lin Yang, Wenhan Zhang, Michael Lin, Patrick Dong, Charles Young and Jason Dong

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 embedding 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 embedding to address the problem of classification on tabular data. For each input of tabular data, the features are first projected into two-dimensional embedding 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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationtext-classificationText ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

SuperTML: Domain Transfer from Computer Vision to Structured Tabular Data through Two-Dimensional Word Embedding

2019-05-16 · ICML Workshop AMTL 2019 6 · Anonymous

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 use…

Classificationtext-classificationText ClassificationWord Embeddings

SuperTML: Two-Dimensional Word Embedding for the Precognition on Structured Tabular Data

2019-02-26 · Baohua Sun, Lin Yang, Wenhan Zhang, Michael Lin 외

Tabular data is the most commonly used form of data in industry. Gradient Boosting Trees, Support Vector Machine, Random Forest, and Logistic Regression are typically used for classification tasks on tabular data. DNN mo…

General ClassificationText ClassificationTransfer LearningWord Embeddings

SuperChat: Dialogue Generation by Transfer Learning from Vision to Language using Two-dimensional Word Embedding and Pretrained ImageNet CNN Models

2019-05-07 · Baohua Sun, Lin Yang, Michael Lin, Charles Young 외

The recent work of Super Characters method using two-dimensional word embedding achieved state-of-the-art results in text classification tasks, showcasing the promise of this new approach. This paper borrows the idea of …

Dialogue GenerationGeneral Classificationtext-classificationText Classification+1

SuperChat: Dialogue Generation by Transfer Learning from Vision to Language using Two-dimensional Word Embedding and Pretrained ImageNet CNN Models

2019-05-16 · ICML Workshop AMTL 2019 6 · Anonymous

The recent work of Super Characters method using two-dimensional word embedding achieved state-of-the-art results in text classification tasks, showcasing the promise of this new approach. This paper borrows the idea of …

Dialogue Generationtext-classificationText ClassificationTransfer Learning

Black-Box Adversarial Attack with Transferable Model-based Embedding

2019-11-17 · ICLR 2020 1 · Zhichao Huang, Tong Zhang

We present a new method for black-box adversarial attack. Unlike previous methods that combined transfer-based and scored-based methods by using the gradient or initialization of a surrogate white-box model, this new met…

Adversarial Attack