REVIEW 2 major objections 5 minor 70 references
Expressivity and Statistical Trade-offs in Diffusion Policy Learning
T0 review · 2 major / 5 minor · reviewed 2026-07-10 · grok-4.5
Pith's one-line read The Lipschitz size of a diffusion policy's drift sets both how well it can approximate optimal actions and how many samples are needed to learn it.
desk verdict Clean first theory of the Lipschitz budget for diffusion policies: matching 1/K approximation plus explicit sample-dependent rates, with the quadratic Bellman-gap assumption as the only real soft spot. 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 drift Lipschitz budget K: the uniform Lipschitz constant of the diffusion drift in the action variable. It simultaneously measures how tightly the terminal action law can concentrate near optimal actions (expressivity) and how large the statistical complexity of the policy class becomes (estimation cost).
What would settle it
In a controlled MDP with known quadratic Bellman wells, train generic ReLU diffusion policies while sweeping K and n; the empirically best K should track n^{2/(m+6)} and the held-out value gap should follow the predicted power of n. A systematic deviation (e.g., best K independent of n, or gap decaying faster than 1/K) would falsify the central trade-off.
Extended reading notes
Core claim
Diffusion policies with K-Lipschitz drifts approximate deterministic optimal policies with value error of order 1/K, and this rate is optimal under non-degenerate diffusion noise. When the drift is realized by ReLU networks, the resulting finite-sample value gap is of order Õ(n^{-2/(m+6)}) for generic drifts and improves to Õ(n^{-2/(m+4)}) under one-sided dissipativity, achieved by choosing K as a function of sample size n and state dimension m.
Load-bearing premise
Near optimal actions the Bellman gap must grow roughly like squared distance; if the local gap is much flatter or steeper, both the 1/K approximation rate and the subsequent sample-complexity rates change.
Editorial extensions
If this is right
- Practitioners can treat K as a tunable hyper-parameter set by sample size rather than by architecture search alone.
- Enforcing one-sided dissipativity (e.g., mean-reverting drifts) improves the statistical rate from n^{-2/(m+6)} to n^{-2/(m+4)}.
- The same K that buys better approximation also raises gradient variance, so overly large K under fixed data can degrade performance.
- A pathwise Girsanov score replaces the intractable terminal density, yielding a usable policy-gradient estimator for continuous-time diffusion policies.
Reading between the lines
- The same Lipschitz-budget trade-off should appear in any terminal-law generative policy (score-based or flow-based) once the generator is Lipschitz-constrained.
- If local Bellman wells are quartic rather than quadratic, the approximation rate becomes 1/K^{2} and the optimal sample-size scaling of K shifts accordingly.
- Architecture search that ignores sample size may over-allocate capacity to K and under-perform a deliberately under-parameterized, sample-matched network.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies diffusion policies for continuous-action RL, identifying the drift Lipschitz budget K as the key structural quantity controlling both expressivity and finite-sample behavior. It proves that K-Lipschitz drifts concentrate near deterministic optima with mean-squared localization O(1/K) (Lemma 3.1), yielding value approximation of order 1/K (Theorem 3.2), and establishes a matching lower bound under nondegenerate noise via short-time injectivity and final-window anti-concentration (Proposition 3.3, Theorem 3.4). When drifts are ReLU networks, an oracle inequality (Theorem 4.2) balances diffusion approximation, network realization, and estimation, giving rates Õ(n^{-2/(m+6)}) generically and Õ(n^{-2/(m+4)}) under one-sided dissipativity (Remark 4.2). A Girsanov-based policy-gradient formula (Proposition 5.2) is derived, and two numerical experiments illustrate the predicted sample-dependent scalings of K.
Significance. This is among the first rigorous analyses connecting a concrete structural parameter of diffusion policies—the drift Lipschitz budget—to both approximation and statistical rates in RL. The matching upper and lower bounds on the 1/K localization rate, the explicit approximation–estimation trade-off for ReLU drifts, and the continuous-time Girsanov policy-gradient identity are substantial contributions. The proofs are detailed (SDE localization, Krylov estimates, covering numbers, Girsanov differentiation), and the experiments provide qualitative corroboration of both theoretical regimes. The practical prescription—choose K from sample size, then fix a K-Lipschitz architecture—is a useful takeaway. Strengths include matching lower bounds, explicit rates with free design parameters K and s, and a carefully justified training identity.
major comments (2)
- [§3.2, Eq. (3.4); §4, Eq. (4.17); Remark 3.2] The quadratic finite-well conditions (3.4) and (4.17) are load-bearing: they convert the localization rate E[dist^{2}] ≍ 1/K into a value gap of order 1/K, and thus fix the subsequent statistical exponents. Remark 3.2 correctly notes that a clipped p-th-order gap would replace the rate by K^{-p/2}, but the main text still presents 1/K as the intrinsic expressivity rate without enough discussion of when the quadratic well holds. Please add a short subsection or paragraph with concrete MDP examples (e.g., strongly concave Q near A⋆ vs. flat or multi-well landscapes) and state clearly that the statistical rates inherit the local gap exponent.
- [Theorem 4.2; §6; Proposition 5.2] Theorem 4.2 analyzes an exact (or n^{-1/2}-approximate) empirical maximizer of bVn(f) over FK,s, whereas Section 6 trains with the pathwise policy-gradient estimator of Proposition 5.2 and reports optimization-dependent U-shaped curves. The theory–practice gap is not fatal, but the manuscript should state explicitly that optimization error is outside the current analysis and that the experiments only support the sample-dependent role of K qualitatively. A brief remark on this separation (and on the fact that dissipativity is enforced by construction in §6.2) would prevent over-reading the numerical results as verifying the oracle inequality.
minor comments (5)
- [Remark 4.1] In Remark 4.1 the balancing argument suppresses log factors and fixed problem constants; a one-line display of the full leading-order expression including the d- and m-dependent prefactors would help readers compare with the dissipative case in Remark 4.2.
- [Figure 1] Figure 1 caption says panel (a) fixes n=256, but the panel title in the text says n=512; please reconcile.
- [§4, Eqs. (4.4)–(4.7)] The architecture constant C0^m appears throughout FK,s and the rates; a short note that this is the usual dimension-dependent overhead of ReLU approximation on [0,1]^m (not an artifact of the diffusion analysis) would help non-specialists.
- [Proposition 3.3; Remark 3.1(i)] Assumption 2.1 requires uniform ellipticity and an upper bound on volatility; Proposition A.5 shows the upper bound is necessary for the lower bound. A forward pointer from Proposition 3.3 to A.5 in the main text would make this sharpness statement more visible.
- [Introduction; §6.2] Typos: “depend properly” → “depending properly” (p.2); “parameterie” → “parameterize” (§6.2); occasional missing spaces before citations.
Circularity Check
No significant circularity: approximation, lower bounds, and finite-sample rates are derived from SDE localization, covering numbers, and empirical-process arguments under stated assumptions, not by construction from fitted inputs or self-citation chains.
full rationale
The central claims are obtained by explicit constructions and estimates that do not reduce to their own conclusions. Lemma 3.1 constructs a mean-reverting K-Lipschitz drift and applies Itô/Gronwall to get E∥ā_T−c∥²=O(1/K); Theorem 3.2 lifts this via local continuity moduli of r and P. Proposition 3.3 proves a matching localization lower bound by a short-horizon injectivity argument plus a final-window rescaling whose residual has uniformly nondegenerate density (Nash/Fokker–Planck or Krylov), independent of any value-function claim. Theorem 3.4 only multiplies that localization by the assumed quadratic Bellman gap (3.4); the gap is an external hypothesis (Remark 3.2 even notes the p-order generalization), not a quantity defined from the 1/K rate. Section 4 embeds the same mean-reverting reference into a ReLU class FK,s (Lemma 4.1), obtains an oracle inequality by localization + covering + finite-horizon stability (Theorem 4.2), and balances free design parameters K and s; the resulting rates are therefore a priori, not reverse-engineered from data. The policy-gradient identity (Proposition 5.2) is a Girsanov pathwise score and is used only for experiments. No load-bearing uniqueness theorem is imported from the authors’ prior work, no parameter is fitted and then re-labeled a prediction, and the numerical studies merely illustrate the already-proved sample-dependent scalings of K. The derivation chain is therefore self-contained against the paper’s own equations and external analytic tools.
Assumptions & free parameters
free parameters (3)
- network width schedule w(K)
- ridge regularization λ and Fourier-feature count for center estimator
- architecture constant C0 and Lipschitz bounds ℓ1,ℓ2
assumptions (6)
- domain assumption Uniform ellipticity and boundedness of volatility (Assumption 2.1: κId ⪯ σσ⊤ ⪯ ΛId)
- domain assumption Quadratic finite-well Bellman gap (3.4) and quadratic upper bound (4.17)
- domain assumption Optimal deterministic selector g⋆ is bounded and Lipschitz (Assumption 4.1)
- domain assumption Lipschitz reward and synchronous L2-Lipschitz generative model for transitions (Assumption 4.2)
- standard math Standard ReLU approximation rates for Lipschitz maps on the unit cube (Yarotsky / Petersen–Voigtlaender)
- standard math Girsanov change of measure and Novikov-type conditions under linear growth (Assumption 5.1)
Cite this review
Pith. "Pith review of Expressivity and Statistical Trade-offs in Diffusion Policy Learning." pith.science (2026). https://pith.science/paper/YTUTNSHT
@misc{pith2026260707967,
author = {Pith},
title = {Pith review of: Expressivity and Statistical Trade-offs in Diffusion Policy Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/YTUTNSHT}},
note = {Machine review of arXiv:2607.07967}
}
abstract
Diffusion-based policies have recently emerged as powerful policy parameterizations for reinforcement learning, representing state-conditioned action distributions as terminal laws of diffusion processes with parameterized drifts. This terminal-law representation has shown substantial expressive flexibility in practice, enabling diffusion policies to model complex, multimodal, and highly non-Gaussian action distributions; however, it remains unclear what mathematically drives this expressivity and how to fully exploit it when the policy is learned from finite data. In this paper, we identify the drift Lipschitz budget $K$ as a central quantity governing the expressivity and statistical behavior of diffusion policies. We quantify expressivity through approximation: diffusion policies with $K$-Lipschitz drifts can concentrate near optimal deterministic policies and achieve value approximation error of order $1/K$; moreover, we prove a matching lower bound under nondegenerate diffusion noise. This increased expressivity comes with a statistical cost. When the drift is parameterized by neural networks, increasing $K$ improves approximation but increases statistical complexity. Balancing these two terms yields a finite-sample performance gap of order $\tilde{O}(n^{-2/(m+6)})$ for generic neural-network drifts, and a sharper rate $\tilde{O}(n^{-2/(m+4)})$ for one-sided dissipative drift classes, where $n$ is the sample size and $m$ is the dimension of the state space. Numerical experiments provide empirical evidence for the sample-dependent trade-off in $K$, supporting both theoretical regimes. Our framework also suggests a practical implementation principle: choose the diffusion budget $K$ according to the available sample size, and then select a neural-network architecture with the corresponding fixed Lipschitz coefficient.
Figures
Reference graph
Works this paper leans on
-
[1]
Anurag Ajay, Yilun Du, Abhi Gupta, Joshua B. Tenenbaum, Tommi S. Jaakkola, and Pulkit Agrawal. Is conditional generative modeling all you need for decision-making? InInternational Conference on Learning Representations, 2023
work page 2023
-
[2]
Donald G. Aronson. Bounds for the fundamental solution of a parabolic equation.Bulletin of the American Mathematical Society, 73(6):890–896, 1967
work page 1967
-
[3]
Model-Based Diffusion Sampling for Predictive Control in Offline Decision Making
Haldun Balim, Na Li, and Yilun Du. Model-based diffusion sampling for predictive control in offline decision making.arXiv preprint arXiv:2512.08280, 2025. 15
work page Pith review arXiv 2025
-
[4]
Bartlett, Nick Harvey, Christopher Liaw, and Abbas Mehrabian
Peter L. Bartlett, Nick Harvey, Christopher Liaw, and Abbas Mehrabian. Nearly-tight VC-dimension and pseudodimension bounds for piecewise linear neural networks.Journal of Machine Learning Research, 20(63):1–17, 2019
work page 2019
-
[5]
Vladimir I. Bogachev, Nicolai V. Krylov, Michael Röckner, and Stanislav V. Shaposhnikov.Fokker–Planck– Kolmogorov Equations, volume 207 ofMathematical Surveys and Monographs. American Mathematical Society, 2015
work page 2015
-
[6]
René Carmona.Lectures on BSDEs, stochastic control, and stochastic differential games with financial applications. SIAM, 2016
work page 2016
-
[7]
Score regularized policy optimization through diffusion behavior
Huayu Chen, Cheng Lu, Zhengyi Wang, Hang Su, and Jun Zhu. Score regularized policy optimization through diffusion behavior. InInternational Conference on Learning Representations, 2024
work page 2024
-
[8]
Offline reinforcement learning via high-fidelity generative behavior modeling
Huayu Chen, Cheng Lu, Chengyang Ying, Hang Su, and Jun Zhu. Offline reinforcement learning via high-fidelity generative behavior modeling. InInternational Conference on Learning Representations, 2023
work page 2023
Show all 70 references
-
[9]
Score approximation, estimation and distribution recovery of diffusion models on low-dimensional data
Minshuo Chen, Kaixuan Huang, Tuo Zhao, and Mengdi Wang. Score approximation, estimation and distribution recovery of diffusion models on low-dimensional data. InProceedings of the 40th International Conference on Machine Learning, volume 202 ofProceedings of Machine Learning R...
-
[10]
Sitan Chen, Sinho Chewi, Jerry Li, Yuanzhi Li, Adil Salim, and Anru R. Zhang. Sampling is as easy as learning the score: Theory for diffusion models with minimal data assumptions. InInternational Conference on Learning Representations, 2023
2023
-
[11]
Diffusion policies creating a trust region for offline reinforcement learning
Tianyu Chen, Zhendong Wang, and Mingyuan Zhou. Diffusion policies creating a trust region for offline reinforcement learning. InAdvances in Neural Information Processing Systems, 2024
2024
-
[12]
Diffusion policy: Visuomotor policy learning via action diffusion.The International Journal of Robotics Research, 44(10-11):1684–1704, 2025
Cheng Chi, Zhenjia Xu, Siyuan Feng, Eric Cousineau, Yilun Du, Benjamin Burchfiel, Russ Tedrake, and Shuran Song. Diffusion policy: Visuomotor policy learning via action diffusion.The International Journal of Robotics Research, 44(10-11):1684–1704, 2025
2025
-
[13]
Convergence of denoising diffusion models under the manifold hypothesis.Transactions on Machine Learning Research, 2022
Valentin De Bortoli. Convergence of denoising diffusion models under the manifold hypothesis.Transactions on Machine Learning Research, 2022
2022
-
[14]
Diffusion-based reinforcement learning via q-weighted variational policy optimization
Shutong Ding, Ke Hu, Zhenhao Zhang, Kan Ren, Weinan Zhang, Jingyi Yu, Jingya Wang, and Ye Shi. Diffusion-based reinforcement learning via q-weighted variational policy optimization. InAdvances in Neural Information Processing Systems, 2024
2024
-
[15]
GenPO: Generative diffusion models meet on-policy reinforcement learning
Shutong Ding, Ke Hu, Shan Zhong, Haoyang Luo, Weinan Zhang, Jingya Wang, Jun Wang, and Ye Shi. GenPO: Generative diffusion models meet on-policy reinforcement learning. InAdvances in Neural Information Processing Systems, volume 38, 2025
2025
-
[16]
Mean flow policy optimization
Xiaoyi Dong, Xi Sheryl Zhang, and Jian Cheng. Mean flow policy optimization. InProceedings of the 43rd International Conference on Machine Learning, volume 306 ofProceedings of Machine Learning Research. PMLR, 2026
2026
-
[17]
Q-Flow: Stable and expressivereinforcementlearningwithflow-basedpolicy
JaeHyeok Doo, Byeongguk Jeon, Seonghyeon Ye, Kimin Lee, and Minjoon Seo. Q-Flow: Stable and expressivereinforcementlearningwithflow-basedpolicy. InProceedings of the 43rd International Conference on Machine Learning, volume 306 ofProceedings of Machine Learning Research. PMLR, 2026
2026
-
[18]
Diffusion actor-critic: Formulating constrained policy iteration as diffusion noise regression for offline reinforcement learning
Linjiajie Fang, Ruoxue Liu, Jing Zhang, Wenjia Wang, and Bing-Yi Jing. Diffusion actor-critic: Formulating constrained policy iteration as diffusion noise regression for offline reinforcement learning. InInternational Conference on Learning Representations, 2025
2025
-
[19]
The finiteness of moments of a stochastic exponential
Bronius Grigelionis and Vigirdas Mackevičius. The finiteness of moments of a stochastic exponential. Statistics & probability letters, 64(3):243–248, 2003. 16
2003
-
[20]
Soft actor-critic: Off-policy maximum entropy deep reinforcement learning with a stochastic actor
Tuomas Haarnoja, Aurick Zhou, Pieter Abbeel, and Sergey Levine. Soft actor-critic: Off-policy maximum entropy deep reinforcement learning with a stochastic actor. InInternational conference on machine learning, pages 1861–1870. Pmlr, 2018
2018
-
[21]
Mean stochastic comparison of diffusions.Zeitschrift für Wahrscheinlichkeitstheorie und verwandte Gebiete, 68(3):315–329, 1985
Bruce Hajek. Mean stochastic comparison of diffusions.Zeitschrift für Wahrscheinlichkeitstheorie und verwandte Gebiete, 68(3):315–329, 1985
1985
-
[22]
Idql: Implicit q-learning as an actor-critic method with diffusion policies.arXiv preprint arXiv:2304.10573, 2023
Philippe Hansen-Estruch, Ilya Kostrikov, Michael Janner, Jakub Grudzien Kuba, and Sergey Levine. Idql: Implicit q-learning as an actor-critic method with diffusion policies.arXiv preprint arXiv:2304.10573, 2023
2023 arXiv
-
[23]
Springer Science & Business Media, 2012
Onésimo Hernández-Lerma and Jean B Lasserre.Discrete-time Markov control processes: basic optimality criteria, volume 30. Springer Science & Business Media, 2012
2012
-
[24]
Denoising diffusion probabilistic models.Advances in neural information processing systems, 33:6840–6851, 2020
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models.Advances in neural information processing systems, 33:6840–6851, 2020
2020
-
[25]
GenPO++: Generative policy optimization with jacobian-free likelihood ratios.arXiv preprint arXiv:2606.06967, 2026
Ke Hu, Shutong Ding, Panxin Tao, Jingya Wang, and Ye Shi. GenPO++: Generative policy optimization with jacobian-free likelihood ratios.arXiv preprint arXiv:2606.06967, 2026
2026 arXiv
-
[26]
Continuous Q-score matching: Diffusion guided reinforcement learning for continuous-time control
Chengxiu Hua, Jiawen Gu, and Yushun Tang. Continuous Q-score matching: Diffusion guided reinforcement learning for continuous-time control. InAdvances in Neural Information Processing Systems, volume 38, 2025
2025
-
[27]
Diffuseloco: Real-time legged locomotion control with diffusion from offline datasets
Xiaoyu Huang, Yufeng Chi, Ruofeng Wang, Zhongyu Li, Xue Bin Peng, Sophia Shao, Borivoje Nikolic, and Koushil Sreenath. Diffuseloco: Real-time legged locomotion control with diffusion from offline datasets. arXiv preprint arXiv:2404.19264, 2024
2024 arXiv
-
[28]
Tenenbaum, and Sergey Levine
Michael Janner, Yilun Du, Joshua B. Tenenbaum, and Sergey Levine. Planning with diffusion for flexible behavior synthesis. InProceedings of the 39th International Conference on Machine Learning, volume 162 ofProceedings of Machine Learning Research, pages 9902–9915. PMLR, 2022
2022
-
[29]
A natural policy gradient.Advances in neural information processing systems, 14, 2001
Sham M Kakade. A natural policy gradient.Advances in neural information processing systems, 14, 2001
2001
-
[30]
Springer Science & Business Media, 1991
Ioannis Karatzas and Steven Shreve.Brownian motion and stochastic calculus, volume 113. Springer Science & Business Media, 1991
1991
-
[31]
Shreve.Brownian Motion and Stochastic Calculus, volume 113 ofGraduate Texts in Mathematics
Ioannis Karatzas and Steven E. Shreve.Brownian Motion and Stochastic Calculus, volume 113 ofGraduate Texts in Mathematics. Springer, 1991
1991
-
[32]
Springer, 2006
Norihiko Kazamaki.Continuous exponential martingales and BMO. Springer, 2006
2006
-
[33]
3d diffuser actor: Policy diffusion with 3d scene representations.arXiv preprint arXiv:2402.10885, 2024
Tsung-Wei Ke, Nikolaos Gkanatsios, and Katerina Fragkiadaki. 3d diffuser actor: Policy diffusion with 3d scene representations.arXiv preprint arXiv:2402.10885, 2024
2024 arXiv
-
[34]
A fisher–rao gradient flow for entropy-regularised markov decision processes in polish spaces: B
Bekzhan Kerimkulov, James-Michael Leahy, David Siska, Lukasz Szpruch, and Yufei Zhang. A fisher–rao gradient flow for entropy-regularised markov decision processes in polish spaces: B. kerimkulov et al. Foundations of Computational Mathematics, pages 1–75, 2025
2025
-
[35]
Score-based one-step MeanFlow policy optimization.arXiv preprint arXiv:2605.23365, 2026
Kyungyoon Kim, Donghyeon Ki, Hee-Jun Ahn, and Byung-Jun Lee. Score-based one-step MeanFlow policy optimization.arXiv preprint arXiv:2605.23365, 2026
2026 arXiv
-
[36]
N. V. Krylov. On diffusion processes with drift inLd+1.arXiv preprint arXiv:2102.11465, 2021
2021 arXiv
-
[37]
Convergence for score-based generative modeling with polynomial complexity
Holden Lee, Jianfeng Lu, and Yixin Tan. Convergence for score-based generative modeling with polynomial complexity. InAdvances in Neural Information Processing Systems, volume 35, pages 22870–22882, 2022
2022
-
[38]
Hierarchical diffusion for offline decision making
Wenhao Li, Xiangfeng Wang, Bo Jin, and Hongyuan Zha. Hierarchical diffusion for offline decision making. InProceedings of the 40th International Conference on Machine Learning, volume 202 ofProceedings of Machine Learning Research, pages 20035–20064. PMLR, 2023. 17
2023
-
[39]
Contrastive energy prediction for exact energy-guided diffusion sampling in offline reinforcement learning
Cheng Lu, Huayu Chen, Jianfei Chen, Hang Su, Chongxuan Li, and Jun Zhu. Contrastive energy prediction for exact energy-guided diffusion sampling in offline reinforcement learning. InInternational Conference on Machine Learning, 2023
2023
-
[40]
Flow-based policy for online reinforcement learning
Lei Lyu, Yunfei Li, Yu Luo, Fuchun Sun, Tao Kong, Jiafeng Xu, and Xiao Ma. Flow-based policy for online reinforcement learning. InAdvances in Neural Information Processing Systems, volume 38, 2025
2025
-
[41]
Efficient online reinforcement learning for diffusion policy.arXiv preprint arXiv:2502.00361, 2025
Haitong Ma, Tianyi Chen, Kai Wang, Na Li, and Bo Dai. Efficient online reinforcement learning for diffusion policy.arXiv preprint arXiv:2502.00361, 2025
2025 arXiv
-
[42]
Diffusion-dice: In-sample diffusion guidance for offline reinforcement learning
Liyuan Mao, Haoran Xu, Xianyuan Zhan, Weinan Zhang, and Amy Zhang. Diffusion-dice: In-sample diffusion guidance for offline reinforcement learning. InAdvances in Neural Information Processing Systems, 2024
2024
-
[43]
Universitext
Bernt Øksendal.Stochastic Differential Equations: An Introduction with Applications. Universitext. Springer, Berlin, 6 edition, 2003
2003
-
[44]
Covering numbers for deep ReLU networks with applications to function approximation and nonparametric regression.arXiv preprint arXiv:2410.06378, 2024
Weigutian Ou and Helmut Bölcskei. Covering numbers for deep ReLU networks with applications to function approximation and nonparametric regression.arXiv preprint arXiv:2410.06378, 2024
2024
-
[45]
Optimal approximation of piecewise smooth functions using deep relu neural networks.Neural Networks, 108:296–330, 2018
Philipp Petersen and Felix Voigtlaender. Optimal approximation of piecewise smooth functions using deep relu neural networks.Neural Networks, 108:296–330, 2018
2018
-
[46]
Learning a diffusion model policy from rewards via q-score matching
Michael Psenka, Alejandro Escontrela, Pieter Abbeel, and Yi Ma. Learning a diffusion model policy from rewards via q-score matching. InInternational Conference on Machine Learning, 2024
2024
-
[47]
Ren, Justin Lidard, Lars Lien Ankile, Anthony Simeonov, Pulkit Agrawal, Anirudha Majumdar, Benjamin Burchfiel, Hongkai Dai, and Max Simchowitz
Allen Z. Ren, Justin Lidard, Lars Lien Ankile, Anthony Simeonov, Pulkit Agrawal, Anirudha Majumdar, Benjamin Burchfiel, Hongkai Dai, and Max Simchowitz. Diffusion policy policy optimization. InThe Thirteenth International Conference on Learning Representations, 2025
2025
-
[48]
L. C. G. Rogers and David Williams.Diffusions, Markov Processes and Martingales. Volume 2: Itô Calculus. Cambridge University Press, 2 edition, 2000
2000
-
[49]
Movement primitive diffusion: Learning gentle robotic manipulation of deformable objects.IEEE Robotics and Automation Letters, 9(6):5338–5345, 2024
Paul Maria Scheikl, Nicolas Schreiber, Christoph Haas, Niklas Freymuth, Gerhard Neumann, Rudolf Li- outikov, and Franziska Mathis-Ullrich. Movement primitive diffusion: Learning gentle robotic manipulation of deformable objects.IEEE Robotics and Automation Letters, 9(6):5338–5...
2024
-
[50]
Nonparametric regression using deep neural networks with relu activation function.The Annals of Statistics, 48(4):1875–1897, 2020
Johannes Schmidt-Hieber. Nonparametric regression using deep neural networks with relu activation function.The Annals of Statistics, 48(4):1875–1897, 2020
2020
-
[51]
Trust region policy optimization
John Schulman, Sergey Levine, Pieter Abbeel, Michael Jordan, and Philipp Moritz. Trust region policy optimization. InInternational conference on machine learning, pages 1889–1897. PMLR, 2015
2015
-
[52]
Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347, 2017
John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347, 2017
2017 arXiv
-
[53]
Flow matching with injected noise for offline-to-online reinforcement learning
Yongjae Shin, Jongseong Chae, Jongeui Park, and Youngchul Sung. Flow matching with injected noise for offline-to-online reinforcement learning. InInternational Conference on Learning Representations, 2026
2026
-
[54]
Deep unsupervised learning using nonequilibrium thermodynamics
Jascha Sohl-Dickstein, Eric Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. InInternational conference on machine learning, pages 2256–2265. pmlr, 2015
2015
-
[55]
Generative modeling by estimating gradients of the data distribution
Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution. Advances in neural information processing systems, 32, 2019
2019
-
[56]
Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole
Yang Song, Jascha Sohl-Dickstein, Diederik P. Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. Score-based generative modeling through stochastic differential equations. InInternational Conference on Learning Representations, 2021. 18
2021
-
[57]
Stroock and S
Daniel W. Stroock and S. R. S. Varadhan.Multidimensional Diffusion Processes, volume 233 ofGrundlehren der Mathematischen Wissenschaften. Springer, Berlin, 1979
1979
-
[58]
MIT press Cambridge, 1998
Richard S Sutton, Andrew G Barto, et al.Reinforcement learning: An introduction, volume 1. MIT press Cambridge, 1998
1998
-
[59]
Policy gradient methods for reinforcement learning with function approximation.Advances in neural information processing systems, 12, 1999
Richard S Sutton, David McAllester, Satinder Singh, and Yishay Mansour. Policy gradient methods for reinforcement learning with function approximation.Advances in neural information processing systems, 12, 1999
1999
-
[60]
Scalable maximum entropy reinforcement learning for diffusion policies via adjoint matching.arXiv preprint arXiv:2606.22630, 2026
Serge Thilges, Onur Celik, Denis Blessing, Emiliyan Gospodinov, and Gerhard Neumann. Scalable maximum entropy reinforcement learning for diffusion policies via adjoint matching.arXiv preprint arXiv:2606.22630, 2026
2026 arXiv
-
[61]
Theoretical guarantees for sampling and inference in generative models with latent diffusions
Belinda Tzen and Maxim Raginsky. Theoretical guarantees for sampling and inference in generative models with latent diffusions. InProceedings of the Thirty-Second Conference on Learning Theory, volume 99 of Proceedings of Machine Learning Research, pages 3084–3114. PMLR, 2019
2019
-
[62]
Wainwright.High-Dimensional Statistics: A Non-Asymptotic Viewpoint
Martin J. Wainwright.High-Dimensional Statistics: A Non-Asymptotic Viewpoint. Cambridge University Press, 2019
2019
-
[63]
Diffusion actor-critic with entropy regulator.Advances in Neural Information Processing Systems, 37:54183–54204, 2024
Yinuo Wang, Likun Wang, Yuxuan Jiang, Wenjun Zou, Tong Liu, Xujie Song, Wenxuan Wang, Liming Xiao, Jiang Wu, Jingliang Duan, et al. Diffusion actor-critic with entropy regulator.Advances in Neural Information Processing Systems, 37:54183–54204, 2024
2024
-
[64]
Hunt, and Mingyuan Zhou
Zhendong Wang, Jonathan J. Hunt, and Mingyuan Zhou. Diffusion policies as an expressive policy class for offline reinforcement learning. InInternational Conference on Learning Representations, 2023
2023
-
[65]
Policy representation via diffusion probability model for reinforcement learning
Long Yang, Zhixiong Huang, Fenghao Lei, Yucun Zhong, Yiming Yang, Cong Fang, Shiting Wen, Binbin Zhou, and Zhouchen Lin. Policy representation via diffusion probability model for reinforcement learning. arXiv preprint arXiv:2305.13122, 2023
2023 arXiv
-
[66]
Error bounds for approximations with deep ReLU networks.Neural Networks, 94:103–114, 2017
Dmitry Yarotsky. Error bounds for approximations with deep ReLU networks.Neural Networks, 94:103–114, 2017
2017
-
[67]
Reparameterization flow policy optimization
Hai Zhong, Zhuoran Li, Xun Wang, and Longbo Huang. Reparameterization flow policy optimization. arXiv preprint arXiv:2602.03501, 2026
2026
-
[68]
Truncated rectified flow policy for reinforcement learning with one-step sampling.arXiv preprint arXiv:2604.09159, 2026
Xubin Zhou, Yipeng Yang, and Zhan Li. Truncated rectified flow policy for reinforcement learning with one-step sampling.arXiv preprint arXiv:2604.09159, 2026. 19 A Proofs for Section 3 This appendix contains the proofs for the expressivity results in Section 3. We first prove ...
2026 arXiv
-
[69]
Using the preceding inequality, d dt ∥qt∥2 2 ≤ −de −d(t−r)∥pt∥2 2 +e −d(t−r) d∥pt∥2 2 −κ∥∇p t∥2 2
Differentiating it gives d dt ∥qt∥2 2 =−de −d(t−r)∥pt∥2 2 +e −d(t−r) d dt ∥pt∥2 2. Using the preceding inequality, d dt ∥qt∥2 2 ≤ −de −d(t−r)∥pt∥2 2 +e −d(t−r) d∥pt∥2 2 −κ∥∇p t∥2 2 . The two terms involvingd∥pt∥2 2 cancel, so d dt ∥qt∥2 2 ≤ −κe −d(t−r)∥∇pt∥2 2. Because qt = e−...
-
[70]
sup 0≤t≤T Z t 0 1 ε r1(ε, s,¯as, θ, β, x)dBQ s + Z t 0 1 ε r2(ε, s,¯as, β, θ, x) M# = 0. 56 ByL p-martingale inequality, we get that E
Then∥q t∥2+4/d 2 =F(t) 1+2/d. Thus F ′(t)≤ − κ Nd F(t) 1+2/d. Letθ= 2/dandc d,κ =κ/N d, whereN d is the coefficient in Nash’s inequality. Then F ′(t)≤ −c d,κF(t) 1+θ. IfF(t) = 0, the desired bound is trivial. Otherwise, d dt F(t) −θ =−θF(t) −θ−1F ′(t)≥θc d,κ. Integrating fromr...
Reviewed July 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.