paper-with-me

Papers

PPFS: Predictive Permutation Feature Selection

2021-10-20 · Atif Hassan, Jiaul H. Paik, Swanand Khare, Syed Asif Hassan

We propose Predictive Permutation Feature Selection (PPFS), a novel wrapper-based feature selection method based on the concept of Markov Blanket (MB). Unlike previous MB methods, PPFS is a universal feature selection technique as it can work for both classification as well as regression tasks on datasets containing categorical and/or continuous features. We propose Predictive Permutation Independence (PPI), a new Conditional Independence (CI) test, which enables PPFS to be categorised as a wrapper feature selection method. This is in contrast to current filter based MB feature selection techniques that are unable to harness the advancements in supervised algorithms such as Gradient Boosting Machines (GBM). The PPI test is based on the knockoff framework and utilizes supervised algorithms to measure the association between an individual or a set of features and the target variable. We also propose a novel MB aggregation step that addresses the issue of sample inefficiency. Empirical evaluations and comparisons on a large number of datasets demonstrate that PPFS outperforms state-of-the-art Markov blanket discovery algorithms as well as, well-known wrapper methods. We also provide a sketch of the proof of correctness of our method. Implementation of this work is available at \url{https://github.com/atif-hassan/PyImpetus}

📄 PDF Abstract BibTeX arXiv:2110.10713

Code (1)

atif-hassan/PyImpetus 공식 구현

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Test 설명 없음
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 제목 키워드 기반

Self-Adjusting Prescribed Performance Control for Nonlinear Systems with Input Saturation

2024-04-21 · Zhuwu Shao, Yujuan Wang, Huanyu Yang, Yongduan Song

Among the existing works on enhancing system performance via prescribed performance functions (PPFs), the decay rates of PPFs need to be predetermined by the designer, directly affecting the convergence time of the close…

The best way to select features?

2020-05-26 · Xin Man, Ernest Chan

Feature selection in machine learning is subject to the intrinsic randomness of the feature selection algorithms (for example, random permutations during MDA). Stability of selected features with respect to such randomne…

BIG-bench Machine Learningfeature selection

Going Further with Point Pair Features

2017-11-11 · Stefan Hinterstoisser, Vincent Lepetit, Naresh Rajkumar, Kurt Konolige

Point Pair Features is a widely used method to detect 3D objects in point clouds, however they are prone to fail in presence of sensor noise and background clutter. We introduce novel sampling and voting schemes that sig…

6D Pose Estimation using RGB

Permutation-based multi-objective evolutionary feature selection for high-dimensional data

2025-01-24 · Raquel Espinosa, Gracia Sánchez, José Palma, Fernando Jiménez

Feature selection is a critical step in the analysis of high-dimensional data, where the number of features often vastly exceeds the number of samples. Effective feature selection not only improves model performance and …

Computational EfficiencyFeature Importancefeature selection

Conditional Inference Trees and Forests for Feature Selection

2026-07-01 · Robert Milletich, Justin Downes, Steve Goley, Newel Hirst arxiv

Conditional inference trees (CIT) and conditional inference forests (CIF) reduce split-selection bias by testing features before choosing split thresholds, but repeated permutation tests and threshold searches can make t…