LGAISCSYFeb 4, 2025

Analytical Lyapunov Function Discovery: An RL-based Generative Approach

arXiv:2502.02014v33 citationsh-index: 2Has CodeICML
Originality Incremental advance
AI Analysis

This addresses a critical problem in control engineering by improving verification scalability and interpretability for high-dimensional systems, though it is incremental relative to prior work.

The paper tackles the challenge of finding valid Lyapunov functions for nonlinear dynamical systems by proposing an RL-based generative framework using transformers to construct analytical Lyapunov functions, demonstrating efficiency on systems up to ten dimensions and discovering previously unidentified functions.

Despite advances in learning-based methods, finding valid Lyapunov functions for nonlinear dynamical systems remains challenging. Current neural network approaches face two main issues: challenges in scalable verification and limited interpretability. To address these, we propose an end-to-end framework using transformers to construct analytical Lyapunov functions (local), which simplifies formal verification, enhances interpretability, and provides valuable insights for control engineers. Our framework consists of a transformer-based trainer that generates candidate Lyapunov functions and a falsifier that verifies candidate expressions and refines the model via risk-seeking policy gradient. Unlike Alfarano et al. (2024), which utilizes pre-training and seeks global Lyapunov functions for low-dimensional systems, our model is trained from scratch via reinforcement learning (RL) and succeeds in finding local Lyapunov functions for high-dimensional and non-polynomial systems. Given the analytical nature of the candidates, we employ efficient optimization methods for falsification during training and formal verification tools for the final verification. We demonstrate the efficiency of our approach on a range of nonlinear dynamical systems with up to ten dimensions and show that it can discover Lyapunov functions not previously identified in the control literature. Full implementation is available on \href{https://github.com/JieFeng-cse/Analytical-Lyapunov-Function-Discovery}{Github}

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