Learn-by-Wire Training Control Governance: Bounded Autonomous Training Under Stress for Stability and Efficiency

Anis Radianis

arXiv:2605.19008 · 2026-05-20 공개 · arXiv · PDF

llm-training qwen2-5 perplexity-reduction gradient-clipping wiki-text-103 training-control bounded-autonomy learn-by-wire

Abstract

Modern language-model training is increasingly exposed to instability, degraded runs, and wasted compute, especially under aggressive learning-rate, scale, and runtime-stress conditions. This paper introduces Learn-by-Wire Guard (LBW-Guard), a bounded autonomous training-control governance layer that operates above AdamW. Rather than replacing the optimizer update rule, LBW-Guard observes training telemetry, interprets instability-sensitive regimes, and applies bounded control to optimizer execution while preserving fixed training objectives. We evaluate LBW-Guard in a Qwen2.5-centered stress-and-robustness suite using WikiText-103, with Qwen2.5-7B as the empirical anchor, model-size comparisons against Qwen2.5-3B and Qwen2.5-14B, learning-rate stress tests, gradient-clipping baselines, and a no-LoRA TinyLlama-1B full-parameter sanity check. In the 7B reference setting, LBW-Guard reduces final perplexity from 13.21 to 10.74, an 18.7% improvement, while reducing end-to-end time from 392.54s to 357.02s, a 1.10x speedup. Under stronger learning-rate stress, AdamW degrades to 1885.24 final perplexity at LR=3e-3 and 659.76 at LR=1e-3, whereas LBW-Guard remains trainable at 11.57 and 10.33, respectively. Gradient-clipping baselines do not reproduce this effect. These results support a scoped systems conclusion that stability-sensitive LLM training can benefit from a governance plane above the optimizer. LBW-Guard provides evidence that bounded runtime control can preserve productive compute under stress while remaining distinct from optimizer replacement and local gradient suppression.

한국어 요약

한 줄 요약

**[LLM 학습 인프라 / 안정성 거버넌스]** AdamW 위에 얹는 경계된(bounded) 자율 학습 제어 거버넌스 레이어 LBW-Guard로 공격적인 learning rate·런타임 스트레스 조건에서 학습 안정성과 효율을 동시에 보장.

핵심 기여도

핵심 아이디어

"옵티마이저 업데이트 규칙은 그대로 두되, 그 위에서 학습 신호의 거시적 신호를 보고 bounded한 개입만 하는 거버넌스 레이어가 따로 있어야 한다"는 시스템적 관점. 학습 안정성 문제는 옵티마이저 교체가 아닌 운영 제어 평면의 문제로 재정의.

기술적 접근법

주요 결과

의의 및 한계

**의의**: stability-sensitive LLM 학습에서 옵티마이저 평면 위 거버넌스 평면이 production-grade 학습 안정성을 보장하는 새로운 컴포넌트로 자리할 수 있음을 입증. **한계**: 결과가 Qwen2.5 계열·WikiText-103 중심 스위트에 한정, 매우 큰 사전학습 스케일과 다양한 도메인 데이터에서의 일반화는 추가 검증 필요.

실용적 활용