paper-with-me

Papers

Interactive Reinforcement Learning for Feature Selection with Decision Tree in the Loop

2020-10-02 · Wei Fan, Kunpeng Liu, Hao liu, Yong Ge, Hui Xiong, Yanjie Fu

We study the problem of balancing effectiveness and efficiency in automated feature selection. After exploring many feature selection methods, we observe a computational dilemma: 1) traditional feature selection is mostly efficient, but difficult to identify the best subset; 2) the emerging reinforced feature selection automatically navigates to the best subset, but is usually inefficient. Can we bridge the gap between effectiveness and efficiency under automation? Motivated by this dilemma, we aim to develop a novel feature space navigation method. In our preliminary work, we leveraged interactive reinforcement learning to accelerate feature selection by external trainer-agent interaction. In this journal version, we propose a novel interactive and closed-loop architecture to simultaneously model interactive reinforcement learning (IRL) and decision tree feedback (DTF). Specifically, IRL is to create an interactive feature selection loop and DTF is to feed structured feature knowledge back to the loop. First, the tree-structured feature hierarchy from decision tree is leveraged to improve state representation. In particular, we represent the selected feature subset as an undirected graph of feature-feature correlations and a directed tree of decision features. We propose a new embedding method capable of empowering graph convolutional network to jointly learn state representation from both the graph and the tree. Second, the tree-structured feature hierarchy is exploited to develop a new reward scheme. In particular, we personalize reward assignment of agents based on decision tree feature importance. In addition, observing agents' actions can be feedback, we devise another reward scheme, to weigh and assign reward based on the feature selected frequency ratio in historical action records. Finally, we present extensive experiments on real-world datasets to show the improved performance.

📄 PDF Abstract BibTeX arXiv:2010.02506

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Importancefeature selectionreinforcement-learningReinforcement Learning (RL)

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 제목 키워드 기반

AutoFS: Automated Feature Selection via Diversity-aware Interactive Reinforcement Learning

2020-08-27 · Wei Fan, Kunpeng Liu, Hao liu, Pengyang Wang 외

In this paper, we study the problem of balancing effectiveness and efficiency in automated feature selection. Feature selection is a fundamental intelligence for machine learning and predictive analysis. After exploring …

Diversityfeature selectionNavigatereinforcement-learning+2

BIDA: A Bi-level Interaction Decision-making Algorithm for Autonomous Vehicles in Dynamic Traffic Scenarios

2025-06-19 · Liyang Yu, Tianyi Wang, Junfeng Jiao, Fengwu Shan 외

In complex real-world traffic environments, autonomous vehicles (AVs) need to interact with other traffic participants while making real-time and safety-critical decisions accordingly. The unpredictability of human behav…

Autonomous VehiclesDecision MakingDeep Reinforcement Learning

FoLDTree: A ULDA-Based Decision Tree Framework for Efficient Oblique Splits and Feature Selection

2024-10-30 · Siyu Wang, Kehui Yao

Traditional decision trees are limited by axis-orthogonal splits, which can perform poorly when true decision boundaries are oblique. While oblique decision tree methods address this limitation, they often face high comp…

feature selectionMissing ValuesMulti-class Classification

A Reinforcement Learning Approach to Online Learning of Decision Trees

2015-07-24 · Abhinav Garlapati, aditi raghunathan, Vaishnavh Nagarajan, Balaraman Ravindran

Online decision tree learning algorithms typically examine all features of a new data point to update model parameters. We propose a novel alternative, Reinforcement Learning- based Decision Trees (RLDT), that uses Reinf…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Non-uniform Feature Sampling for Decision Tree Ensembles

2014-03-24 · Anastasios Kyrillidis, Anastasios Zouzias

We study the effectiveness of non-uniform randomized feature selection in decision tree classification. We experimentally evaluate two feature selection methodologies, based on information extracted from the provided dat…

feature selectionGeneral Classification