Feature Acquisition using Monte Carlo Tree Search
Sungsoo Lim, Diego Klabjan, Mark Shapiro

TL;DR
This paper introduces a novel feature acquisition method using Monte Carlo Tree Search, formulating the problem as an MDP and optimizing for model improvement and acquisition costs, demonstrating effectiveness through experiments.
Contribution
It formulates feature acquisition as an MDP and applies Monte Carlo Tree Search with multi-objective optimization, a novel approach compared to prior methods.
Findings
Effective feature acquisition with reduced costs
Improved model performance over benchmarks
Demonstrated success with MCTS-based approach
Abstract
Feature acquisition algorithms address the problem of acquiring informative features while balancing the costs of acquisition to improve the learning performances of ML models. Previous approaches have focused on calculating the expected utility values of features to determine the acquisition sequences. Other approaches formulated the problem as a Markov Decision Process (MDP) and applied reinforcement learning based algorithms. In comparison to previous approaches, we focus on 1) formulating the feature acquisition problem as a MDP and applying Monte Carlo Tree Search, 2) calculating the intermediary rewards for each acquisition step based on model improvements and acquisition costs and 3) simultaneously optimizing model improvement and acquisition costs with multi-objective Monte Carlo Tree Search. With Proximal Policy Optimization and Deep Q-Network algorithms as benchmark, we show…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Evolutionary Algorithms and Applications · Advanced Multi-Objective Optimization Algorithms
