# Least Angle Regression in Tangent Space and LASSO for Generalized Linear   Models

**Authors:** Yoshihiro Hirose

arXiv: 1907.08100 · 2020-07-20

## TL;DR

This paper introduces a novel approach for sparse estimation in generalized linear models by adapting LARS and LASSO to the tangent space of the model manifold, enabling efficient computation and improved performance.

## Contribution

It extends LARS and LASSO algorithms to generalized linear models through tangent space transformation, enhancing efficiency and estimation accuracy.

## Key findings

- Methods perform comparably to $l_1$-regularized maximum likelihood estimation.
- Numerical experiments show improved generalization and model selection.
- Real-data analysis confirms the effectiveness of the proposed methods.

## Abstract

This study proposes sparse estimation methods for the generalized linear models, which run one of least angle regression (LARS) and least absolute shrinkage and selection operator (LASSO) in the tangent space of the manifold of the statistical model. This study approximates the statistical model and subsequently uses exact calculations. LARS was proposed as an efficient algorithm for parameter estimation and variable selection for the normal linear model. The LARS algorithm is described in terms of Euclidean geometry regarding the correlation as the metric of the parameter space. Since the LARS algorithm only works in Euclidean space, we transform a manifold of the statistical model into the tangent space at the origin. In the generalized linear regression, this transformation allows us to run the original LARS algorithm for the generalized linear models. The proposed methods are efficient and perform well. Real-data analysis indicates that the proposed methods output similar results to that of the $l_1$-regularized maximum likelihood estimation for the aforementioned models. Numerical experiments reveal that our methods work well and they may be better than the $l_1$-regularization in generalization, parameter estimation, and model selection.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.08100/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1907.08100/full.md

## References

18 references — full list in the complete paper: https://tomesphere.com/paper/1907.08100/full.md

---
Source: https://tomesphere.com/paper/1907.08100