SYMLOct 2, 2017

Lasso Regularization Paths for NARMAX Models via Coordinate Descent

arXiv:1710.00598v25 citations
Originality Incremental advance
AI Analysis

This work provides an incremental improvement for researchers in system identification and time-series analysis by enhancing model interpretability without sacrificing speed.

The authors tackled the problem of estimating NARMAX models with L1 regularization for interpretability by including error regressors, which introduces nonlinearity, and developed a coordinate descent algorithm that maintains computational efficiency while identifying key regressors quickly.

We propose a new algorithm for estimating NARMAX models with $L_1$ regularization for models represented as a linear combination of basis functions. Due to the $L_1$-norm penalty the Lasso estimation tends to produce some coefficients that are exactly zero and hence gives interpretable models. The novelty of the contribution is the inclusion of error regressors in the Lasso estimation (which yields a nonlinear regression problem). The proposed algorithm uses cyclical coordinate descent to compute the parameters of the NARMAX models for the entire regularization path. It deals with the error terms by updating the regressor matrix along with the parameter vector. In comparative timings we find that the modification does not reduce the computational efficiency of the original algorithm and can provide the most important regressors in very few inexpensive iterations. The method is illustrated for linear and polynomial models by means of two examples.

Code Implementations1 repo
Foundations

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

Your Notes