🤖 AI Summary
To address the challenges of identifying irrelevant features and controlling the false discovery rate (FDR) in high-dimensional data, this paper proposes a sparse minimum redundancy maximum relevance (mRMR) feature selection method. The method innovatively integrates the mRMR framework with rigorous FDR control: it models joint feature–feature and feature–target dependencies via a nonconvex regularized formulation based on the Hilbert–Schmidt Independence Criterion (HSIC) kernel measure, and introduces a multi-stage knockoff filtering mechanism to conservatively regulate FDR—without requiring prespecification of the number of selected features, only an FDR threshold. Extensive experiments on synthetic and real-world datasets demonstrate that the proposed method significantly outperforms HSIC-LASSO, achieving lower redundancy in selected features, stable and controllable FDR, and strong theoretical guarantees. The implementation is publicly available.
📝 Abstract
We propose a feature screening method that integrates both feature-feature and feature-target relationships. Inactive features are identified via a penalized minimum Redundancy Maximum Relevance (mRMR) procedure, which is the continuous version of the classic mRMR penalized by a non-convex regularizer, and where the parameters estimated as zero coefficients represent the set of inactive features. We establish the conditions under which zero coefficients are correctly identified to guarantee accurate recovery of inactive features. We introduce a multi-stage procedure based on the knockoff filter enabling the penalized mRMR to discard inactive features while controlling the false discovery rate (FDR). Our method performs comparably to HSIC-LASSO but is more conservative in the number of selected features. It only requires setting an FDR threshold, rather than specifying the number of features to retain. The effectiveness of the method is illustrated through simulations and real-world datasets. The code to reproduce this work is available on the following GitHub: https://github.com/PeterJackNaylor/SmRMR.