Sparse Logistic Regression Algorithm

From GM-RKB
(Redirected from sparse logistic regression)
Jump to navigation Jump to search

A Sparse Logistic Regression Algorithm is a Logistic Regression Algorithm that is a Sparse Supervised Classification Algorithm.



References

2005

  • (Krishnapuram, 2005) ⇒ Balaji Krishnapuram, Lawrence Carin, Mario A. T. Figueiredo, and Alexander J. Hartemink. (2005). “Sparse Multinomial Logistic Regression: Fast Algorithms and Generalization Bounds.” In: IEEE Transactions on Pattern Analysis and Machine Intelligence, 27(6). doi:10.1109/TPAMI.2005.127
    • Recently developed methods for learning sparse classifiers are among the state-of-the-art in supervised learning. These methods learn classifiers that incorporate weighted sums of basis functions with sparsity-promoting priors encouraging the weight estimates to be either significantly large or exactly zero. From a learning-theoretic perspective, these methods control the capacity of the learned classifier by minimizing the number of basis functions used, resulting in better generalization. This paper presents three contributions related to learning sparse classifiers. First, we introduce a true multiclass formulation based on multinomial logistic regression. Second, by combining a bound optimization approach with a component-wise update procedure, we derive fast exact algorithms for learning sparse multiclass classifiers that scale favorably in both the number of training samples and the feature dimensionality, making them applicable even to large data sets in high-dimensional feature spaces. To the best of our knowledge, these are the first algorithms to perform exact multinomial logistic regression with a sparsity-promoting prior. Third, we show how nontrivial generalization bounds can be derived for our classifier in the binary case. Experimental results on standard benchmarkdata sets attest to the accuracy, sparsity, and efficiency of the proposed methods.