← Search

Scott Linderman

40 accepted papers

2026

Agentic Collaboration as an Information Bottleneck Problem

ICLR 2026poster

Agentic language model (LM) systems have rapidly become central to modern workflows, powering applications like "Deep Research" and "Claude Code." As contexts grow beyond what even the largest frontier models can process effectively, multi-LM architectures have emerged to overcome context limitatio…

Cited by 0SourceScholar
2026

Decoding Inner Speech with an End-to-End Brain-to-Text Neural Interface

ICLR 2026poster

Speech brain–computer interfaces (BCIs) aim to restore communication for people with paralysis by translating neural activity into text. Most systems use cascaded frameworks that decode phonemes before assembling sentences with an n-gram language model (LM), preventing joint optimization of all stag…

Cited by 0SourceScholar
2026

Learning Biophysical Models of Large-Scale Multineuronal Data To Enable Precise Neurostimulation

ICML 2026spotlight

Multi-compartment Hodgkin–Huxley (HH) models provide a principled framework for predicting neural dynamics and responses to electrical stimulation. However, fitting HH biophysical parameters typically requires intracellular recordings, which are invasive and low-throughput, limiting the ability to c…

Cited by 0SourceScholar
2025

Cost-efficient Collaboration between On-device and Cloud Language Models

ICML 2025poster

We investigate an emerging setup in which a small, on-device language model (LM) with access to local data collaborates with a frontier, cloud-hosted LM to solve real-world tasks involving financial, medical, and scientific reasoning over long documents. *Can a local-remote collaboration reduce clo…

Cited by 0SourcePDFScholar
2025

Extracting task-relevant preserved dynamics from contrastive aligned neural recordings

NeurIPS 2025spotlight

Recent work indicates that low-dimensional dynamics of neural and behavioral data are often preserved across days and subjects. However, extracting these preserved dynamics remains challenging: high-dimensional neural population activity and the recorded neuron populations vary across recording sess…

Cited by 0SourcecodeScholar
2025

Identifying multi-compartment Hodgkin-Huxley models with high-density extracellular voltage recordings

NeurIPS 2025poster

Multi-compartment Hodgkin-Huxley models are biophysical models of how electrical signals propagate throughout a neuron, and they form the basis of our knowledge of neural computation at the cellular level. However, these models have many free parameters that must be estimated for each cell, and exis…

Cited by 0SourceScholar
2025

Informed Correctors for Discrete Diffusion Models

NeurIPS 2025poster

Discrete diffusion has emerged as a powerful framework for generative modeling in discrete domains, yet efficiently sampling from these models remains challenging. Existing sampling strategies often struggle to balance computation and sample quality when the number of sampling steps is reduced, even…

Cited by 0SourceScholar
2025

Parallelizing MCMC Across the Sequence Length

NeurIPS 2025poster

Markov chain Monte Carlo (MCMC) methods are foundational algorithms for Bayesian inference and probabilistic modeling. However, most MCMC algorithms are inherently sequential and their time complexity scales linearly with the sequence length. Previous work on adapting MCMC to modern hardware has the…

Cited by 0SourceScholar
2025

Predictability Enables Parallelization of Nonlinear State Space Models

NeurIPS 2025poster

The rise of parallel computing hardware has made it increasingly important to understand which nonlinear state space models can be efficiently parallelized. Recent advances have shown that evaluating a state space model can be recast as solving a parallelizable optimization problem, and sometimes th…

Cited by 0SourceScholar
2025

Weaver: Shrinking the Generation-Verification Gap by Scaling Compute for Verification

NeurIPS 2025poster

Verifiers can improve language model (LM) capabilities by providing feedback or selecting the best response from a pool of generated candidates. Currently, high-quality verifiers are either unscalable (e.g., humans) or limited in utility (e.g., tools like Lean for formal proofs). While LM judges and…

Cited by 0SourceScholar
2024

Modeling Latent Neural Dynamics with Gaussian Process Switching Linear Dynamical Systems

NeurIPS 2024poster

Understanding how the collective activity of neural populations relates to computation and ultimately behavior is a key goal in neuroscience. To this end, statistical methods which describe high-dimensional neural time series in terms of low-dimensional latent dynamics have played a fundamental role…

2024

Structured flexibility in recurrent neural networks via neuromodulation

NeurIPS 2024poster

