paper-with-me

Papers

Locally Learned Synaptic Dropout for Complete Bayesian Inference

2021-11-18 · Kevin L. McKee, Ian C. Crandell, Rishidev Chaudhuri, Randall C. O'Reilly

The Bayesian brain hypothesis postulates that the brain accurately operates on statistical distributions according to Bayes' theorem. The random failure of presynaptic vesicles to release neurotransmitters may allow the brain to sample from posterior distributions of network parameters, interpreted as epistemic uncertainty. It has not been shown previously how random failures might allow networks to sample from observed distributions, also known as aleatoric or residual uncertainty. Sampling from both distributions enables probabilistic inference, efficient search, and creative or generative problem solving. We demonstrate that under a population-code based interpretation of neural activity, both types of distribution can be represented and sampled with synaptic failure alone. We first define a biologically constrained neural network and sampling scheme based on synaptic failure and lateral inhibition. Within this framework, we derive drop-out based epistemic uncertainty, then prove an analytic mapping from synaptic efficacy to release probability that allows networks to sample from arbitrary, learned distributions represented by a receiving layer. Second, our result leads to a local learning rule by which synapses adapt their release probabilities. Our result demonstrates complete Bayesian inference, related to the variational learning method of dropout, in a biologically constrained network using only locally-learned synaptic failure rates.

📄 PDF Abstract BibTeX arXiv:2111.09780

Code (1)

emer/axon 공식 구현 pytorch

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Adaptive Synaptic Failure Enables Sampling from Posterior Predictive Distributions in the Brain

2022-10-04 · Kevin McKee, Ian Crandell, Rishidev Chaudhuri, Randall O'Reilly

Bayesian interpretations of neural processing require that biological mechanisms represent and operate upon probability distributions in accordance with Bayes' theorem. Many have speculated that synaptic failure constitu…

Bayesian Inference

Deep Network Regularization via Bayesian Inference of Synaptic Connectivity

2018-03-04 · Harris Partaourides, Sotirios P. Chatzis

Deep neural networks (DNNs) often require good regularizers to generalize well. Currently, state-of-the-art DNN regularization techniques consist in randomly dropping units and/or connections on each iteration of the tra…

Bayesian InferenceVariational Inference

Quantal synaptic dilution enhances sparse encoding and dropout regularisation in deep networks

2020-09-28 · Gardave S Bhumbra

Dropout is a technique that silences the activity of units stochastically while training deep networks to reduce overfitting. Here we introduce Quantal Synaptic Dilution (QSD), a biologically plausible model of dropout r…

Language ModellingSentiment Analysis

Synaptic Sampling: A Bayesian Approach to Neural Network Plasticity and Rewiring

2015-12-01 · NeurIPS 2015 12 · David Kappel, Stefan Habenschuss, Robert Legenstein, Wolfgang Maass

We reexamine in this article the conceptual and mathematical framework for understanding the organization of plasticity in spiking neural networks. We propose that inherent stochasticity enables synaptic plasticity to ca…

Synaptic Pruning: A Biological Inspiration for Deep Learning Regularization

2025-08-12 · Gideon Vos, Liza van Eijk, Zoltan Sarnyai, Mostafa Rahimi Azghadi arxiv

Synaptic pruning in biological brains removes weak connections to improve efficiency. In contrast, dropout regularization in artificial neural networks randomly deactivates neurons without considering activity-dependent …

Time Series Forecasting