paper-with-me

Papers

Poisson Variational Autoencoder

2024-05-23 · Hadi Vafaii, Dekel Galor, Jacob L. Yates

Variational autoencoders (VAEs) employ Bayesian inference to interpret sensory inputs, mirroring processes that occur in primate vision across both ventral (Higgins et al., 2021) and dorsal (Vafaii et al., 2023) pathways. Despite their success, traditional VAEs rely on continuous latent variables, which deviates sharply from the discrete nature of biological neurons. Here, we developed the Poisson VAE (P-VAE), a novel architecture that combines principles of predictive coding with a VAE that encodes inputs into discrete spike counts. Combining Poisson-distributed latent variables with predictive coding introduces a metabolic cost term in the model loss function, suggesting a relationship with sparse coding which we verify empirically. Additionally, we analyze the geometry of learned representations, contrasting the P-VAE to alternative VAE models. We find that the P-VAE encodes its inputs in relatively higher dimensions, facilitating linear separability of categories in a downstream classification task with a much better (5x) sample efficiency. Our work provides an interpretable computational framework to study brain-like sensory processing and paves the way for a deeper understanding of perception as an inferential process.

📄 PDF Abstract BibTeX arXiv:2405.14473

Code (1)

hadivafaii/poissonvae 공식 구현 pytorch

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Metabolic cost of information processing in Poisson variational autoencoders

2026-02-13 · Hadi Vafaii, Jacob L. Yates arxiv

Computation in biological systems is fundamentally energy-constrained, yet standard theories of computation treat energy as freely available. Here, we argue that variational free energy minimization under a Poisson assum…

ESVAE: An Efficient Spiking Variational Autoencoder with Reparameterizable Poisson Spiking Sampling

2023-10-23 · Qiugang Zhan, Ran Tao, Xiurui Xie, Guisong Liu 외

In recent years, studies on image generation models of spiking neural networks (SNNs) have gained the attention of many researchers. Variational autoencoders (VAEs), as one of the most popular image generation models, ha…

DecoderImage Generation

Inferring response times of perceptual decisions with Poisson variational autoencoders

2025-11-14 · Hayden R. Johnson, Anastasia N. Krouglova, Hadi Vafaii, Jacob L. Yates 외 arxiv

Many properties of perceptual decision making are well-modeled by deep neural networks. However, such architectures typically treat decisions as instantaneous readouts, overlooking the temporal dynamics of the decision p…

Decision Making

Brain-like variational inference

2024-10-25 · Hadi Vafaii, Dekel Galor, Jacob L. Yates

Inference in both brains and machines can be formalized by optimizing a shared objective: maximizing the evidence lower bound (ELBO) in machine learning, or minimizing variational free energy (F) in neuroscience (ELBO = …

Variational Inference

A hitchhiker's guide to Poisson gradient estimation

2026-02-03 · Michael Ibrahim, Hanqi Zhao, Eli Sennesh, Zhi Li 외 arxiv

Poisson-distributed latent variable models are widely used in computational neuroscience, but differentiating through discrete stochastic samples remains challenging. Two approaches address this: *Exponential Arrival Tim…