A core aim in theoretical and systems neuroscience is to develop models which help us better understand biological intelligence. Such models range broadly in both complexity and biological plausibility. One widely-adopted example is task-optimized recurrent neural networks (RNNs), which have been…

Cited by 2SourcePDFScholar
2024

Towards Scalable and Stable Parallelization of Nonlinear RNNs

NeurIPS 2024poster

Transformers and linear state space models can be evaluated in parallel on modern hardware, but evaluating nonlinear RNNs appears to be an inherently sequential problem. Recently, however, Lim et al. '24 developed an approach called DEER, which evaluates nonlinear RNNs in parallel by posing the stat…

2023

Convolutional State Space Models for Long-Range Spatiotemporal Modeling

NeurIPS 2023poster

Effectively modeling long spatiotemporal sequences is challenging due to the need to model complex spatial correlations and long-range temporal dependencies simultaneously. ConvLSTMs attempt to address this by updating tensor-valued states with recurrent neural networks, but their sequential computa…

Cited by 24SourcePDFScholar
2023

Simplified State Space Layers for Sequence Modeling

ICLR 2023top-5%

Models using structured state space sequence (S4) layers have achieved state-of-the-art performance on long-range sequence modeling tasks. An S4 layer combines linear state space models (SSMs), the HiPPO framework, and deep learning to achieve high performance. We build on the design of the S4 layer…

2023

Switching Autoregressive Low-rank Tensor Models

NeurIPS 2023poster

An important problem in time-series analysis is modeling systems with time-varying dynamics. Probabilistic models with joint continuous and discrete latent states offer interpretable, efficient, and experimentally useful descriptions of such data. Commonly used models include autoregressive hidden…

2022

Distinguishing discrete and continuous behavioral variability using warped autoregressive HMMs

NeurIPS 2022accept

A core goal in systems neuroscience and neuroethology is to understand how neural circuits generate naturalistic behavior. One foundational idea is that complex naturalistic behavior may be composed of sequences of stereotyped behavioral syllables, which combine to generate rich sequences of actions…

Cited by 21SourcePDFScholar
2022

SIXO: Smoothing Inference with Twisted Objectives

NeurIPS 2022accept

Sequential Monte Carlo (SMC) is an inference algorithm for state space models that approximates the posterior by sampling from a sequence of target distributions. The target distributions are often chosen to be the filtering distributions, but these ignore information from future observations, leadi…

2021

Animal pose estimation from video data with a hierarchical von Mises-Fisher-Gaussian model

AISTATS 2021poster

Animal pose estimation from video data is an important step in many biological studies, but current methods struggle in complex environments where occlusions are common and training data is scarce. Recent work has demonstrated improved accuracy with deep neural networks, but these methods often do n…

Cited by 33SourcePDFScholar
2021

Generalized Shape Metrics on Neural Representations

NeurIPS 2021poster

Understanding the operation of biological and artificial networks remains a difficult and important challenge. To identify general principles, researchers are increasingly interested in surveying large collections of networks that are trained on, or biologically adapted to, similar tasks. A standard…

2021

Reverse engineering recurrent neural networks with Jacobian switching linear dynamical systems

NeurIPS 2021poster

Recurrent neural networks (RNNs) are powerful models for processing time-series data, but it remains challenging to understand how they function. Improving this understanding is of substantial interest to both the machine learning and neuroscience communities. The framework of reverse engineering a…

2020

A general recurrent state space framework for modeling neural dynamics during decision-making

ICML 2020poster

An open question in systems and computational neuroscience is how neural circuits accumulate evidence towards a decision. Fitting models of decision-making theory to neural activity helps answer this question, but current approaches limit the number of these models that we can fit to neural data. He…

Cited by 51SourcePDFScholar
2020

Point process models for sequence detection in high-dimensional neural spike trains

NeurIPS 2020oral

Sparse sequences of neural spikes are posited to underlie aspects of working memory, motor production, and learning. Discovering these sequences in an unsupervised manner is a longstanding problem in statistical neuroscience. Promising recent work utilized a convolutive nonnegative matrix factorizat…

2020

Recurrent Switching Dynamical Systems Models for Multiple Interacting Neural Populations

NeurIPS 2020poster

