NCLGNEOct 2, 2022

Supervised Parameter Estimation of Neuron Populations from Multiple Firing Events

arXiv:2210.01767v11 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses the parameter estimation problem in computational neuroscience by automating the process, potentially speeding up analysis for researchers, though it is incremental as it applies existing supervised learning techniques to a known bottleneck.

The paper tackled the problem of estimating neuron population parameters from spiking data by using supervised learning models trained on simulated data, and found that these models, especially convolutional neural networks, outperformed classical methods in accuracy and efficiency, with specific improvements in parameter estimation and spike reconstruction errors.

The firing dynamics of biological neurons in mathematical models is often determined by the model's parameters, representing the neurons' underlying properties. The parameter estimation problem seeks to recover those parameters of a single neuron or a neuron population from their responses to external stimuli and interactions between themselves. Most common methods for tackling this problem in the literature use some mechanistic models in conjunction with either a simulation-based or solution-based optimization scheme. In this paper, we study an automatic approach of learning the parameters of neuron populations from a training set consisting of pairs of spiking series and parameter labels via supervised learning. Unlike previous work, this automatic learning does not require additional simulations at inference time nor expert knowledge in deriving an analytical solution or in constructing some approximate models. We simulate many neuronal populations with different parameter settings using a stochastic neuron model. Using that data, we train a variety of supervised machine learning models, including convolutional and deep neural networks, random forest, and support vector regression. We then compare their performance against classical approaches including a genetic search, Bayesian sequential estimation, and a random walk approximate model. The supervised models almost always outperform the classical methods in parameter estimation and spike reconstruction errors, and computation expense. Convolutional neural network, in particular, is the best among all models across all metrics. The supervised models can also generalize to out-of-distribution data to a certain extent.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes