LGCVApr 2, 2015

Direct l_(2,p)-Norm Learning for Feature Selection

arXiv:1504.00430v13 citations
Originality Incremental advance
AI Analysis

This addresses feature selection for machine learning practitioners by offering a direct optimization approach, though it appears incremental as it builds on existing sparse learning methods.

The paper tackles feature selection by directly optimizing a large margin linear classification model's sparsity using an l_(2,p)-norm (0<p<1) under data-fitting constraints, rather than using sparsity as regularization, and demonstrates competitive performance with state-of-the-art algorithms on public datasets.

In this paper, we propose a novel sparse learning based feature selection method that directly optimizes a large margin linear classification model sparsity with l_(2,p)-norm (0 < p < 1)subject to data-fitting constraints, rather than using the sparsity as a regularization term. To solve the direct sparsity optimization problem that is non-smooth and non-convex when 0<p<1, we provide an efficient iterative algorithm with proved convergence by converting it to a convex and smooth optimization problem at every iteration step. The proposed algorithm has been evaluated based on publicly available datasets, and extensive comparison experiments have demonstrated that our algorithm could achieve feature selection performance competitive to state-of-the-art algorithms.

Foundations

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

Your Notes