APS: Adaptive Proximal Optimization
- The paper introduces APS as a proximal framework that adaptively adjusts the proximal parameter, eliminating the need for the weak convexity constant.
- In the deterministic setting, APS achieves an O(ε⁻²) iteration complexity via a one-trial proximal update and an accept/reject descent test.
- In the stochastic model, APS delivers high-probability convergence guarantees under weak oracle assumptions by effectively regulating noise through adaptive regularization.
Searching arXiv for the APS paper and closely related prox-guided weakly convex optimization work. Adaptive Prox-Guided Scheme (APS) is a proximal optimization framework for minimizing weakly convex objectives when the weak-convexity parameter is unknown. Introduced in “Adaptive Proximal Methods for Weakly Convex Optimization with Unknown Parameter: Deterministic and Stochastic Guarantees” (Xie, 15 Jun 2026), APS targets problems of the form with bounded below and -weakly convex, without requiring to be globally Lipschitz continuous or smooth. Its defining feature is a one-trial proximal update rule that adapts the proximal parameter online, in both directions, through a descent test. In the deterministic setting it attains an iteration complexity for producing an -subgradient stationary point, and in the stochastic setting it attains a high-probability iteration bound for driving the Moreau-envelope gradient below under deliberately weak oracle assumptions (Xie, 15 Jun 2026).
1. Problem class and analytical setting
APS is formulated for objectives
where is 0-weakly convex and bounded below. Weak convexity means that
1
is convex. The scheme is designed for the regime in which 2 is unknown, which is precisely the parameter that conventional proximal-point and prox-guided methods use to set a safe proximal scale (Xie, 15 Jun 2026).
The paper works with the subdifferential induced by weak convexity. If
3
then
4
Equivalently,
5
The associated proximal map and Moreau envelope are
6
and
7
When 8, the minimizer is unique and
9
A central analytical threshold is the safe proximal parameter
0
Whenever 1, the proximal subproblem is 2-strongly convex with modulus at least 3. APS is built around the fact that this threshold exists but is hidden from the algorithm (Xie, 15 Jun 2026).
Two stationarity notions are used. In the deterministic setting, the target is an 4-subgradient stationary point: 5 In the stochastic setting, the target is
6
that is, small Moreau-envelope gradient at the fixed safe parameter 7 (Xie, 15 Jun 2026).
2. Core mechanism and adaptive update rule
APS is a one-trial proximal algorithm. At outer iteration 8, with current iterate 9 and proximal parameter 0, it requests one candidate proximal point 1, forms the Moreau-gradient proxy
2
and obtains a difference estimate
3
It then applies the accept/reject test
4
If the test passes, the iteration is successful: 5 with 6. Otherwise it is unsuccessful: 7 with 8. APS therefore increases 9 after success and decreases it after failure. This bidirectional adaptation is the defining algorithmic idea: APS does not merely shrink the proximal parameter until a condition passes, but also enlarges it when local behavior appears favorable (Xie, 15 Jun 2026).
The descent test depends only on observable quantities: a candidate point 0, a displacement proxy 1, and an estimated function difference 2. APS never needs to know whether 3 is below or above the hidden safe threshold 4. The analysis instead partitions iterations into safe and unsafe ones by the indicator
5
To quantify how far 6 lies from 7, the paper introduces a log-scale geometry. One increase step is measured in units of decrease steps through
8
It also defines
9
0
These variables permit a counting argument in which adaptation contributes only a logarithmic overhead relative to the hidden safe scale (Xie, 15 Jun 2026).
A recurrent misconception is to assimilate APS to line search or trust-region methods. The paper explicitly distinguishes it from one-sided backtracking. APS does not repeatedly resolve the same proximal subproblem until acceptance; adaptation occurs across iterations. Relative to trust-region or line-search schemes, the analogous feature is accept/reject based on actual progress, but the adapted quantity is the proximal parameter controlling regularization and subproblem geometry, not a step along a fixed search direction (Xie, 15 Jun 2026).
3. Deterministic theory
In the deterministic specialization, the difference oracle is exact,
1
and the candidate oracle returns
2
For 3, the oracle output may be arbitrary. The stopping time is
4
The deterministic analysis sets
5
A key descent scale is
6
The main theorem states that
7
Thus APS achieves the standard weakly-convex complexity order without knowing 8, and the price of an inaccurate initial choice 9 is only the additive term 0 (Xie, 15 Jun 2026).
The proof has two structural pillars. First, before stationarity is reached, all safe iterations are successful. If 1 and 2, then
3
Moreover, for safe 4, exact proximal points satisfy sufficient descent: 5 Hence a safe exact step with 6 necessarily passes the acceptance test.
Second, any successful unsafe iteration yields a uniform objective decrease: 7 Since 8 is bounded below, the number of unsafe successful iterations is controlled by the initial objective gap 9. This converts hidden-safe-threshold uncertainty into a bounded amount of wasted progress rather than a breakdown of the algorithm (Xie, 15 Jun 2026).
The paper also proves an offline output theorem. If
0
and one selects among the indices 1 satisfying 2 an index
3
then
4
satisfies
5
This gives a deterministic certification route that uses the smallest safe-looking proximal scale among near-stationary detected iterates (Xie, 15 Jun 2026).
4. Stochastic oracle model and high-probability guarantees
The stochastic version of APS is deliberately permissive. It uses two noisy oracles. The Stochastic Difference Oracle returns 6, with absolute error
7
The assumptions are
8
and
9
for some 0. Difference estimates may therefore be biased and heavy-tailed (Xie, 15 Jun 2026).
The Stochastic Proximal Oracle, given 1, returns 2. In the safe regime 3, it is required to satisfy
4
where
5
Outside the safe regime, no condition is imposed; the output may be arbitrary.
The inexact proximal analysis uses the consistency bound
6
It also uses a comparison inequality between safe Moreau gradients: 7
The stochastic stopping time is
8
and the analysis uses
9
Defining
0
the paper marks iteration 1 as true when the safe proximal call is accurate enough and the difference-oracle error is at most 2. The key conditional-probability assumption is that there exists 3 such that, on 4,
5
A crucial lemma states that if 6, 7, and 8, then the iteration must be successful. This is the stochastic analogue of the deterministic safe-step lemma and is the mechanism by which the analysis links hidden safety, noisy prox accuracy, and the observable acceptance rule (Xie, 15 Jun 2026).
The per-success decrease scale remains
9
and the paper proves a counting inequality controlling the number of true iterations in terms of the initial objective gap, cumulative difference-oracle noise, and the log-distance of 00 from 01. It then derives a high-probability bound. With
02
and
03
if 04, then for suitable 05 and
06
the stopping time satisfies
07
where
08
Since 09, the required 10 scales as 11 (Xie, 15 Jun 2026).
For cumulative SDO noise, the paper gives two tail regimes. Under finite 12-th conditional moments,
13
Under conditionally sub-exponential difference errors,
14
The paper also states that 15 almost surely under these conditions (Xie, 15 Jun 2026).
5. Assumptions, robustness, and expected-risk instantiation
A central aspect of APS is the weakness of its assumptions. The paper explicitly does not require global Lipschitz continuity of 16, smoothness of 17, bounded subgradients for the outer objective, exact or unbiased function-difference estimates, light-tailed noise, highly reliable proximal-oracle success on every call, or any useful behavior of the proximal oracle when 18. This suggests that APS is intended as a robust proximal framework for weakly convex objectives in which neither the geometry nor the stochastic feedback is assumed benign (Xie, 15 Jun 2026).
The stochastic oracles are correspondingly broad. For the difference oracle, only the expected absolute error and a finite 19-th centered moment are controlled. For the proximal oracle, constant-probability accuracy is required only on safe calls. A plausible implication is that APS is designed for settings where robust progress certificates can be extracted from intermittent reliable information rather than from uniformly accurate model evaluations.
The paper also emphasizes local adaptivity. If larger 20 values still produce sufficient descent, APS increases 21; if local geometry is unfavorable or oracle behavior deteriorates, rejection decreases 22. In this sense APS is not merely parameter-free. It attempts to infer a locally suitable regularization scale online from observed descent behavior (Xie, 15 Jun 2026).
For expected-risk objectives
23
the paper constructs an SDO by paired minibatch differences,
24
using common random numbers, and an SPO by running a stochastic subgradient method on the proximal subproblem. The minibatch SDO yields 25, so to enforce 26 one needs
27
per outer iteration, which leads to 28 total samples for the raw minibatch-difference construction. For the SPO, a stochastic subgradient inner solve with
29
yields the required constant-probability accuracy, hence 30 total stochastic subgradient evaluations over 31 outer iterations (Xie, 15 Jun 2026).
The excerpted paper contains no experiments. The emphasis is theoretical: deterministic finite-time guarantees, stochastic high-probability guarantees, and robustness to weak oracle models.
6. Relation to adjacent proximal methods and acronym disambiguation
APS belongs to a broader proximal literature but occupies a distinct position within it. The paper contrasts APS with fixed-32 prox-guided methods that require knowing 33, with monotone parameter schedules in parameter-free proximally guided methods, with prox-linear backtracking methods tied to composite structure, and with 4WD-Catalyst-type approaches that increase regularization to enforce convexity under stronger smoothness assumptions (Xie, 15 Jun 2026). Its distinguishing combination is unknown-34 operation, bidirectional online adaptation of the proximal parameter, and high-probability stochastic analysis under biased heavy-tailed difference estimates and only constant-probability safe proximal accuracy.
A useful nearby reference is “On the Convergence of FedProx with Extrapolation and Inexact Prox” (Li et al., 2024). That paper analyzes prox-guided extrapolation with inexact local proximal solves in federated optimization, but its main theorems use fixed 35 and fixed 36, and it explicitly does not provide a full theory for adaptive APS-style rules with inexact prox. Its main relevance is as background on inexact proximal guidance and on the contrast between absolute and relative prox errors, whereas APS is explicitly about online adaptation to the unknown weak-convexity scale.
Another adjacent method is “Prox-NAG-GS: A Semi-Implicit Proximal Method for Composite Optimization” (Wiykiynyuy et al., 25 May 2026). That work is naturally interpretable as a prox-guided semi-implicit accelerated scheme with a tunable proximal curvature parameter, but its proved regime is fixed-parameter and deterministic, and the analysis centers on a two-sequence mismatch between the gradient-evaluation point and the proximal output. APS differs by targeting general weakly convex optimization with unknown 37 and by making the proximal parameter itself the adaptively controlled quantity.
The acronym APS is also ambiguous across arXiv. In fair division, APS denotes Any Price Share rather than any optimization method, as in “On MMS, APS and XOS” (Feige et al., 9 May 2026) and “Approximating APS under Submodular and XOS valuations with Binary Marginals” (Kulkarni et al., 2023). In uplink ISAC systems, APS denotes Adaptive Phase-Shifted in “Adaptive Phase-Shifted Pilot Design for Uplink Multiple Access in ISAC Systems” (Sümer et al., 4 Aug 2025). These usages are unrelated. In optimization, Adaptive Prox-Guided Scheme refers specifically to the weakly convex proximal method introduced in (Xie, 15 Jun 2026).
In that sense, APS is best understood as a proximal framework that replaces prior knowledge of the weak-convexity scale by an accept/reject mechanism operating on observable descent. Its technical contribution is not a new proximal subproblem, but a method for navigating the hidden boundary between safe and unsafe regularization regimes while preserving 38 complexity in both deterministic and stochastic settings (Xie, 15 Jun 2026).