Iterative Thresholding and Projection Algorithms and Model-Based Deep Neural Networks for Sparse LQR Control Design
Myung Cho
TL;DR
This work addresses sparse LQR design in large-scale distributed control by formulating a regularized optimization that promotes sparse feedback while ensuring closed-loop stability. It introduces ISTA and ISPA as simple, efficient iterative methods, with model-based DNNs (DNN-ISTA, DNN-FISTA) to accelerate convergence and provide warm-start capabilities. The authors provide analytical insight into convergence, compare against ADMM and GraSP, and demonstrate substantial speedups and competitive performance across distributed multi-agent and power-system benchmarks. The practical impact lies in enabling rapid, scalable sparse controller synthesis for networks with limited communication resources, while maintaining stability and performance. By combining algorithmic innovations with data-driven acceleration, the work offers a versatile toolkit for sparse decentralized control in real-world large-scale systems.
Abstract
In this paper, we consider an LQR design problem for distributed control systems. For large-scale distributed systems, finding a solution might be computationally demanding due to communications among agents. To this aim, we deal with LQR minimization problem with a regularization for sparse feedback matrix, which can lead to achieve the reduction of the communication links in the distributed control systems. For this work, we introduce simple but efficient iterative algorithms -- Iterative Shrinkage Thresholding Algorithm (ISTA) and Iterative Sparse Projection Algorithm (ISPA). They can give us a trade-off solution between LQR cost and sparsity level on feedback matrix. Moreover, in order to improve the speed of the proposed algorithms, we design deep neural network models based on the proposed iterative algorithms. Numerical experiments demonstrate that our algorithms can outperform the previous methods using the Alternating Direction Method of Multiplier (ADMM) [2] and the Gradient Support Pursuit (GraSP) [3], and their deep neural network models can improve the performance of the proposed algorithms in convergence speed.
