Recursive PAC-Bayes: A Frequentist Approach to Sequential Prior Updates with No Information Loss
Yi-Shan Wu, Yijie Zhang, Badr-Eddine Chérief-Abdellatif, Yevgeny Seldin
TL;DR
This work addresses the limitation of PAC-Bayes bounds that lose confidence information when priors are updated with data. It introduces Recursive PAC-Bayes (RPB), a decomposition that expresses the expected loss as an excess term relative to a downscaled prior loss plus a recursively bounded prior loss, enabling sequential prior updates without information loss. The authors generalize split-kl inequalities to general discrete variables and derive a Recursive PAC-Bayes bound that combines these elements across multiple data splits, preserving information from all data. Empirically, RP-Bayes on MNIST and Fashion-MNIST demonstrates improved test performance and significantly tighter bounds as recursion depth increases, suggesting practical benefits for sequential learning and data-efficient prior design.
Abstract
PAC-Bayesian analysis is a frequentist framework for incorporating prior knowledge into learning. It was inspired by Bayesian learning, which allows sequential data processing and naturally turns posteriors from one processing step into priors for the next. However, despite two and a half decades of research, the ability to update priors sequentially without losing confidence information along the way remained elusive for PAC-Bayes. While PAC-Bayes allows construction of data-informed priors, the final confidence intervals depend only on the number of points that were not used for the construction of the prior, whereas confidence information in the prior, which is related to the number of points used to construct the prior, is lost. This limits the possibility and benefit of sequential prior updates, because the final bounds depend only on the size of the final batch. We present a novel and, in retrospect, surprisingly simple and powerful PAC-Bayesian procedure that allows sequential prior updates with no information loss. The procedure is based on a novel decomposition of the expected loss of randomized classifiers. The decomposition rewrites the loss of the posterior as an excess loss relative to a downscaled loss of the prior plus the downscaled loss of the prior, which is bounded recursively. As a side result, we also present a generalization of the split-kl and PAC-Bayes-split-kl inequalities to discrete random variables, which we use for bounding the excess losses, and which can be of independent interest. In empirical evaluation the new procedure significantly outperforms state-of-the-art.
