paper-with-me

Papers

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 training algorithm. Dropout and DropConnect are characteristic examples of such regularizers, that are widely popular among practitioners. However, a drawback of such approaches consists in the fact that their postulated probability of random unit/connection omission is a constant that must be heuristically selected based on the obtained performance in some validation set. To alleviate this burden, in this paper we regard the DNN regularization problem from a Bayesian inference perspective: We impose a sparsity-inducing prior over the network synaptic weights, where the sparsity is induced by a set of Bernoulli-distributed binary variables with Beta (hyper-)priors over their prior parameters. This way, we eventually allow for marginalizing over the DNN synaptic connectivity for output generation, thus giving rise to an effective, heuristics-free, network regularization scheme. We perform Bayesian inference for the resulting hierarchical model by means of an efficient Black-Box Variational inference scheme. We exhibit the advantages of our method over existing approaches by conducting an extensive experimental evaluation using benchmark datasets.

📄 PDF Abstract BibTeX arXiv:1803.01349

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceVariational Inference

Methods 이 논문이 사용한 방법론

DropConnect DropConnect generalizes Dropout by randomly dropping the weights rather than the activations with probability $1-p$. DropConnect…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Bayesian reconstruction of memories stored in neural networks from their connectivity

2021-05-16 · Sebastian Goldt, Florent Krzakala, Lenka Zdeborová, Nicolas Brunel

The advent of comprehensive synaptic wiring diagrams of large neural circuits has created the field of connectomics and given rise to a number of open research questions. One such question is whether it is possible to re…

Bayesian Inference

Inference of Monosynaptic Connections from Parallel Spike Trains: A Review

2024-03-16 · Ryota Kobayashi, Shigeru Shinomoto

This article presents a mini-review about the progress in inferring monosynaptic connections from spike trains of multiple neurons over the past twenty years. First, we explain a variety of meanings of ``neuronal connect…

Functional Connectivity

Bayesian Inference and Online Experimental Design for Mapping Neural Microcircuits

2013-12-01 · NeurIPS 2013 12 · Ben Shababo, Brooks Paige, Ari Pakman, Liam Paninski

We develop an inference and optimal design procedure for recovering synaptic weights in neural microcircuits. We base our procedure on data from an experiment in which populations of putative presynaptic neurons can be s…

Bayesian InferenceExperimental Design

Bayesian Metaplasticity from Synaptic Uncertainty

2023-12-15 · Djohan Bonnet, Tifenn Hirtzlin, Tarcisius Januel, Thomas Dalgaty 외

Catastrophic forgetting remains a challenge for neural networks, especially in lifelong learning scenarios. In this study, we introduce MEtaplasticity from Synaptic Uncertainty (MESU), inspired by metaplasticity and Baye…

Bayesian InferenceContinual LearningLifelong learningPermuted-MNIST

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 …

Bayesian Inference