paper-with-me

Papers

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

2023-06-29 · Meng Xiao, Dongjie Wang, Min Wu, Kunpeng Liu, Hui Xiong, Yuanchun Zhou, Yanjie Fu

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 generalization, mitigate data sparsity, and extend the applicability of classical models. Existing research predominantly focuses on domain knowledge-based feature engineering or learning latent representations. However, these methods, while insightful, lack full automation and fail to yield a traceable and optimal representation space. An indispensable question arises: Can we concurrently address these limitations when reconstructing a feature space for a machine-learning task? Our initial work took a pioneering step towards this challenge by introducing a novel self-optimizing framework. This framework leverages the power of three cascading reinforced agents to automatically select candidate features and operations for generating improved feature transformation combinations. Despite the impressive strides made, there was room for enhancing its effectiveness and generalization capability. In this extended journal version, we advance our initial work from two distinct yet interconnected perspectives: 1) We propose a refinement of the original framework, which integrates a graph-based state representation method to capture the feature interactions more effectively and develop different Q-learning strategies to alleviate Q-value overestimation further. 2) We utilize a new optimization technique (actor-critic) to train the entire self-optimizing framework in order to accelerate the model convergence and improve the feature transformation performance. Finally, to validate the improved effectiveness and generalization capability of our framework, we perform extensive experiments and conduct comprehensive analyses.

📄 PDF Abstract BibTeX arXiv:2306.16893

Code (1)

coco11563/tkdd2023_code 공식 구현 pytorch

Tasks

Feature EngineeringQ-Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Traceable Federated Continual Learning

2024-01-01 · CVPR 2024 1 · Qiang Wang, Bingyan Liu, Yawen Li

Federated continual learning (FCL) is a typical mechanism to achieve collaborative model training among clients that own dynamic data. While traditional FCL methods have been proved effective they do not consider the…

Continual Learning

Joint Map and Symmetry Synchronization

2018-09-01 · ECCV 2018 9 · Yifan Sun, Zhenxiao Liang, Xiangru Huang, Qi-Xing Huang

Most existing techniques in map computation (e.g., in the form of feature or dense correspondences) assume that the underlying map between an object pair is unique. This assumption, however, easily breaks when visual obj…

Object

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

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

Instance-wise Feature Grouping

2020-12-01 · NeurIPS 2020 12 · Aria Masoomi, Chieh Wu, Tingting Zhao, Zifeng Wang 외

In many learning problems, the domain scientist is often interested in discovering the groups of features that are redundant and are important for classification. Moreover, the features that belong to each group, and th…

General Classification