Online Learning of Scale Parameters in Score-Driven Filters
arXiv:2608.09218
2026
Optimization
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper treats the step-size or gain of a score-driven recursion as an online decision variable rather than a fixed hyperparameter. Its transferable asset is the identity between one-step predictive-loss gradients and a product of consecutive score signals, together with bounded mirror-descent updates that prevent explosive gains and persistence terms that pull gains toward a reference value. In neural networks, this suggests learning per-layer or per-parameter-group step sizes online from the alignment between the current gradient and the next gradient, while enforcing a hard trust region through a bounded mirror geometry. The most direct test is an optimizer variant that replaces fixed AdamW learning rates with bounded, coordinatewise gains and compares loss descent, gradient spikes, and robustness under distribution shift.
Ideas from this paper
✗ Failed on benchmark
2026
Replace a fixed learning rate for each layer or parameter block with a bounded gain selected by the one-step-ahead predictive loss. The sign of the product between the current gradient and the next gradient estimates whether the previous update moved downhill: aligned gradients increase the gain, while sign reversals decrease it. A mirror-descent update on a bounded interval prevents the runaway step sizes that can occur with exponential or unconstrained learning-rate parameterizations.
Useful8/10
Difficulty5/10
Novelty6/10