← Search

Xavier Gonzalez

3 accepted papers

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
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…