Local Propagation in Constraint-based Neural Network
Giuseppe Marra, Matteo Tiezzi, Stefano Melacci, Alessandro Betti,, Marco Maggini, Marco Gori

TL;DR
This paper introduces Local Propagation, a constraint-based neural network training method that is fully parallelizable, addresses gradient vanishing, and is effective for shallow and deep networks, with potential for complex architectures.
Contribution
It presents a novel, parallelizable optimization algorithm based on Lagrangian constraints for neural network training, connecting with backpropagation and allowing constraint violations.
Findings
LP is feasible for shallow networks.
LP effectively trains deep networks.
Parallel updates mitigate gradient vanishing.
Abstract
In this paper we study a constraint-based representation of neural network architectures. We cast the learning problem in the Lagrangian framework and we investigate a simple optimization procedure that is well suited to fulfil the so-called architectural constraints, learning from the available supervisions. The computational structure of the proposed Local Propagation (LP) algorithm is based on the search for saddle points in the adjoint space composed of weights, neural outputs, and Lagrange multipliers. All the updates of the model variables are locally performed, so that LP is fully parallelizable over the neural units, circumventing the classic problem of gradient vanishing in deep networks. The implementation of popular neural models is described in the context of LP, together with those conditions that trace a natural connection with Backpropagation. We also investigate the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Human Pose and Action Recognition · Multimodal Machine Learning Applications