Modern recording techniques can generate large-scale measurements of multiple neural populations over extended time periods. However, it remains a challenge to model non-stationary interactions between high-dimensional populations of neurons. To tackle this challenge, we develop recurrent switching…

2019

BehaveNet: nonlinear embedding and Bayesian neural decoding of behavioral videos

NeurIPS 2019poster

A fundamental goal of systems neuroscience is to understand the relationship between neural activity and behavior. Behavior has traditionally been characterized by low-dimensional, task-related variables such as movement speed or response times. More recently, there has been a growing interest in au…

2019

Mutually Regressive Point Processes

NeurIPS 2019poster

Many real-world data represent sequences of interdependent events unfolding over time. They can be modeled naturally as realizations of a point process. Despite many potential applications, existing point process models are limited in their ability to capture complex patterns of interaction. Hawkes…

2019

Poisson-Randomized Gamma Dynamical Systems

NeurIPS 2019poster

This paper presents the Poisson-randomized gamma dynamical system (PRGDS), a model for sequentially observed count tensors that encodes a strong inductive bias toward sparsity and burstiness. The PRGDS is based on a new motif in Bayesian latent variable modeling, an alternating chain of discrete Poi…

2019

Scalable Bayesian inference of dendritic voltage via spatiotemporal recurrent state space models

NeurIPS 2019oral

Recent advances in optical voltage sensors have brought us closer to a critical goal in cellular neuroscience: imaging the full spatiotemporal voltage on a dendritic tree. However, current sensors and imaging approaches still face significant limitations in SNR and sampling frequency; therefore sta…

2019

Tree-Structured Recurrent Switching Linear Dynamical Systems for Multi-Scale Modeling

ICLR 2019poster

Many real-world systems studied are governed by complex, nonlinear dynamics. By modeling these dynamics, we can gain insight into how these systems work, make predictions about how they will behave, and develop strategies for controlling them. While there are many methods for modeling nonlinear dyn…

2018

Learning Latent Permutations with Gumbel-Sinkhorn Networks

ICLR 2018poster

Permutations and matchings are core building blocks in a variety of latent variable models, as they allow us to align, canonicalize, and sort data. Learning in such models is difficult, however, because exact marginalization over these combinatorial objects is intractable. In response, this paper in…

2018

Point process latent variable models of larval zebrafish behavior

NeurIPS 2018spotlight

A fundamental goal of systems neuroscience is to understand how neural activity gives rise to natural behavior. In order to achieve this goal, we must first build comprehensive models that offer quantitative descriptions of behavior. We develop a new class of probabilistic models to tackle this ch…

Cited by 37SourcePDFScholar
2018

Reparameterizing the Birkhoff Polytope for Variational Permutation Inference

AISTATS 2018poster

Many matching, tracking, sorting, and ranking problems require probabilistic reasoning about possible permutations, a set that grows factorially with dimension. Combinatorial optimization algorithms may enable efficient point estimation, but fully Bayesian inference poses a severe challenge in this…

Cited by 0SourcePDFScholar
2017

Bayesian Learning and Inference in Recurrent Switching Linear Dynamical Systems

AISTATS 2017poster

Many natural systems, such as neurons firing in the brain or basketball teams traversing a court, give rise to time series data with complex, nonlinear dynamics. We can gain insight into these systems by decomposing the data into segments that are each explained by simpler dynamic units. Building o…

Cited by 301SourcePDFScholar
2017

Reparameterization Gradients through Acceptance-Rejection Sampling Algorithms

AISTATS 2017poster

Variational inference using the reparameterization trick has enabled large-scale approximate Bayesian inference in complex probabilistic models, leveraging stochastic optimization to sidestep intractable expectations. The reparameterization trick is applicable when we can simulate a random variable…

2016

Bayesian latent structure discovery from multi-neuron recordings

NeurIPS 2016poster

Neural circuits contain heterogeneous groups of neurons that differ in type, location, connectivity, and basic response properties. However, traditional methods for dimensionality reduction and clustering are ill-suited to recovering the structure underlying the organization of neural circuits. In p…

2015

Dependent Multinomial Models Made Easy: Stick-Breaking with the Polya-gamma Augmentation

NeurIPS 2015poster

Many practical modeling problems involve discrete data that are best represented as draws from multinomial or categorical distributions. For example, nucleotides in a DNA sequence, children's names in a given state and year, and text documents are all commonly modeled with multinomial distributions.…