论文精选73°

基于策略引导嵌入搜索的层次化排列不变特征变换学习

Hierarchical and Permutation-Invariant Feature Transformation Learning via Policy-Guided Embedding Search

精选理由

PHER解决了表格数据特征变换的三个关键局限,代码已开源在GitHub,适合做表格数据预测的研究者和工程师。

PHER框架通过排列不变层次模块捕获特征、操作和抽象级别间的交互,使用自注意力池化机制将语义等价结构映射到一致嵌入。该框架采用策略引导多目标强化学习策略,从经验强种子初始化搜索,联合优化预测准确性和变换效率。在多个表格数据基准测试中,PHER展现出优于强基线的有效性和鲁棒性。

原文 · arXiv cs.LG

Hierarchical and Permutation-Invariant Feature Transformation Learning via Policy-Guided Embedding Search

Feature transformation improves predictive performance on tabular data by constructing informative abstractions from raw features. Recent generative approaches encode transformation knowledge into continuous embedding spaces for efficient exploration of candidate strategies, but face three key limitations: (1) overlooking hierarchical relationships between low-level features, operations, and high-level abstractions; (2) enforcing order-sensitive embeddings on inherently permutation-invariant transformation sequences, thereby introducing systematic bias; and (3) relying on gradient-based search, which is ill-suited to non-convex transformation spaces. We propose a framework with two complementary components. First, a permutation-invariant hierarchical module captures interactions across features, operations, and abstraction levels, with a self-attention pooling mechanism that maps semantically equivalent structures to consistent embeddings aligned with downstream performance. Second, a policy-guided multi-objective reinforcement learning strategy initializes the search from empirically strong seeds and jointly optimizes predictive accuracy and transformation efficiency. Extensive experiments on diverse tabular benchmarks demonstrate the effectiveness and robustness of our framework against strong baselines. Our code and data are publicly available at: https://github.com/RayLiu1103/PHER.