paper-with-me

Papers

Fast Classification with Sequential Feature Selection in Test Phase

2023-06-25 · Ali Mirzaei, Vahid Pourahmadi, Hamid Sheikhzadeh, Alireza Abdollahpourrostam

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 synthetic dataset, CUBE dataset and also real dataset Forest. The experimental results demonstrate that our approach achieves competitive accuracy results compared to existing methods, while significantly outperforming them in terms of speed. The source code of the algorithm is released at github with this link: https://github.com/alimirzaei/FCwSFS.

📄 PDF Abstract BibTeX arXiv:2306.14347

Code (1)

alimirzaei/fcwsfs 공식 구현

Tasks

Classificationfeature selection

Similar Papers 제목 키워드 기반

SPSA-FSR: Simultaneous Perturbation Stochastic Approximation for Feature Selection and Ranking

2018-04-16 · Zeren D. Yenice, Niranjan Adhikari, Yong Kai Wong, Vural Aksakalli 외

This manuscript presents the following: (1) an improved version of the Binary Simultaneous Perturbation Stochastic Approximation (SPSA) Method for feature selection in machine learning (Aksakalli and Malekipirbazari, Pat…

feature selectionGeneral Classificationregression

Dynamic Instance-Wise Classification in Correlated Feature Spaces

2021-06-08 · Yasitha Warahena Liyanage, Daphney-Stavroula Zois, Charalampos Chelmis

In a typical supervised machine learning setting, the predictions on all test instances are based on a common subset of features discovered during model training. However, using a different subset of features that is mos…

Classificationfeature selection

Performance, Transparency and Time. Feature selection to speed up the diagnosis of Parkinson's disease

2022-06-08 · Pierluigi Costanzo, Kalia Orphanou

Accurate and early prediction of a disease allows to plan and improve a patient's quality of future life. During pandemic situations, the medical decision becomes a speed challenge in which physicians have to act fast to…

feature selection

Adaptive Malware Detection using Sequential Feature Selection: A Dueling Double Deep Q-Network (D3QN) Framework for Intelligent Classification

2025-07-06 · Naseem Khan, Aref Y. Al-Tamimi, Amine Bermak, Issa M. Khalil arxiv

Traditional malware detection methods exhibit computational inefficiency due to exhaustive feature extraction requirements, creating accuracy-efficiency trade-offs that limit real-time deployment. We formulate malware cl…

Dimensionality ReductionComputational EfficiencyMalware ClassificationReinforcement Learning

Feature Selection for multi-labeled variables via Dependency Maximization

2019-02-10 · Salimeh Yasaei Sekeh, Alfred O. Hero

Feature selection and reducing the dimensionality of data is an essential step in data analysis. In this work, we propose a new criterion for feature selection that is formulated as conditional information between featur…

feature selectionGeneral Classification