Pith. sign in

REVIEW 2 major objections 4 minor 3 cited by

Decentralized Online Riemannian Optimization Beyond Hadamard Manifolds

T0 review · 2 major / 4 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read On manifolds with bounded positive curvature, a curvature-tuned Riemannian consensus step contracts disagreement at a linear rate, and this paper shows the same O(sqrt T) regret for decentralized online gradient descent and two-point bandit

desk verdict Solid extension of decentralized Riemannian OCO beyond Hadamard manifolds, but the stated and analyzed consensus step-sizes disagree; the central O(√T) claims look recoverable with a careful revision. read the letter →

arxiv 2509.07779 v2 pith:DRAXUPGL submitted 2025-09-09 math.OC cs.LGcs.MA

classification math.OCcs.LGcs.MA MSC 90C2590C1568W27
keywords decentralizedoptimizationonlineRiemannianpositivecurvatureregretboundstwo-pointbanditgeodesicconvexityrandomizedsmoothingconsensus
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper sets out to show that decentralized online optimization on curved spaces does not have to settle for worse regret rates once positive curvature is allowed. The authors prove that a specific Riemannian consensus step—each agent moves a tuned fraction of the way toward its neighbors along geodesics—contracts disagreement linearly even on manifolds with bounded positive sectional curvature, not just Hadamard manifolds. Building on that contraction, they show decentralized online Riemannian gradient descent achieves O(sqrt T) static regret under full gradient feedback, and the same O(sqrt T) rate under two-point bandit feedback using smoothed gradient estimators. The upshot: neither decentralization nor positive curvature needs to change the optimal dependence on the time horizon.

What carries the argument

The consensus step (1) is the load-bearing object: a curvature-aware averaging rule that replaces Euclidean weighted averages by exponential-map combinations. Its step size s is chosen to balance two opposing curvature effects—positive curvature weakens the convexity needed for contraction while negative curvature weakens smoothness—and the analysis uses geodesic law-of-cosines inequalities (Lemma II.4) together with a bound on how much exponential maps distort tangent-space distances (Lemma II.5) to obtain a uniform contraction rate rho < 1.

What would settle it

On a unit sphere (Kmax = 1), place three points at vertices of a small equilateral spherical triangle inside a ball of radius pi/8 (diameter < pi/2), apply the consensus update with s = C2/(2C1), and measure Var after one step; Theorem III.2 predicts a contraction ratio rho < 1. A configuration inside the stated diameter bound with ratio >= 1 would refute it. Likewise, running Algorithm 1 on the sphere with eta = 1/sqrt T and tracking cumulative regret should grow like sqrt T; a visibly superlinear trajectory would refute Theorem IV.2.

Watch

Extended reading notes

Core claim

The central claim is that the consensus update x_i(s) = Exp_{y_i}(s sum_j w_ij Log_{y_i} y_j), with step size s = C2/(2C1), has variance contraction Var({x_i(s)}) <= rho Var({y_i}) with rho in (0,1) whenever the domain is a geodesically convex set of diameter below pi/(2 sqrt(Kmax)). This is Theorem III.2. The contraction coefficient depends on the network spectral gap, curvature bounds, and domain diameter through curvature-dependent constants. Armed with it, the paper proves Theorem IV.2: with gradient step size eta = O(1/sqrt T) and consensus step size s = alpha(1 - sigma_2(W))/(4 C1), decentralized online Riemannian gradient descent has regret at most D C5 sqrt T. Theorem V.2 then extend

Load-bearing premise

All iterates and the comparator must stay within a geodesically convex ball whose diameter is strictly less than pi/(2 sqrt(Kmax)); if the domain is larger or the positive curvature is too strong, the lower-bound constants that make consensus contract can lose their sign.

Editorial extensions

