---
title: 'APS: Adaptive Proximal Optimization'
url: https://www.emergentmind.com/topics/adaptive-prox-guided-scheme-aps
type: topic
---

# APS: Adaptive Proximal Optimization

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” [2606.17285], APS targets problems of the form \(\min_{x\in\mathbb R^d} f(x)\) with \(f\) bounded below and \(\rho\)-weakly convex, without requiring \(f\) 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 \(O(\varepsilon^{-2})\) iteration complexity for producing an \(\varepsilon\)-subgradient stationary point, and in the stochastic setting it attains a high-probability \(O(\varepsilon^{-2})\) iteration bound for driving the Moreau-envelope gradient below \(\varepsilon\) under deliberately weak oracle assumptions [2606.17285].

## 1. Problem class and analytical setting

APS is formulated for objectives
\[
\min_{x\in\mathbb R^d} f(x),
\]
where \(f:\mathbb R^d\to\mathbb R\) is \(\rho\)-weakly convex and bounded below. Weak convexity means that
\[
x \mapsto f(x)+\frac{\rho}{2}\|x\|^2
\]
is convex. The scheme is designed for the regime in which \(\rho\) is unknown, which is precisely the parameter that conventional proximal-point and prox-guided methods use to set a safe proximal scale [2606.17285].

The paper works with the subdifferential induced by weak convexity. If
\[
h(x):=f(x)+\frac{\rho}{2}\|x\|^2,
\]
then
\[
\partial f(x):=\{v\in\mathbb R^d:\ v+\rho x\in \partial h(x)\}.
\]
Equivalently,
\[
v\in\partial f(x) \quad\Longleftrightarrow\quad f(y)\ge f(x)+\langle v,y-x\rangle-\frac{\rho}{2}\|y-x\|^2,\quad \forall y\in\mathbb R^d.
\]

The associated proximal map and Moreau envelope are
\[
\operatorname{prox}_{\gamma f}(x)\in\arg\min_y\left\{f(y)+\frac{1}{2\gamma}\|y-x\|^2\right\},
\]
and
\[
f_\gamma(x):=\min_y\left\{f(y)+\frac{1}{2\gamma}\|y-x\|^2\right\}.
\]
When \(\gamma<1/\rho\), the minimizer is unique and
\[
\nabla f_\gamma(x)=\frac{1}{\gamma}\bigl(x-\operatorname{prox}_{\gamma f}(x)\bigr).
\]

A central analytical threshold is the safe proximal parameter
\[
\bar\gamma = \frac{1}{2\rho}.
\]
Whenever \(\gamma\le \bar\gamma\), the proximal subproblem is \((1/\gamma-\rho)\)-strongly convex with modulus at least \(\rho\). APS is built around the fact that this threshold exists but is hidden from the algorithm [2606.17285].

Two stationarity notions are used. In the deterministic setting, the target is an \(\varepsilon\)-subgradient stationary point:
\[
\operatorname{dist}(0,\partial f(x))\le \varepsilon.
\]
In the stochastic setting, the target is
\[
\|\nabla f_{\bar\gamma}(x)\|\le \varepsilon,
\]
that is, small Moreau-envelope gradient at the fixed safe parameter \(\bar\gamma\) [2606.17285].

## 2. Core mechanism and adaptive update rule

APS is a one-trial proximal algorithm. At outer iteration \(k\), with current iterate \(x_k\) and proximal parameter \(\gamma_k>0\), it requests one candidate proximal point \(y_k\), forms the Moreau-gradient proxy
\[
d_k := \frac{x_k-y_k}{\gamma_k},
\]
and obtains a difference estimate
\[
\Delta_k \approx f(x_k)-f(y_k).
\]
It then applies the accept/reject test
\[
\Delta_k \ge \frac{\sigma}{2}\gamma_k\|d_k\|^2-\epsilon_f
\qquad\text{and}\qquad
\|d_k\|\ge \varepsilon_{\mathrm{rej}}.
\tag{AT}
\]

If the test passes, the iteration is successful:
\[
x_{k+1}=y_k,\qquad \gamma_{k+1}=\beta_{\mathrm{inc}}\gamma_k,
\]
with \(\beta_{\mathrm{inc}}>1\). Otherwise it is unsuccessful:
\[
x_{k+1}=x_k,\qquad \gamma_{k+1}=\beta_{\mathrm{dec}}\gamma_k,
\]
with \(\beta_{\mathrm{dec}}\in(0,1)\). APS therefore increases \(\gamma_k\) 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 [2606.17285].

