Statistical Learning
High-dimensional neural spike train analysis with generalized count linear dynamical systems
Yuanjun Gao, Lars Busing, Krishna V. Shenoy, John P. Cunningham
Latent factor models have been widely used to analyze simultaneous recordings of spike trains from large, heterogeneous neural populations. These models assume the signal of interest in the population is a low-dimensional latent intensity that evolves over time, which is observed in high dimension via noisy point-process observations. These techniques have been well used to capture neural correlations across a population and to provide a smooth, denoised, and concise representation of high-dimensional spiking data. One limitation of many current models is that the observation model is assumed to be Poisson, which lacks the flexibility to capture under-and over-dispersion that is common in recorded neural data, thereby introducing bias into estimates of covariance. Here we develop the generalized count linear dynamical system, which relaxes the Poisson assumption by using a more general exponential family for count data. In addition to containing Poisson, Bernoulli, negative binomial, and other common count distributions as special cases, we show that this model can be tractably learned by extending recent advances in variational inference techniques. We apply our model to data from primate motor cortex and demonstrate performance improvements over state-of-the-art methods, both in capturing the variance structure of the data and in held-out prediction.
2e65f2f2fdaf6c699b223c61b1b5ab89-AuthorFeedback.pdf
Thank you for the insightful comments. We are encouraged you find our paper a significant contribution. " Our results hold even if the parameters Pรณlya-Gamma method specialized to logistic regression. "specialized method already exists" The specialized method (Pรณlya-Gamma sampler) has running time at each epoch that "authors could comment on other possible scenarios" We focused on logistic regression as it is one of the most common Thank you for the valuable feedback. We are encouraged you find our paper interesting and substantial. We describe these applications in lines 44-50 of our paper. "Do you have a CLT for your chain?" " At your suggestion, we performed initial experiments comparing the full Laplace approxi-27 As part of our reorganization, we will include a section on experiments in the main body of the paper.
Beyond Convexity: Stochastic Quasi-Convex Optimization
Elad Hazan, Kfir Levy, Shai Shalev-Shwartz
Stochastic convex optimization is a basic and well studied primitive in machine learning. It is well known that convex and Lipschitz functions can be minimized efficiently using Stochastic Gradient Descent (SGD). The Normalized Gradient Descent (NGD) algorithm, is an adaptation of Gradient Descent, which updates according to the direction of the gradients, rather than the gradients themselves. In this paper we analyze a stochastic version of NGD and prove its convergence to a global minimum for a wider class of functions: we require the functions to be quasi-convex and locally-Lipschitz. Quasi-convexity broadens the concept of unimodality to multidimensions and allows for certain types of saddle points, which are a known hurdle for first-order optimization methods such as gradient descent. Locally-Lipschitz functions are only required to be Lipschitz in a small region around the optimum. This assumption circumvents gradient explosion, which is another known hurdle for gradient descent variants. Interestingly, unlike the vanilla SGD algorithm, the stochastic normalized gradient descent algorithm provably requires a minimal minibatch size.