paper-with-me

Papers

Lyapunov-Guided Training for Hardware-Safe Neural Networks Under Fixed-Point Arithmetic

2026-07-05 · Anis Hamadouche, Amir Hussain arxiv

Low-precision neural networks are attractive for resource-constrained hardware, but fixed-point arithmetic introduces failure modes that are often hidden by idealised quantisation models. In particular, two's-complement overflow wrapping can corrupt hidden activations by changing both their magnitude and sign, leading to unstable numerical error propagation and severe accuracy degradation. This paper proposes a Lyapunov-stabilised quantisation framework for low-precision neural networks operating under hardware-style wrapping arithmetic. The hidden-state energy is monitored through a layerwise Lyapunov function, and a monotone projection is applied to enforce bounded and non-increasing state evolution across depth. The method is evaluated on MNIST using a compact patch-based transformer under post-training quantisation and quantisation-aware training with fixed-point bit-widths from 4 to 16 bits. Monte Carlo results show that unconstrained wrapped quantisation-aware training collapses to near-chance accuracy across 6-16 bits, with activation overflow rates exceeding 11%. In contrast, the proposed monotone Lyapunov projection suppresses activation overflow to below 0.012% and restores stable low-precision learning, achieving 86.55% accuracy at 12 bits. These results demonstrate that Lyapunov-based state control can act as a hardware-aware stabilisation mechanism for reliable fixed-point neural inference and training.

📄 PDF Abstract BibTeX arXiv:2607.04531

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Lyapunov-based Approach to Safe Reinforcement Learning

2018-05-20 · NeurIPS 2018 12 · Yin-Lam Chow, Ofir Nachum, Edgar Duenez-Guzman, Mohammad Ghavamzadeh

In many real-world reinforcement learning (RL) problems, besides optimizing the main objective function, an agent must concurrently avoid violating a number of constraints. In particular, besides optimizing performance i…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Lyapunov-Guided Self-Alignment: Test-Time Adaptation for Offline Safe Reinforcement Learning

2026-04-29 · Seungyub Han, Hyungjin Kim, Jungwoo Lee arxiv

Offline reinforcement learning (RL) agents often fail when deployed, as the gap between training datasets and real environments leads to unsafe behavior. To address this, we present SAS (Self-Alignment for Safety), a tra…

Reinforcement LearningTest-time AdaptationBayesian Inference

Lyapunov Barrier Policy Optimization

2021-03-16 · Harshit Sikchi, Wenxuan Zhou, David Held

Deploying Reinforcement Learning (RL) agents in the real-world require that the agents satisfy safety constraints. Current RL agents explore the environment without considering these constraints, which can lead to damage…

Reinforcement Learning (RL)

Learning To Estimate Regions Of Attraction Of Autonomous Dynamical Systems Using Physics-Informed Neural Networks

2021-11-18 · Cody Scharzenberger, Joe Hays

When learning to perform motor tasks in a simulated environment, neural networks must be allowed to explore their action space to discover new potentially viable solutions. However, in an online learning scenario with ph…

Formal Synthesis of Certifiably Robust Neural Lyapunov-Barrier Certificates

2026-02-05 · Chengxiao Wang, Haoze Wu, Gagandeep Singh arxiv

Neural Lyapunov and barrier certificates have recently been used as powerful tools for verifying the safety and stability properties of deep reinforcement learning (RL) controllers. However, existing methods offer guaran…

Reinforcement Learning