paper-with-me

Papers

Proximal Backpropagation

2017-06-14 · ICLR 2018 1 · Thomas Frerix, Thomas Möllenhoff, Michael Moeller, Daniel Cremers

We propose proximal backpropagation (ProxProp) as a novel algorithm that takes implicit instead of explicit gradient steps to update the network parameters during neural network training. Our algorithm is motivated by the step size limitation of explicit gradient descent, which poses an impediment for optimization. ProxProp is developed from a general point of view on the backpropagation algorithm, currently the most common technique to train neural networks via stochastic gradient descent and variants thereof. Specifically, we show that backpropagation of a prediction error is equivalent to sequential gradient descent steps on a quadratic penalty energy, which comprises the network activations as variables of the optimization. We further analyze theoretical properties of ProxProp and in particular prove that the algorithm yields a descent direction in parameter space and can therefore be combined with a wide variety of convergent algorithms. Finally, we devise an efficient numerical implementation that integrates well with popular deep learning frameworks. We conclude by demonstrating promising numerical results and show that ProxProp can be effectively combined with common first order optimizers such as Adam.

📄 PDF Abstract BibTeX arXiv:1706.04638

Code (1)

tfrerix/proxprop 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Greedy Learning for Large-Scale Neural MRI Reconstruction

2021-10-19 · NeurIPS Workshop Deep_Invers 2021 12 · Batu Ozturkler, Arda Sahiner, Tolga Ergen, Arjun D Desai 외

Model-based deep learning approaches have recently shown state-of-the-art performance for accelerated MRI reconstruction. These methods unroll iterative proximal gradient descent by alternating between data-consistency a…

MRI Reconstruction

Proximal Policy Optimization and its Dynamic Version for Sequence Generation

2018-08-24 · Yi-Lin Tuan, Jinzhi Zhang, Yujia Li, Hung-Yi Lee

In sequence generation task, many works use policy gradient for model optimization to tackle the intractable backpropagation issue when maximizing the non-differentiable evaluation metrics or fooling the discriminator in…

ChatbotModel Optimizationreinforcement-learningReinforcement Learning+1

Equivariant Deep Equilibrium Models for Imaging Inverse Problems

2025-11-24 · Alexander Mehta, Ruangrawee Kitichotkul, Vivek K Goyal, Julián Tachella arxiv

Equivariant imaging (EI) enables training signal reconstruction models without requiring ground truth data by leveraging signal symmetries. Deep equilibrium models (DEQs) are a powerful class of neural networks where the…

Supervised Stochastic Gradient Algorithms for Multi-Trial Source Separation

2025-08-28 · Ronak Mehta, Mateus Piovezan Otto, Noah Stanis, Azadeh Yazdan-Shahmorad 외 arxiv

We develop a stochastic algorithm for independent component analysis that incorporates multi-trial supervision, which is available in many scientific contexts. The method blends a proximal gradient-type algorithm in the …

Neuromorphic Reinforcement Learning for Quadruped Locomotion Control on Uneven Terrain

2026-05-10 · Zhuangyu Han, Abhronil Sengupta arxiv

Reinforcement learning (RL) has enabled robust quadruped locomotion over complex terrain, but most learned controllers are trained offline with backpropagation in massively parallel simulation and deployed as fixed polic…

Reinforcement Learning