If this is right

  • Decentralized online Riemannian gradient descent achieves O(sqrt T) static regret on manifolds with bounded sectional curvature, including positive curvature, matching the Euclidean optimal rate in T.
  • Two-point bandit feedback carries the same O(sqrt T) rate, so zeroth-order queries do not asymptotically hurt beyond the full-gradient setting.
  • The consensus step is isolated as a stand-alone linear variance-reduction result, so other decentralized Riemannian algorithms that can control network error can reuse the contraction bound.
  • The regret matches centralized Riemannian and decentralized Euclidean rates, so curvature and decentralization do not introduce an extra asymptotic penalty under the stated assumptions.
  • When Kmax = 0, the results reduce to the Hadamard-manifold setting, giving a unified treatment of both negatively and positively curved spaces.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A test this paper does not run: if the consensus contraction is as general as claimed, offline decentralized Riemannian optimization with strongly geodesically convex objectives should inherit linear convergence on positively curved manifolds, since the hard part is exactly the variance-reduction lemma.
  • The diameter restriction D < pi/(2 sqrt(Kmax)) means the theory covers geodesic balls smaller than a quarter circumference; on spheres that is natural, but a natural next question is whether the rate survives domains crossing the convexity radius with additional projection care.
  • The bandit estimator has a dimensional factor d entering through the bound ||g^delta|| <= dL, so in high-dimensional manifolds the constant grows; tightening this dimensional dependence or proving a lower bound is a separate question.
  • The same consensus step might extend to time-varying networks if sigma_2(W) is replaced by a worst-case connectivity factor, but that extension is not analyzed here.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 4 minor

Summary. The paper studies decentralized online Riemannian optimization on manifolds with bounded sectional curvature, allowing positive curvature. The authors prove a linear variance-reduction property for the Riemannian consensus step (Theorem III.2), and then use it to establish O(sqrt T) static regret for full-information decentralized online Riemannian gradient descent (Theorem IV.2) and for the two-point bandit feedback setting (Theorem V.2). The analysis is based on curvature comparison inequalities and assumes the domain has diameter D < pi/(2 sqrt(Kmax)) when Kmax > 0. The central claims are that neither positive curvature nor decentralization changes the optimal-in-T regret rate.

Significance. If the main theorems are correct, this is a significant contribution to online Riemannian optimization: it removes the Hadamard-manifold restriction in decentralized settings and gives the first O(sqrt T) two-point bandit bound in this setup. The consensus step-size optimization and the subconvexity analysis of smoothed objectives are interesting, and the proofs are provided in detail with no fitted parameters or circular derivations. However, the stated theorems and the proofs use different consensus step-sizes, so the results are not yet established as written. The issue appears local and fixable, which supports a major revision rather than rejection.

major comments (2)
  1. [Section IV (Lemma IV.1, Theorem IV.2) and Section VII-D] The stated algorithm and the analyzed algorithm use different consensus step-sizes. Lemma IV.1 and Theorem IV.2 state s = alpha(4C1)^{-1}(1 - sigma2(W)), whereas Theorem III.2 proves linear variance reduction only for s = C2/(2C1). In the proof of Lemma IV.1, the contraction coefficient rho is used as computed in Theorem III.2 without re-derivation for the stated s; in the proof of Theorem IV.2, immediately after Eq. (17), the text says 'Since we have s = C2/(2C1) <= C2/C1' to conclude sum_i T_{i,5} <= 0. Consequently, the network-error bound (8), the full-information regret bound (9), and, by inheritance, the bandit regret bound (11) are not proven for the step-size stated in the theorems. The O(sqrt T) conclusion is plausibly recoverable by consistently setting s = C2/(2C1) or by re-doing the contraction analysis for the smaller stated s, but as written the central theorems do not appl
  2. [Section III (Theorem III.2) and Appendix VII-H] The contraction coefficient is mis-specified. Theorem III.2 states rho = 1 - C3^2(1 - sigma2(W)) / (4 C1 (1 + C4 D^2)^2), but the proof in Appendix VII-B derives rho = 1 - C2^2(1 - sigma2(W)) / (4 C1 (1 + C4 D^2)^2) by maximizing q(s) = s C2 - s^2 C1. The constant C3 is never defined; Appendix VII-H simply refers to Lemma 4 of [43]. Since rho enters the network-error bound and the constant C5, this is a load-bearing inconsistency. In addition, the equality in Lemma IV.1, 2 sqrt(n) eta L / (1 - rho) = 8 C1 sqrt(n) eta L / ((1 - sigma2(W))^2 alpha^2), does not follow from the definitions of alpha and rho given in the paper.
