REVIEW 3 major objections 5 minor 99 references
Hypergradient-based Bilevel Reinforcement Learning with Improved Sample Complexity
T0 review · 3 major / 5 minor · reviewed 2026-08-03 · deepseek-v4-flash
Pith's one-line read Bilevel reinforcement learning can be solved with a Hessian-free approximate hypergradient built on Boltzmann optimality, achieving Õ(ε⁻²) sample complexity and dropping the outer-level PL condition.
desk verdict The algorithmic idea is plausible, but the central error bound in Theorem 3.3 does not follow from Assumption 3.1, so the advertised sample-complexity claim is not established. 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 central object is Boltzmann policy optimality: for the entropy-regularized discounted RL objective, the optimal policy is the Boltzmann policy π_B(a|s,θ,x) = exp(Q/τ)/exp(V_B/τ). This closed form yields a relation between the gradient of the Boltzmann value function and the gradient of Q, eliminating the Hessian-inverse term that normally appears in hypergradients. To make this usable when the parameterized policy class cannot represent every Boltzmann policy, the paper introduces gradient-shifted value functions U and W—discounted sums of reward gradients rolled out under the Boltzmann policy—as surrogates for ∇V^{π,B} and ∇Q^π, with error O(τ(ε_kl + ε_fd)) under Assumption 3.1. The app
What would settle it
Take a simple continuous MDP with a deliberately non-realizable Gaussian policy class, compute the true bilevel gradient by implicit differentiation through the inner optimality condition, and compare it with the approximate hypergradient of Eq. (10) at θ*(x). If the difference exceeds the claimed O(ε_kl) + O(ε_fd) by an amount that grows with 1/(1−γ), then the key error bound in Theorem 3.3 fails for that setting.
Extended reading notes
Core claim
The paper claims that a Hessian-free, batch-based hypergradient, defined through two gradient-shifted value functions U and W, approximates the true bilevel gradient within O(ε_kl) + O(ε_fd), and that this approximation error still allows first-order stationary convergence. Under smoothness, boundedness, inner-level PL, and a local implicit-function regularity condition, AHO's iterates satisfy (1/T) Σ ||∇Φ(x_t)||² ≤ O(1/T) + O(ε_kl²) + O(ε_fd²) + O(1/B) + O(ε_approx²) + O(exp(−K)) + O(γ^{2H}/B) + O(γ^{2H}) + O(ε_approx) + O(ε_kl). Choosing T = Θ(ε⁻¹), B = Θ(ε⁻¹), K = Θ(log(ε⁻¹)), H = Θ(log(ε⁻¹)/log(γ⁻¹)) yields iteration complexity O(ε⁻¹) and total sample complexity T·K·B·H = Õ(ε⁻²), which t
Load-bearing premise
The load-bearing premise is that, for the unrealizable policy class used in practice, the gradient-shifted value functions W and U at the inner optimum remain within O(ε_kl) + O(ε_fd) of ∇Q and ∇V^{π,B}; if that closeness fails, the approximate hypergradient's claimed O(ε_fd) + O(ε_kl) error bound is not guaranteed.
Editorial extensions
If this is right
- Reward-model training from pairwise preferences becomes practical at large scale, because each outer-level step is a backward pass through the reward network rather than a Hessian inverse or Hessian-vector products.
- The outer-level objective no longer needs a PL condition, so the algorithm applies to a wider class of nonconvex outer objectives.
- Sample complexity drops from Õ(ε⁻³) to Õ(ε⁻²) by avoiding the O(σ²)-vs-O(1/(σ²B)) tradeoff of penalty-based gradient approximation.
- If the policy class is expressive enough to represent Boltzmann policies, the approximation errors ε_kl and ε_fd vanish and the convergence bound simplifies to O(ε) plus standard sampling and function-approximation terms.
- The guarantee is first-order stationarity in gradient norm, matching the standard practical objective for nonconvex RL and bilevel optimization.
Reading between the lines
- The same Hessian-free reduction could extend to other differentiable outer-level objectives beyond the Bradley–Terry preference model, since Theorem 3.3 only needs differentiable log-likelihoods and the Boltzmann structure of the inner solution.
- Because Assumption 3.1 ties the hypergradient error to policy-class capacity, architecture choice may act as a tunable knob for outer-level accuracy—an effect the paper does not test experimentally.
- A natural testable extension is to grow the policy class during inner optimization so that ε_kl and ε_fd shrink online, potentially driving the residual terms in Theorem 4.6 to zero and leaving O(ε) plus sampling error.
- The analysis likely inherits sensitivity to the local nondegeneracy assumption on the selected inner minimizer; whether Assumption 4.5 can be replaced by a weaker value-suboptimality condition is left open.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes AHO, a Hessian-free hypergradient-based algorithm for bilevel RL, using the optimality of the Boltzmann policy for the entropy-regularized discounted RL objective. The main theoretical claim is an iteration complexity of O(ε^{-1}) and a state-of-the-art sample complexity of Õ(ε^{-2}) (Theorem 4.6), achieved without a Polyak-Łojasiewicz condition on the outer objective and, the authors claim, without a unique-minimizer assumption on the inner level. The algorithm alternates inner-level policy updates with outer-level reward-parameter updates, using gradient-shifted value functions U^π and W^π as surrogates for ∇V^{π,B} and ∇Q^π. The paper also includes experiments on DM Control tasks comparing AHO with the penalty-based baseline of Gaur et al. (2025).
Significance. If the main theorem were correct, the claimed Õ(ε^{-2}) sample complexity would be a meaningful advance over the prior Õ(ε^{-3}) bound, and removing the outer-level PL condition would broaden the applicability of bilevel RL theory. The paper is also transparent in stating its non-realizability assumptions and includes an empirical demonstration with a reproducible implementation. However, the central hypergradient approximation error bound — the load-bearing step for Theorem 4.6 — rests on a derivative mismatch between total and partial derivatives, and the inner-level suboptimality argument relies on a quadratic-growth condition with a unique minimizer despite the paper's claim to remove that assumption. As written, the advertised convergence and sample-complexity guarantees are not established.
major comments (3)
- [Section 3.2, Lemma C.3, Eq. (50)] Under the paper's own convention (Section 3), ∇ is the total derivative with respect to x and ∇x is the partial derivative. In Eq. (50), the integrand ∥∇logπ(a|s,θ*(x)) − ∇logπB(a|s,θ*(x),x)∥ is a total-derivative gap. Since π(a|s,θ) has no explicit x-dependence, d/dx logπ(a|s,θ*(x)) = ∇θ logπ(a|s,θ*)·∇xθ*(x), while d/dx logπB = ∇x logπB + ∇θ logπB·∇xθ*. Their difference is (∇θ logπ − ∇θ logπB)·∇xθ* − ∇x logπB. Assumption 3.1(2) bounds only ∫π∥∇x logπB − ∇x logπ∥, which is effectively ∫π∥∇x logπB∥; it does not control the leading (∇θ logπ − ∇θ logπB)·∇xθ* term. Thus the bound ∥Ψ1∥ ≤ ClIH ε_fd does not follow, and the O(ε_fd)+O(ε_kl) approximation-error claim of Theorem 3.3 is unsupported.
- [Lemma C.5, Eq. (66), steps (2)–(3)] The same total/partial derivative mismatch appears in the bound on ∆(s,θ*(x)) = τ∇D_KL(π‖πB). Step (2) correctly produces a term ∫π∥∇logπ − ∇logπB∥, but step (3) replaces this total-derivative gap with ε_fd using Assumption 3.1(2), which is a partial-derivative bound. The resulting inequality ∥∆∥ ≤ τ(L_{π,log}C_θ ε_kl + ε_fd) is therefore unjustified. This ∆ bound is used to prove Lemma 3.2's surrogate error bounds and then feeds into Ψ2 in Lemma C.3. The entire error decomposition of Theorem 3.3 relies on this invalid identification.
- [Definition 4.10 and Lemma D.6] The paper advertises removal of the unique-minimizer assumption (Section 1, contribution 4), and Assumption 4.5 only assumes a local differentiable selection. However, Definition 4.10 defines Quadratic Growth only for a function with a unique global minimizer, and Lemma D.6 uses it globally: ∥θK_t−θ*(xt)∥² ≤ (2/µ)∥J(θ*(xt),xt)−J(θK_t,xt)∥. Assumption 4.4 (PL on the inner objective) does not imply a unique global minimizer, and the local nonsingularity in Assumption 4.5 gives only local strong convexity. No argument shows that the iterates stay in a region where QG holds or that the selected θ*(x) is the unique minimizer. Hence Lemma 4.9/D.6 is not established, and the claimed removal of the unique-minimizer assumption is not supported by the proof.
minor comments (5)
- [Appendix B, Algorithm 4, line 10] The projection is written as Γ_{z0,(1−γ)^{-1}}(Z'_l), but the variable is z'_l, not Z'_l.
- [Appendix B, Eq. (24)] Eq. (24) writes ∇θ π(a_j|s_j,θ^k_t), while Eq. (12) and the surrounding text use ∇θ log π(a_j|s_j,θ^k_t). This inconsistency is confusing.
- [Lemma C.1] The lemma uses F for the lower-level loss but does not define it; it should be identified with −J (or J, depending on the sign convention) from Section 2.
- [Appendix B.2.3] The statement that the experiments 'empirically support' the sample-complexity improvement is an overclaim: the experiments report total episode reward, not sample-complexity scaling, and do not measure the theoretical rates.
- [Throughout] There are several typographical issues, e.g., 'samplping' in the proof sketch before Eq. (21), and inconsistent use of 'ϵ' vs 'ε' in the text.
Circularity Check
No significant circularity: the central error bounds are propagated from stated assumptions and prior convergence results, not restated as predictions; the derivative-convention gap is a correctness issue, not a circular reduction.
full rationale
The paper's main derivation chain is not circular. The approximate hypergradient (Eq. 10) is explicitly constructed from the gradient-shifted functions U^π and W^π (Eq. 7), and the claimed bound ∥Ψ∥=O(ε_fd)+O(ε_kl) in Theorem 3.3 is obtained by propagating the unrealizability errors in Assumption 3.1 through Lemma C.5 and Lemma C.3. This is an assumption-propagation argument, not a case in which the conclusion is identical by construction to an input. The inner-level iterate bound (Lemma 4.9/D.6) invokes prior work by the same group (Gaur et al., 2024; Gaur et al., 2025), but those citations concern standard Q-learning/actor-critic convergence and are not the paper's novel sample-complexity claim; they are load-bearing but not circular. The skeptic's identified issue—Assumption 3.1(2) bounds partial x-derivatives while Lemma C.3/Eq. (50) uses full derivatives—is a genuine derivational gap that would undermine the O(ε_fd) propagation, but it is a proof/rigor defect rather than a circularity: the bound is not equivalent by construction to an assumed conclusion. The empirical comparison is not used to fit or redefine any theoretical quantity. Therefore no circular step is scored; the low nonzero score reflects only the presence of minor, non-load-bearing self-citations in the supporting lemmas.
Assumptions & free parameters
free parameters (1)
- temperature τ =
Θ(1) in theory; 100.0 in experiments
assumptions (7)
- domain assumption Assumption 4.1: Lipschitz continuity of V, Q, π, logπ, and r in θ and x
- domain assumption Assumption 4.2: bounded reward and log-probability
- domain assumption Assumption 4.3: Q-function approximation error bounded by ε_approx
- domain assumption Assumption 4.4: PL condition on the inner objective −J(θ,x) w.r.t. θ
- domain assumption Assumption 4.5: nondegenerate local selection θ*(x) with bounded sensitivity
- ad hoc to paper Assumption 3.1: non-realizability error bounds ε_kl and ε_fd
- ad hoc to paper Definition 4.10: Quadratic Growth with a unique minimizer
Cite this review
Pith. "Pith review of Hypergradient-based Bilevel Reinforcement Learning with Improved Sample Complexity." pith.science (2026). https://pith.science/paper/VAF2JTV2
@misc{pith2026260728849,
author = {Pith},
title = {Pith review of: Hypergradient-based Bilevel Reinforcement Learning with Improved Sample Complexity},
year = {2026},
howpublished = {\url{https://pith.science/paper/VAF2JTV2}},
note = {Machine review of arXiv:2607.28849}
}
abstract
Bilevel reinforcement learning (RL) is an important framework within the literature of RL that can be used to formalize various categories of problems, such as meta-learning, hierarchical task decomposition, and reinforcement learning from human feedback (RL-HF). Most of the bilevel RL algorithms are either not scalable because of using hypergradient with Hessian, or they suffer from high sample complexity because of using penalty-based approximation methods. In this work, we propose a hypergradient-based bilevel RL algorithm using the optimality of the Boltzmann policy for the entropy regularized discounted RL objective function. Our proposed algorithm is Hessian-free and obtains an iteration complexity of $O(\epsilon^{-1})$ and state-of-the-art sample complexity of $\tilde{O}(\epsilon^{-2})$ under mild regularity conditions. Further, in our convergence analysis, we are able to remove the assumption of the Polyak-Lojasiewicz (PL) condition on the outer-level objective function present in the prior state-of-the-art sample complexity work.
Figures
Reference graph
Works this paper leans on
-
[1]
International conference on machine learning , pages=
Soft actor-critic: Off-policy maximum entropy deep reinforcement learning with a stochastic actor , author=. International conference on machine learning , pages=. 2018 , organization=
2018
-
[2]
Advances in neural information processing systems , volume=
Bridging the gap between value and policy based reinforcement learning , author=. Advances in neural information processing systems , volume=
-
[3]
International conference on machine learning , pages=
Bilevel programming for hyperparameter optimization and meta-learning , author=. International conference on machine learning , pages=. 2018 , organization=
2018
-
[4]
Transactions of the American Mathematical Society , volume=
Partial subdifferentials, derivates and Rademacher’s theorem , author=. Transactions of the American Mathematical Society , volume=
-
[5]
Advances in neural information processing systems , volume=
Policy gradient methods for reinforcement learning with function approximation , author=. Advances in neural information processing systems , volume=
-
[6]
ACM Computing Surveys , volume=
Rlhf deciphered: A critical analysis of reinforcement learning from human feedback for llms , author=. ACM Computing Surveys , volume=. 2025 , publisher=
2025
-
[7]
International conference on machine learning , pages=
Model-agnostic meta-learning for fast adaptation of deep networks , author=. International conference on machine learning , pages=. 2017 , organization=
2017
-
[8]
Discrete event dynamic systems , volume=
Recent advances in hierarchical reinforcement learning , author=. Discrete event dynamic systems , volume=. 2003 , publisher=
2003
Show all 99 references
-
[9]
Proceedings of the AAAI Conference on Artificial Intelligence , author=
Bi-Level Actor-Critic for Multi-Agent Coordination , volume=. Proceedings of the AAAI Conference on Artificial Intelligence , author=. 2020 , month=
2020
-
[10]
Proceedings of The 25th International Conference on Artificial Intelligence and Statistics , pages =
Nuances in Margin Conditions Determine Gains in Active Learning , author =. Proceedings of The 25th International Conference on Artificial Intelligence and Statistics , pages =. 2022 , editor =
2022
-
[11]
The Annals of Statistics , volume=
Optimal aggregation of classifiers in statistical learning , author=. The Annals of Statistics , volume=. 2004 , publisher=
2004
-
[12]
Fast learning rates for plug-in classifiers , author=
-
[13]
Journal of Machine Learning Research , volume=
Principled penalty-based methods for bilevel reinforcement learning and rlhf , author=. Journal of Machine Learning Research , volume=
-
[14]
SIAM Journal on Optimization , volume=
A two-timescale stochastic algorithm framework for bilevel optimization: Complexity analysis and application to actor-critic , author=. SIAM Journal on Optimization , volume=. 2023 , publisher=
2023
-
[15]
The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
On the Sample Complexity Bounds of Bilevel Reinforcement Learning , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
-
[16]
Advances in Neural Information Processing Systems , volume=
Contextual bilevel reinforcement learning for incentive alignment , author=. Advances in Neural Information Processing Systems , volume=
-
[17]
International Conference on Artificial Intelligence and Statistics , pages=
Bilevel Reinforcement Learning via the Development of Hyper-gradient without Lower-Level Convexity , author=. International Conference on Artificial Intelligence and Statistics , pages=. 2025 , organization=
2025
-
[18]
Souradip Chakraborty and Amrit Bedi and Alec Koppel and Huazheng Wang and Dinesh Manocha and Mengdi Wang and Furong Huang , booktitle=
-
[19]
Achieving
Yang, Yifan and Xiao, Peiyao and Ji, Kaiyi , journal=. Achieving
-
[20]
The Thirty Seventh Annual Conference on Learning Theory , pages=
On finding small hyper-gradients in bilevel optimization: Hardness results and improved analysis , author=. The Thirty Seventh Annual Conference on Learning Theory , pages=. 2024 , organization=
2024
-
[21]
International conference on machine learning , pages=
On penalty-based bilevel gradient descent method , author=. International conference on machine learning , pages=. 2023 , organization=
2023
-
[22]
The Twelfth International Conference on Learning Representations , year=
On Penalty Methods for Nonconvex Bilevel Optimization and First-Order Stochastic Approximation , author=. The Twelfth International Conference on Learning Representations , year=
-
[23]
International Conference on Artificial Intelligence and Statistics , pages=
A single-timescale method for stochastic bilevel optimization , author=. International Conference on Artificial Intelligence and Statistics , pages=. 2022 , organization=
2022
-
[24]
Advances in Neural Information Processing Systems , volume=
Closing the gap: Tighter analysis of alternating stochastic gradient methods for bilevel problems , author=. Advances in Neural Information Processing Systems , volume=
-
[26]
Advances in Neural Information Processing Systems , volume=
Provably faster algorithms for bilevel optimization , author=. Advances in Neural Information Processing Systems , volume=
-
[27]
Advances in neural information processing systems , volume=
A near-optimal algorithm for stochastic bilevel optimization via double-momentum , author=. Advances in neural information processing systems , volume=
-
[28]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
A fully single loop algorithm for bilevel optimization without hessian inverse , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[29]
Advances in Neural Information Processing Systems , volume=
On the convergence theory for hessian-free bilevel algorithms , author=. Advances in Neural Information Processing Systems , volume=
-
[30]
International Conference on Machine Learning , pages=
A fully first-order method for stochastic bilevel optimization , author=. International Conference on Machine Learning , pages=. 2023 , organization=
2023
-
[31]
Advances in neural information processing systems , volume=
Bome! bilevel optimization made easy: A simple first-order approach , author=. Advances in neural information processing systems , volume=
-
[32]
International conference on machine learning , pages=
A value-function-based interior-point method for non-convex bi-level optimization , author=. International conference on machine learning , pages=. 2021 , organization=
2021
-
[33]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Efficient gradient approximation method for constrained bilevel optimization , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[34]
International Conference on Machine Learning , pages=
Linearly constrained bilevel optimization: A smoothed implicit gradient approach , author=. International Conference on Machine Learning , pages=. 2023 , organization=
2023
-
[35]
arXiv preprint arXiv:2203.01123 , pages=
A constrained optimization approach to bilevel optimization with multiple inner minima , author=. arXiv preprint arXiv:2203.01123 , pages=
-
[36]
Advances in Neural Information Processing Systems , volume=
First-order methods for linearly constrained bilevel optimization , author=. Advances in Neural Information Processing Systems , volume=
-
[37]
arXiv preprint arXiv:2401.16164 , year=
Constrained bi-level optimization: Proximal lagrangian value function approach and hessian-free algorithm , author=. arXiv preprint arXiv:2401.16164 , year=
-
[38]
International Conference on Artificial Intelligence and Statistics , pages=
Alternating projected sgd for equality-constrained bilevel optimization , author=. International Conference on Artificial Intelligence and Statistics , pages=. 2023 , organization=
2023
-
[39]
arXiv preprint arXiv:2406.10148 , year=
A primal-dual-assisted penalty approach to bilevel optimization with coupled constraints , author=. arXiv preprint arXiv:2406.10148 , year=
-
[40]
arXiv preprint arXiv:2406.01992 , year=
Overcoming lower-level constraints in bilevel optimization: A novel approach with regularized gap functions , author=. arXiv preprint arXiv:2406.01992 , year=
-
[41]
ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=
An implicit gradient-type method for linearly constrained bilevel problems , author=. ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2022 , organization=
2022
-
[42]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Value-function-based sequential minimization for bi-level optimization , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2023 , publisher=
2023
-
[43]
International Conference on Machine Learning , pages=
Moreau Envelope for Nonconvex Bi-Level Optimization: A Single-Loop and Hessian-Free Solution Strategy , author=. International Conference on Machine Learning , pages=. 2024 , organization=
2024
-
[44]
arXiv preprint arXiv:2306.16761 , year=
Moreau envelope based difference-of-weakly-convex reformulation and algorithm for bilevel programs , author=. arXiv preprint arXiv:2306.16761 , year=
-
[45]
The 41st Conference on Uncertainty in Artificial Intelligence , year=
Order-optimal global convergence for actor-critic with general policy and neural critic parametrization , author=. The 41st Conference on Uncertainty in Artificial Intelligence , year=
-
[46]
Advances in Neural Information Processing Systems , volume=
An improved analysis of (variance-reduced) policy gradient and natural policy gradient methods , author=. Advances in Neural Information Processing Systems , volume=
-
[47]
Journal of Machine Learning Research , volume=
On the theory of policy gradient methods: Optimality, approximation, and distribution shift , author=. Journal of Machine Learning Research , volume=
-
[48]
Advances in Neural Information Processing Systems , volume=
Sample-efficient constrained reinforcement learning with general parameterization , author=. Advances in Neural Information Processing Systems , volume=
-
[49]
Advances in Neural Information Processing Systems , volume=
Finite-time analysis of single-timescale actor-critic , author=. Advances in Neural Information Processing Systems , volume=
-
[50]
Advances in Neural Information Processing Systems , volume=
On the convergence and sample efficiency of variance-reduced policy gradient method , author=. Advances in Neural Information Processing Systems , volume=
-
[51]
Journal of Machine Learning Research , volume=
On the convergence rates of policy gradient methods , author=. Journal of Machine Learning Research , volume=
-
[52]
International conference on machine learning , pages=
On the global convergence rates of softmax policy gradient methods , author=. International conference on machine learning , pages=. 2020 , organization=
2020
-
[53]
International Conference on Learning Representations , year=
Single-Timescale Actor-Critic Provably Finds Globally Optimal Policy , author=. International Conference on Learning Representations , year=
-
[54]
International Conference on Learning Representations , year=
Neural Policy Gradient Methods: Global Optimality and Rates of Convergence , author=. International Conference on Learning Representations , year=
-
[55]
International Conference on Machine Learning , pages=
Closing the Gap: Achieving Global Convergence (Last Iterate) of Actor-Critic under Markovian Sampling with Neural Network Parametrization , author=. International Conference on Machine Learning , pages=. 2024 , organization=
2024
-
[56]
Proximit
Moreau, Jean-Jacques , journal=. Proximit
-
[57]
Journal of Machine Learning Research , volume=
Bilevel optimization with a lower-level contraction: Optimal sample complexity without warm-start , author=. Journal of Machine Learning Research , volume=
-
[58]
Stochastic subgradient method converges at the rate O (k^
Davis, Damek and Drusvyatskiy, Dmitriy , journal=. Stochastic subgradient method converges at the rate O (k^
-
[59]
1998 , publisher=
Variational analysis , author=. 1998 , publisher=
1998
-
[60]
Linear convergence of gradient and proximal-gradient methods under the polyak-
Karimi, Hamed and Nutini, Julie and Schmidt, Mark , booktitle=. Linear convergence of gradient and proximal-gradient methods under the polyak-. 2016 , organization=
2016
-
[61]
Journal of optimization theory and applications , volume=
Variable smoothing for weakly convex composite functions , author=. Journal of optimization theory and applications , volume=. 2021 , publisher=
2021
-
[62]
Bolte, J. The. SIAM Journal on Optimization , volume=. 2007 , publisher=
2007
-
[63]
the method of paired comparisons , author=
Rank analysis of incomplete block designs: I. the method of paired comparisons , author=. Biometrika , volume=. 1952 , publisher=
1952
-
[64]
International conference on artificial intelligence and statistics , pages=
Optimizing millions of hyperparameters by implicit differentiation , author=. International conference on artificial intelligence and statistics , pages=. 2020 , organization=
2020
-
[65]
International Conference on Learning Representations , year=
Self-Tuning Networks: Bilevel Optimization of Hyperparameters using Structured Best-Response Functions , author=. International Conference on Learning Representations , year=
-
[67]
Advances in neural information processing systems , volume=
Deep reinforcement learning from human preferences , author=. Advances in neural information processing systems , volume=
-
[68]
Bradley, R. A. and Terry, M. E. (1952). Rank analysis of incomplete block designs: I. the method of paired comparisons. Biometrika , 39(3/4):324--345
1952
-
[69]
Chakraborty, S., Bedi, A., Koppel, A., Wang, H., Manocha, D., Wang, M., and Huang, F. (2024). PARL : A unified framework for policy alignment in reinforcement learning from human feedback. In The Twelfth International Conference on Learning Representations
2024
-
[70]
Chen, L., Xu, J., and Zhang, J. (2024). On finding small hyper-gradients in bilevel optimization: Hardness results and improved analysis. In The Thirty Seventh Annual Conference on Learning Theory , pages 947--980. PMLR
2024
-
[71]
Chen, T., Sun, Y., Xiao, Q., and Yin, W. (2022). A single-timescale method for stochastic bilevel optimization. In International Conference on Artificial Intelligence and Statistics , pages 2466--2488. PMLR
2022
-
[72]
Chen, T., Sun, Y., and Yin, W. (2021). Closing the gap: Tighter analysis of alternating stochastic gradient methods for bilevel problems. Advances in Neural Information Processing Systems , 34:25294--25307
2021
-
[73]
and Zhao, L
Chen, X. and Zhao, L. (2023). Finite-time analysis of single-timescale actor-critic. Advances in Neural Information Processing Systems , 36:7017--7049
2023
-
[74]
F., Leike, J., Brown, T., Martic, M., Legg, S., and Amodei, D
Christiano, P. F., Leike, J., Brown, T., Martic, M., Legg, S., and Amodei, D. (2017). Deep reinforcement learning from human preferences. Advances in neural information processing systems , 30
2017
-
[75]
Fu, Z., Yang, Z., and Wang, Z. (2021). Single-timescale actor-critic provably finds globally optimal policy. In International Conference on Learning Representations
2021
-
[76]
U., and Aggarwal, V
Ganesh, S., Chen, J., Mondal, W. U., and Aggarwal, V. (2025). Order-optimal global convergence for actor-critic with general policy and neural critic parametrization. In The 41st Conference on Uncertainty in Artificial Intelligence
2025
-
[77]
Gaur, M., Bedi, A., Wang, D., and Aggarwal, V. (2024). Closing the gap: Achieving global convergence (last iterate) of actor-critic under markovian sampling with neural network parametrization. In International Conference on Machine Learning , pages 15153--15179. PMLR
2024
-
[78]
S., Pasupathy, R., and Aggarwal, V
Gaur, M., Singh, U., Bedi, A. S., Pasupathy, R., and Aggarwal, V. (2025). On the sample complexity bounds of bilevel reinforcement learning. In The Thirty-ninth Annual Conference on Neural Information Processing Systems
2025
-
[79]
and Wang, M
Ghadimi, S. and Wang, M. (2018). Approximation methods for bilevel programming. arXiv preprint arXiv:1802.02246
2018 arXiv
-
[80]
Grazzi, R., Pontil, M., and Salzo, S. (2023). Bilevel optimization with a lower-level contraction: Optimal sample complexity without warm-start. Journal of Machine Learning Research , 24(167):1--37
2023
-
[81]
Hong, M., Wai, H.-T., Wang, Z., and Yang, Z. (2023). A two-timescale stochastic algorithm framework for bilevel optimization: Complexity analysis and application to actor-critic. SIAM Journal on Optimization , 33(1):147--180
2023
-
[82]
Khanduri, P., Zeng, S., Hong, M., Wai, H.-T., Wang, Z., and Yang, Z. (2021). A near-optimal algorithm for stochastic bilevel optimization via double-momentum. Advances in neural information processing systems , 34:30271--30283
2021
-
[83]
Kwon, J., Kwon, D., Wright, S., and Nowak, R. D. (2023). A fully first-order method for stochastic bilevel optimization. In International Conference on Machine Learning , pages 18083--18113. PMLR
2023
-
[84]
Kwon, J., Kwon, D., Wright, S., and Nowak, R. D. (2024). On penalty methods for nonconvex bilevel optimization and first-order stochastic approximation. In The Twelfth International Conference on Learning Representations
2024
-
[85]
Li, J., Gu, B., and Huang, H. (2022). A fully single loop algorithm for bilevel optimization without hessian inverse. In Proceedings of the AAAI Conference on Artificial Intelligence , volume 36, pages 7426--7434
2022
-
[86]
Liu, B., Ye, M., Wright, S., Stone, P., and Liu, Q. (2022). Bome! bilevel optimization made easy: A simple first-order approach. Advances in neural information processing systems , 35:17248--17262
2022
-
[87]
Liu, R., Liu, X., Yuan, X., Zeng, S., and Zhang, J. (2021). A value-function-based interior-point method for non-convex bi-level optimization. In International conference on machine learning , pages 6882--6892. PMLR
2021
-
[88]
Liu, Y., Zhang, K., Basar, T., and Yin, W. (2020). An improved analysis of (variance-reduced) policy gradient and natural policy gradient methods. Advances in Neural Information Processing Systems , 33:7624--7636
2020
-
[89]
Lorraine, J., Vicol, P., and Duvenaud, D. (2020). Optimizing millions of hyperparameters by implicit differentiation. In International conference on artificial intelligence and statistics , pages 1540--1552. PMLR
2020
-
[90]
Mackay, M., Vicol, P., Lorraine, J., Duvenaud, D., and Grosse, R. (2019). Self-tuning networks: Bilevel optimization of hyperparameters using structured best-response functions. In International Conference on Learning Representations
2019
-
[91]
Nachum, O., Norouzi, M., Xu, K., and Schuurmans, D. (2017). Bridging the gap between value and policy based reinforcement learning. Advances in neural information processing systems , 30
2017
-
[92]
and Chen, T
Shen, H. and Chen, T. (2023). On penalty-based bilevel gradient descent method. In International conference on machine learning , pages 30992--31015. PMLR
2023
-
[93]
Shen, H., Yang, Z., and Chen, T. (2025). Principled penalty-based methods for bilevel reinforcement learning and rlhf. Journal of Machine Learning Research , 26(114):1--49
2025
-
[94]
Sow, D., Ji, K., and Liang, Y. (2022). On the convergence theory for hessian-free bilevel algorithms. Advances in Neural Information Processing Systems , 35:4136--4149
2022
-
[95]
S., McAllester, D., Singh, S., and Mansour, Y
Sutton, R. S., McAllester, D., Singh, S., and Mansour, Y. (1999). Policy gradient methods for reinforcement learning with function approximation. Advances in neural information processing systems , 12
1999
-
[96]
Tassa, Y., Doron, Y., Muldal, A., Erez, T., Li, Y., Casas, D. d. L., Budden, D., Abdolmaleki, A., Merel, J., Lefrancq, A., et al. (2018). Deepmind control suite. arXiv preprint arXiv:1801.00690
2018 arXiv
-
[97]
Thoma, V., P \'a sztor, B., Krause, A., Ramponi, G., and Hu, Y. (2024). Contextual bilevel reinforcement learning for incentive alignment. Advances in Neural Information Processing Systems , 37:127369--127435
2024
-
[98]
Wang, L., Cai, Q., Yang, Z., and Wang, Z. (2020). Neural policy gradient methods: Global optimality and rates of convergence. In International Conference on Learning Representations
2020
-
[99]
Yang, J., Ji, K., and Liang, Y. (2021). Provably faster algorithms for bilevel optimization. Advances in Neural Information Processing Systems , 34:13670--13682
2021
-
[100]
Yang, Y., Gao, B., and Yuan, Y.-x. (2025). Bilevel reinforcement learning via the development of hyper-gradient without lower-level convexity. In International Conference on Artificial Intelligence and Statistics , pages 4780--4788. PMLR
2025
-
[101]
Yang, Y., Xiao, P., and Ji, K. (2023). Achieving O ( ^ -1.5 ) complexity in hessian/jacobian-free stochastic bilevel optimization. Advances in Neural Information Processing Systems , 36:39491--39503
2023
Reviewed August 3, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.