paper-with-me

Papers

Measuring Learning Progress via Gradient-Momentum Coupling

2026-05-07 · Samuel Blad, Martin Längkvist, Amy Loutfi arxiv

Measuring learning progress is essential for curiosity-driven exploration in reinforcement learning, but widely used signals such as prediction error often fail to distinguish meaningful, learnable patterns from random noise. This paper proposes Gradient-Momentum Coupling (GMC), a signal derived from optimization dynamics that quantifies how useful each sample's gradient is for ongoing learning by measuring its per-parameter normalized absolute product with the momentum from previous gradients. By leveraging momentum's natural filtering of noise and oscillations, GMC identifies samples that contribute to ongoing parameter updates. Controlled experiments demonstrate noise robustness and emergent curriculum learning, with the signal prioritizing tasks by learning speed rather than difficulty. Experiments on MiniGrid suggest that replacing prediction error with GMC within existing curiosity-driven architectures can improve robustness to observation noise.

📄 PDF Abstract BibTeX arXiv:2605.05856

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

LaProp: Separating Momentum and Adaptivity in Adam

2020-02-12 · Liu Ziyin, Zhikang T. Wang, Masahito Ueda

We identity a by-far-unrecognized problem of Adam-style optimizers which results from unnecessary coupling between momentum and adaptivity. The coupling leads to instability and divergence when the momentum and adaptivit…

Reinforcement LearningStyle Transfer

DeepKD: A Deeply Decoupled and Denoised Knowledge Distillation Trainer

2025-05-21 · Haiduo Huang, Jiangcheng Song, Yadong Zhang, Pengju Ren

Recent advances in knowledge distillation have emphasized the importance of decoupling different knowledge components. While existing methods utilize momentum mechanisms to separate task-oriented and distillation gradien…

DenoisingKnowledge DistillationTransfer Learning

Adaptive Optimization via Momentum on Variance-Normalized Gradients

2026-02-10 · Francisco Patitucci, Aryan Mokhtari arxiv

We introduce MVN-Grad (Momentum on Variance-Normalized Gradients), an Adam-style optimizer that improves stability and performance by combining two complementary ideas: variance-based normalization and momentum applied a…

Image Classification

Hidden Markov Models with Momentum

2022-06-08 · Andrew Miller, Fabio Di Troia, Mark Stamp

Momentum is a popular technique for improving convergence rates during gradient descent. In this research, we experiment with adding momentum to the Baum-Welch expectation-maximization algorithm for training Hidden Marko…

Momentum Further Constrains Sharpness at the Edge of Stochastic Stability

2026-04-15 · Arseniy Andreyev, Advikar Ananthkumar, Marc Walden, Tomaso Poggio 외 arxiv

Recent work suggests that (stochastic) gradient descent self-organizes near an instability boundary, shaping both optimization and the solutions found. Momentum and mini-batch gradients are widely used in practical deep …