minor comments (4)
  1. [Appendix VII-H] Several constants are left as pointers to external references ('For C3 and C4, find the definition in Lemma 4 of [43]; for C8, find the definition in Lemma 3 of [43]'). For a self-contained proof these constants should either be stated explicitly or the cited statements reproduced with their hypotheses.
  2. [Section VI] The numerical experiments use consensus step-sizes s in {0.6, 0.8, 1}, which do not correspond to the theoretically analyzed step-size s = C2/(2C1) nor to the value stated in Lemma IV.1. A short remark explaining the relation, or clarifying that the experiments are illustrative, would improve the paper.
  3. [Theorem V.2 and its proof] The theorem statement says delta = O(1/sqrt T) and tau = O(delta), while the proof chooses delta = 1/T and tau = delta/(r theta). The statement and proof should be aligned. Also, the bound O(eta^{-1} + eta T + sqrt T) is redundant once eta = O(1/sqrt T); the proof actually yields O(eta^{-1} + eta T + 1).
  4. [Throughout] Minor typographical issues include 'proprty' in the conclusion, inconsistent accents on Frechet, and the cross-reference 'Section Proof VII-D'. These do not affect the mathematics.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity found: the consensus contraction and regret bounds are derived from external geometric lemmas and convexity assumptions; the noted consensus step-size mismatch is a non-circular theorem/proof consistency gap.

full rationale

The derivation chain is self-contained with respect to its inputs. The central consensus contraction (Theorem III.2) is proved from the external cosine-law inequalities in Lemma II.4 (cited to [42] and [38]) and the tangent-log distortion bound in Lemma II.5 (cited to [43] and [41]); the consensus step-size s=C2/(2C1) is then chosen by maximizing the quadratic q(s)=sC2-s^2*C1 in the bound, not fitted to the target regret value. The full-information regret bound (Theorem IV.2) and the bandit regret bound (Theorem V.2) decompose regret into network-error and local-optimization terms, each controlled by the same geometric inequalities and by the stated Lipschitz and geodesic-convexity assumptions; no parameter is calibrated to the comparator x* or to the regret expression. The authors' self-citations ([7], [8], [20], [21], [29]) appear in background or as prior decentralized-Euclidean/Stiefel work and are not the load-bearing support for the new consensus or regret results; the load-bearing geometric inequalities come from external, independently available sources. One non-circular consistency gap should be flagged: Lemma IV.1 and Theorem IV.2 state the consensus step-size as s=alpha*(4*C1)^{-1}*(1-sigma2(W)), while the proof of Theorem IV.2 (Appendix VII-D) explicitly invokes s=C2/(2C1) to conclude sum_i T_{i,5} <= 0. This means the stated algorithm step-size is not the one analyzed in that proof, but this is a theorem-statement/proof mismatch, not a reduction of the claimed result to its own inputs, so it does not raise the circularity score.

Assumptions & free parameters 0 free parameters · 6 assumptions · 0 invented entities

All assumptions are standard in Riemannian online optimization. The paper introduces no new particles, forces, or entities, and no data-fitted constants. The algorithm step-sizes are selected as explicit functions of curvature, diameter, spectral gap, and horizon T; they are not fit to any dataset.

assumptions (6)
  • domain assumption The communication matrix W is symmetric, doubly stochastic, and the network is connected, with sigma2(W) < 1.
    Assumption II.1, standard in decentralized optimization, is used throughout the consensus and network-error analysis.
  • domain assumption Sectional curvature in X is bounded, Kmin <= K <= Kmax, and if Kmax > 0 then diam(X) < pi/(2 sqrt(Kmax)).
    Assumption II.2 ensures unique geodesic convexity, positive c2 bounds, and validity of the projection and triangle lemmas.
  • domain assumption Local objectives f_i,t are geodesically convex and L-Lipschitz on X, and the comparator x* belongs to X.
    Assumption II.3 is used in the regret decomposition, gradient norm bounds, and the bandit smoothing analysis.
  • standard math Riemannian law-of-cosines inequalities (Lemma II.4) and log-map distance bounds (Lemma II.5) with constants c1, c2, C3, and C4 from [42], [43], and [38].
    These unproved background geometric bounds are invoked in Lemma III.1, Theorem III.2, and the regret proofs.
  • standard math Metric projection onto a geodesically convex set satisfies the variational inequality <Log_{P_X(y)}(y), Log_{P_X(y)}(x)> <= 0 for x in X.
    Used in Proof of Lemma IV.1 and the projection bounds; cited from [46] and Lemma 47 of [6].
  • standard math Perturbation estimates for parallel transport and exponential maps (Lemmas VII.2, VII.3, VII.5), based on Jacobi field bounds from [43] and [47].
    Used in Proof of Lemma V.1 to establish the delta L C6 g-subconvexity of smoothed objectives.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Decentralized Online Riemannian Optimization Beyond Hadamard Manifolds." pith.science (2026). https://pith.science/paper/DRAXUPGL

