paper-with-me

Papers

Variational Probability Flow for Biologically Plausible Training of Deep Neural Networks

2017-11-21 · Zuozhu Liu, Tony Q. S. Quek, Shaowei Lin

The quest for biologically plausible deep learning is driven, not just by the desire to explain experimentally-observed properties of biological neural networks, but also by the hope of discovering more efficient methods for training artificial networks. In this paper, we propose a new algorithm named Variational Probably Flow (VPF), an extension of minimum probability flow for training binary Deep Boltzmann Machines (DBMs). We show that weight updates in VPF are local, depending only on the states and firing rates of the adjacent neurons. Unlike contrastive divergence, there is no need for Gibbs confabulations; and unlike backpropagation, alternating feedforward and feedback phases are not required. Moreover, the learning algorithm is effective for training DBMs with intra-layer connections between the hidden nodes. Experiments with MNIST and Fashion MNIST demonstrate that VPF learns reasonable features quickly, reconstructs corrupted images more accurately, and generates samples with a high estimated log-likelihood. Lastly, we note that, interestingly, if an asymmetric version of VPF exists, the weight updates directly explain experimental results in Spike-Timing-Dependent Plasticity (STDP).

📄 PDF Abstract BibTeX arXiv:1711.07732

Code (0)

등록된 구현이 없습니다.

Tasks

Biologically-plausible Training

Similar Papers 제목 키워드 기반

Applications of the Free Energy Principle to Machine Learning and Neuroscience

2021-06-30 · Beren Millidge

In this PhD thesis, we explore and apply methods inspired by the free energy principle to two important areas in machine learning and neuroscience. The free energy principle is a general mathematical theory of the necess…

Bayesian InferenceBIG-bench Machine LearningDeep Reinforcement Learning

Biologically Plausible Variational Policy Gradient with Spiking Recurrent Winner-Take-All Networks

2022-10-21 · Zhile Yang, Shangqi Guo, Ying Fang, Jian K. Liu

One stream of reinforcement learning research is exploring biologically plausible models and algorithms to simulate biological intelligence and fit neuromorphic hardware. Among them, reward-modulated spike-timing-depende…

AllReinforcement Learning (RL)

Beyond accuracy: generalization properties of bio-plausible temporal credit assignment rules

2022-06-02 · Yuhan Helena Liu, Arna Ghosh, Blake A. Richards, Eric Shea-Brown 외

To unveil how the brain learns, ongoing work seeks biologically-plausible approximations of gradient descent algorithms for training recurrent neural networks (RNNs). Yet, beyond task accuracy, it is unclear if such lear…

Learning Theory

The Influence of Initial Connectivity on Biologically Plausible Learning

2024-10-15 · Weixuan Liu, Xinyue Zhang, Yuhan Helena Liu

Understanding how the brain learns can be advanced by investigating biologically plausible learning rules -- those that obey known biological constraints, such as locality, to serve as valid brain learning models. Yet, m…

Feed-Forward Optimization With Delayed Feedback for Neural Networks

2023-04-26 · Katharina Flügel, Daniel Coquelin, Marie Weiel, Charlotte Debus 외

Backpropagation has long been criticized for being biologically implausible, relying on concepts that are not viable in natural learning processes. This paper proposes an alternative approach to solve two core issues, i.…

Biologically-plausible TrainingComputational Efficiency