Search papers, labs, and topics across Lattice.
The paper introduces KGroups, a novel univariate filter feature selection algorithm designed for high-dimensional biological data that uses clustering for selection to maximize relevance and minimize redundancy. By employing clustering instead of sorting (as in KBest) or incremental search (as in mRMR), KGroups achieves comparable predictive performance to mRMR while significantly reducing computational time. Experiments on 14 benchmark datasets demonstrate that KGroups can be up to 821 times faster than mRMR and outperforms KBest, offering a parameterizable alternative for feature selection.
A clustering-based feature selection algorithm rivals the accuracy of slower, more complex methods, offering a sweet spot of speed and performance for high-dimensional biological data.
This paper proposes a new univariate filter feature selection (FFS) algorithm called KGroups. The majority of work in the literature focuses on investigating the relevance or redundancy estimations of feature selection (FS) methods. This has shown promising results and a real improvement of FFS methods' predictive performance. However, limited efforts have been made to investigate alternative FFS algorithms. This raises the following question: how much of the FFS methods' predictive performance depends on the selection algorithm rather than the relevance or the redundancy estimations? The majority of FFS methods fall into two categories: relevance maximisation (Max-Rel, also known as KBest) or simultaneous relevance maximisation and redundancy minimisation (mRMR). KBest is a univariate FFS algorithm that employs sorting (descending) for selection. mRMR is a multivariate FFS algorithm that employs an incremental search algorithm for selection. In this paper, we propose a new univariate mRMR called KGroups that employs clustering for selection. Extensive experiments on 14 high-dimensional biological benchmark datasets showed that KGroups achieves similar predictive performance compared to multivariate mRMR while being up to 821 times faster. KGroups is parameterisable, which leaves room for further predictive performance improvement through hyperparameter finetuning, unlike mRMR and KBest. KGroups outperforms KBest.