The descent test depends only on observable quantities: a candidate point \(y_k\), a displacement proxy \(d_k\), and an estimated function difference \(\Delta_k\). APS never needs to know whether \(\gamma_k\) is below or above the hidden safe threshold \(\bar\gamma\). The analysis instead partitions iterations into safe and unsafe ones by the indicator
\[
U_k := \mathbf 1\{\max\{\gamma_k,\gamma_{k+1}\}>\bar\gamma\}.
\]

To quantify how far \(\gamma_k\) lies from \(\bar\gamma\), the paper introduces a log-scale geometry. One increase step is measured in units of decrease steps through
\[
m:=\frac{\ln \beta_{\mathrm{inc}}}{\ln(1/\beta_{\mathrm{dec}})}.
\]
It also defines
\[
\ell_k^+ := \max\left\{\left\lceil \frac{\ln(\gamma_k/\bar\gamma)}{\ln(1/\beta_{\mathrm{dec}})}\right\rceil,0\right\},
\]
\[
\ell_k^- := \max\left\{\left\lfloor \frac{\ln(\bar\gamma/\gamma_k)}{\ln(1/\beta_{\mathrm{dec}})}\right\rfloor,0\right\}, \qquad \ell_k:=\ell_k^++\ell_k^-.
\]
These variables permit a counting argument in which adaptation contributes only a logarithmic overhead relative to the hidden safe scale [2606.17285].

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 [2606.17285].

## 3. Deterministic theory

In the deterministic specialization, the difference oracle is exact,
\[
\Delta_k = f(x_k)-f(y_k), \qquad \epsilon_f=0,
\]
and the candidate oracle returns
\[
y_k=\operatorname{prox}_{\gamma_k f}(x_k)
\quad\text{if } \gamma_k\le \bar\gamma.
\]
For \(\gamma_k>\bar\gamma\), the oracle output may be arbitrary. The stopping time is
\[
T_\varepsilon := \inf\{k\ge 0:\ \operatorname{dist}(0,\partial f(y_k))\le \varepsilon\}.
\]
The deterministic analysis sets
\[
\varepsilon_{\mathrm{rej}}=\varepsilon, \qquad \beta_{\mathrm{inc}}=1/\beta_{\mathrm{dec}}.
\]

A key descent scale is
\[
h_{\mathrm{des}} := \frac{\sigma\bar\gamma\varepsilon_{\mathrm{rej}}^2}{2\beta_{\mathrm{inc}}}
= \frac{\sigma\varepsilon^2}{4\rho\beta_{\mathrm{inc}}}.
\]
The main theorem states that
\[
T_\varepsilon \le \ell_0 + \frac{2(f(x_0)-f_{\inf})}{h_{\mathrm{des}}}
= \ell_0 + \frac{8\rho\beta_{\mathrm{inc}}(f(x_0)-f_{\inf})}{\sigma\varepsilon^2}
= \mathcal O(\varepsilon^{-2}).
\]
Thus APS achieves the standard weakly-convex complexity order without knowing \(\rho\), and the price of an inaccurate initial choice \(\gamma_0\) is only the additive term \(\ell_0\) [2606.17285].

The proof has two structural pillars. First, before stationarity is reached, all safe iterations are successful. If \(y=\operatorname{prox}_{\gamma f}(x)\) and \(d=(x-y)/\gamma\), then
\[
d\in\partial f(y), \qquad \operatorname{dist}(0,\partial f(y))\le \|d\|.
\]
Moreover, for safe \(\gamma\le \bar\gamma\), exact proximal points satisfy sufficient descent:
\[
f(y)\le f(x)-\frac{2-\rho\gamma}{2}\gamma\|d\|^2 \le f(x)-\frac{\sigma}{2}\gamma\|d\|^2.
\]
Hence a safe exact step with \(\|d_k\|>\varepsilon\) necessarily passes the acceptance test.

Second, any successful unsafe iteration yields a uniform objective decrease:
\[
f(x_k)-f(x_{k+1}) \ge \frac{\sigma}{2}\gamma_k\varepsilon^2 \ge h_{\mathrm{des}}.
\]
Since \(f\) is bounded below, the number of unsafe successful iterations is controlled by the initial objective gap \(f(x_0)-f_{\inf}\). This converts hidden-safe-threshold uncertainty into a bounded amount of wasted progress rather than a breakdown of the algorithm [2606.17285].

