Research Preprint

Automatic Stability and Recovery for Neural Network Training

An optimizer-agnostic runtime controller that detects destabilizing neural-network training updates and recovers by rollback.

Barak Or ArtificialGate Ltd. 2026 Runtime Stability

Abstract

Training modern neural networks can be fragile: rare destabilizing updates may cause divergence or silent performance degradation after the optimizer has already acted. This paper introduces a supervisory runtime stability layer that treats optimization as a controlled stochastic process. Rather than changing the optimizer, the controller monitors proposed updates using secondary measurement signals such as validation probes, forms an innovation signal against recent stable behavior, and decides whether to accept the update or roll back to the last accepted snapshot. The framework provides runtime safety guarantees for bounded degradation and one-step recovery, and is evaluated on representative vision and sequence models including ResNet-18 on CIFAR-10 and a character-level Transformer.

Full Paper

Open in a new tab