English

Multiplicative learning from observation-prediction ratios

Machine Learning 2026-03-25 v2 Artificial Intelligence

Abstract

Additive parameter updates, as used in gradient descent and its adaptive extensions, underpin most modern machine-learning optimization. Yet, such additive schemes often demand numerous iterations and intricate learning-rate schedules to cope with scale and curvature of loss functions. Here we introduce Expectation Reflection (ER), a multiplicative learning paradigm that updates parameters based on the ratio of observed to predicted outputs, rather than their differences. ER eliminates the need for ad hoc loss functions or learning-rate tuning while maintaining internal consistency. Extending ER to multilayer networks, we demonstrate its efficacy in image classification, achieving optimal weight determination in a single iteration. We further show that ER can be interpreted as a modified gradient descent incorporating an inverse target-propagation mapping. Together, these results position ER as a fast and scalable alternative to conventional optimization methods for neural-network training.

Keywords

Cite

@article{arxiv.2503.10144,
  title  = {Multiplicative learning from observation-prediction ratios},
  author = {Han Kim and Hyungjoon Soh and Vipul Periwal and Junghyo Jo},
  journal= {arXiv preprint arXiv:2503.10144},
  year   = {2026}
}
R2 v1 2026-06-28T22:18:43.852Z