The paper also proves an offline output theorem. If
\[
N > \ell_0 + \frac{2(f(x_0)-f_{\inf})}{h_{\mathrm{des}}},
\]
and one selects among the indices \(k<N\) satisfying \(\|d_k\|\le \varepsilon\) an index
\[
k_* \in \arg\min_{k\in\mathcal K_N}\gamma_k,\qquad \mathcal K_N:=\{k<N:\ \|d_k\|\le \varepsilon\},
\]
then
\[
x_{\rm out}=y_{k_*}
\]
satisfies
\[
\operatorname{dist}(0,\partial f(x_{\rm out}))\le \varepsilon.
\]
This gives a deterministic certification route that uses the smallest safe-looking proximal scale among near-stationary detected iterates [2606.17285].

## 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 \(\Delta(x,y,\Xi^\Delta)\), with absolute error
\[
\mathcal E(x,y,\Xi^\Delta) := \left|\Delta(x,y,\Xi^\Delta)-(f(x)-f(y))\right|.
\]
The assumptions are
\[
\mathbb E[\mathcal E(x,y,\Xi^\Delta)]\le \epsilon_f,
\]
and
\[
\mathbb E\bigl[|\mathcal E(x,y,\Xi^\Delta)-\mathbb E[\mathcal E(x,y,\Xi^\Delta)]|^q\bigr]\le \zeta_q
\]
for some \(q\ge 2\). Difference estimates may therefore be biased and heavy-tailed [2606.17285].

The Stochastic Proximal Oracle, given \((x,\gamma)\), returns \(y(x,\gamma,\Xi^p)\). In the safe regime \(\gamma\le \bar\gamma\), it is required to satisfy
\[
\mathbb P\!\bigl(\Phi(y(x,\gamma,\Xi^p))-\Phi^*\le \nu(\gamma)\bigr)\ge 1-\delta_p,
\qquad \gamma\le \bar\gamma,
\]
where
\[
\Phi(y):=f(y)+\frac{1}{2\gamma}\|y-x\|^2,\qquad \Phi^*=\min_y \Phi(y).
\]
Outside the safe regime, no condition is imposed; the output may be arbitrary.

The inexact proximal analysis uses the consistency bound
\[
\left\|\frac{x-y}{\gamma}-\nabla f_\gamma(x)\right\| \le \sqrt{\frac{2\nu}{\gamma(1-\rho\gamma)}} \le 2\sqrt{\frac{\nu}{\gamma}}
\qquad(\gamma\le \bar\gamma).
\]
It also uses a comparison inequality between safe Moreau gradients:
\[
\|\nabla f_\lambda(x)\| \le \frac{1-\gamma\rho}{1-\lambda\rho}\|\nabla f_\gamma(x)\|
\le 2\|\nabla f_\gamma(x)\|,
\qquad 0<\gamma\le \lambda\le \bar\gamma.
\]

The stochastic stopping time is
\[
T_\varepsilon := \inf\{k\ge 0:\ \|\nabla f_{\bar\gamma}(x_k)\|\le \varepsilon\},
\]
and the analysis uses
\[
\varepsilon_{\mathrm{rej}} = \frac{\varepsilon}{4}.
\]
Defining
\[
\nu(\gamma)=\frac{\varepsilon^2\gamma}{32},
\]
the paper marks iteration \(k\) as true when the safe proximal call is accurate enough and the difference-oracle error is at most \(\epsilon_f\). The key conditional-probability assumption is that there exists \(p\in(0,1]\) such that, on \(\{k<T_\varepsilon\}\),
\[
\mathbb P(I_k=1\mid \mathcal F_{k-1})\ge p.
\]

A crucial lemma states that if \(k<T_\varepsilon\), \(U_k=0\), and \(I_k=1\), 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 [2606.17285].

