Fast Classification with Sequential Feature Selection in Test Phase
Ali Mirzaei, Vahid Pourahmadi, Hamid Sheikhzadeh, Alireza, Abdollahpourrostam

TL;DR
This paper presents a fast, efficient active feature acquisition method for classification that uses Fisher scores during testing to select features sequentially, achieving competitive accuracy with significantly improved speed.
Contribution
Introduces a new lazy model for active feature selection during testing that is faster than existing methods while maintaining similar accuracy.
Findings
Achieves comparable accuracy to existing methods.
Significantly outperforms in speed.
Validated on synthetic and real datasets.
Abstract
This paper introduces a novel approach to active feature acquisition for classification, which is the task of sequentially selecting the most informative subset of features to achieve optimal prediction performance during testing while minimizing cost. The proposed approach involves a new lazy model that is significantly faster and more efficient compared to existing methods, while still producing comparable accuracy results. During the test phase, the proposed approach utilizes Fisher scores for feature ranking to identify the most important feature at each step. In the next step the training dataset is filtered based on the observed value of the selected feature and then we continue this process to reach to acceptable accuracy or limit of the budget for feature acquisition. The performance of the proposed approach was evaluated on synthetic and real datasets, including our new…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Face and Expression Recognition
