REVIEW 3 major objections 2 minor 44 references
Symmetric Behavior Regularized Policy Optimization
T0 review · 3 major / 2 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A Pearson–Vajda series turns symmetric divergence regularization in offline reinforcement learning into a closed-form, stable optimization problem.
desk verdict The abstract describes an interesting symmetric-BRPO method, but the submitted full text is an unrelated recommender-systems paper, and the universal f-divergence claim needs regularity caveats. 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 infinite Pearson–Vajda series representation of $f$-divergences—each term is a moment-like Pearson–Vajda divergence between the policy $\pi$ and the behavior policy $\mu$—so that the sum over all terms equals the original $f$-divergence. Truncating this series at $K$ terms yields a polynomial surrogate in the likelihood ratio $\pi/\mu$; for symmetric divergences, this surrogate admits a closed-form optimal policy, and its remainder is controlled by a tight upper bound.
What would settle it
On a didactic MDP or a D4RL task, record the maximum of $\log(\pi(s,a)/\mu(s,a))$ over training batches; if it leaves the series' radius of convergence for the chosen generator $f$, the closed-form policy and the tight bound no longer apply. A direct check: solve the exact symmetric-BRPO problem for a small MDP by brute-force search and compare its optimal policy and value to the truncated-$K$ surrogate's optimum, observing a gap larger than the stated bound at the $K$ used in practice.
Extended reading notes
Core claim
The paper's central claim is that symmetric behavior regularization in offline RL is not inherently harder than asymmetric regularization. Using an infinite Pearson–Vajda series as a universal representation of any $f$-divergence, the authors derive, for a finite truncation, a closed-form optimal policy for symmetric BRPO, a numerically stable surrogate objective, and a tight upper bound on the approximation error between the truncated and exact objectives. Empirically, the method achieves consistently strong results on D4RL and is robust to the number of terms in the approximation, and didactic examples demonstrate concrete failure modes of asymmetric regularization that symmetric regulariz
Load-bearing premise
The representation of an arbitrary $f$-divergence by the Pearson–Vajda series is exact only when the divergence generator $f$ is analytic at the likelihood-ratio point $1$, and the finite $K$-term approximation stays reliable only while the likelihood ratio $\pi/\mu$ on the training batch remains inside the series' radius of convergence.
Editorial extensions
If this is right
- Symmetric BRPO becomes solvable in closed form, matching the tractability that made asymmetric KL regularization the default choice in prior BRPO.
- The truncated Pearson–Vajda objective is numerically stable, so symmetric divergences can serve as optimization targets rather than merely theoretical regularizers.
- The tight upper bound gives a certificate for choosing the truncation order $K$: the suboptimality gap between the truncated surrogate and the exact symmetric-BRPO objective is known.
- D4RL results that are strong and robust to $K$ indicate that the approximation does not introduce a sensitive new hyperparameter.
- Didactic examples show symmetric regularization correcting one-sided bias, near-boundary updates, and projection-geometry inconsistencies that asymmetric regularization exhibits.
Reading between the lines
- If every analytic $f$-divergence collapses into one series, asymmetric KL-based BRPO is likely a low-order special case of the same expansion, so the framework suggests a continuum from one-sided to two-sided regularization controllable by $K$ and the generator $f$.
- The empirical robustness to $K$ hints at a practical recipe: fix a small $K$ and tune only the regularization strength, reducing the hyperparameter burden in offline RL.
- The 'any $f$-divergence' claim rests on analyticity; non-analytic generators such as total variation fall outside the proved representation, so testing symmetric total-variation regularization directly would map the framework's boundary.
- The closed-form optimal policy could be used for exact single-step policy updates in an online actor-critic loop, a testable extension that would compare per-update cost and convergence against gradient-based policy optimization.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The submitted manuscript, arXiv:2508.04225, presents an abstract for a paper titled 'Symmetric Behavior Regularized Policy Optimization' that claims a universal BRPO framework based on an infinite Pearson-Vajda series representing any f-divergence. The abstract further claims that a finite truncation yields (1) a closed-form optimal policy expression, (2) a numerically stable optimization surrogate, and (3) a tight upper bound on approximation quality, with consistently strong D4RL results. However, the supplied full text is an unrelated paper, 'Discrete-event Tensor Factorization: Learning a Smooth Embedding for Continuous Domains' (De Pauw and Goethals), which is about recommender systems. None of the abstract's theoretical derivations, algorithmic details, or experiments appear in the submitted text. Consequently, the claims in the abstract are completely unsupported by the provided manuscript.
Significance. If the claims in the abstract were correct, the paper would make a meaningful contribution: it would show that symmetric behavior regularization is as tractable as the asymmetric KL used in prior BRPO, offering closed-form updates, stable surrogates, and a convergent approximation with a tight error bound. The proposed universality of the Pearson-Vajda representation would also unify symmetric and asymmetric divergences within a single framework. However, because the submitted full text contains none of this material, the significance cannot be evaluated. Moreover, the abstract's 'any f-divergence' statement is mathematically overbroad: the Pearson-Vajda series is a Taylor-type expansion and requires analyticity and convergence-radius conditions that are not stated. As submitted, the paper provides no verifiable contribution.
major comments (3)
- [Full text (all)] The supplied full text is 'Discrete-event Tensor Factorization: Learning a Smooth Embedding for Continuous Domains' (arXiv:2508.04221), not a paper on behavior-regularized policy optimization. The abstract's key items—the Pearson-Vajda series, the closed-form optimal policy, the stable surrogate, the tight upper bound, and the D4RL experiments—appear nowhere in the submitted text. This is not a local omission but the absence of the entire object under review. The claims in the abstract are therefore unverified and unverifiable from the submission.
- [Abstract] The claim that an infinite Pearson-Vajda series can represent 'any f-divergence' requires the divergence generator f to be analytic at the likelihood-ratio point t=1 and the likelihood ratio π/μ to stay within the radius of convergence. Total variation, with f(t)=|t−1|, is not analytic at t=1, so the series representation does not exist. For KL, f(t)=t log t has radius of convergence 1 around t=1, so π/μ > 2 lies outside the convergence disk. These conditions are not stated in the abstract, making the universality claim false as written; if the full paper contains appropriate regularity conditions, they must be stated in the abstract and in the theorem statements.
- [Abstract, claim (1)] The paper asserts a closed-form optimal policy expression for symmetric BRPO. Symmetric divergences are known not to permit closed-form solutions in BRPO, so this claim requires a derivation, a statement of the policy parameterization (e.g., Gaussian, tabular, categorical), and the optimization objective. No such derivation or even the precise objective is present in the submitted text. Without this, the central algorithmic claim cannot be checked, let alone accepted.
minor comments (2)
- [Full text footer] The footer of the supplied full text reads 'arXiv:2508.04221v1', confirming that the attached text is a different paper from the submitted arXiv ID 2508.04225. Please verify the correct full text has been uploaded.
- [Full text, Sections 4 and 5] The unrelated full text contains typographical errors, e.g., 'porblems' in Section 4 and 'Furthmore' in Section 5. These would need proofreading if this text were to be retained, but the fundamental mismatch already makes the submission unsuitable.
Circularity Check
No circularity found in the abstract-level derivation; approximation-based surrogate with external D4RL benchmark.
full rationale
The paper's claimed derivation chain is: introduce an infinite Pearson-Vajda series to represent f-divergences, truncate it, derive a closed-form policy/stabilized surrogate/error bound from the truncated objective, and validate on D4RL. None of these steps reduces to its own input. The finite-series surrogate is an approximation to the original symmetric divergence, not a renaming of the sought result; the closed-form policy is the optimizer of the truncated surrogate, which is a legitimate derivation, though it only solves the surrogate problem. The D4RL evaluation is an external benchmark, so the empirical claim is not self-confirming. The 'robust to number of terms' observation is an empirical sanity check of the truncation, not a fitted-parameter-then-predicted construction. Objections about analyticity and radius of convergence (e.g., total variation f(t)=|t-1| is not analytic at 1; KL's Taylor series has radius 1 so pi/mu>2 breaks the expansion) are correctness/validity concerns about unstated assumptions, not circularity, and per the instructions are not scored as circularity. Note also that the supplied full text is a different paper (Discrete-event Tensor Factorization), so no equations or derivations from the BRPO manuscript were available to audit; the absence of supporting derivation is a completeness issue, not evidence of circularity. Therefore score 0.
Assumptions & free parameters
free parameters (2)
- Truncation order K of the Pearson-Vajda series =
unknown; abstract claims robustness to it
- Behavior-regularization weight lambda =
unknown
assumptions (4)
- standard math Every relevant f-divergence admits an exact infinite Pearson-Vajda series expansion (Taylor-type expansion of the generator f around ratio 1)
- ad hoc to paper The truncation error bound is tight enough at the K used in practice that the truncated objective's optimum tracks the true symmetric-BRPO optimum
- domain assumption The policy parameterization admits a closed-form solution to the truncated objective (e.g., a Gaussian policy)
- domain assumption The behavior policy is known or satisfactorily estimated from the offline dataset
Cite this review
Pith. "Pith review of Symmetric Behavior Regularized Policy Optimization." pith.science (2026). https://pith.science/paper/SU6AG5QD
@misc{pith2026250804225,
author = {Pith},
title = {Pith review of: Symmetric Behavior Regularized Policy Optimization},
year = {2026},
howpublished = {\url{https://pith.science/paper/SU6AG5QD}},
note = {Machine review of arXiv:2508.04225}
}
abstract
Behavior Regularized Policy Optimization (BRPO) leverages asymmetric divergence regularization to mitigate distribution shift in offline reinforcement learning. This paper is the first to study the open question of symmetric BRPO. Using didactic examples, we show that symmetric regularization can outperform asymmetric regularization in addressing one-sided bias, near-boundary policy updates, and projection geometry consistency. However, symmetric divergences do not fit BRPO naturally: they do not permit a closed-form solution when used as regularizers, and can lead to numerical instability when used as optimization objectives. We first introduce a universal BRPO framework using an infinite series of Pearson-Vajda divergences to represent any $f$-divergence, which includes both symmetric and asymmetric divergences. We use a finite-series approximation to obtain the following results for symmetric BRPO: (1) a closed-form optimal policy expression; (2) a numerically stable optimization surrogate; and (3) a tight upper bound on the approximation quality. On the D4RL benchmark and in didactic examples, we show that the proposed method achieves consistently strong results and is robust to the number of terms in the approximation.
Reference graph
Works this paper leans on
-
[1]
IAAQ Al-Hadi, Nurfadhlina Mohd Sharef, Md Nasir Sulaiman, and Norwati Mustapha. 2017. Review of the temporal recommendation system with matrix factorization. Int. J. Innov. Comput. Inf. Control 13, 5 (2017), 1579–1594
work page 2017
-
[2]
Alex Ayoub, Samuel Robertson, Dawen Liang, Harald Steck, and Nathan Kallus. 2025. Does weighting improve matrix factorization for recommender systems?. In Proceedings of the ACM on Web Conference 2025 . 3885–3895
work page 2025
-
[3]
Immanuel Bayer, Xiangnan He, Bhargav Kanagal, and Steffen Rendle. 2017. A generic coordinate descent framework for learning from implicit feedback. In Proceedings of the 26th international conference on world wide web . 1341–1350
work page 2017
- [4]
-
[5]
Veronika Bogina, Tsvi Kuflik, Dietmar Jannach, Maria Bielikova, Michal Kompan, and Christoph Trattner. 2023. Considering temporal aspects in recommender systems: a survey. User Modeling and User-Adapted Interaction 33, 1 (2023), 81–119
work page 2023
-
[6]
Pedro G Campos, Fernando Díez, and Iván Cantador. 2014. Time-aware recommender systems: a comprehensive survey and analysis of existing evaluation protocols. User Modeling and User-Adapted Interaction 24, 1 (2014), 67–119
work page 2014
-
[7]
Minjin Choi, Jinhong Kim, Joonseok Lee, Hyunjung Shim, and Jongwuk Lee. 2021. Session-aware linear item-item models for session-based recommendation. In Proceedings of the Web Conference 2021 . 2186–2197
work page 2021
-
[8]
Joey De Pauw and Bart Goethals. 2024. The Role of Unknown Interactions in Implicit Matrix Factorization—A Probabilistic View. In Proceedings of the 18th ACM Conference on Recommender Systems . 219–227
work page 2024
Show all 44 references
-
[9]
Yi Ding and Xue Li. 2005. Time weight collaborative filtering. In Proceedings of the 14th ACM international conference on Information and knowledge management. 485–492
2005
-
[10]
Stefan Falkner, Aaron Klein, and Frank Hutter. 2018. BOHB: Robust and Efficient Hyperparameter Optimization at Scale. arXiv:1807.01774 [cs.LG] https://arxiv.org/abs/1807.01774
2018 arXiv
-
[11]
Maurizio Ferrari Dacrema, Paolo Cremonesi, and Dietmar Jannach. 2019. Are we really making much progress? A worrying analysis of recent neural recommendation approaches. In Proceedings of the 13th ACM conference on recommender systems . 101–109
2019
-
[12]
Evgeny Frolov and Ivan Oseledets. 2017. Tensor methods and recommender systems. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery 7, 3 (2017), e1201
2017
-
[13]
Diksha Garg, Priyanka Gupta, Pankaj Malhotra, Lovekesh Vig, and Gautam Shroff. 2019. Sequence and time aware neighborhood for session-based recommendations: STAN. In Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval...
2019
-
[14]
Magnus R Hestenes and Eduard Stiefel. 1952. Methods of conjugate gradients for solving. Journal of research of the National Bureau of Standards 49, 6 (1952), 409
1952
-
[15]
Balázs Hidasi. 2014. Factorization models for context-aware recommendations. Infocommun J VI (4) (2014), 27–34
2014
-
[16]
Balázs Hidasi and Domonkos Tikk. 2012. Fast ALS-based tensor factorization for context-aware recommendation from implicit feedback. In Joint European Conference on Machine Learning and Knowledge Discovery in Databases . Springer, 67–82
2012
-
[17]
Balázs Hidasi and Domonkos Tikk. 2014. Approximate modeling of continuous context in factorization algorithms. In Proceedings of the 4th Workshop on Context-A wareness in Retrieval and Recommendation. 3–9
2014
-
[18]
Yifan Hu, Yehuda Koren, and Chris Volinsky. 2008. Collaborative filtering for implicit feedback datasets. In 2008 Eighth IEEE international conference on data mining. Ieee, 263–272
2008
-
[19]
Masaaki Imaizumi and Kohei Hayashi. 2017. Tensor decomposition with smoothness. In International conference on machine learning . PMLR, 1597–1606
2017
-
[20]
Yehuda Koren. 2009. Collaborative filtering with temporal dynamics. In Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (Paris, France) (KDD ’09). Association for Computing Machinery, New York, NY, USA, 447–456. https: //doi.or...
2009
-
[21]
Peter Lancaster and Miron Tismenetsky. 1985. The theory of matrices: with applications . Elsevier
1985
-
[22]
Dawen Liang, Rahul G Krishnan, Matthew D Hoffman, and Tony Jebara. 2018. Variational autoencoders for collaborative filtering. In Proceedings of the 2018 world wide web conference . 689–698
2018
-
[23]
Carlos García Ling, Elizabeth HMGroup, and Frida Rim. 2022. inversion, Jaime Ferrando, Maggie, neuraloverflow, xlsrln. H&M Personalized Fashion Recommendations. Kaggle. https://kaggle. com/competitions/h-and-m-personalized-fashion-recommendations (2022)
2022
-
[24]
Yung-Yin Lo, Wanjiun Liao, Cheng-Shang Chang, and Ying-Chin Lee. 2018. Temporal Matrix Factorization for Tracking Concept Drift in Individual User Preferences. IEEE Transactions on Computational Social Systems 5, 1 (2018), 156–168. https://doi.org/10.1109/TCSS.2017.2772295
2018
-
[25]
Malte Ludewig and Dietmar Jannach. 2018. Evaluation of session-based recommendation algorithms. User Modeling and User-Adapted Interaction 28 (2018), 331–390
2018
-
[26]
Bodhisattwa Prasad Majumder, Shuyang Li, Jianmo Ni, and Julian McAuley. 2019. Generating personalized recipes from historical user preferences. arXiv preprint arXiv:1909.00105 (2019)
2019 arXiv
-
[27]
Pawel Matuszyk, João Vinagre, Myra Spiliopoulou, Alípio Mário Jorge, and João Gama. 2015. Forgetting methods for incremental matrix factorization in recommender systems. In Proceedings of the 30th annual ACM symposium on applied computing . 947–953. 16 Joey De Pauw and Bart Goethals
2015
-
[28]
Zaiqiao Meng, Richard McCreadie, Craig Macdonald, and Iadh Ounis. 2020. Exploring data splitting strategies for the evaluation of recommendation models. In Proceedings of the 14th acm conference on recommender systems . 681–686
2020
-
[29]
Roberto Pagano, Paolo Cremonesi, Martha Larson, Balázs Hidasi, Domonkos Tikk, Alexandros Karatzoglou, and Massimo Quadrana. 2016. The contextual turn: From context-aware to context-driven recommender systems. In Proceedings of the 10th ACM conference on recommender systems . 249–252
2016
-
[30]
Rong Pan, Yunhong Zhou, Bin Cao, Nathan N Liu, Rajan Lukose, Martin Scholz, and Qiang Yang. 2008. One-class collaborative filtering. In 2008 Eighth IEEE international conference on data mining . IEEE, 502–511
2008
-
[31]
Seongmin Park, Mincheol Yoon, Minjin Choi, and Jongwuk Lee. 2024. Temporal Linear Item-Item Model for Sequential Recommendation. arXiv preprint arXiv:2412.07382 (2024)
2024 arXiv
-
[32]
Joey De Pauw and Bart Goethals. 2025. Weighted Tensor Decompositions for Context-aware Collaborative Filtering. arXiv:2503.08393 [cs.IR] https://arxiv.org/abs/2503.08393
2025 arXiv
-
[33]
Idris Rabiu, Naomie Salim, Aminu Da’u, and Akram Osman. 2020. Recommender system based on temporal models: a systematic review. Applied Sciences 10, 7 (2020), 2204
2020
-
[34]
Chhavi Rana and Sanjay Kumar Jain. 2015. A study of the dynamic features of recommender systems. Artificial Intelligence Review 43 (2015), 141–153
2015
-
[35]
Steffen Rendle, Walid Krichene, Li Zhang, and Yehuda Koren. 2022. Revisiting the performance of ials on item recommendation benchmarks. In Proceedings of the 16th ACM Conference on Recommender Systems . 427–435
2022
-
[36]
Harald Steck. 2019. Collaborative filtering via high-dimensional regression. arXiv preprint arXiv:1904.13033 (2019)
2019 arXiv
-
[37]
Harald Steck. 2019. Embarrassingly shallow autoencoders for sparse data. In The World Wide Web Conference. 3251–3257
2019
-
[38]
Baoshan Sun and Lingyu Dong. 2017. Dynamic model adaptive to user interest drift based on cluster and nearest neighbors. IEEE access 5 (2017), 1682–1691
2017
-
[39]
Robin Verachtert, Lien Michiels, and Bart Goethals. 2022. Are We Forgetting Something? Correctly Evaluate a Recommender System With an Optimal Training Window.. In Perspectives@RecSys
2022
-
[40]
João Vinagre, Alípio Mário Jorge, and João Gama. 2015. An overview on the exploitation of time in collaborative filtering. Wiley interdisciplinary reviews: Data mining and knowledge discovery 5, 5 (2015), 195–215
2015
-
[41]
Shoujin Wang, Longbing Cao, Yan Wang, Quan Z Sheng, Mehmet A Orgun, and Defu Lian. 2021. A survey on session-based recommender systems. ACM Computing Surveys (CSUR) 54, 7 (2021), 1–38
2021
-
[42]
Shoujin Wang, Qi Zhang, Liang Hu, Xiuzhen Zhang, Yan Wang, and Charu Aggarwal. 2022. Sequential/session-based recommendations: Challenges, approaches, applications and opportunities. In Proceedings of the 45th international ACM SIGIR conference on research and development in i...
2022
-
[43]
Eric W Weisstein. 2002. Legendre polynomial. https://mathworld. wolfram. com/ (2002)
2002
-
[44]
Tatsuya Yokota, Rafal Zdunek, Andrzej Cichocki, and Yukihiko Yamashita. 2015. Smooth nonnegative matrix and tensor factorizations for robust multi-way data analysis. Signal Processing 113 (2015), 234–249
2015
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.