REVIEW 5 minor 3 cited by
Confidence Sequences for Generalized Linear Models via Regret Analysis
T0 review · 0 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read For any generalized linear model, a regret bound for a sequential predictor yields a valid confidence sequence for the true parameter.
desk verdict A sound and honest unification of GLM confidence-sequence construction via regret analysis, with two genuinely new bounds and one overclaim in the abstract that should be fixed. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the sequential likelihood-ratio martingale $M_n=\prod_{t=1}^n p_t(Y_t)/p(Y_t\mid X_t,\theta^\star)$, which is nonnegative and satisfies $\mathbb{E}[M_t\mid\mathcal{F}_{t-1}]=M_{t-1}$; Ville's inequality then gives $\mathbb{P}[\exists n:\log M_n\ge\log(1/\delta)]\le\delta$. The conversion identity is $$\sum_{t=1}^n(\ell_t(\$\theta$^\star)-\ell_t(\theta_n))=\mathrm{regret}_{p_n}(\theta_n)+\sum_{t=1}^n(\ell_t(\$\theta$^\star)-L_t(p_t)),$$ where the second term is exactly $\log M_n$. For algorithmic conversions the paper introduces $\eta$-shifted losses $\ell_t^{(\eta)}(\theta)=\ell_t(\eta\theta+(1-\eta)\theta^\star)$, which keep $\theta^\star$ as a fixed point and generate a second martingale, and measures the size of the resulting sets with the symmetrized convexity measure $d_\psi(z,z')=\tfrac12\psi(z)+\tfrac12\psi(z')-\psi((z+z')/2)$.
What would settle it
One settling check is simulation-based coverage of the Theorem 2.2 set for a logistic regression with known $\theta^*$ and a misspecified bound $b$: generate repeated sequences, and if $\theta^*$ falls outside the set more than $\delta$ of the time in the regime $|\langle\theta^*,X_t\rangle|\le b$, the polar-set construction used in the applications is invalid; in the opposite direction, if the set is so large that it contains essentially all parameters, the n-independent width is vacuous for that GLM.
Extended reading notes
Core claim
The central claim is Theorem 2.2: with $\ell_t(\theta)=-\log p(Y_t\mid X_t,\theta)$, let $p_1,\dots,p_n$ be any predictions chosen before the corresponding labels are revealed, and let $\theta_n$ be any data-dependent reference parameter. Then $$\Theta_n=\left\{\$\theta$\in\mathbb{R}^d:\sum_{t=1}^n(\ell_t(\$\theta$)-\ell_t(\theta_n))\le \mathrm{regret}_{p_n}(\theta_n)+\log(1/\delta)\right\}$$ satisfies $\mathbb{P}[\exists n:\theta^\star\notin\Theta_n]\le\delta$. The proof decomposes the excess loss of the true parameter over the reference into the predictor's regret against the reference plus a sequential log-likelihood-ratio sum, which is a nonnegative martingale; Ville's inequality bounds that martingale by $\log(1/\delta)$. Thus every regret bound for sequential probability assignment with GLM losses automatically becomes a confidence sequence, and the same reduction, refined with shifted losses, produces sets whose width is governed by regret against $\theta^\star$ rather than against a reference estimator.
Load-bearing premise
The binding assumption is that the user knows an interval on which the log-partition is strongly convex and can guarantee the true parameter's linear predictions stay inside it; when that curvature constant is tiny the width explodes, and a wrong interval invalidates the comparator.
Editorial extensions
If this is right
- With adaptively chosen covariates and an $M$-smooth log-partition, the analytic conversion gives confidence width $\|\hat\theta_n\|^2/(2\gamma^2)+\tfrac12\log\det(\gamma^2M\Lambda_n+I_d)+\log(1/\delta)$, recovering linear-model ellipsoid bounds and removing the uniform lower-curvature assumptions in earlier GLM confidence sets.
- With obliviously chosen covariates and a locally $m$-strongly convex log-partition, the confidence set has width $d\log(1+2M/m)+2\log(1/\delta)$, independent of the sample size $n$ and invariant to invertible linear reparametrization of the covariates.
- For $s$-sparse parameters, the algorithmic conversion with a sparsity-inducing prior yields width $(4s/m)\log(2ed\sqrt{1+MB^2L_\infty^2n/2}/s)+(4/m)\log(2\sqrt e/\delta)$, which removes the factor $\max_tY_t^2$ that appears in earlier deterministic-forecaster confidence sets.
- Any future regret bound for sequential probability assignment with GLM log losses can be plugged into Theorem 2.2 to yield a valid confidence sequence, so the statistical task reduces to an algorithmic task.
- The framework recovers several published confidence-set constructions as special cases of one reduction, including linear, logistic, and general exponential-family settings.
Reading between the lines
- One extension the paper only sketches is that the same martingale argument survives when the exponential-family moment condition is relaxed to an inequality, so the reduction should transfer to sub-exponential families and generalized additive models; checking that transfer would be a natural next test.
- The n-independent width of Theorem 4.3 is most useful when the strong-convexity interval is short; for logistic regression the curvature constant $m$ is typically exponentially small in the dimension, so a practical development would be to replace global strong convexity on $[-b,b]$ with curvature measured only on the realized prediction interval of $\theta^*$.
- The analytic/algorithmic distinction suggests a design rule: in analytic mode the user should choose the predictor solely for its regret bound, since it never has to be run, whereas in algorithmic mode the predictor's output defines the pseudo-labels and therefore must be computable; the sparse-GLM result shows when paying that computation removes the label-magnitude factor.
- The rank-aware regret bound indicates that confidence widths could adapt to the effective dimension of the covariates, shrinking on sequences where the design matrix is low rank; this is implicit in the determinant bound but not developed as a separate adaptive procedure.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper develops a framework for constructing confidence sets and confidence sequences for GLM parameters by reducing the statistical problem to regret analysis in a sequential probability assignment game. The central reduction (Theorem 2.2) decomposes the excess loss of the true parameter against a data-dependent reference estimator into the online learner's regret plus a sequential log-likelihood-ratio martingale, which is controlled by Ville's inequality. The authors distinguish analytic conversions, where only the existence of a low-regret forecaster is needed, from algorithmic conversions, where the forecaster's predictions are used actively to define the confidence set. The framework is instantiated with EWA and NML forecasters. The resulting applications include confidence sets for adaptive covariates (Theorem 4.1), an n-independent width for transductive strongly convex GLMs (Theorem 4.3), and sparse-model confidence sets obtained from algorithmic conversions with pseudo-labels (Theorems 4.4-4.7). The manuscript also positions the work relative to Abbasi-Yadkori, Pal and Szepesvari (2012), Jun et al. (2017), Kirschner et al. (2025), and related online-to-confidence-set literature.
Significance. Subject to the stated assumptions, the central reduction is correct and the paper is a genuine conceptual contribution: it provides a single template that recovers several known confidence-set constructions and yields new results, including the n-independent transductive width and label-independent sparse confidence sets. I checked the proofs of Propositions 2.1, 2.3, 3.1, and 3.2 and Theorems 2.2, 2.4, 4.1, 4.3, 4.5, 4.6, and 4.7; the martingale decompositions are sound and the Gaussian integral computations are standard. The authors deserve credit for being explicit about the severe limitations of strong-convexity assumptions, in particular the exponentially small m for logistic regression, and about the need for the polar set S_{n,b}. The main issues are local: a technically incorrect regularized-loss comparison around Eq. (18), an overbroad statement in the abstract, and several notational slips. These do not affect the validity of the central reduction and are readily fixable.
minor comments (5)
- [Section 4.1.1, Eq. (18)] The passage around Eq. (18) is not a correct rewrite of Theorem 4.1 for general lambda. Theorem 4.1 is stated with lambda = 1 and with a width for the unregularized loss; after writing \tilde{\ell}_t = \ell_t + \rho, the exact regularized width is \tilde{\beta}_n = \rho(\theta_\star) + \gamma^{\rho}_{n,1} + \log(1/\delta) at lambda = 1, or, for general lambda, \tilde{\beta}_n = (\rho(\hat{\theta}_n) + \gamma^{\rho}_{n,\lambda})/\lambda + \rho(\theta_\star) - \rho(\hat{\theta}_n) + \log(1/\delta). The printed expression with 1/(2\lambda) prefactors and lambda inside the determinant omits the term (1/\lambda - 1)\rho(\hat{\theta}_n) and is only valid when lambda = 1 or \hat{\theta}_n = 0. Please derive this step explicitly or restrict the display to lambda = 1.
- [Abstract] The abstract's claim that the methodology 'recovers all state-of-the-art confidence set constructions within a single framework' overstates the scope. Several constructions in the cited literature rely on additional assumptions such as compact parameter sets or known strong-convexity constants, and the Discussion itself highlights severe limitations of the strong-convexity results. I suggest softening this to 'several' or to 'the constructions covered by our assumptions'.
- [Section 4.1.2 and Theorem 4.3] The theorem's validity depends on the user knowing b and m and on the true parameter lying in the polar set S_{n,b}. These conditions are stated in the text before the theorem, but the 'first to have width independent of n' claim in Section 5 and the abstract do not carry the caveat. Since a misspecified b invalidates the strong-convexity inequality (21) and the first-order optimality step, this caveat deserves more prominence in the theorem statement and the discussion.
- [Throughout] Notation and typos: Eq. (20) writes the reference estimator as \hat{\theta}_{b,n} while the theorem and proof use \hat{\theta}_{n,b}; the proof of Theorem 4.3 first writes \rho(\theta) = \gamma^{-2}\|\theta-\theta_\star\|^2_{\Lambda_n} where the subsequent argument uses 1/(2\gamma^2); Proposition 2.3's proof contains '\ell_n' and 'q_n' where '\ell_t' and 'q_t' are meant; in Section 2.1, 'we we will play special attention' should be 'we will pay special attention'; Eq. (12) has a missing parenthesis in the denominator; and in Section 3.2, 'Our of the many possibilities' should be 'Out of the many possibilities'.
- [Section 2.3, last paragraph] The sentence 'We provide concrete examples (as well as a tighter confidence set of a similar shape) in Section 2.3' appears to be a cross-reference error; the concrete examples of convex sets built from d_\psi are actually given in Section 4.2.
Circularity Check
No significant circularity: the online-to-confidence-set reduction is self-contained; the strong-convexity caveat in Theorem 4.3 is a disclosed limitation, not a circular step.
full rationale
The central derivation is self-contained and non-circular. Theorem 2.2's proof is an equality: the excess log-likelihood of the true parameter relative to the reference theta_n equals regret_pn(theta_n) plus the sequential log-likelihood-ratio martingale M_n(theta_star); Proposition 2.1, proved in-text via Ville's inequality, gives P(sup_n M_n(theta_star) >= log(1/delta)) <= delta, so the claim follows from a martingale bound and an algorithmic regret bound, with no fitted parameter and no target-dependent input. The regret bounds in Section 3 are deterministic, hold for every comparator, and are instantiated with data-dependent references only after being proved pointwise, so the confidence width is not renamed as a fitted prediction. In Theorem 4.3, the EWA prior is centered at theta_star, but this is a legitimate existence device: the algorithm is never run, the resulting confidence set depends only on b, delta, kappa, and the observed data, and the proof uses theta_star only to derive a regret bound for a hypothetical forecaster. The strong-convexity and polar-set assumptions are stated explicitly, and their severity (e.g., exponentially small m for logistic regression) is acknowledged in Sections 4 and 5, so they are disclosed limitations rather than hidden inputs. Self-citations to prior work by the authors are contextual and none is load-bearing for the main reduction.
Assumptions & free parameters
free parameters (4)
- gamma (regularization scale) =
sqrt(2/m) in Theorem 4.3; user-chosen in Theorem 4.1
- lambda (EWA learning rate) =
1 in Theorems 4.1 and 4.3; 1/2 in Theorems 4.5-4.7
- b (bound on |<theta_star,X_t>|) =
assumed known
- s, B, L_infinity (sparsity, norm bound, coordinate covariate bound) =
assumed known in Theorem 4.7
assumptions (5)
- domain assumption Labels follow a GLM: p(y|X,theta_star)=exp(<theta_star,X>y - psi(<theta_star,X>)) h(y) with psi convex.
- domain assumption psi is M-smooth (psi'' <= M) for adaptive-covariate results.
- domain assumption psi is m-strongly convex on [-b,b] and |<theta_star,X_t>| <= b for the n-independent and algorithmic results.
- standard math The regularized MLE and Gaussian integrals exist (for example, Lambda_n full rank, integrable prior).
- standard math Ville's inequality for nonnegative supermartingales (Proposition 2.1).
Cite this review
Pith. "Pith review of Confidence Sequences for Generalized Linear Models via Regret Analysis." pith.science (2026). https://pith.science/paper/4GQCVMYL
@misc{pith2026250416555,
author = {Pith},
title = {Pith review of: Confidence Sequences for Generalized Linear Models via Regret Analysis},
year = {2026},
howpublished = {\url{https://pith.science/paper/4GQCVMYL}},
note = {Machine review of arXiv:2504.16555}
}
read the original abstract
We develop a methodology for constructing confidence sets for parameters of statistical models via a reduction to sequential prediction. Our key observation is that for any generalized linear model (GLM), one can construct an associated game of sequential probability assignment such that achieving low regret in the game implies a high-probability upper bound on the excess likelihood of the true parameter of the GLM. This allows us to develop a scheme that we call online-to-confidence-set conversions, which effectively reduces the problem of proving the desired statistical claim to an algorithmic question. We study two varieties of this conversion scheme: 1) analytical conversions that only require proving the existence of algorithms with low regret and provide confidence sets centered at the maximum-likelihood estimator 2) algorithmic conversions that actively leverage the output of the online algorithm to construct confidence sets (and may be centered at other, adaptively constructed point estimators). The resulting methodology recovers all state-of-the-art confidence set constructions within a single framework, and also provides several new types of confidence sets that were previously unknown in the literature.
Forward citations
Cited by 3 Pith papers
-
Beyond Modern Asymptotics for Log-Likelihood Ratios in Logistic Regression
The worst-case (1−δ) quantile of the logistic log-likelihood ratio is d log(en/d)+log(1/δ) for n≥d≥3, with d=2 at log log log n and d=1 at log(1/δ).
-
A Jointly Efficient and Optimal Algorithm for Heteroskedastic Generalized Linear Bandits with Adversarial Corruptions
A per-round O(1) algorithm for generalized linear bandits achieves near-optimal regret with time-varying dispersion and adversarial corruptions, up to a κ factor.
-
Linear Bandits with Non-i.i.d. Noise
A delayed UCB algorithm for linear bandits with sub-Gaussian but temporally dependent noise achieves sublinear regret that nearly recovers i.i.d. rates when dependence decays geometrically.
Reference graph
Works this paper leans on
- [1]
-
[2]
barticle [author] Abbasi-Yadkori , Yasin Y. , P \'a l , D \'a vid D. Szepesv \'a ri , Cs aba Cs . ( 2011 ). Improved algorithms for linear stochastic bandits . Advances in neural information processing systems 24 . barticle
work page 2011
-
[3]
binproceedings [author] Abbasi-Yadkori , Yasin Y. , P\'al , D\'avid D. Szepesv\'ari , Cs aba Cs . ( 2012 ). Online-to-confidence-set conversions and application to sparse stochastic bandits . In Artificial Intelligence and Statistics 1--9 . binproceedings
work page 2012
-
[4]
barticle [author] Alquier , Pierre P. Lounici , Karim K. ( 2011 ). PAC - B ayesian Theorems for sparse regression estimation with exponential weights . Electronic Journal of Statistics 5 127--145 . barticle
work page 2011
-
[5]
barticle [author] Azoury , Katy S K. S. Warmuth , Manfred K M. K. ( 2001 ). Relative loss bounds for on-line density estimation with the exponential family of distributions . Machine learning 43 211--246 . barticle
work page 2001
-
[6]
barticle [author] Barron , Andrew A. , Rissanen , Jorma J. Yu , Bin B. ( 1998 ). The M inimum D escription L ength Principle in Coding and Modeling . IEEE Transactions on Information Theory 44 2743-2760 . barticle
work page 1998
-
[7]
binproceedings [author] Bartlett , Peter P. , Grünwald , Peter P. , Harremoës , Peter P. , Hedayati , Fares F. Kotlowski , Wojciech W. ( 2013 ). Horizon-Independent Optimal Prediction with Log-Loss in Exponential Families . In Conference on Learning Theory ( COLT ) 30 639--661 . PMLR . binproceedings
work page 2013
-
[8]
barticle [author] Cesa-Bianchi , Nicolò N. Lugosi , Gábor G. ( 2001 ). Worst-Case Bounds for the Logarithmic Loss of Predictors . Machine Learning 43 247--264 . barticle
work page 2001
Show all 70 references
-
[9]
Lugosi , G \'a bor G
bbook [author] Cesa-Bianchi , Nicolo N. Lugosi , G \'a bor G. ( 2006 ). Prediction, learning, and games . Cambridge university press . bbook
2006
-
[10]
barticle [author] Chowdhury , Sayak Ray S. R. , Saux , Patrick P. , Maillard , Odalric O. Gopalan , Aditya A. ( 2023 ). Bregman Deviations of Generic Exponential Families . Conference on learning theory 195 . barticle
2023
-
[11]
, Pf \"o rtner , Marvin M
barticle [author] Cinquin , Tristan T. , Pf \"o rtner , Marvin M. , Fortuin , Vincent V. , Hennig , Philipp P. Bamler , Robert R. ( 2024 ). FSP-Laplace : Function-Space Priors for the Laplace Approximation in Bayesian Deep Learning . Advances in Neural Information Processing S...
2024
-
[12]
( 2024 )
barticle [author] Clerico , Eugenio E. ( 2024 ). On the optimality of coin-betting for mean estimation . arXiv preprint arXiv:2412.02640 . barticle
2024 arXiv
-
[13]
barticle [author] Cochran , W. G. W. G. ( 1934 ). The distribution of quadratic forms in a normal system, with applications to the analysis of covariance . Mathematical Proceedings of the Cambridge Philosophical Society 30 178--191 . barticle
1934
-
[14]
Tsybakov , Alexandre B A
barticle [author] Dalalyan , Arnak A. Tsybakov , Alexandre B A. B. ( 2008 ). Aggregation by exponential weighting, sharp PAC-Bayesian bounds and sparsity . Machine Learning 72 39--61 . barticle
2008
-
[15]
barticle [author] Dalalyan , Arnak S A. S. Tsybakov , Alexandre B A. B. ( 2012 ). Mirror averaging with sparsity priors . Bernoulli 18 914--944 . barticle
2012
-
[16]
, Kristiadi , Agustinus A
barticle [author] Daxberger , Erik E. , Kristiadi , Agustinus A. , Immer , Alexander A. , Eschenhagen , Runa R. , Bauer , Matthias M. Hennig , Philipp P. ( 2021 ). Laplace redux -- effortless Bayesian deep learning . Advances in Neural Information Processing Systems 34 20089--...
2021
-
[17]
bbook [author] de la Pe \ n a , Victor H V. H. , Lai , Tze Leung T. L. Shao , Qi-Man Q.-M. ( 2009 ). Self-normalized processes: Limit theory and Statistical Applications . Springer . bbook
2009
-
[18]
, Mutny , Mojmir M
barticle [author] Emmenegger , Nicolas N. , Mutny , Mojmir M. Krause , Andreas A. ( 2023 ). Likelihood ratio confidence sets for sequential decision making . Advances in Neural Information Processing Systems 36 . barticle
2023
-
[19]
Reeb , David D
barticle [author] Flynn , Hamish H. Reeb , David D. ( 2024 ). Tighter Confidence Bounds for Sequential Kernel Regression . arXiv preprint arXiv:2403.12732 . barticle
2024 arXiv
-
[20]
, Reeb , David D
barticle [author] Flynn , Hamish H. , Reeb , David D. , Kandemir , Melih M. Peters , Jan J. ( 2023 ). Improved Algorithms for Stochastic Linear Bandits Using Tail Bounds for Martingale Mixtures . Advances in Neural Information Processing Systems 36 . barticle
2023
-
[21]
binproceedings [author] Foster , Dylan J D. J. , Kale , Satyen S. , Luo , Haipeng H. , Mohri , Mehryar M. Sridharan , Karthik K. ( 2018 ). Logistic regression: The importance of being improper . In Conference on learning theory 167--208 . binproceedings
2018
-
[22]
barticle [author] Freund , Y. Y. Schapire , R. E. R. E. ( 1997 ). A decision-theoretic generalization of on-line learning and an application to boosting . Journal of Computer and System Sciences 55 119--139 . barticle
1997
-
[23]
, Tromp , John T J
barticle [author] G \'a cs , P \'e ter P. , Tromp , John T J. T. Vit \'a nyi , Paul MB P. M. ( 2001 ). Algorithmic statistics . IEEE Transactions on Information Theory 47 2443--2463 . barticle
2001
-
[24]
, Gerchinovitz , S \'e bastien S
binproceedings [author] Gaillard , Pierre P. , Gerchinovitz , S \'e bastien S. , Huard , Malo M. Stoltz , Gilles G. ( 2019 ). Uniform regret bounds over R ^d for the sequential linear regression problem with the square loss . In Proceedings of the 30th International Conference...
2019
-
[25]
binproceedings [author] Gales , Spencer B S. B. , Sethuraman , Sunder S. Jun , Kwang-Sung K.-S. ( 2022 ). Norm-agnostic linear bandits . In International Conference on Artificial Intelligence and Statistics 73--91 . binproceedings
2022
-
[26]
( 2013 )
barticle [author] Gerchinovitz , S \'e bastien S. ( 2013 ). Sparsity regret bounds for individual sequences in online linear regression . The Journal of Machine Learning Research 14 729--769 . barticle
2013
-
[27]
bbook [author] Gr \"u nwald , Peter D P. D. ( 2007 ). The minimum description length principle . MIT press . bbook
2007
-
[28]
u nwald , Peter P. Harremo \
binproceedings [author] Gr \"u nwald , Peter P. Harremo \"e s , Peter P. ( 2009 ). Finiteness of redundancy, regret, Shtarkov sums, and Jeffreys integrals in exponential families . In 2009 IEEE International Symposium on Information Theory 714-718 . binproceedings
2009
-
[29]
binproceedings [author] Gr\"unwald , Peter D. P. D. Mehta , Nishant A. N. A. ( 2019 ). A tight excess risk bound via a unified PAC - B ayesian– R ademacher– S htarkov– MDL complexity . In Proceedings of the 30th International Conference on Algorithmic Learning Theory 98 433--4...
2019
-
[30]
Tibshirani , Robert R
barticle [author] Hastie , Trevor T. Tibshirani , Robert R. ( 1986 ). Generalized additive models . Statistical science 1 297--310 . barticle
1986
-
[31]
, Korzepa , Maciej M
binproceedings [author] Immer , Alexander A. , Korzepa , Maciej M. Bauer , Matthias M. ( 2021 ). Improving predictions of Bayesian neural nets via local linearization . In International conference on artificial intelligence and statistics 703--711 . binproceedings
2021
-
[32]
, Shamir , Gil I G
binproceedings [author] Jacquet , Philippe P. , Shamir , Gil I G. I. Szpankowski , Wojciech W. ( 2022 ). Precise minimax regret for logistic regression . In 2022 IEEE International Symposium on Information Theory (ISIT) 444--449 . IEEE . binproceedings
2022
-
[33]
, Polyanskiy , Yury Y
barticle [author] Jia , Zeyu Z. , Polyanskiy , Yury Y. Rakhlin , Alexander A. ( 2025 ). On the Minimax Regret of Sequential Probability Assignment via Square-Root Entropy . arXiv preprint arXiv:2503.17823 . barticle
2025 arXiv
-
[34]
, Bhargava , Aniruddha A
barticle [author] Jun , Kwang-Sung K.-S. , Bhargava , Aniruddha A. , Nowak , Robert R. Willett , Rebecca R. ( 2017 ). Scalable generalized linear bandits: Online computation and hashing . Advances in Neural Information Processing Systems 30 . barticle
2017
-
[35]
barticle [author] Kakade , Sham M S. M. Ng , Andrew A. ( 2004 ). Online bounds for Bayesian algorithms . Advances in neural information processing systems 17 . barticle
2004
-
[36]
barticle [author] Kakade , Sham M S. M. , Seeger , Matthias W M. W. Foster , Dean P D. P. ( 2005 ). Worst-case bounds for Gaussian process models . Advances in Neural Information Processing Systems 18 . barticle
2005
-
[37]
barticle [author] Khan , Mohammad Emtiyaz E M. E. E. , Immer , Alexander A. , Abedi , Ehsan E. Korzepa , Maciej M. ( 2019 ). Approximate inference turns deep networks into Gaussian processes . Advances in neural information processing systems 32 . barticle
2019
-
[38]
, Krause , Andreas A
barticle [author] Kirschner , Johannes J. , Krause , Andreas A. , Meziu , Michele M. Mutny , Mojmir M. ( 2025 ). Confidence Estimation via Sequential Likelihood Mixing . arXiv preprint arXiv:2502.14689 . barticle
2025 arXiv
-
[39]
( 2020 )
barticle [author] Kot owski , Wojciech W. ( 2020 ). Scale-invariant unconstrained online learning . Theoretical Computer Science 808 139--158 . barticle
2020
-
[40]
Gr \"u nwald , Peter P
binproceedings [author] Kot owski , Wojciech W. Gr \"u nwald , Peter P. ( 2011 ). Maximum Likelihood vs. Sequential Normalized Maximum Likelihood in On-line Density Estimation . In Conference on Learning Theory ( COLT ) 19 457--476 . JMLR . binproceedings
2011
-
[41]
( 2023 )
binproceedings [author] Lattimore , Tor T. ( 2023 ). A lower bound for linear and kernel regression with adaptive covariates . In The Thirty Sixth Annual Conference on Learning Theory 2095--2113 . binproceedings
2023
-
[42]
Szepesv \'a ri , Cs aba Cs
bbook [author] Lattimore , Tor T. Szepesv \'a ri , Cs aba Cs . ( 2020 ). Bandit algorithms . Cambridge University Press . bbook
2020
-
[43]
, Yun , Se-Young S.-Y
binproceedings [author] Lee , Junghyun J. , Yun , Se-Young S.-Y. Jun , Kwang-Sung K.-S. ( 2024 a). Improved Regret Bounds of (Multinomial) Logistic Bandits via Regret-to-Confidence-Set Conversion . In International Conference on Artificial Intelligence and Statistics 4474--448...
2024
-
[44]
, Yun , Se-Young S.-Y
barticle [author] Lee , Junghyun J. , Yun , Se-Young S.-Y. Jun , Kwang-Sung K.-S. ( 2024 b). A Unified Confidence Sequence for Generalized Linear Models, with Applications to Bandits . arXiv preprint arXiv:2407.13977 . barticle
2024 arXiv
-
[45]
, Lu , Yu Y
binproceedings [author] Li , Lihong L. , Lu , Yu Y. Zhou , Dengyong D. ( 2017 ). Provably optimal algorithms for generalized linear contextual bandits . In International Conference on Machine Learning 2071--2080 . binproceedings
2017
-
[46]
Barron , A
barticle [author] Liang , Feng F. Barron , A. A. ( 2006 ). Exact minimax strategies for predictive density estimation, data compression, and model selection . IEEE Trans. Inf. Theor. 50 2708–2726 . barticle
2006
-
[47]
barticle [author] Littlestone , N. N. Warmuth , M. M. ( 1994 ). The weighted majority algorithm . Information and Computation 108 212--261 . barticle
1994
-
[48]
, Attias , Idan I
barticle [author] Liu , Ziyi Z. , Attias , Idan I. Roy , Daniel M. D. M. ( 2024 ). Sequential probability assignment with contexts: Minimax regret, contextual shtarkov sums, and contextual normalized maximum likelihood . Advances in Neural Information Processing Systems 37 139...
2024
-
[49]
Neu , Gergely G
bmisc [author] Lugosi , Gábor G. Neu , Gergely G. ( 2024 ). Online-to- PAC Conversions: Generalization Bounds via Regret Analysis . bmisc
2024
-
[50]
barticle [author] MacKay , David JC D. J. ( 1992 ). A practical Bayesian framework for backpropagation networks . Neural computation 4 448--472 . barticle
1992
-
[51]
Jun , Kwang-Sung K.-S
barticle [author] Orabona , Francesco F. Jun , Kwang-Sung K.-S. ( 2024 ). Tight Concentrations and Confidence Sequences From the Regret of Universal Portfolio . IEEE Transactions on Information Theory 70 436-455 . barticle
2024
-
[52]
, Rakhlin , Alexander A
barticle [author] Qian , Jian J. , Rakhlin , Alexander A. Zhivotovskiy , Nikita N. ( 2024 ). Refined risk bounds for unbounded losses via transductive priors . arXiv preprint arXiv:2410.21621 . barticle
2024 arXiv
-
[53]
Sridharan , Karthik K
binproceedings [author] Rakhlin , Alexander A. Sridharan , Karthik K. ( 2017 ). On equivalence of martingale tail bounds and deterministic regret inequalities . In Conference on Learning Theory 1704--1722 . PMLR . binproceedings
2017
-
[54]
barticle [author] Rissanen , J. J. ( 1996 ). Fisher Information and Stochastic Complexity . IEEE Trans. Information Theory IT-42 40-47 . barticle
1996
-
[55]
( 1970 )
barticle [author] Robbins , Herbert H. ( 1970 ). Statistical methods related to the law of the iterated logarithm . The Annals of Mathematical Statistics 41 1397--1409 . barticle
1970
-
[56]
Siegmund , David D
barticle [author] Robbins , Herbert H. Siegmund , David D. ( 1970 ). Boundary Crossing Probabilities for the Wiener Process and Sample Sums . The Annals of Mathematical Statistics 41 1410--1429 . barticle
1970
-
[57]
binproceedings [author] Roos , T. T. Rissanen , J. J. ( 2008 ). On sequentially normalized maximum likelihood models . In Workshop on Information Theoretic Methods in Science and Engineering (WITMSE-08) . binproceedings
2008
-
[58]
Vovk , Vladimir V
bbook [author] Shafer , Glenn G. Vovk , Vladimir V. ( 2001 ). Probability and finance: it's only a game! 491 . John Wiley & Sons . bbook
2001
-
[59]
barticle [author] Shtarkov , A. A. ( 1987 ). Universal sequential coding of single messages . Problems of Information Transmission 23 175--186 . barticle
1987
-
[60]
Yamanishi , Kenji K
binproceedings [author] Suzuki , Atsushi A. Yamanishi , Kenji K. ( 2018 ). Exact Calculation of Normalized Maximum Likelihood Code Length Using Fourier Analysis . In 2018 IEEE International Symposium on Information Theory (ISIT) 1211-1215 . binproceedings
2018
-
[61]
( 1998 )
barticle [author] Szpankowski , Wojciech W. ( 1998 ). On the asymptotics of the minimax redundancy arising in a universal coding . Problems of Information Transmission 34 142--146 . barticle
1998
-
[62]
binproceedings [author] Takeuchi , J. J. Barron , A. A. ( 1997 ). Asymptotically minimax regret for exponential families . In Proceedings SITA '97 665--668 . binproceedings
1997
-
[63]
( 1939 )
bbook [author] Ville , Jean J. ( 1939 ). \'Etude critique de la notion de collectif 3 . Gauthier-Villars Paris . bbook
1939
-
[64]
binproceedings [author] Vovk , V. V. ( 1990 ). Aggregating strategies . In Proceedings of the third annual workshop on Computational learning theory (COLT) 371--386 . binproceedings
1990
-
[65]
( 2001 )
barticle [author] Vovk , Volodya V. ( 2001 ). Competitive on-line statistics . International Statistical Review 69 213--248 . barticle
2001
-
[66]
barticle [author] Vovk , Vladimir G V. G. Shafer , Glenn R G. R. ( 2003 ). Kolmogorov's Contributions to the Foundations of Probability . Problems of Information Transmission 39 21--31 . barticle
2003
-
[67]
bbook [author] Wainwright , Martin J M. J. ( 2019 ). High-dimensional statistics: A non-asymptotic viewpoint 48 . Cambridge university press . bbook
2019
-
[68]
( 1945 )
barticle [author] Wald , Abraham A. ( 1945 ). Sequential Tests of Statistical Hypotheses . The Annals of Mathematical Statistics 16 117--186 . barticle
1945
-
[69]
Ramdas , Aaditya A
barticle [author] Waudby-Smith , Ian I. Ramdas , Aaditya A. ( 2023 ). Estimating means of bounded random variables by betting . Journal of the Royal Statistical Society Series B: Statistical Methodology 86 1-27 . barticle
2023
-
[70]
Barron , Andrew R
barticle [author] Xie , Qun Q. Barron , Andrew R. A. R. ( 2000 ). Asymptotic minimax regret for data compression, gambling, and prediction . IEEE Trans. Inf. Theory 46 431--445 . barticle
2000
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.