paper-with-me

Papers

Causally-Guided Automated Feature Engineering with Multi-Agent Reinforcement Learning

2026-02-18 · Arun Vignesh Malarkkan, Wangyang Ying, Yanjie Fu arxiv

Automated feature engineering (AFE) enables AI systems to autonomously construct high-utility representations from raw tabular data. However, existing AFE methods rely on statistical heuristics, yielding brittle features that fail under distribution shift. We introduce CAFE, a framework that reformulates AFE as a causally-guided sequential decision process, bridging causal discovery with reinforcement learning-driven feature construction. Phase I learns a sparse directed acyclic graph over features and the target to obtain soft causal priors, grouping features as direct, indirect, or other based on their causal influence with respect to the target. Phase II uses a cascading multi-agent deep Q-learning architecture to select causal groups and transformation operators, with hierarchical reward shaping and causal group-level exploration strategies that favor causally plausible transformations while controlling feature complexity. Across 15 public benchmarks (classification with macro-F1; regression with inverse relative absolute error), CAFE achieves up to 7% improvement over strong AFE baselines, reduces episodes-to-convergence, and delivers competitive time-to-target. Under controlled covariate shifts, CAFE reduces performance drop by ~4x relative to a non-causal multi-agent baseline, and produces more compact feature sets with more stable post-hoc attributions. These findings underscore that causal structure, used as a soft inductive prior rather than a rigid constraint, can substantially improve the robustness and efficiency of automated feature engineering.

📄 PDF Abstract BibTeX arXiv:2602.16435

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement LearningFeature Engineering

Similar Papers 제목 키워드 기반

TopoFE: topology-aware LLM-guided Automated Feature Engineering

2026-07-25 · Sha Li, Naren Ramakrishnan arxiv

Automatic feature engineering (AutoFE) for tabular learning can be naturally formulated as a program synthesis problem, where the objective is to discover predictive feature transformations from an exponentially large se…

Feature EngineeringProgram Synthesis

Semantic-Guided RL for Interpretable Feature Engineering

2024-10-03 · Mohamed Bouadi, Arta Alavi, Salima Benbernou, Mourad Ouziri

The quality of Machine Learning (ML) models strongly depends on the input data, as such generating high-quality features is often required to improve the predictive accuracy. This process is referred to as Feature Engine…

Automated Feature EngineeringDeep Reinforcement LearningFeature EngineeringKnowledge Graphs

The Semantic Architect: How FEAML Bridges Structured Data and LLMs for Multi-Label Tasks

2025-12-17 · Wanfu Gao, Zebin He, Jun Gao arxiv

Existing feature engineering methods based on large language models (LLMs) have not yet been applied to multi-label learning tasks. They lack the ability to model complex label dependencies and are not specifically adapt…

Multi-Label ClassificationMulti-Label LearningFeature EngineeringCode Generation

Causally Steered Diffusion for Automated Video Counterfactual Generation

2025-06-17 · Nikos Spyrou, Athanasios Vlontzos, Paraskevas Pegios, Thomas Melistas 외

Adapting text-to-image (T2I) latent diffusion models for video editing has shown strong visual fidelity and controllability, but challenges remain in maintaining causal relationships in video content. Edits affecting cau…

counterfactualVideo EditingVideo Generation

Causally Guided Gaussian Perturbations for Out-Of-Distribution Generalization in Medical Imaging

2025-09-30 · Haoran Pei, Yuguang Yang, Kexin Liu, Baochang Zhang arxiv

Out-of-distribution (OOD) generalization remains a central challenge in deploying deep learning models to real-world scenarios, particularly in domains such as biomedical images, where distribution shifts are both subtle…