@misc{pith2026250907779,
  author       = {Pith},
  title        = {Pith review of: Decentralized Online Riemannian Optimization Beyond Hadamard Manifolds},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/DRAXUPGL}},
  note         = {Machine review of arXiv:2509.07779}
}
abstract

We study decentralized online Riemannian optimization over manifolds with possibly positive curvature, going beyond the Hadamard manifold setting. Decentralized optimization techniques rely on a consensus step that is well understood in Euclidean spaces because of their linearity. However, in positively curved Riemannian spaces, a main technical challenge is that geodesic distances may not induce a globally convex structure. In this work, we first analyze a curvature-aware Riemannian consensus step that enables a linear convergence beyond Hadamard manifolds. Building on this step, we establish a $O(\sqrt{T})$ regret bound for the decentralized online Riemannian gradient descent algorithm. Then, we investigate the two-point bandit feedback setup, where we employ computationally efficient gradient estimators using smoothing techniques, and we demonstrate the same $O(\sqrt{T})$ regret bound through the subconvexity analysis of smoothed objectives.

Figures

Figures reproduced from arXiv: 2509.07779 by the authors.

Figure 1
Figure 1. Cumulative regret with gradient step-size [PITH_FULL_IMAGE:figures/full_fig_p007_1.png] view at source ↗

Discussion (0). Sign in to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Decentralized Online Riemannian Optimization for Strongly Geodesically Convex Functions

    math.OC 2026-07 conditional novelty 6.0 of 10

    Decentralized online Riemannian gradient descent with a decaying step size achieves O(log T) static regret for strongly geodesically convex losses on manifolds with bounded sectional curvature, under full and two-poin...

  2. Distributed Riemannian Optimization in Geodesically Non-convex Environments

    eess.SP 2025-12 conditional novelty 6.0 of 10

    Riemannian diffusion adaptation provably reaches approximate consensus and first-order stationarity for geodesically non-convex costs, with linear convergence under the Riemannian PL condition.

  3. Online Optimization on Hadamard Manifolds: Curvature Independent Regret Bounds on Horospherically Convex Objectives

    cs.LG 2025-09 conditional novelty 6.0 of 10

    On Hadamard manifolds, online gradient descent achieves Euclidean regret rates O(√T) and O(log T) for h-convex and strongly h-convex losses, with curvature-free constants.

Reference graph

Works this paper leans on

