paper-with-me

홈 › Papers

Learning on Arbitrary Graph Topologies via Predictive Coding

2022-01-31 · Tommaso Salvatori, Luca Pinchetti, Beren Millidge, Yuhang Song, TianYi Bao, Rafal Bogacz, Thomas Lukasiewicz

Training with backpropagation (BP) in standard deep learning consists of two main steps: a forward pass that maps a data point to its prediction, and a backward pass that propagates the error of this prediction back through the network. This process is highly effective when the goal is to minimize a specific objective function. However, it does not allow training on networks with cyclic or backward connections. This is an obstacle to reaching brain-like capabilities, as the highly complex heterarchical structure of the neural connections in the neocortex are potentially fundamental for its effectiveness. In this paper, we show how predictive coding (PC), a theory of information processing in the cortex, can be used to perform inference and learning on arbitrary graph topologies. We experimentally show how this formulation, called PC graphs, can be used to flexibly perform different tasks with the same network by simply stimulating specific neurons, and investigate how the topology of the graph influences the final performance. We conclude by comparing against simple baselines trained~with~BP.

📄 PDF Abstract BibTeX arXiv:2201.13180

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

pc 설명 없음

Similar Papers 제목 키워드 기반

Predictive Coding: Towards a Future of Deep Learning beyond Backpropagation?

2022-02-18 · Beren Millidge, Tommaso Salvatori, Yuhang Song, Rafal Bogacz 외

The backpropagation of error algorithm used to train deep neural networks has been fundamental to the successes of deep learning. However, it requires sequential backward updates and non-local computations, which make it…

Deep Learning

Surf-D: Generating High-Quality Surfaces of Arbitrary Topologies Using Diffusion Models

2023-11-28 · Zhengming Yu, Zhiyang Dou, Xiaoxiao Long, Cheng Lin 외

We present Surf-D, a novel method for generating high-quality 3D shapes as Surfaces with arbitrary topologies using Diffusion models. Previous methods explored shape generation with different representations and they suf…

3D Reconstruction

Predictive Coding Approximates Backprop along Arbitrary Computation Graphs

2020-06-07 · Beren Millidge, Alexander Tschantz, Christopher L. Buckley

Backpropagation of error (backprop) is a powerful algorithm for training machine learning architectures through end-to-end differentiation. However, backprop is often criticised for lacking biological plausibility. Recen…

BIG-bench Machine Learning

Discovering Efficient and Explainable Communication Topologies for LLM-based Multi-Agent Systems via Causal Inference

2026-08-13 · Junzhi Li, Peng He, Qirui Ji, Wei Wang 외 arxiv

The performance of large language model (LLM)-based multi-agent systems (MAS) largely depends on effective communication topologies. Existing topology generation methods, however, typically learn communication topologies…

Causal Inference

Deep Reinforcement Learning meets Graph Neural Networks: exploring a routing optimization use case

2019-10-16 · Paul Almasan, José Suárez-Varela, Krzysztof Rusek, Pere Barlet-Ros 외

Deep Reinforcement Learning (DRL) has shown a dramatic improvement in decision-making and automated control problems. Consequently, DRL represents a promising technique to efficiently solve many relevant optimization pro…

Decision MakingDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)