Parent-Guided Adaptive Reliability (PGAR): A Behavioural Meta-Learning Framework for Stable and Trustworthy AI
Anshum Rankawat
TL;DR
The paper tackles reliability gaps in learning systems by introducing PGAR, a behavioural meta-learning framework wherein a supervisory parent layer modulates a learner via reflex-level signals. A fused reliability index $R_t \in [0,1]$ controls the effective learning rate $\eta_t = \eta_0 R_t^{\delta}$, with a Lyapunov-like function $V_t = L_t + \kappa(1 - R_t)$ guaranteeing bounded adaptation under mild assumptions. Empirical results on MNIST-like tasks show PGAR improves calibration, reduces loss variance, and speeds recovery after perturbations compared to standard optimisers, while remaining lightweight and interpretable. The framework lays a foundation for trustworthy AI through runtime reliability traces and introduces pathways (RG and URH) toward scalable, self-regulating, and multi-agent reliability in real-world systems.
Abstract
Parent-Guided Adaptive Reliability (PGAR) is a lightweight behavioural meta-learning framework that adds a supervisory "parent" layer on top of a standard learner to improve stability, calibration, and recovery under disturbances. PGAR computes three reflex-level signals (incident detection, overconfidence correction, and recovery memory) and fuses them into a bounded reliability index in [0,1]. This index continuously modulates the learner's effective learning rate, reducing update magnitude during instability and restoring it as reliability improves. We provide a Lyapunov-based proof sketch establishing bounded adaptation of the reliability dynamics under mild assumptions (smooth loss, descent direction, and bounded reflex outputs). Empirical evaluations on representative learning tasks show improved calibration, reduced loss variance, and faster recovery compared to standard optimizers, while retaining computational simplicity. PGAR functions as a plug-in reliability layer for existing optimization and learning pipelines, supporting interpretable reliability traces in safety-relevant settings.
