LGApr 9, 2017

Supervised Infinite Feature Selection

arXiv:1704.02665v3
Originality Incremental advance
AI Analysis

This work provides incremental improvements to feature selection methods for machine learning practitioners working with high-dimensional data.

The authors tackled the problem of feature selection by extending the Infinite Feature Selection (IFS) method to create a supervised version and improve unsupervised performance through new adjacency matrix formulations. They demonstrated that their methods outperform both IFS and the mRMR algorithm on benchmark datasets, including PASCAL VOC.

In this paper, we present a new feature selection method that is suitable for both unsupervised and supervised problems. We build upon the recently proposed Infinite Feature Selection (IFS) method where feature subsets of all sizes (including infinity) are considered. We extend IFS in two ways. First, we propose a supervised version of it. Second, we propose new ways of forming the feature adjacency matrix that perform better for unsupervised problems. We extensively evaluate our methods on many benchmark datasets, including large image-classification datasets (PASCAL VOC), and show that our methods outperform both the IFS and the widely used "minimum-redundancy maximum-relevancy (mRMR)" feature selection algorithm.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes