English

MPLP: Learning a Message Passing Learning Protocol

Machine Learning 2020-07-06 v2 Computer Vision and Pattern Recognition Neural and Evolutionary Computing Machine Learning

Abstract

We present a novel method for learning the weights of an artificial neural network - a Message Passing Learning Protocol (MPLP). In MPLP, we abstract every operations occurring in ANNs as independent agents. Each agent is responsible for ingesting incoming multidimensional messages from other agents, updating its internal state, and generating multidimensional messages to be passed on to neighbouring agents. We demonstrate the viability of MPLP as opposed to traditional gradient-based approaches on simple feed-forward neural networks, and present a framework capable of generalizing to non-traditional neural network architectures. MPLP is meta learned using end-to-end gradient-based meta-optimisation. We further discuss the observed properties of MPLP and hypothesize its applicability on various fields of deep learning.

Keywords

Cite

@article{arxiv.2007.00970,
  title  = {MPLP: Learning a Message Passing Learning Protocol},
  author = {Ettore Randazzo and Eyvind Niklasson and Alexander Mordvintsev},
  journal= {arXiv preprint arXiv:2007.00970},
  year   = {2020}
}

Comments

Code at https://github.com/google-research/self-organising-systems/tree/master/mplp; code base link fixed

R2 v1 2026-06-23T16:47:41.097Z