47 extracted references · 40 canonical work pages · cited by 3 Pith papers

  1. [43]

    Escaping from saddle points on riemannian manifolds,

    Y . Sun, N. Flammarion, and M. Fazel, “Escaping from saddle points on riemannian manifolds,”Advances in Neural Information Processing Systems, vol. 32, 2019

  2. [1]

    Cesa-Bianchi and G

    N. Cesa-Bianchi and G. Lugosi,Prediction, learning, and games. Cambridge university press, 2006

  3. [2]

    Introduction to online convex optimization,

    E. Hazanet al., “Introduction to online convex optimization,”Founda- tions and Trends® in Optimization, vol. 2, no. 3-4, pp. 157–325, 2016

  4. [3]

    Minimizing dynamic regret on geodesic metric spaces,

    Z. Hu, G. Wang, and J. D. Abernethy, “Minimizing dynamic regret on geodesic metric spaces,” inThe Thirty Sixth Annual Conference on Learning Theory. PMLR, 2023, pp. 4336–4383

  5. [4]

    Riemannian projection-free online learning,

    ——, “Riemannian projection-free online learning,”Advances in Neural Information Processing Systems, vol. 36, pp. 41 980–42 014, 2023

  6. [5]

    Tracking and regret bounds for online zeroth-order euclidean and riemannian optimization,

    A. I. Maass, C. Manzie, D. Nesic, J. H. Manton, and I. Shames, “Tracking and regret bounds for online zeroth-order euclidean and riemannian optimization,”SIAM Journal on Optimization, vol. 32, no. 2, pp. 445–469, 2022

  7. [6]

    Online optimization over riemannian manifolds,

    X. Wang, Z. Tu, Y . Hong, Y . Wu, and G. Shi, “Online optimization over riemannian manifolds,”Journal of Machine Learning Research, vol. 24, no. 84, pp. 1–67, 2023

  8. [7]

    Decentralized riemannian gradient descent on the stiefel manifold,

    S. Chen, A. Garcia, M. Hong, and S. Shahrampour, “Decentralized riemannian gradient descent on the stiefel manifold,” inInternational Conference on Machine Learning. PMLR, 2021, pp. 1594–1605

