Efficient Batch and Recursive Least Squares for Matrix Parameter Estimation
Brian Lai, Dennis S. Bernstein
TL;DR
The paper addresses matrix-structured parameter identification in linear measurement models and shows that vec-permutation via the Kronecker product introduces unnecessary computational and storage burdens. It develops matrix-based batch and recursive least squares (BLS/RLS) formulations that minimize the same cost as the vec-permutation approach under mild independence assumptions, providing substantial reductions in complexity (up to ${\cal O}(m^3)$ time and ${\cal O}(m^2)$ space) while preserving convergence guarantees under persistent excitation. A hierarchy of methods—column-by-column LS with independent column weighting and a matrix update LS with identical weighting—balances performance and efficiency, with rigorous update equations and convergence results. The approaches are demonstrated in online identification for indirect adaptive model predictive control (PCAC), showing dramatic speedups in MIMO online learning (e.g., near-100% per-step time reductions in a truss example), underscoring practical impact for real-time adaptive control. The work also discusses tradeoffs when measurement-noise columns are highly correlated and points to future enhancements such as integrating forgetting factors.
Abstract
Traditionally, batch least squares (BLS) and recursive least squares (RLS) are used for identification of a vector of parameters that form a linear model. In some situations, however, it is of interest to identify parameters in a matrix structure. In this case, a common approach is to transform the problem into standard vector form using the vectorization (vec) operator and the Kronecker product, known as vec-permutation. However, the use of the Kronecker product introduces extraneous zero terms in the regressor, resulting in unnecessary additional computational and space requirements. This work derives matrix BLS and RLS formulations which, under mild assumptions, minimize the same cost as the vec-permutation approach. This new approach requires less computational complexity and space complexity than vec-permutation in both BLS and RLS identification. It is also shown that persistent excitation guarantees convergence to the true matrix parameters. This method can used to improve computation time in the online identification of multiple-input, multiple-output systems for indirect adaptive model predictive control.