The per-success decrease scale remains
\[
h_{\mathrm{des}}=\frac{\sigma\bar\gamma\varepsilon_{\mathrm{rej}}^2}{2\beta_{\mathrm{inc}}},
\]
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 \(\gamma_0\) from \(\bar\gamma\). It then derives a high-probability bound. With
\[
p_0 := \frac{1}{m+1} + \frac{m(m+2)}{m+1}\frac{\epsilon_f}{h_{\mathrm{des}}},
\]
and
\[
R := \frac{mZ_0}{h_{\mathrm{des}}} + c_0, \qquad Z_0:=f(x_0)-f_{\inf},
\]
if \(p>p_0\), then for suitable \(\hat p\) and
\[
t> \frac{R}{\hat p-p_0-ms/h_{\mathrm{des}}},
\]
the stopping time satisfies
\[
\mathbb P(T_\varepsilon\le t) \ge 1- \exp\!\left(-\frac{(p-\hat p)^2}{2}t\right) - \mathbb P\bigl(\overline{B_t(s)}\bigr),
\]
where
\[
B_t(s):= \left\{ \sum_{k=0}^{t-1}\mathcal E_k \le t(\epsilon_f+s) \right\}.
\]
Since \(h_{\mathrm{des}}=\Theta(\varepsilon^2)\), the required \(t\) scales as \(\mathcal O(\varepsilon^{-2})\) [2606.17285].

For cumulative SDO noise, the paper gives two tail regimes. Under finite \(q\)-th conditional moments,
\[
\mathbb P(T_\varepsilon>t) \le \exp\!\left(-\frac{(p-\hat p)^2}{2}t\right) + \exp\!\left(-\frac{c_2s^2}{\zeta_q^{2/q}t}\right) + \frac{C_q\zeta_q}{s^q t^{q-1}}.
\]
Under conditionally sub-exponential difference errors,
\[
\mathbb P(T_\varepsilon>t) \le \exp\!\left(-\frac{(p-\hat p)^2}{2}t\right) + \exp\!\left(-\min\left\{\frac{s^2}{2\tau^2},\frac{s}{2b}\right\}t\right).
\]
The paper also states that \(T_\varepsilon<\infty\) almost surely under these conditions [2606.17285].

## 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 \(f\), smoothness of \(f\), 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 \(\gamma>\bar\gamma\). 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 [2606.17285].

The stochastic oracles are correspondingly broad. For the difference oracle, only the expected absolute error and a finite \(q\)-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 \(\gamma_k\) values still produce sufficient descent, APS increases \(\gamma_k\); if local geometry is unfavorable or oracle behavior deteriorates, rejection decreases \(\gamma_k\). In this sense APS is not merely parameter-free. It attempts to infer a locally suitable regularization scale online from observed descent behavior [2606.17285].

For expected-risk objectives
\[
f(x)=\mathbb E_\xi[F(x,\xi)],
\]
the paper constructs an SDO by paired minibatch differences,
\[
\Delta(x,y)=\frac1b\sum_{j=1}^b \bigl(F(x,\xi_j)-F(y,\xi_j)\bigr),
\]
using common random numbers, and an SPO by running a stochastic subgradient method on the proximal subproblem. The minibatch SDO yields \(\bar{\mathcal E}_k\le \sigma_d/\sqrt b\), so to enforce \(\epsilon_f=\Theta(\varepsilon^2)\) one needs
\[
b=\Theta(\varepsilon^{-4})
\]
per outer iteration, which leads to \(\mathcal O(\varepsilon^{-6})\) total samples for the raw minibatch-difference construction. For the SPO, a stochastic subgradient inner solve with
\[
T_{\max}=\Theta(\varepsilon^{-2})
\]
yields the required constant-probability accuracy, hence \(\mathcal O(\varepsilon^{-4})\) total stochastic subgradient evaluations over \(\mathcal O(\varepsilon^{-2})\) outer iterations [2606.17285].

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-\(\gamma\) prox-guided methods that require knowing \(\rho\), 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 [2606.17285]. Its distinguishing combination is unknown-\(\rho\) 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” [2410.01410]. That paper analyzes prox-guided extrapolation with inexact local proximal solves in federated optimization, but its main theorems use fixed \(\alpha\) and fixed \(\gamma\), 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” [2605.26260]. 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 \(\rho\) 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” [2605.08859] and “Approximating APS under Submodular and XOS valuations with Binary Marginals” [2312.08509]. In uplink ISAC systems, APS denotes Adaptive Phase-Shifted in “Adaptive Phase-Shifted Pilot Design for Uplink Multiple Access in ISAC Systems” [2508.02334]. These usages are unrelated. In optimization, Adaptive Prox-Guided Scheme refers specifically to the weakly convex proximal method introduced in [2606.17285].

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 \(\mathcal O(\varepsilon^{-2})\) complexity in both deterministic and stochastic settings [2606.17285].

Source: https://www.emergentmind.com/topics/adaptive-prox-guided-scheme-aps