TL;DR
This paper introduces an active feature selection algorithm that efficiently identifies the most informative features using limited labels, leveraging multi-armed bandit insights to outperform naive methods.
Contribution
The paper presents a novel active feature selection method based on mutual information, integrating bandit strategies to reduce label requirements while maintaining high feature quality.
Findings
The proposed algorithm outperforms naive approaches in experiments.
It effectively reduces label usage while selecting high mutual information features.
The methodology can be adapted to other feature quality measures.
Abstract
We study active feature selection, a novel feature selection setting in which unlabeled data is available, but the budget for labels is limited, and the examples to label can be actively selected by the algorithm. We focus on feature selection using the classical mutual information criterion, which selects the features with the largest mutual information with the label. In the active feature selection setting, the goal is to use significantly fewer labels than the data set size and still find features whose mutual information with the label based on the \emph{entire} data set is large. We explain and experimentally study the choices that we make in the algorithm, and show that they lead to a successful algorithm, compared to other more naive approaches. Our design draws on insights which relate the problem of active feature selection to the study of pure-exploration multi-armed…
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.
Code & Models
Videos
Taxonomy
MethodsFeature Selection
