paper-with-me

Papers

FeatNavigator: Automatic Feature Augmentation on Tabular Data

2024-06-13 · Jiaming Liang, Chuan Lei, Xiao Qin, Jiani Zhang, Asterios Katsifodimos, Christos Faloutsos, Huzefa Rangwala

Data-centric AI focuses on understanding and utilizing high-quality, relevant data in training machine learning (ML) models, thereby increasing the likelihood of producing accurate and useful results. Automatic feature augmentation, aiming to augment the initial base table with useful features from other tables, is critical in data preparation as it improves model performance, robustness, and generalizability. While recent works have investigated automatic feature augmentation, most of them have limited capabilities in utilizing all useful features as many of them are in candidate tables not directly joinable with the base table. Worse yet, with numerous join paths leading to these distant features, existing solutions fail to fully exploit them within a reasonable compute budget. We present FeatNavigator, an effective and efficient framework that explores and integrates high-quality features in relational tables for ML models. FeatNavigator evaluates a feature from two aspects: (1) the intrinsic value of a feature towards an ML task (i.e., feature importance) and (2) the efficacy of a join path connecting the feature to the base table (i.e., integration quality). FeatNavigator strategically selects a small set of available features and their corresponding join paths to train a feature importance estimation model and an integration quality prediction model. Furthermore, FeatNavigator's search algorithm exploits both estimated feature importance and integration quality to identify the optimized feature augmentation plan. Our experimental results show that FeatNavigator outperforms state-of-the-art solutions on five public datasets by up to 40.1% in ML model performance.

📄 PDF Abstract BibTeX arXiv:2406.09534

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Importance

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

Tabular Data Contrastive Learning via Class-Conditioned and Feature-Correlation Based Augmentation

2024-04-26 · Wei Cui, Rasa Hosseinzadeh, Junwei Ma, Tongzi Wu 외

Contrastive learning is a model pre-training technique by first creating similar views of the original data, and then encouraging the data and its corresponding views to be close in the embedding space. Contrastive learn…

Contrastive LearningFeature Correlation

Realistic Data Augmentation Framework for Enhancing Tabular Reasoning

2022-10-23 · Dibyakanti Kumar, Vivek Gupta, Soumya Sharma, Shuo Zhang

Existing approaches to constructing training data for Natural Language Inference (NLI) tasks, such as for semi-structured table reasoning, are either via crowdsourcing or fully automatic methods. However, the former is e…

counterfactualData AugmentationNatural Language Inference

TAEGAN: Generating Synthetic Tabular Data For Data Augmentation

2024-10-02 · Jiayu Li, Zilong Zhao, Kevin Yee, Uzair Javaid 외

Synthetic tabular data generation has gained significant attention for its potential in data augmentation, software testing and privacy-preserving data sharing. However, most research has primarily focused on larger data…

Data AugmentationGenerative Adversarial NetworkPrivacy Preservingsoftware testing+1

Progressive Feature Upgrade in Semi-supervised Learning on Tabular Domain

2022-12-01 · Morteza Mohammady Gharasuie, Fenjiao Wang

Recent semi-supervised and self-supervised methods have shown great success in the image and text domain by utilizing augmentation techniques. Despite such success, it is not easy to transfer this success to tabular doma…

Understanding and Mitigating Memorization in Diffusion Models for Tabular Data

2024-12-15 · Zhengyu Fang, Zhimeng Jiang, Huiyuan Chen, Xiao Li 외

Tabular data generation has attracted significant research interest in recent years, with the tabular diffusion models greatly improving the quality of synthetic data. However, while memorization, where models inadverten…

Data AugmentationMemorizationTabular Data GenerationText Generation