Show all 47 references
  1. [8]

    On the local linear rate of consensus on the stiefel manifold,

    ——, “On the local linear rate of consensus on the stiefel manifold,” IEEE Transactions on Automatic Control, vol. 69, no. 4, pp. 2324–2339, 2023

  2. [9]

    Consensus on lie groups for the riemannian center of mass,

    S. Kraisler, S. Talebi, and M. Mesbahi, “Consensus on lie groups for the riemannian center of mass,” in2023 62nd IEEE Conference on Decision and Control (CDC). IEEE, 2023, pp. 4461–4466

  3. [10]

    Distributed consensus on manifolds using the riemannian center of mass,

    ——, “Distributed consensus on manifolds using the riemannian center of mass,” in2023 IEEE Conference on Control Technology and Appli- cations (CCTA). IEEE, 2023, pp. 130–135

  4. [11]

    Decentralized online riemannian optimization with dynamic environments,

    H. Chen and Q. Sun, “Decentralized online riemannian optimization with dynamic environments,”arXiv preprint arXiv:2410.05128, 2024

  5. [12]

    Decentralized projected riemannian gradient method for smooth optimization on compact submanifolds,

    K. Deng and J. Hu, “Decentralized projected riemannian gradient method for smooth optimization on compact submanifolds,”arXiv preprint arXiv:2304.08241, 2023

  6. [13]

    Consensus optimization on manifolds,

    A. Sarlette and R. Sepulchre, “Consensus optimization on manifolds,” SIAM journal on Control and Optimization, vol. 48, no. 1, pp. 56–76, 2009

  7. [14]

    Riemannian consensus for manifolds with bounded curvature,

    R. Tron, B. Afsari, and R. Vidal, “Riemannian consensus for manifolds with bounded curvature,”IEEE Transactions on Automatic Control, vol. 58, no. 4, pp. 921–934, 2012

  8. [15]

    Stochastic zeroth-order rieman- nian derivative estimation and optimization,

    J. Li, K. Balasubramanian, and S. Ma, “Stochastic zeroth-order rieman- nian derivative estimation and optimization,”Mathematics of Operations Research, vol. 48, no. 2, pp. 1183–1211, 2023

  9. [16]

    Zeroth-order riemannian averaging stochastic approximation al- gorithms,

    ——, “Zeroth-order riemannian averaging stochastic approximation al- gorithms,”SIAM Journal on Optimization, vol. 34, no. 4, pp. 3314–3341, 2024

  10. [17]

    Distributed subgradient methods for multi- agent optimization,

    A. Nedic and A. Ozdaglar, “Distributed subgradient methods for multi- agent optimization,”IEEE Transactions on Automatic Control, vol. 54, no. 1, pp. 48–61, 2009

  11. [18]

    Dual averaging for distributed optimization: Convergence analysis and network scaling,

    J. C. Duchi, A. Agarwal, and M. J. Wainwright, “Dual averaging for distributed optimization: Convergence analysis and network scaling,” IEEE Transactions on Automatic control, vol. 57, no. 3, pp. 592–606, 2011

  12. [19]

    Decentralized gradient-free meth- ods for stochastic non-smooth non-convex optimization,

    Z. Lin, J. Xia, Q. Deng, and L. Luo, “Decentralized gradient-free meth- ods for stochastic non-smooth non-convex optimization,” inProceedings of the AAAI Conference on Artificial Intelligence, vol. 38, no. 16, 2024, pp. 17 477–17 486

  13. [20]

    An online optimization perspec- tive on first-order and zero-order decentralized nonsmooth nonconvex stochastic optimization,

    E. Sahinoglu and S. Shahrampour, “An online optimization perspec- tive on first-order and zero-order decentralized nonsmooth nonconvex stochastic optimization,” in41st International Conference on Machine Learning, vol. 235. PMLR, 2024, pp. 43 043–43 059

  14. [21]

    On distributed nonconvex optimization: Projected subgradient method for weakly convex problems in networks,

    S. Chen, A. Garcia, and S. Shahrampour, “On distributed nonconvex optimization: Projected subgradient method for weakly convex problems in networks,”IEEE Transactions on Automatic Control, vol. 67, no. 2, pp. 662–675, 2021

  15. [22]

    On the convergence of decentralized gradient descent,

    K. Yuan, Q. Ling, and W. Yin, “On the convergence of decentralized gradient descent,”SIAM Journal on Optimization, vol. 26, no. 3, pp. 1835–1854, 2016

  16. [23]

    Achieving geometric convergence for distributed optimization over time-varying graphs,

    A. Nedic, A. Olshevsky, and W. Shi, “Achieving geometric convergence for distributed optimization over time-varying graphs,”SIAM Journal on Optimization, vol. 27, no. 4, pp. 2597–2633, 2017

  17. [24]

    Harnessing smoothness to accelerate distributed optimization,

    G. Qu and N. Li, “Harnessing smoothness to accelerate distributed optimization,”IEEE Transactions on Control of Network Systems, vol. 5, no. 3, pp. 1245–1260, 2017

  18. [25]

    Extra: An exact first-order algorithm for decentralized consensus optimization,

    W. Shi, Q. Ling, G. Wu, and W. Yin, “Extra: An exact first-order algorithm for decentralized consensus optimization,”SIAM Journal on Optimization, vol. 25, no. 2, pp. 944–966, 2015

  19. [26]

    Distributed linearized alter- nating direction method of multipliers for composite convex consensus optimization,

    N. S. Aybat, Z. Wang, T. Lin, and S. Ma, “Distributed linearized alter- nating direction method of multipliers for composite convex consensus optimization,”IEEE Transactions on Automatic Control, vol. 63, no. 1, pp. 5–20, 2017

  20. [27]

    Multi-agent distributed opti- mization via inexact consensus admm,

    T.-H. Chang, M. Hong, and X. Wang, “Multi-agent distributed opti- mization via inexact consensus admm,”IEEE Transactions on Signal Processing, vol. 63, no. 2, pp. 482–497, 2014

  21. [28]

    Augmented distributed gradient methods for multi-agent optimization under uncoordinated constant stepsizes,

    J. Xu, S. Zhu, Y . C. Soh, and L. Xie, “Augmented distributed gradient methods for multi-agent optimization under uncoordinated constant stepsizes,” in2015 54th IEEE Conference on Decision and Control (CDC). IEEE, 2015, pp. 2055–2060

  22. [29]

    Retraction-free decentralized non-convex optimization with orthogonal constraints,

    Y . Sun, S. Chen, A. Garcia, and S. Shahrampour, “Retraction-free decentralized non-convex optimization with orthogonal constraints,” arXiv preprint arXiv:2405.11590, 2024

  23. [30]

    Decentralized riemannian conjugate gradient method on the stiefel manifold,

    J. Chen, H. Ye, M. Wang, T. Huang, G. Dai, I. W. Tsang, and Y . Liu, “Decentralized riemannian conjugate gradient method on the stiefel manifold,”arXiv preprint arXiv:2308.10547, 2023

  24. [31]

    Achieving consensus over compact submanifolds,

    J. Hu, J. Zhang, and K. Deng, “Achieving consensus over compact submanifolds,”arXiv preprint arXiv:2306.04769, 2023

  25. [32]

    Online and stochastic optimization beyond lipschitz continuity: A riemannian approach,

    K. Antonakopoulos, E. V . Belmega, and P. Mertikopoulos, “Online and stochastic optimization beyond lipschitz continuity: A riemannian approach,” inICLR 2020-International Conference on Learning Repre- sentations, 2020, pp. 1–20

  26. [33]

    Riemannian optimistic algorithms,

    X. Wang, D. Yuan, Y . Hong, Z. Hu, L. Wang, and G. Shi, “Riemannian optimistic algorithms,”arXiv preprint arXiv:2308.16004, 2023

  27. [34]

    Optimization algorithms on matrix manifolds,

    P.-A. Absil, R. Mahony, and R. Sepulchre, “Optimization algorithms on matrix manifolds,” inOptimization Algorithms on Matrix Manifolds. Princeton University Press, 2009

  28. [35]

    Boumal,An introduction to optimization on smooth manifolds

    N. Boumal,An introduction to optimization on smooth manifolds. Cambridge University Press, 2023

  29. [36]

    Distributed online optimization in dynamic environments using mirror descent,

    S. Shahrampour and A. Jadbabaie, “Distributed online optimization in dynamic environments using mirror descent,”IEEE Transactions on Automatic Control, vol. 63, no. 3, pp. 714–725, 2017

  30. [37]

    Bac ´ak,Convex analysis and optimization in Hadamard spaces

    M. Bac ´ak,Convex analysis and optimization in Hadamard spaces. Walter de Gruyter GmbH & Co KG, 2014, vol. 22

  31. [38]

    First-order methods for geodesically convex optimization,

    H. Zhang and S. Sra, “First-order methods for geodesically convex optimization,” inConference on learning theory. PMLR, 2016, pp. 1617–1638

  32. [39]

    Computing riemannian center of mass on hadamard manifolds,

    G. de Carvalho Bento, S. D. B. Bitar, J. X. da Cruz Neto, P. R. Oliveira, and J. C. de Oliveira Souza, “Computing riemannian center of mass on hadamard manifolds,”Journal of Optimization Theory and Applications, vol. 183, no. 3, pp. 977–992, 2019

  33. [40]

    Convergence of riemannian stochastic gradient descent on hadamard manifold,

    H. Sakai and H. Iiduka, “Convergence of riemannian stochastic gradient descent on hadamard manifold,”arXiv preprint arXiv:2312.07990, 2023

  34. [41]

    From nesterov’s estimate sequence to riemannian acceleration,

    K. Ahn and S. Sra, “From nesterov’s estimate sequence to riemannian acceleration,” inConference on Learning Theory. PMLR, 2020, pp. 84–118

  35. [42]

    A continuous- time perspective for modeling acceleration in riemannian optimization,

    F. Alimisis, A. Orvieto, G. B ´ecigneul, and A. Lucchi, “A continuous- time perspective for modeling acceleration in riemannian optimization,” inInternational Conference on Artificial Intelligence and Statistics. PMLR, 2020, pp. 1297–1307

  36. [44]

    Online distributed convex optimization on dynamic networks,

    S. Hosseini, A. Chapman, and M. Mesbahi, “Online distributed convex optimization on dynamic networks,”IEEE Transactions on Automatic Control, vol. 61, no. 11, pp. 3545–3550, 2016

  37. [45]

    Distributed au- tonomous online learning: Regrets and intrinsic privacy-preserving prop- erties,

    F. Yan, S. Sundaram, S. Vishwanathan, and Y . Qi, “Distributed au- tonomous online learning: Regrets and intrinsic privacy-preserving prop- erties,”IEEE Transactions on Knowledge and Data Engineering, vol. 25, no. 11, pp. 2483–2493, 2012

  38. [46]

    On the metric projection onto convex sets in riemannian spaces,

    R. Walter, “On the metric projection onto convex sets in riemannian spaces,”Archiv der Mathematik, vol. 25, pp. 91–98, 1974

  39. [47]

    Jost and J

    J. Jost and J. Jost,Riemannian geometry and geometric analysis. Springer, 2008, vol. 42005

Pith tools

Reviewed August 4, 2026 · model on record in the stance chip above.