paper-with-me

홈 › Papers

Sparse minimum Redundancy Maximum Relevance for feature selection

2025-08-26 · Peter Naylor, Benjamin Poignard, Héctor Climente-González, Makoto Yamada arxiv

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.

📄 PDF Abstract BibTeX arXiv:2508.18901

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MVMR-FS : Non-parametric feature selection algorithm based on Maximum inter-class Variation and Minimum Redundancy

2023-07-27 · Haitao Nie, Shengbo Zhang, Bin Xie

How to accurately measure the relevance and redundancy of features is an age-old challenge in the field of feature selection. However, existing filter-based feature selection methods cannot directly measure redundancy fo…

Density Estimationfeature selection

Maximum Relevance and Minimum Redundancy Feature Selection Methods for a Marketing Machine Learning Platform

2019-08-15 · Zhenyu Zhao, Radhika Anand, Mallory Wang

In machine learning applications for online product offerings and marketing strategies, there are often hundreds or thousands of features available to build such models. Feature selection is one essential method in such …

BIG-bench Machine Learningfeature selectionMarketing

Feature selection in high-dimensional dataset using MapReduce

2017-09-07 · Claudio Reggiani, Yann-Aël Le Borgne, Gianluca Bontempi

This paper describes a distributed MapReduce implementation of the minimum Redundancy Maximum Relevance algorithm, a popular feature selection method in bioinformatics and network inference problems. The proposed approac…

feature selectionVocal Bursts Intensity Prediction

Feature Relevance Determination for Ordinal Regression in the Context of Feature Redundancies and Privileged Information

2019-12-10 · Lukas Pfannschmidt, Jonathan Jakob, Fabian Hinder, Michael Biehl 외

Advances in machine learning technologies have led to increasingly powerful models in particular in the context of big data. Yet, many application scenarios demand for robustly interpretable models rather than optimum mo…

feature selectionregression

The mRMR variable selection method: a comparative study for functional data

2015-07-13 · José R. Berrendero, Antonio Cuevas, José L. Torrecilla

The use of variable selection methods is particularly appealing in statistical problems with functional data. The obvious general criterion for variable selection is to choose the `most representative' or `most relevant'…

Variable Selection