paper-with-me

Papers

Multiplicative Learning

2025-03-13 · Han Kim, Hyungjoon Soh, Vipul Periwal, Junghyo Jo

Efficient training of artificial neural networks remains a key challenge in deep learning. Backpropagation (BP), the standard learning algorithm, relies on gradient descent and typically requires numerous iterations for convergence. In this study, we introduce Expectation Reflection (ER), a novel learning approach that updates weights multiplicatively based on the ratio of observed to predicted outputs. Unlike traditional methods, ER maintains consistency without requiring ad hoc loss functions or learning rate hyperparameters. We extend ER to multilayer networks and demonstrate its effectiveness in performing image classification tasks. Notably, ER achieves optimal weight updates in a single iteration. Additionally, we reinterpret ER as a modified form of gradient descent incorporating the inverse mapping of target propagation. These findings suggest that ER provides an efficient and scalable alternative for training neural networks.

📄 PDF Abstract BibTeX arXiv:2503.10144

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

HOC 설명 없음

Similar Papers 제목 키워드 기반

An Additive Approximation to Multiplicative Noise

2018-05-07 · Ruanui Nicholson, Jari P. Kaipio

Multiplicative noise models are often used instead of additive noise models in cases in which the noise variance depends on the state. Furthermore, when Poisson distributions with relatively small counts are approximated…

X-SHAP: towards multiplicative explainability of Machine Learning

2020-06-08 · Luisa Bouneder, Yannick Léo, Aimé Lachapelle

This paper introduces X-SHAP, a model-agnostic method that assesses multiplicative contributions of variables for both local and global predictions. This method theoretically and operationally extends the so-called addit…

BIG-bench Machine LearningFeature Importance

Parameter estimation from an Ornstein-Uhlenbeck process with measurement noise

2023-05-22 · Simon Carter, Lilianne Mujica-Parodi, Helmut H. Strey

This article aims to investigate the impact of noise on parameter fitting for an Ornstein-Uhlenbeck process, focusing on the effects of multiplicative and thermal noise on the accuracy of signal separation. To address th…

parameter estimation

Visual representations derived from multiplicative interactions

2020-10-09 · NeurIPS Workshop SVRHM 2020 12 · Eric Elmoznino, Michael Bonner

Biological sensory systems appear to rely on canonical nonlinear computations that can be readily adapted to a broad range of representational objectives. Here we test the hypothesis that one such computation—multiplicat…

Removing the Feature Correlation Effect of Multiplicative Noise

2018-09-19 · NeurIPS 2018 12 · Zijun Zhang, Yining Zhang, Zongpeng Li

Multiplicative noise, including dropout, is widely used to regularize deep neural networks (DNNs), and is shown to be effective in a wide range of architectures and tasks. From an information perspective, we consider inj…

Feature Correlationimage-classificationImage Classification