Martingale Posterior Neural Networks for Fast Sequential Decision Making

venue: Advances in Neural Information Processing Systems 39 (NeurIPS)
date: June 2025
link: https://arxiv.org/abs/2506.11898
Authors: Gerardo Duran-Martin, Leandro Sánchez-Betancourt, Álvaro Cartea, Kevin Murphy

Abstract

We introduce scalable algorithms for online learning of neural network parameters and Bayesian sequential decision making. Unlike classical Bayesian neural networks, which induce predictive uncertainty through a posterior over model parameters, our methods adopt a predictive-first perspective based on martingale posteriors. In particular, we work directly with the one-step-ahead posterior predictive, which we parameterize with a neural network and update sequentially with incoming observations.

This decouples Bayesian decision-making from parameter-space inference: we sample from the posterior predictive for decision making, and update the parameters of the posterior predictive via fast, frequentist Kalman-filter-like recursions. Our algorithms operate in a fully online, replay-free setting, providing principled uncertainty quantification without costly posterior sampling. Empirically, they achieve competitive performance-speed trade-offs in non-stationary contextual bandits and Bayesian optimization, offering 10-100 times faster inference than classical Thompson sampling while maintaining comparable or superior decision performance.

Citation

1
2
3
4
5
6
7
8
9
@misc{duranmartin2025martingaleposteriorneuralnetworks,
  title={Martingale Posterior Neural Networks for Fast Sequential Decision Making},
  author={Gerardo Duran-Martin and Leandro Sánchez-Betancourt and Álvaro Cartea and Kevin Murphy},
  year={2025},
  eprint={2506.11898},
  archivePrefix={arXiv},
  primaryClass={cs.LG},
  url={https://arxiv.org/abs/2506.11898},
}