REVIEW 2 major objections 5 minor 20 references
The Approximation Ratio for the Risk of Myopic Bayesian Active Learning for Linear Regression
T0 review · 2 major / 5 minor · reviewed 2026-07-11 · grok-4.5
Pith's one-line read Greedy (myopic) selection for Bayesian linear regression risk is within a factor linear in the maximum initial leverage score of the optimal set.
desk verdict First non-vacuous residual-risk approximation for greedy A/V design, linear in MILS and tight up to a constant; clean matrix proof, matching hard instance, no load-bearing gaps. 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
Approximate submodularity of the reciprocal risk F_reciprocal = 1/f. Lemma 1 proves that its submodularity ratio is at least 1/(1+h_max) by a matrix Cauchy–Schwarz identity, monotonicity of the inverse, and the Sherman–Morrison formula; Das–Kempe then converts the ratio into the claimed risk guarantee.
What would settle it
Construct (or sample) a Bayesian linear-regression instance whose maximum initial leverage score is moderate, compute both the true optimal set of size k and the greedy set, and check whether the observed risk ratio exceeds the claimed linear upper bound or falls below the matching lower-bound construction.
Extended reading notes
Core claim
For the risk f(S) = tr((Λ + ∑_{i∈S} v_i v_i^T)^{-1}), the greedy set satisfies f(S_greedy)/f(S*) ≤ h_max + 1/(1-1/e) ≤ h_max + 1.582, where h_max = max_i v_i^T Λ^{-1} v_i is the maximum initial leverage score. The bound is tight up to an absolute constant: there exist instances on which the ratio is already at least (1+h_max)/5.
Load-bearing premise
The whole chain rests on a matrix Cauchy–Schwarz inequality that must hold for the particular positive-definite matrices that appear after any partial selection; if that inequality failed for those matrices the submodularity-ratio lower bound would collapse.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies the greedy algorithm for A/V-optimal experimental design (equivalently, myopic Bayesian active learning for linear regression), which selects a cardinality-k set S minimizing the risk f(S) = tr((Λ + ∑_{i∈S} v_i v_i^T)^{-1}). It proves that the reciprocal risk F_reciprocal = 1/f is approximately submodular with submodularity ratio γ ≥ 1/(1 + h_max), where h_max is the maximum initial leverage score max_i v_i^T Λ^{-1} v_i. Invoking Das–Kempe then yields the risk approximation guarantee f(S_greedy)/f(S*) ≤ h_max + 1/(1 − 1/e) ≤ h_max + 1.582 (Theorem 1). A matching lower-bound family based on Hadamard matrices shows that a linear dependence on h_max is necessary up to an absolute constant (Theorem 2 / Lemma 3). Numerical checks confirm both the construction and the comparative tightness of the new bound versus prior reduction-based guarantees.
Significance. If correct, this is the first non-vacuous approximation ratio on the risk itself (rather than on risk reduction) for the classical greedy heuristic in A/V-optimal design. The identification of MILS as the governing parameter is clean and new, the upper-bound proof is a short chain of classical matrix identities (trace Cauchy–Schwarz, Loewner monotonicity, Sherman–Morrison), and the lower-bound construction is fully explicit and numerically verified. The result also supplies the first rigorous link between one-step myopic selection and multi-step optimality for Bayesian linear regression, a setting that underpins many practical active-learning heuristics. Machine-readable proofs and reproducible code snippets in the appendices further strengthen the contribution.
major comments (2)
- Equation (3) defines S* = arg max f(S), yet the problem statement and Algorithm 1 both minimize f. The subsequent theorems correctly treat the minimization ratio, so this is an isolated but load-bearing notational error that must be corrected to arg min.
- Section 7 (Discussion) states the result for “Bayesian Logistic Regression.” The entire development (model, risk, proofs) is for linear regression; the logistic claim is unsupported and should be removed or deferred to future work.
minor comments (5)
- Proposition 1 and Theorem 1 write the constant as 1.582; a parenthetical note that 1/(1−1/e) ≈ 1.58198 would improve precision.
- Figure 1 caption and the surrounding text refer to “Chamon and Ribeiro [2017]” but never display the corresponding α-values used for the plotted lower bound; a short table or inline formula would aid reproducibility.
- In the proof of Lemma 1 (restated), the transition from (26) to (27) invokes “definition of h_max and monotonicity of X^{-1}”; an explicit citation of the Loewner-order fact would make the step self-contained.
- Appendix C code uses math.exp without an import; a one-line fix would make the snippet immediately executable.
- Typographical inconsistencies appear in several places (e.g., “acheives”, “tomopicBayesian”, missing spaces around operators). A careful copy-edit pass is needed.
Circularity Check
No circularity: self-contained matrix inequalities plus off-the-shelf approximate-submodularity theorem
full rationale
The derivation chain for Theorem 1 is: (i) define F_reciprocal = 1/f, (ii) prove via classical trace Cauchy-Schwarz (Lemma 2), Loewner monotonicity and Sherman-Morrison that its submodularity ratio satisfies γ ≥ 1/(1+h_max) (Lemma 1), (iii) invoke the black-box guarantee of Das & Kempe (or Bian et al. with α=1) to obtain a constant-factor guarantee on F_reciprocal, (iv) algebraically invert to a linear bound on the risk ratio. None of these steps defines a quantity in terms of the target ratio, fits a free parameter to the hard instances, or relies on a self-citation for uniqueness or an ansatz. The matching lower-bound construction (Theorem 2 / Lemma 3) is an independent, fully explicit family of matrices (diagonal Λ plus scaled Hadamard columns) whose greedy-vs-optimal gap is computed directly and verified numerically; it does not feed back into the upper-bound proof. External citations (Nemhauser, Das-Kempe, Bian, Chamon-Ribeiro) are used only as standard black boxes. Consequently the claimed approximation ratio is not forced by construction or by self-reference.
Assumptions & free parameters
assumptions (4)
- standard math Matrix Cauchy-Schwarz: tr(X^T Y)^2 <= tr(X^T X) tr(Y^T Y) for compatible matrices (used to prove Lemma 2).
- standard math Sherman-Morrison formula for rank-one updates of the inverse.
- standard math Das & Kempe (2018) / Bian et al. (2017) greedy guarantee for set functions with submodularity ratio gamma: F(S_greedy)/F(S*) >= 1-exp(-gamma).
- standard math Existence of Hadamard matrices of order d (powers of 2 via Sylvester construction) for the lower-bound family.
invented entities (1)
-
Maximum Initial Leverage Score (MILS / h_max)
independent evidence
Cite this review
Pith. "Pith review of The Approximation Ratio for the Risk of Myopic Bayesian Active Learning for Linear Regression." pith.science (2026). https://pith.science/paper/DNRSHEZQ
@misc{pith2026260706642,
author = {Pith},
title = {Pith review of: The Approximation Ratio for the Risk of Myopic Bayesian Active Learning for Linear Regression},
year = {2026},
howpublished = {\url{https://pith.science/paper/DNRSHEZQ}},
note = {Machine review of arXiv:2607.06642}
}
read the original abstract
Active learning studies the fundamental question: what data should we choose to observe? The greedy algorithm in optimal experiment design is a common heuristic and also equivalent to myopic Bayesian active learning for linear regression, the common framework where long-term planning is replaced with the one-step optimal choice. In this work, we prove a first-of-its-kind approximation ratio for the greedy algorithm's risk that is tight up to an absolute constant. The approximation ratio is linear in the maximum initial leverage score (MILS), a newly identified quantity fundamental to the greedy algorithm's performance. Finally, we illustrate the results with simple numerical simulations.
Figures
Reference graph
Works this paper leans on
-
[1]
Bayesian experimental design: A review , author=. Statistical science , pages=. 1995 , publisher=
work page 1995
- [2]
-
[3]
Kevin P. Murphy. Probabilistic Machine Learning: Advanced Topics
- [4]
-
[5]
Pattern recognition and machine learning , author=. 2006 , publisher=
work page 2006
-
[6]
Optimum experimental designs, with SAS , author=. 2007 , publisher=
work page 2007
-
[7]
Information-based objective functions for active data selection , author=. Neural computation , volume=. 1992 , publisher=
work page 1992
-
[8]
Journal of the Royal Statistical Society: Series B (Methodological) , volume=
Optimum experimental designs , author=. Journal of the Royal Statistical Society: Series B (Methodological) , volume=. 1959 , publisher=
work page 1959
Show all 20 references
-
[9]
arXiv preprint arXiv:2505.14957 , year=
Strong formulations and algorithms for regularized a-optimal design , author=. arXiv preprint arXiv:2505.14957 , year=
-
[10]
Mathematics of Operations Research , volume=
Proportional volume sampling and approximation algorithms for A-optimal design , author=. Mathematics of Operations Research , volume=. 2022 , publisher=
2022
-
[11]
Mathematical Programming , volume=
Near-optimal discrete optimization for experimental design: A regret minimization approach , author=. Mathematical Programming , volume=. 2021 , publisher=
2021
-
[12]
Conference on Learning Theory , pages=
Combinatorial algorithms for optimal design , author=. Conference on Learning Theory , pages=. 2019 , organization=
2019
-
[13]
Advances in neural information processing systems , volume=
Batchbald: Efficient and diverse batch acquisition for deep bayesian active learning , author=. Advances in neural information processing systems , volume=
-
[14]
International conference on machine learning , pages=
Deep bayesian active learning with image data , author=. International conference on machine learning , pages=. 2017 , organization=
2017
-
[15]
International conference on artificial intelligence and statistics , pages=
Prediction-oriented bayesian active learning , author=. International conference on artificial intelligence and statistics , pages=. 2023 , organization=
2023
-
[16]
arXiv preprint arXiv:2211.09283 , year=
Active learning with expected error reduction , author=. arXiv preprint arXiv:2211.09283 , year=
-
[17]
Mathematical programming , volume=
An analysis of approximations for maximizing submodular set functions—I , author=. Mathematical programming , volume=. 1978 , publisher=
1978
-
[18]
Proceedings of the 34th International Conference on Machine Learning , pages =
Guarantees for Greedy Maximization of Non-submodular Functions with Applications , author =. Proceedings of the 34th International Conference on Machine Learning , pages =. 2017 , editor =
2017
-
[19]
Advances in Neural Information Processing Systems , volume=
Approximate supermodularity bounds for experimental design , author=. Advances in Neural Information Processing Systems , volume=
-
[20]
Journal of Machine Learning Research , volume=
Approximate submodularity and its applications: Subset selection, sparse approximation and dictionary selection , author=. Journal of Machine Learning Research , volume=
Reviewed July 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.