MLOct 25, 2014

An Aggregation Method for Sparse Logistic Regression

arXiv:1410.6959v2
Originality Incremental advance
AI Analysis

This work addresses feature selection issues in high-dimensional classification for data mining and bioinformatics, but it is incremental as it builds on existing L1 regularization methods.

The paper tackles the problem of L1-regularized logistic regression selecting too many false positive features by proposing an aggregation method that linearly combines estimators from models with different sparsity patterns to balance prediction and interpretability. It demonstrates the method's performance through simulations and applies it to a genome-wide case-control dataset for multilocus association mapping.

$L_1$ regularized logistic regression has now become a workhorse of data mining and bioinformatics: it is widely used for many classification problems, particularly ones with many features. However, $L_1$ regularization typically selects too many features and that so-called false positives are unavoidable. In this paper, we demonstrate and analyze an aggregation method for sparse logistic regression in high dimensions. This approach linearly combines the estimators from a suitable set of logistic models with different underlying sparsity patterns and can balance the predictive ability and model interpretability. Numerical performance of our proposed aggregation method is then investigated using simulation studies. We also analyze a published genome-wide case-control dataset to further evaluate the usefulness of the aggregation method in multilocus association mapping.

Foundations

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

Your Notes