paper-with-me

홈 › Papers

Expressive probabilistic sampling in recurrent neural networks

2023-08-22 · NeurIPS 2023 11 · Shirui Chen, Linxing Preston Jiang, Rajesh P. N. Rao, Eric Shea-Brown

In sampling-based Bayesian models of brain function, neural activities are assumed to be samples from probability distributions that the brain uses for probabilistic computation. However, a comprehensive understanding of how mechanistic models of neural dynamics can sample from arbitrary distributions is still lacking. We use tools from functional analysis and stochastic differential equations to explore the minimum architectural requirements for $\textit{recurrent}$ neural circuits to sample from complex distributions. We first consider the traditional sampling model consisting of a network of neurons whose outputs directly represent the samples (sampler-only network). We argue that synaptic current and firing-rate dynamics in the traditional model have limited capacity to sample from a complex probability distribution. We show that the firing rate dynamics of a recurrent neural circuit with a separate set of output units can sample from an arbitrary probability distribution. We call such circuits reservoir-sampler networks (RSNs). We propose an efficient training procedure based on denoising score matching that finds recurrent and output weights such that the RSN implements Langevin sampling. We empirically demonstrate our model's ability to sample from several complex data distributions using the proposed neural dynamics and discuss its applicability to developing the next generation of sampling-based brain models.

📄 PDF Abstract BibTeX arXiv:2308.11809

Code (1)

chinsengi/score_rnn 공식 구현 pytorch

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Denoising Score Matching Training a denoiser on signals gives you a powerful prior over this signal that you can then use to sample examples of this signal.

Similar Papers 제목 키워드 기반

CoRMF: Criticality-Ordered Recurrent Mean Field Ising Solver

2024-03-05 · Zhenyu Pan, Ammar Gilani, En-Jui Kuo, Zhuo Liu

We propose an RNN-based efficient Ising model solver, the Criticality-ordered Recurrent Mean Field (CoRMF), for forward Ising problems. In its core, a criticality-ordered spin sequence of an $N$-spin Ising model is intro…

Neural Dialogue State Tracking with Temporally Expressive Networks

2020-09-16 · Findings of the Association for Computational Linguistics 2020 · Junfan Chen, Richong Zhang, Yongyi Mao, Jie Xu

Dialogue state tracking (DST) is an important part of a spoken dialogue system. Existing DST models either ignore temporal feature dependencies across dialogue turns or fail to explicitly model temporal state dependencie…

Dialogue State Tracking

A Multi-Horizon Quantile Recurrent Forecaster

2017-11-29 · Ruofeng Wen, Kari Torkkola, Balakrishnan Narayanaswamy, Dhruv Madeka

We propose a framework for general probabilistic multi-step time series regression. Specifically, we exploit the expressiveness and temporal nature of Sequence-to-Sequence Neural Networks (e.g. recurrent and convolutiona…

quantile regressionregressionTime SeriesTime Series Analysis+1

Towards Interpreting Recurrent Neural Networks through Probabilistic Abstraction

2019-09-22 · Guoliang Dong, Jingyi Wang, Jun Sun, Yang Zhang 외

Neural networks are becoming a popular tool for solving many real-world problems such as object recognition and machine translation, thanks to its exceptional performance as an end-to-end solution. However, neural networ…

Machine TranslationObject Recognition

Dynamical Mechanism of Sampling-based Stochastic Inference under Probabilistic Population Codes

2021-06-10 · Kohei Ichikawa, Asaki Kataoka

Animals are known to make efficient probabilistic inferences based on uncertain and noisy information from the outside world. Although it is known that generic neural networks can perform near-optimal point estimation by…

Inductive Bias