paper-with-me

Papers

Traceable Automatic Feature Transformation via Cascading Actor-Critic Agents

2022-12-27 · Meng Xiao, Dongjie Wang, Min Wu, Ziyue Qiao, Pengfei Wang, Kunpeng Liu, Yuanchun Zhou, Yanjie Fu

Feature transformation for AI is an essential task to boost the effectiveness and interpretability of machine learning (ML). Feature transformation aims to transform original data to identify an optimal feature space that enhances the performances of a downstream ML model. Existing studies either combines preprocessing, feature selection, and generation skills to empirically transform data, or automate feature transformation by machine intelligence, such as reinforcement learning. However, existing studies suffer from: 1) high-dimensional non-discriminative feature space; 2) inability to represent complex situational states; 3) inefficiency in integrating local and global feature information. To fill the research gap, we formulate the feature transformation task as an iterative, nested process of feature generation and selection, where feature generation is to generate and add new features based on original features, and feature selection is to remove redundant features to control the size of feature space. Finally, we present extensive experiments and case studies to illustrate 24.7\% improvements in F1 scores compared with SOTAs and robustness in high-dimensional data.

📄 PDF Abstract BibTeX arXiv:2212.13402

Code (1)

coco11563/traceable_automatic_feature_transformation_via_cascading_actor-critic_agents 공식 구현 pytorch

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Traceable Group-Wise Self-Optimizing Feature Transformation Learning: A Dual Optimization Perspective

2023-06-29 · Meng Xiao, Dongjie Wang, Min Wu, Kunpeng Liu 외

Feature transformation aims to reconstruct an effective representation space by mathematically refining the existing features. It serves as a pivotal approach to combat the curse of dimensionality, enhance model generali…

Feature EngineeringQ-Learning

Reinforcement Feature Transformation for Polymer Property Performance Prediction

2024-09-23 · Xuanming Hu, Dongjie Wang, Wangyang Ying, Yanjie Fu

Polymer property performance prediction aims to forecast specific features or attributes of polymers, which has become an efficient approach to measuring their performance. However, existing machine learning models face …

Feature EngineeringPredictionRepresentation Learning

Enhancing Tabular Data Optimization with a Flexible Graph-based Reinforced Exploration Strategy

2024-06-11 · Xiaohan Huang, Dongjie Wang, Zhiyuan Ning, Ziyue Qiao 외

Tabular data optimization methods aim to automatically find an optimal feature transformation process that generates high-value features and improves the performance of downstream machine learning tasks. Current framewor…

Decision MakingFeature Engineering

Group-wise Reinforcement Feature Generation for Optimal and Explainable Representation Space Reconstruction

2022-05-28 · Dongjie Wang, Yanjie Fu, Kunpeng Liu, Xiaolin Li 외

Representation (feature) space is an environment where data points are vectorized, distances are computed, patterns are characterized, and geometric structures are embedded. Extracting a good representation space is crit…

Feature Engineeringfeature selectionRepresentation Learning

Self-Optimizing Feature Transformation

2022-09-16 · Meng Xiao, Dongjie Wang, Min Wu, Kunpeng Liu 외

Feature transformation aims to extract a good representation (feature) space by mathematically transforming existing features. It is crucial to address the curse of dimensionality, enhance model generalization, overcome …

Feature EngineeringOutlier Detection