Integrating K-means with Quadratic Programming Feature Selection
Yamuna Prasad, K. K. Biswas

TL;DR
This paper introduces a novel iterative method combining k-means clustering with Quadratic Programming Feature Selection (QPFS) to improve computational efficiency and accuracy in high-dimensional feature selection tasks.
Contribution
The authors propose an integrated k-means and QPFS approach with iterative refinement, reducing computational complexity and enhancing feature selection performance.
Findings
Significant reduction in computation time and memory usage.
Improved feature selection accuracy over existing methods.
Guaranteed convergence of the iterative clustering process.
Abstract
Several data mining problems are characterized by data in high dimensions. One of the popular ways to reduce the dimensionality of the data is to perform feature selection, i.e, select a subset of relevant and non-redundant features. Recently, Quadratic Programming Feature Selection (QPFS) has been proposed which formulates the feature selection problem as a quadratic program. It has been shown to outperform many of the existing feature selection methods for a variety of applications. Though, better than many existing approaches, the running time complexity of QPFS is cubic in the number of features, which can be quite computationally expensive even for moderately sized datasets. In this paper we propose a novel method for feature selection by integrating k-means clustering with QPFS. The basic variant of our approach runs k-means to bring down the number of features which need to be…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Machine Learning and Data Classification · Neural Networks and Applications
