Multiplicative learning from observation-prediction ratios
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.
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}
}