paper-with-me

Papers

Deep Feature Embedding for Tabular Data

2024-08-30 · Yuqian Wu, Hengyi Luo, Raymond S. T. Lee

Tabular data learning has extensive applications in deep learning but its existing embedding techniques are limited in numerical and categorical features such as the inability to capture complex relationships and engineering. This paper proposes a novel deep embedding framework with leverages lightweight deep neural networks to generate effective feature embeddings for tabular data in machine learning research. For numerical features, a two-step feature expansion and deep transformation technique is used to capture copious semantic information. For categorical features, a unique identification vector for each entity is referred by a compact lookup table with a parameterized deep embedding function to uniform the embedding size dimensions, and transformed into a embedding vector using deep neural network. Experiments are conducted on real-world datasets for performance evaluation.

📄 PDF Abstract BibTeX arXiv:2408.17162

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UTOPIA: Unlearnable Tabular Data via Decoupled Shortcut Embedding

2026-02-07 · Jiaming He, Fuming Luo, Hongwei Li, Wenbo Jiang 외 arxiv

Unlearnable examples (UE) have emerged as a practical mechanism to prevent unauthorized model training on private vision data, while extending this protection to tabular data is nontrivial. Tabular data in finance and he…

On Embeddings for Numerical Features in Tabular Deep Learning

2022-03-10 · Yury Gorishniy, Ivan Rubachev, Artem Babenko

Recently, Transformer-like deep architectures have shown strong performance on tabular data problems. Unlike traditional models, e.g., MLP, these architectures map scalar values of numerical features to high-dimensional …

Deep Learning

Enriching Tabular Data with Contextual LLM Embeddings: A Comprehensive Ablation Study for Ensemble Classifiers

2024-11-03 · Gjergji Kasneci, Enkelejda Kasneci

Feature engineering is crucial for optimizing machine learning model performance, particularly in tabular data classification tasks. Leveraging advancements in natural language processing, this study presents a systemati…

Ensemble LearningFeature EngineeringFeature ImportanceLanguage Modeling+2

ZAYAN: Disentangled Contrastive Transformer for Tabular Remote Sensing Data

2026-04-30 · Al Zadid Sultan Bin Habib, Tanpia Tasnim, Md. Ekramul Islam, Muntasir Tabasum arxiv

Learning informative representations from tabular data in remote sensing and environmental science is challenging due to heterogeneity, scarce labels, and redundancy among features. We present ZAYAN (Zero-Anchor dYnamic …

Contrastive Learning

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