test / parse /dev /a0SRWViFYW /a0SRWViFYW.md
QAQ123's picture
Add files using upload-large-folder tool
8d14517 verified
# STOCHASTIC PROJECTIVE SPLITTING:SOLVING SADDLE-POINT PROBLEMS WITH MULTIPLEREGULARIZERS
Anonymous authors Paper under double-blind review
# ABSTRACT
We present a new, stochastic variant of the projective splitting (PS) family of algorithms for monotone inclusion problems. It can solve min-max and noncooperative game formulations arising in applications such as robust ML without the convergence issues associated with gradient descent-ascent, the current de facto standard approach in ML applications. Our proposal is the first version of PS able to use stochastic gradient oracles. It can solve min-max games while handling multiple constraints and nonsmooth regularizers via projection and proximal operators. Unlike other stochastic splitting methods that can solve such problems, our method does not rely on a product-space reformulation of the original problem. We prove almost-sure convergence of the iterates to the solution and a convergence rate for the expected residual. By working with monotone inclusions rather than variational inequalities, our analysis avoids the drawbacks of measuring convergence through the restricted gap function. We close with numerical experiments on a distributionally robust sparse logistic regression problem.
# 1 INTRODUCTION
The most prominent application of optimization in ML is empirical risk minimization. However, inspired by the success of GANs (Goodfellow et al., 2014). , ML practitioners have developed more complicated min-max and adversarial optimization formulations (Yu et al., 2021; Kuhn et al., 2019; Shafieezadeh-Abadeh et al., 2015; Sinha et al., 2018; Lin et al., 2020; Namkoong & Duchi, 2016; Huang et al., 2017; Wadsworth et al., 2018; Zhang et al., 2018; Edwards & Storkey, 2015; Celis & Keswani, 2019). Solving these multi-player games leads to issues not seen when minimizing a single-player loss function. The competitive nature of a game leads to rotational dynamics that can cause intuitive gradient-based methods to fail to converge (Gidel et al., 2019; Daskalakis et al., 2018; Hsieh et al., 2020).
A mathematical framework underlying both convex optimization and saddle-point problems is the monotone inclusion problem; see Ryu & Boyd (2016) for an introduction. Methods developed for monotone inclusions will converge for convex-concave, games as they are explicitly designed to handle such problems’ governing dynamics. In recent years, monotone inclusion methods and theory have started to receive attention in the ML community (Diakonikolas, 2020; Liu et al., 2021; Ryu et al., 2020; Pathak & Wainwright, 2020), with a focus on monotone variational inequalities, which form a special case of monotone inclusions (Antonakopoulos et al., 2019; Gidel et al., 2019; Daskalakis et al., 2018; Hsieh et al., 2020; Mertikopoulos et al., 2019).
The most prevalent methods for solving min-max games in ML are variants of gradient descent-ascent (GDA). This method alternates between a gradient-descent step for the minimizing player and a gradient-ascent step for the maximizing player. Unfortunately, GDA requires additional assumptions to converge on convex-concave games, and it even fails for some simple 2D bilinear games (Gidel et al., 2019, Prop. 1). While there have been several approaches to modify either GDA (Chavdarova et al., 2021; Grnarova et al., 2021; Balduzzi et al., 2018) or the underlying game objective (Mescheder et al., 2018; Nagarajan & Kolter, 2017; Mescheder et al., 2017) to ensure convergence, this paper instead develops a method for solving monotone inclusions that can naturally handle game dynamics.
Our approach builds upon the recently proposed projective splitting (PS) method with forward steps (Johnstone & Eckstein, 2020b). PS is designed specifically for solving monotone inclusions, thus does not fall prey to the convergence issues that plague GDA, at least for convex-concave games. PS is within the general class of projective splitting methods invented by Eckstein & Svaiter (2008) and developed further in Eckstein & Svaiter (2009); Alotaibi et al. (2014); Combettes & Eckstein (2018); Eckstein (2017); Johnstone & Eckstein (2019; 2021; 2020a). These methods work by creating a separating hyperplane between the current iterate and the solution and then moving closer to the solution by projecting the current iterate onto this hyperplane (see Section 3 for an overview). Other than being able to natively handle game dynamics, the primary advantage of PS is that it fully splits problems involving an arbitrary number of regularizers and constraints. “Full splitting” means that the method can handle multiple regularizers and constraints through their respective individual proximal and projection operators, along with the smooth terms via gradients. What makes this useful is that many of the regularizers used in ML have proximal operators that are relatively easy to compute; see for example Parikh & Boyd (2013).
Despite these advantages, the preexisting PS framework has a significant drawback: it requires deterministic gradient oracles. This feature makes it impractical for application to large datasets for which stochastic oracles may be the only feasible option.
Contributions The primary contribution of this work is a new projective splitting algorithm that allows for a stochastic gradient oracle. We call the method stochastic projective splitting (SPS). Our method “fully splits” the monotone inclusion problem
$$
\begin{array} { r } { \mathrm { F i n d } z \in \mathbb { R } ^ { d } \mathrm { ~ s . t . ~ } 0 \in \sum _ { i = 1 } ^ { n } A _ { i } ( z ) + B ( z ) , } \end{array}
$$
where $B$ is monotone and $L$ -Lipschitz and each $A _ { i }$ is maximal monotone and typically set valued, usually arising from a constraint or a nonsmooth regularizer in the underlying optimization problem or game; see for example Ryu & Boyd (2016) for definitions. For some example ML applications of (1), see Section 2 and Appendix A. Here, an algorithm that “fully splits” (1) means one whose computational steps each involve only the individual operators $A _ { 1 } , \ldots , A _ { n } , B$ . Ours is the first method that can accomplish full splitting without a product-space reformulation that recasts (1) as a two-operator problem on a higher-dimensional space, a tactic whose disadvantages are discussed in Appendix F.7. Our method interrogates the Lipschitz operator $B$ through a stochastic oracle. Previous methods splitting (1) have either required a deterministic oracle for $B$ , or have made far more restrictive assumptions on the noise or the operators (Briceño-Arias & Combettes, 2011; Combettes & Pesquet, 2012; Malitsky & Tam, 2020; Bot et al., 2019; Van Dung & Vu, 2021) than we will require below. However, the stochastic methods of Alacaoglu et al. (2021) and Böhm et al. (2020), when combined with a product-space reformulation, can solve (1) when all the $A _ { i }$ are subdifferentials of convex functions; see Section 6.
When moving away from a deterministic gradient oracle in projective splitting, a key difficulty is that the generated hyperplanes do not guarantee separation between the solution and the current point. We solve this issue by relaxing the projection: we only update each iterate in the direction of the noisy projection and scale its movement by a decreasing stepsize that allows for control of the stochastic error. Using the framework of stochastic quasi-Fejér monotonicity (Combettes & Pesquet, 2015), we prove almost-sure convergence of the final iterate and do not require averaging of the iterates (Theorem 1, Section 5). We also provide a non-asymptotic convergence rate for the approximation residual (Theorem 2, Section 5).
A special case of SPS is the recently-developed Double Stepsize Extragradient Method (DSEG) (Hsieh et al., 2020). When $n = 0$ and therefore only $B$ is present in (1), DSEG and SPS coincide. Thus, our method extends DSEG to allow for regularizers and constraints. Our analysis also provides a new interpretation for DSEG as a special case of projective splitting. Our nonasymptotic convergence rate for SPS also applies to DSEG under no additional assumptions. By contrast, the original convergence rate analysis for DSEG requires either strong monotonicity or an error bound.
We close with numerical experiments on a distributionally robust sparse logistic regression problem. This is a nonsmooth convex-concave min-max problem which can be converted to (1) with $n = 2$ set-valued operators. On this problems class, SPS compares well to the possible alternative splitting methods.
Non-monotone problems The work of Hsieh et al. (2020) included a local convergence analysis for DSEG applied to locally monotone problems. For min-max problems, if the objective is locally convex-concave at a solution and DSEG is initialized in close proximity, then for small enough stepsizes it converges to the solution with high probability. It is possible to extend this result to SPS, along with our convergence rate analysis. This result is beyond the scope of this work, but Appendix J provides a proof sketch.
# 2 BACKGROUND ON MONOTONE INCLUSIONS
Since they are so important to SPS, this section provides some background material regarding monotone inclusions, along with their connections to convex optimization, games, and ML. Appendix G discusses their connections to variational inequalities. For a more thorough treatment, we refer to Bauschke & Combettes (2017). See Appendix A for a longer discussion of the applications of monotone inclusions to ML along with several examples.
Fundamentals Let $f : \mathbb { R } ^ { d } \mathbb { R } \cup \{ \infty \}$ be closed, convex, and proper (CCP). Recall that its subdifferential $\partial f$ is given by $\partial f ( x ) \ { \overset { \cdot } { = } } \ \left\{ g : f ( y ) \geq f ( x ) + g ^ { \top } { \big ( } { \bar { y - x } } { \big ) } \right\}$ . The map $\partial f$ has the property
$$
u \in \partial f ( x ) , v \in \partial f ( y ) \implies ( u - v ) ^ { \top } ( x - y ) \geq 0 ,
$$
and any point-to-set map having this property is called a monotone operator. A monotone operator $T$ is called maximal if no additional points can be included in the image $T ( x )$ of any $\boldsymbol { x } ^ { \mathrm { ~ \scriptsize ~ \in ~ } \mathbb { R } ^ { d } }$ without violating the above property (Bauschke & Combettes, 2017, Def. 20.20). Subgradient maps of CCP functions are maximal (Bauschke & Combettes, 2017, Thm. 20.25). A minimizer of $f$ is any $x ^ { * }$ such that $0 \in \partial f ( x ^ { * } )$ . This is perhaps the simplest example of a monotone inclusion, the problem of finding $x$ such that $0 \in T ( x )$ , where $T$ is a monotone operator. If $f$ is smooth, then $\bar { \partial } f ( x ) = \{ \nabla f ( x ) \}$ for all $x$ , and the monotone inclusion $0 \in \partial f ( x )$ is equivalent to the first-order optimality condition $0 = \nabla f ( x )$ .
Under certain regularity conditions (Bauschke & Combettes, 2017, Cor. 16.5), minimizing a sum of CCP functions $f _ { 1 } , \ldots , f _ { n }$ is equivalent to solving the monotone inclusion formed from the sum of their subdifferentials:
$$
x ^ { * } \in \underset { x \in \mathbb { R } ^ { d } } { \arg \operatorname* { m i n } } \sum _ { i = 1 } ^ { n } f _ { i } ( x ) \iff 0 \in \sum _ { i = 1 } ^ { n } \partial f _ { i } ( x ^ { * } ) .
$$
As throughout this paper for all set addition operations, the summation on the right-hand side of (2) is the Minkowski sum $\textstyle \sum _ { i = 1 } ^ { n } S _ { i } = \{ \sum _ { i = 1 } ^ { n } s _ { i } \ | ^ { \cdot } s _ { i } \in S _ { i } \forall i \in { 1 . . n } \}$ . For a convex set $X$ , a constraint $x \in C$ for some convex set $C$ may be imposed by setting one of the $f _ { i }$ to be the indicator function $\iota _ { C }$ , defined by $\iota _ { C } ( x ) = 0$ for $x \in C$ and $\iota _ { C } \bar { ( } x ) = \dot { + } \infty$ for $x \not \in C$ . Indicator functions of closed convex sets are CCP (Bauschke & Combettes, 2017, Ex. 1.25), and the subgradient map of $\iota _ { C }$ is also referred to as the normal cone map $N _ { C }$ of $C$ (Bauschke & Combettes, 2017, Def. 6.37). Multiple constraints may be imposed by including multiple indicator functions in (2).
ML applications The form (2) can be used to model ML problems with multiple constraints and/or nonsmooth regularizers, including sparse and overlapping group lasso (Jacob et al., 2009), sparse and low-rank matrix estimation problems (Richard et al., 2012), and rare feature selection (Yan & Bien, 2020); see Pedregosa & Gidel (2018) for an overview.
Games Consider a two-player noncooperative game in which each player tries to selfishly minimize its own loss, with each loss depending on the actions of both players. Typically, the goal is to find a Nash equilibrium, in which neither player can improve its loss by changing strategy:
$$
x ^ { * } \in \arg \operatorname* { m i n } _ { x \in \Theta } F ( x , y ^ { * } ) \quad { \mathrm { a n d } } \quad y ^ { * } \in \arg \operatorname* { m i n } _ { y \in \Omega } G ( x ^ { * } , y ) .
$$
Assuming that the admissible strategy sets $\Theta \subseteq \mathbb { R } ^ { d _ { x } }$ and $\Omega \subseteq \mathbb { R } ^ { d _ { y } }$ are closed and convex and that $F$ and $G$ are differentiable, then writing the first-order necessary conditions for each optimization problem in (3) yields
$$
0 \in \left[ \begin{array} { l } { \nabla _ { x } F ( x ^ { * } , y ^ { * } ) } \\ { \nabla _ { y } G ( x ^ { * } , y ^ { * } ) } \end{array} \right] + \big ( N _ { \Theta } ( x ^ { * } ) \times N _ { \Omega } ( y ^ { * } ) \big ) .
$$
If $G = - F$ , then (3) is a min-max game. If $F$ is also convex in $x$ and concave in $y$ , then $B : ( x , y ) \mapsto$ $( \nabla _ { x } F ( x , y ) , - \nabla _ { y } F ( x , y ) ) ^ { \top }$ is monotone1 on $\mathbb { R } ^ { d _ { x } + d _ { y } }$ (Rockafellar, 1970). In many applications, $B$ is also Lipschitz continuous. In this situation, (4) is a monotone inclusion involving two operators $B$ and $N _ { \Theta \times \Omega }$ , with $B$ being Lipschitz. Using the simultaneous version of GDA on (3) is equivalent to applying the forward-backward method (FB) (Bauschke & Combettes, 2017, Thm. 26.14) to (4). However, convergence of FB requires that the operator $B$ be cocoercive (Bauschke & Combettes, 2017, Def. 4.10), and not merely Lipschitz (Bauschke & Combettes, 2017, Thm. 26.14). Thus, simultaneous GDA fails to converge for (3) without additional assumptions; see Gidel et al. (2019, Prop. 1) for a simple counterexample.
Regularizers and further constraints may be imposed by adding more operators to (4). For example, if one wished to apply a (nonsmooth) convex regularizer $r : \bar { \mathbb { R } } ^ { d _ { x } } \bar { \mathbb { R } } \cup \{ + \infty \}$ to the $x$ variables and a similar regularizer $d : \mathbb { R } ^ { d _ { y } } \mathbb { R } \cup \{ + \infty \}$ to the $y$ variables, one would add the operator $A _ { 2 } : ( x , y ) \mapsto \bar { \partial r } ( x ) \times \partial d ( y )$ to the right-hand side of (4).
ML applications of games Distributionally robust supervised learning (DRSL) is an emerging framework for improving the stability and reliability of ML models in the face of distributional shifts $\mathrm { T u }$ et al., 2021; Kuhn et al., 2019; Shafieezadeh-Abadeh et al., 2015; Sinha et al., 2018; Lin et al., 2020; Namkoong & Duchi, 2016). Common approaches to DRSL formulate the problem as a min-max game between a learner selecting the model parameters and an adversary selecting a worst-case distribution subject to some ambiguity set around the observed empirical distribution. This min-max problem is often further reduced to either a finite-dimensional saddlepoint problem or a convex optimization problem.
DRSL is a source of games with multiple constraints/regularizers. One such formulation, based on Yu et al. (2021), is discussed in the experiments below. The work in Namkoong & Duchi (2016) uses an ambiguity set based on $f$ -divergences, while Sinha et al. (2018) introduce a Lagrangian relaxation of the Wasserstein ball. When applied to models utilizing multiple regularizers (Jacob et al., 2009; Richard et al., 2012; Yan & Bien, 2020), both of these approaches lead to min-max problems with multiple regularizers.
Other applications of games in ML, although typically nonconvex, include generative adversarial networks (GANs) (Goodfellow et al., 2014; Arjovsky et al., 2017; Loizou et al., 2020; 2021; Mishchenko et al., 2020), fair classification (Wadsworth et al., 2018; Zhang et al., 2018; Edwards & Storkey, 2015; Celis & Keswani, 2019), and adversarial privacy (Huang et al., 2017).
Resolvents, proximal operators, and projections A fundamental computational primitive for solving monotone inclusions is the resolvent. The resolvent of a monotone operator $A$ is defined to be $J _ { A } \overset { \cdot } { = } ( I + A ) ^ { - 1 }$ , where $I$ is the identity operator and the inverse of any operator $T$ is simply $T ^ { - 1 } : x \mapsto \{ y : T y \ni x \}$ . If $A$ is maximal monotone, then for any $\rho > 0$ , $J _ { \rho A }$ is single valued, nonexpansive, and has domain equal to $\mathbb { R } ^ { d }$ (Bauschke & Combettes, 2017, Thm. 21.1 and Prop. 23.8). Resolvents generalize proximal operators of convex functions: the proximal operator of a CCP function $f$ is
$$
\operatorname { p r o x } _ { \rho f } ( t ) \doteq \underset { x \in \mathbb { R } ^ { d } } { \arg \operatorname* { m i n } } \left\{ \rho f ( x ) + ( 1 / 2 ) \| x - t \| ^ { 2 } \right\} .
$$
It is easily proved that $\mathrm { p r o x } _ { \rho f } = \underset { - } { J } _ { \rho \partial f }$ . Like proximal operators, resolvents generalize projection onto convex sets: if $f = \iota _ { \mathcal { C } }$ , then $J _ { \rho N _ { C } } = \mathrm { p r o x } _ { \rho f } = \mathrm { p r o j } _ { \mathcal { C } }$ for any $\rho > 0$ . In many ML applications, proximal operators, and hence resolvents, are relatively straightforward to compute. For examples, see Parikh & Boyd (2013, Sec. 6).
Operator splitting methods Operator splitting methods attempt to solve monotone inclusions such as (1) by a sequence of operations that each involve only one of the operators $A _ { 1 } , \ldots , A _ { n } , B$ . Such methods are often presented in the context of convex optimization problems like (2), but typically apply more generally to monotone inclusions such as (1). In the specific context of (1), each iteration of such a method ideally handles each $A _ { i }$ via its resolvent and the Lipschitz operator $B$ by explicit (not stochastic) evaluation. This is a feasible approach if the original problem can be decomposed in such a way that the resolvents of each $A _ { i }$ are relatively inexpensive to compute, and full evaluations of $B$ are possible. Although not discussed here, more general formulations in which matrices couple the arguments of the operators can broaden the applicability of operator splitting methods.
# 3 THE PROJECTIVE SPLITTING FRAMEWORK
Before introducing our proposed method, we give a brief introduction to the projective splitting class of methods.
The extended solution set Projective splitting is a primal-dual framework and operates in an extended space of primal and dual variables. Rather than directly finding a solution to (1), we find a point in the extended solution set (or Kuhn-Tucker set)
$$
\begin{array} { r } { \mathcal { S } \doteq \left\{ ( z , w _ { 1 } , \ldots , w _ { n + 1 } ) \ \middle | \ w _ { i } \in A _ { i } ( z ) \forall i \in 1 . . n , w _ { n + 1 } = B ( z ) , \sum _ { i = 1 } ^ { n + 1 } w _ { i } = 0 \right\} . } \end{array}
$$
Given $p ^ { * } = ( z ^ { * } , w _ { 1 } ^ { * } \ldots , w _ { n + 1 } ^ { * } ) \in \mathcal { S }$ , it is straightforward to see that $z ^ { * }$ solves (1). Conversely, given a solution $z ^ { * }$ to (1), there must exist $w _ { 1 } ^ { * } , \ldots , w _ { n + 1 } ^ { * }$ such that $( z ^ { \ast } , w _ { 1 } ^ { \ast } , \dots , w _ { n + 1 } ^ { \ast } ) \in \mathcal { S }$ . Suppose $p ^ { * } = ( z ^ { * } , w _ { 1 } ^ { * } \ldots , w _ { n + 1 } ^ { * } ) \in \mathcal { S }$ . Since $z ^ { * }$ solves (1), $z ^ { * }$ is typically referred to as a primal solution. The vectors $w _ { 1 } ^ { * } , \ldots , w _ { n + 1 } ^ { * }$ solve a dual inclusion not described here, and are therefore called a dual solution. It can be shown that $s$ is closed and convex; see for example Johnstone $\&$ Eckstein (2020b). We will assume throughout that a solution to (1) exists, therefore the set $s$ is nonempty.
Separator-projection framework Projective splitting methods are instances of the general separator-projection algorithmic framework for locating a member of a closed convex set $s$ within a linear space $\mathcal { P }$ . Each iteration $k$ of algorithms drawn from this framework operates by finding a set $H _ { k }$ that separates the current iterate $p ^ { k } \in \mathcal { P }$ from $s$ , meaning that $s$ is entirely in the set and $p ^ { k }$ typically is not. One then attempts to “move closer" to $s$ by projecting the $p ^ { k }$ onto $H _ { k }$ . In the particular case of projective splitting applied to the problem (1) using (5), we select the space $\mathcal { P }$ to be
$$
\begin{array} { r } { \mathcal { P } \doteq \left\{ ( z , w _ { 1 } , \ldots , w _ { n + 1 } ) \in \mathbb { R } ^ { ( n + 2 ) d } \ \Big | \ \sum _ { i = 1 } ^ { n + 1 } w _ { i } = 0 \right\} , } \end{array}
$$
and each separating set $H _ { k }$ to be the half space $\{ p \in { \mathcal { P } } \mid \varphi _ { k } ( p ) \leq 0 \}$ generated by an affine function $\varphi _ { k } : \mathscr { P } \mathbb { R }$ . The general intention is to construct $\varphi _ { k }$ such that $\varphi _ { k } \tilde { ( p ^ { k } ) } > 0$ , but $\varphi _ { k } ( p ^ { * } ) \leq 0$ for all $p ^ { * } \in { \mathcal { S } }$ . The construction employed for $\varphi _ { k }$ in the case of (1) and (5) is of the form
$$
\begin{array} { r } { \varphi _ { k } ( z , w _ { 1 } , \ldots , w _ { n + 1 } ) \doteq \sum _ { i = 1 } ^ { n + 1 } \langle z - x _ { i } ^ { k } , y _ { i } ^ { k } - w _ { i } \rangle } \end{array}
$$
for some points $( x _ { i } ^ { k } , y _ { i } ^ { k } ) \in \mathbb { R } ^ { 2 d }$ , $i \in { 1 . . ( n + 1 ) }$ , that must be carefully chosen (see below). Any function of the form (7) can be shown to be affine when restricted to $\mathcal { P }$ . As mentioned above, the standard separator-projection algorithm obtains its next iterate $p ^ { k + 1 }$ by projecting $p ^ { k }$ onto $H _ { k }$ . This calculation involves the usual projection step for a half space, namely
$$
p ^ { k + 1 } = p ^ { k } - \alpha _ { k } \nabla \varphi _ { k } , \quad \mathrm { ~ w h e r e ~ } \quad \alpha _ { k } = \varphi _ { k } ( p ^ { k } ) / \| \nabla \varphi _ { k } \| ^ { 2 } ,
$$
and the gradient $\nabla \varphi _ { k }$ is computed relative to $\mathcal { P }$ , thus resulting in $p ^ { k + 1 } \ \in \ { \mathcal { P } }$ , i.e. $\nabla \varphi _ { k } \ =$
$\left( \sum _ { i = 1 } ^ { n + 1 } y _ { i } ^ { k } , x _ { 1 } ^ { k } - { \bar { x } } ^ { k } , \dots , x _ { n + 1 } - { \bar { x } } ^ { k } \right)$ where $\begin{array} { r } { \bar { x } ^ { k } = \frac { 1 } { n + 1 } \sum _ { i = 1 } ^ { n + 1 } x _ { i } ^ { k } } \end{array}$ .
# 4 PROPOSED METHOD
The proposed method is given in Algorithm 1 and called Stochastic Projective Splitting (SPS). Unlike prior versions of projective splitting, SPS does not employ the stepsize $\alpha _ { k }$ of (8) that places the next iterate exactly on the hyperplane given by $\varphi _ { k } ( p ) = 0$ . Instead, it simply moves in the direction $- \nabla \varphi _ { k }$ with a pre-defined stepsize $\{ \alpha _ { k } \}$ . This fundamental change is required to deal with the stochastic noise on lines 6 and 8. This noise could lead to the usual choice of $\alpha _ { k }$ defined in (8) being unstable and difficult to analyze. In order to guarantee convergence, the parameters $\alpha _ { k }$ and $\rho _ { k }$ must be chosen to satisfy certain conditions given below. Note that the gradient is calculated with respect to the subspace $\mathcal { P }$ defined in (6); since the algorithm is initialized within $\mathcal { P }$ , it remains in $\mathcal { P }$ , within which $\varphi _ { k }$ the updates on lines 9-10 are equivalent to . $\boldsymbol { p } ^ { k + 1 } = \boldsymbol { p } ^ { k } - \alpha _ { k } \nabla \varphi _ { k }$ , where $\mathbf { \chi } ^ { \dot { k } } = ( z ^ { k } , w _ { 1 } ^ { k } , \dots , w _ { n + 1 } ^ { k } )$
Note that SPS does not explicitly evaluate $\varphi _ { k }$ , which is only used in the analysis, but it does keep track of $( x _ { i } ^ { k } , y _ { i } ^ { k } )$ for $i \in { 1 . . ( n + 1 ) }$ . The algorithm’s memory requirements scale linearly with the number of nonsmooth operators $n$ in the inclusion (1), with the simplest implementation storing $( 3 n + 5 ) d$ working-vector elements. This requirement can be reduced to $( n + 7 ) d$ through a technique discussed in Appendix H. In most applications, $n$ will be small, for example 2 or 3.
Updating $( x _ { i } ^ { k } , y _ { i } ^ { k } )$ The variables $( x _ { i } ^ { k } , y _ { i } ^ { k } )$ are updated on lines 3-8 of Algorithm 1, in which $e ^ { k }$ and $\epsilon ^ { k }$ are $\mathbb { R } ^ { d }$ -valued random variables defined on a probability space $( \Omega , { \mathcal { F } } , P )$ . For $B$ we use a new, noisy version of the two-forward-step procedure from Johnstone & Eckstein (2020b). For each $A _ { i }$ , $i \in 1 . . n$ , we use the same resolvent step used in previous projective splitting papers, originating with (Eckstein & Svaiter, 2008). In the case $\epsilon ^ { k } = e ^ { k } = 0$ , the selection of the $( \bar { x _ { i } ^ { k } } , y _ { i } ^ { k } )$ is identical to that proposed by Johnstone & Eckstein (2020b), resulting in the hyperplane $\{ p : { \varphi } _ { k } ( p ) = 0 \}$ strictly separating $p ^ { k }$ from $s$ .
SPS achieves full splitting of (1): each $A _ { i }$ is processed separately using a resolvent and the Lipschitz term $B$ is processed via a stochastic gradient oracle. When the $A _ { i }$ arise from regularizers or constraints, as discussed in Section 2, their resolvents can be readily computed so long as their respective proximal/projection operators have a convenient form.
Noise assumptions Let $\mathcal { F } _ { k } \doteq \sigma ( p ^ { 1 } , \ldots , p ^ { k } )$ and $\mathcal { E } _ { k } \doteq \sigma ( \epsilon ^ { k } )$ . The stochastic estimators for the gradients, $r ^ { k }$ and $y _ { n + 1 } ^ { k }$ , are assumed to be unbiased, that is, the noise terms have mean 0 conditioned on the past:
$$
\mathbb { E } [ \epsilon ^ { k } | \mathcal { F } _ { k } ] = 0 , \quad \mathbb { E } [ e ^ { k } | \mathcal { F } _ { k } ] = 0 \quad a . s .
$$
We impose the following mild assumptions on the variance of the noise:
$$
\begin{array} { r l } & { \mathbb { E } \left[ \| \epsilon ^ { k } \| ^ { 2 } | \mathcal { F } _ { k } \right] \leq N _ { 1 } + N _ { 2 } \| B ( z ^ { k } ) \| ^ { 2 } \quad a . s . } \\ & { \mathbb { E } \left[ \| e ^ { k } \| ^ { 2 } | \mathcal { F } _ { k } , \mathcal { E } _ { k } \right] \leq N _ { 3 } + N _ { 4 } \| B ( x _ { n + 1 } ^ { k } ) \| ^ { 2 } \quad a . s . , } \end{array}
$$
where $0 \le N _ { 1 } , N _ { 2 } , N _ { 3 } , N _ { 4 } < \infty$ . We do not require $e ^ { k }$ and $\epsilon ^ { k }$ to be independent of one another.
Stepsize choices The stepsizes $\rho _ { k }$ and $\alpha _ { k }$ are assumed to be deterministic. A constant stepsize choice which attains a non-asymptotic convergence rate will be considered in the next section (Theorem 2). The stepsize conditions we will impose to guarantee almost-sure convergence (Theorem 1) are
$$
\begin{array} { r } { \sum _ { k = 1 } ^ { \infty } \alpha _ { k } \rho _ { k } = \infty , \quad \sum _ { k = 1 } ^ { \infty } \alpha _ { k } ^ { 2 } < \infty , \quad \sum _ { k = 1 } ^ { \infty } \alpha _ { k } \rho _ { k } ^ { 2 } < \infty , \mathrm { a n d } \rho _ { k } \leq \overline { \rho } < 1 / L . } \end{array}
$$
For example, in the case $L = 1$ , a particular choice which satisfies these constraints is
$$
\alpha _ { k } = k ^ { - 0 . 5 - p } \mathrm { f o r } 0 < p < 0 . 5 , \mathrm { a n d } \rho _ { k } = k ^ { - 0 . 5 + t } \mathrm { f o r } p \leq t < 0 . 5 p + 0 . 2 5 .
$$
For simplicity, the stepsizes $\tau$ used for the resolvent updates in lines 3-5 are fixed, but they could be allowed to vary with both $i$ and $k$ so long as they have finite positive lower and upper bounds.
# Algorithm 1: Stochastic Projective Splitting (SPS)
# 5 MAIN THEORETICAL RESULTS
Theorem 1. Suppose $A _ { 1 } , \ldots , A _ { n }$ are maximal monotone, $B$ is $L$ -Lipschitz and monotone, and a solution to (1) exists. For Algorithm $I$ , suppose (9)-(12) hold. Then with probability one it holds that $z ^ { k } \to z ^ { * }$ , where $z ^ { * }$ solves (1). Further, with probability one, $x _ { i } ^ { k } \to z ^ { * }$ for $i = 1 , \ldots , n$ .
Proof sketch Theorem 1 is proved in Appendix C, but we provide a brief sketch here. The proof begins by deriving a simple recursion inspired by the analysis of SGD (Robbins & Monro, 1951). Since $p ^ { k + 1 } = p ^ { k } - \alpha _ { k } \nabla \bar { \varphi } _ { k }$ , a step of projective splitting can be viewed as GD applied to the affine hyperplane generator function $\varphi _ { k }$ . Thus, for any $p ^ { * } \in \mathcal { P }$ ,
$$
\begin{array} { r l } & { \| p ^ { k + 1 } - p ^ { * } \| ^ { 2 } = \| p ^ { k } - p ^ { * } \| ^ { 2 } - 2 \alpha _ { k } \langle \nabla \varphi _ { k } , p ^ { k } - p ^ { * } \rangle + \alpha _ { k } ^ { 2 } \| \nabla \varphi _ { k } \| ^ { 2 } } \\ & { \qquad = \| p ^ { k } - p ^ { * } \| ^ { 2 } - 2 \alpha _ { k } ( \varphi _ { k } ( p ^ { k } ) - \varphi _ { k } ( p ^ { * } ) ) + \alpha _ { k } ^ { 2 } \| \nabla \varphi _ { k } \| ^ { 2 } } \end{array}
$$
where in the second equation we have used that $\varphi _ { k } ( p )$ is affine on $\mathcal { P }$ . The basic strategy is to show that, for any $p ^ { * } \in { \mathcal { S } }$ ,
$$
\begin{array} { r } { \mathbb { E } [ \| \nabla \varphi _ { k } \| ^ { 2 } | \mathcal { F } _ { k } ] \le C _ { 1 } \| p ^ { k } - p ^ { * } \| ^ { 2 } + C _ { 2 } \quad a . s . } \end{array}
$$
for some $C _ { 1 } , C _ { 2 } > 0$ . This condition allows one to establish stochastic quasi-Fejér monotonicity (SQFM) (Combettes & Pesquet, 2015, Proposition 2.3) of the iterates to $s$ . One consequence of SQFM is that with probability one there exists a subsequence $v _ { k }$ such that $\varphi _ { v _ { k } } ( p ^ { v _ { k } } ) - \varphi _ { v _ { k } } ( p ^ { * } )$ converges to 0. Furthermore, roughly speaking, we show that $\varphi _ { k } ( p ^ { k } ) - \varphi _ { k } ( p ^ { * } )$ provides an upper bound on the following “approximation residual" for SPS:
$$
\begin{array} { r } { G _ { k } \doteq \sum _ { i = 1 } ^ { n } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } . } \end{array}
$$
provides an approximation error for SPS, as formalized in the following lemma:
Lemma 1. For SPS, $p ^ { k } = ( z ^ { k } , w _ { 1 } ^ { k } , \ldots , w _ { n + 1 } ^ { k } ) \in \mathcal { S }$ if and only if $G _ { k } = 0$
Since $y _ { i } ^ { k } \ \in \ A _ { i } ( x _ { i } ^ { k } )$ for $i \in 1 . . n$ , having $G _ { k } ~ = ~ 0$ implies that $z ^ { k } = x _ { i } ^ { k }$ , $w _ { i } ^ { k } \ = \ y _ { i } ^ { k }$ , and thus $w _ { i } ^ { k } \in A _ { i } ( z ^ { k } )$ for $i \in 1 . . n$ . Since $w _ { n + 1 } ^ { k } = B ( z ^ { k } )$ and $\textstyle \sum _ { i = 1 } ^ { n + 1 } w _ { i } ^ { k } = 0$ , it follows that $z ^ { k }$ solves (1). The reverse direction is proved in Appendix $\mathrm { D }$ .
The quantity $G _ { k }$ generalizes the role played by the norm of the gradient in algorithms for smooth optimization. In particular, in the special case where $n = 0$ and $\bar { B } ( z ) = \nabla f ( z )$ for some smooth convex function $f$ , one has $G _ { k } = \| \bar { \nabla } f ( z ^ { k } ) \| ^ { 2 }$ .
Combining the properties of $G _ { k }$ with other results following from SQFM (such as boundedness) will allow us to derive almost-sure convergence of the iterates to a solution of (1).
Convergence rate We can also establish non-asymptotic convergence rates for the approximation residual $G _ { k }$ :
Theorem 2. Fix the total iterations $K \geq 1$ of Algorithm 1 and set
$$
\forall k = 1 , \ldots , K : \rho _ { k } = \rho \doteq \operatorname* { m i n } \left\{ K ^ { - 1 / 4 } , 1 / 2 L \right\} \quad \ a n d \quad \alpha _ { k } = C _ { f } \rho ^ { 2 }
$$
for some $C _ { f } > 0$ . Suppose (9)-(11) hold. Then
$$
\begin{array} { r } { ( 1 / K ) { \sum } _ { j = 1 } ^ { K } \mathbb { E } [ G _ { j } ] = \mathcal { O } ( K ^ { - 1 / 4 } ) } \end{array}
$$
where the constants are given (along with the proof) in Appendix $E$ .
Theorem 2 implies that if we pick an iterate $J$ uniformly at random from $1 . . K$ , then the expected value of $G _ { J }$ is $\mathcal { O } ( K ^ { - 1 / 4 } )$ . As far as we know, this is the first convergence rate for a stochastic fullsplitting method solving (1) in the general discontinuous (i.e. set-valued) monotone inclusion case, and it is not clear whether it can be improved, either by a better analysis or a better method. Faster rates are certainly possible for deterministic methods under various continuity assumptions; Tseng’s method obtains $\bar { \mathcal { O } } ( K ^ { - 1 } )$ rate (Monteiro $\&$ Svaiter, 2010) and the accelerated Halpern iteration under Lipschitz continuity obtains $\mathcal { O } ( K ^ { - 2 } )$ rate (Diakonikolas, 2020). While our rate may seem slow, it is worth remembering that (1) features $n$ discontinuous operators $A _ { i }$ , so we expect rates at least as slow as nonsmooth convex optimization, but perhaps worse because (1) is far more general than convex optimization. For a different error metric, the restricted gap function, in the special case of variational inequalities, faster rates have been established in Juditsky et al. (2011) and Böhm et al. (2020). However, it is unclear how to relate the restricted gap function to $G _ { k }$ , so these rates may not be directly comparable to Theorem 2.
# 6 RELATED WORK
Arguably the three most popular classes of operator splitting algorithms are forward-backward splitting (FB) (Combettes & Pesquet, 2011), Douglas-Rachford splitting (DR) (Lions & Mercier, 1979), and Tseng’s method (Tseng, 2000). The extragradient method (EG) is similar to Tseng’s method, but has more projection steps per iteration and only applies to variational inequalities (Korpelevich, 1977; Nemirovski, 2004; Li et al., 2021). The popular Alternating Direction Method of Multipliers (ADMM), in its standard form, is a dual application of DR (Gabay, 1983). The three-operator splitting method (Davis & Yin, 2017) can only be applied to (1) if $B$ is cocoercive rather than merely Lipchitz, and thus its usefulness is mostly limited to optimization applications and not games. FB, DR, and Tseng’s method apply to monotone inclusions involving two operators, with varying assumptions on one of the operators. It is possible to derive splitting methods for the more complicated inclusion (1), involving more than two operators, by applying an appropriate 2-operator splitting method such as Tseng’s method to a product-space reformulation (PSR) (Briceño-Arias & Combettes, 2011; Combettes & Pesquet, 2012) (for more on PSR, see Appendix F). The recently developed forward-reflected-backward (FRB) method (Malitsky & Tam, 2020) can be used in the same way. However, there are several disadvantages to using a PSR, as discussed in Appendix F.7.
By using a PSR, the stochastic methods of Alacaoglu et al. (2021) and Böhm et al. (2020) can be applied to (1) in the case that each $A _ { i }$ is a subdifferential. Both of these methods are analyzed in terms of the restricted gap function. This merit function has a drawback compared with our approximation residual in that it requires one to find a bound for the iterates. However, Alacaoglu et al. (2021) and Böhm et al. (2020) do not provide such a bound, meaning that their convergence rate results are somewhat incomplete. We discuss this issue in Appendix G.
Theoretical convergence of the method of Böhm et al. (2020) requires the use of averaging, since the final iterate does not converge for certain problems (Hsieh et al., 2020). Empirically, averaging tends to be slow and to destroy regularizer-induced structural properties such as sparsity or low matrix rank, so its utility is largely theoretical and it is usually avoided in practice. Furthermore, averaging loses even its theoretical benefits for nonconvex problems, so its use in such cases is rarer still. Another drawback of the analysis of Böhm et al. (2020) is that, unlike in SPS, the resolvent (proximal) stepsizes also need to vanish.
The method of Alacaoglu et al. (2021) applies variance reduction techniques to FRB. It only applies to finite-sum problems and requires the periodic computation of a full batch gradient, making it somewhat less flexible and scalable than our method. On the other hand, it has an accelerated ergodic rate for the restricted gap function in the variational inequality setting. We compare the empirical performance of SPS with Alacaoglu et al. (2021), Böhm et al. (2020), and several deterministic methods using PSR in the numerical experiments described in Section 7.
Additional related work is discussed in Appendix B.
# 7 EXPERIMENTS
We now present some numerical results on distributionally robust supervised learning (DRSL) problems. We follow the approach of Yu et al. (2021), which introduced a min-max formulation of Wasserstein DRSL. While other approaches reduce the problem to convex optimization, Yu et al. (2021) reduce it to a finite-dimensional min-max problem amenable to the use of stochastic methods on large datasets. However, unlike our proposed SPS method, the variance-reduced extragradient method that Yu et al. (2021) propose cannot handle multiple nonsmooth regularizers or constraints on the model parameters. Consequently, we consider distributionally robust sparse logistic regression (DRSLR), a problem class equivalent to that considered in Yu et al. (2021), but with an added $\ell _ { 1 }$ regularizer, a standard tool to induce sparsity. See the Appendix I for the full problem definition.
We compared our SPS method to several methods for solving DRSLR for a collection of real datasets from the LIBSVM repository (Chang & Lin, 2011). We implemented SPS with $\alpha _ { k } = C _ { d } k ^ { - 0 . 5 1 }$ and $\rho _ { k } = C _ { d } k ^ { - 0 . 2 5 }$ and called it SPS-decay. We also implement SPS with the fixed stepsize given in (15) and called it SPS-fixed. We compared the method to deterministic projective splitting (Johnstone & Eckstein, 2020b) and the following methods based on PSR: Tseng’s method (Tseng, 2000; Combettes & Pesquet, 2012), the forward-reflected-backward (FRB) method (Malitsky & Tam, 2020), the stochastic Tseng (S-Tseng) method of Böhm et al. (2020), and the variance-reduced stochastic FRB method (Alacaoglu et al., 2021), abbreviated FRB-VR. The S-Tseng and FRB-VR algorithms appear to be the only stochastic splitting methods other than SPS applicable to the tested problem class.
![](images/5a3352bf1be8622af7e8437ef0309b7c8e82b213e948eae1d016add4ab16fe33.jpg)
Figure 1: Approximation residual versus running time for three LIBSVM benchmark datasets, with the markers at 10-iteration intervals. Left: epsilon, middle: SUSY, right: real-sim. For the stochastic algorithms (SPS, S-Tseng, and FRB-VR), we plot the median results over 10 trials, with unit standard deviation horizontal error bars for the running time and the vertical error bars displaying the min-to-max range of the approximation residual. The code is provided in the supplementary material.
Figure 1 show results for three LIBSVM standard datasets: epsilon2 $m = 4 \cdot 1 0 ^ { 5 }$ , $d = 2 0 0 0 \mathrm { \Omega }$ ), SUSY (Baldi et al., 2014; Dua & Graff, 2017) $m = 2 \cdot 1 0 ^ { 6 }$ , $d = 1 8$ ), and real-sim3 ( $m = 7 2 { , } 3 0 9$ , $d = 2 0 { , } 9 5 8 _ { , }$ ).
To measure the progress of the algorithms, we used the “approximation residual” $R _ { k }$ defined in Appendix F. As with $G _ { k }$ , having $R _ { k } = 0$ implies that $z ^ { k }$ solves (1). We use $R _ { k }$ instead of $G _ { k }$ because it is also possible to compute essentially the same measure of convergence from the iterates of the other tested algorithms, establishing a fair comparison. Appendix F provides the details of the derivation of the residual measure for each algorithm, explores the relationship between $R _ { k }$ and $G _ { k }$ , and provides additional implementation details.
Figure 1 plots the approximation residual versus running time for all seven algorithms under consideration. The computations were performed using Python 3.8.3 and numpy on a 2019 MacBook Pro with a 2.4GHz 8-core Intel I9 processor and 32GB of RAM . Being a stochastic method, SPS-decay seems to outperform the deterministic methods at obtaining a medium-accuracy solution quickly. It also seems to outperform the stochastic PSR-based methods S-Tseng and FRB-VR.
# 8 CONCLUSIONS AND FUTURE WORK
We have developed and analyzed a stochastic splitting method that can handle min-max problems with multiple regularizers and constraints. Going forward, this development should make it possible to incorporate regularizers and constraints into adversarial formulations trained from large datasets.
Recent versions of deterministic projective splitting (Combettes & Eckstein, 2018; Johnstone & Eckstein, 2020b) allow for asynchronous and incremental operation, meaning that not all operators need to be activated at every iteration, with some calculations proceeding with stale inputs. Such characteristics make projective splitting well-suited to distributed implementations. Many of our SPS results may be extended to allow for these variations, but we leave those extensions to future work.
# REFERENCES
Ahmet Alacaoglu, Yura Malitsky, and Volkan Cevher. Forward-reflected-backward method with variance reduction. Computational Optimization and Applications, 2021. Available online.
Abdullah Alotaibi, Patrick L Combettes, and Naseer Shahzad. Solving coupled composite monotone inclusions by successive Fejér approximations of their Kuhn-Tucker set. SIAM Journal on Optimization, 24(4):2076–2095, 2014.
Kimon Antonakopoulos, Veronica Belmega, and Panayotis Mertikopoulos. An adaptive mirrorprox method for variational inequalities with singular operators. In H. Wallach, H. Larochelle, A. Beygelzimer, F. d'Alché-Buc, E. Fox, and R. Garnett (eds.), Advances in Neural Information Processing Systems, volume 32. Curran Associates, 2019.
Martin Arjovsky, Soumith Chintala, and Léon Bottou. Wasserstein generative adversarial networks. In Doina Precup and Yee Whye Teh (eds.), Proceedings of the 34th International Conference on Machine Learning, volume 70 of Proceedings of Machine Learning Research, pp. 214–223, 06–11 Aug 2017.
Pierre Baldi, Peter Sadowski, and Daniel Whiteson. Searching for exotic particles in high-energy physics with deep learning. Nature communications, 5(1):1–9, 2014.
David Balduzzi, Sebastien Racaniere, James Martens, Jakob Foerster, Karl Tuyls, and Thore Graepel. The mechanics of $n$ -player differentiable games. In Jennifer Dy and Andreas Krause (eds.), Proceedings of the 35th International Conference on Machine Learning, volume 80 of Proceedings of Machine Learning Research, pp. 354–363. PMLR, 10–15 Jul 2018.
Heinz H Bauschke and Patrick L Combettes. Convex analysis and monotone operator theory in Hilbert spaces. Springer, 2nd edition, 2017.
Axel Böhm, Michael Sedlmayer, Ernö Robert Csetnek, and Radu Ioan Bo¸t. Two steps at a time — taking GAN training in stride with Tseng’s method. arXiv preprint arXiv:2006.09033, 2020.
Radu Ioan Bot, Panayotis Mertikopoulos, Mathias Staudigl, and Phan Tu Vuong. Forward-backwardforward methods with variance reduction for stochastic variational inequalities. arXiv preprint arXiv:1902.03355, 2019.
Luis M Briceño-Arias and Patrick L Combettes. A monotone+skew splitting model for composite monotone inclusions in duality. SIAM Journal on Optimization, 21(4):1230–1250, 2011.
Luis M Briceño-Arias and Patrick L Combettes. Monotone operator methods for Nash equilibria in non-potential games. In Computational and Analytical Mathematics, volume 50 of Springer Proceedings in Mathematics and Statistics, pp. 143–159. Springer, 2013.
L Elisa Celis and Vijay Keswani. Improved adversarial learning for fair classification. arXiv preprint arXiv:1901.10443, 2019.
Chih-Chung Chang and Chih-Jen Lin. LIBSVM: A library for support vector machines. ACM Transactions on Intelligent Systems and Technology, 2:27:1–27:27, 2011. Software available at http://www.csie.ntu.edu.tw/\~cjlin/libsvm.
Tatjana Chavdarova, Matteo Pagliardini, Sebastian U Stich, François Fleuret, and Martin Jaggi. Taming GANs with lookahead-minmax. In International Conference on Learning Representations, 2021. URL https://openreview.net/forum?id $=$ ZW0yXJyNmoG.
Patrick L. Combettes and Jonathan Eckstein. Asynchronous block-iterative primal-dual decomposition methods for monotone inclusions. Mathematical Programming, 168(1-2):645–672, 2018.
Patrick L Combettes and Jean-Christophe Pesquet. Proximal splitting methods in signal processing. In H.H. Bauschke, R.S.S. Burachik, P.L. Combettes, V. Elser, D.R. Luke, and H. Wolkowicz (eds.), Fixed-Point Algorithms for Inverse Problems in Science and Engineering, pp. 185–212. Springer, 2011.
Patrick L Combettes and Jean-Christophe Pesquet. Primal-dual splitting algorithm for solving inclusions with mixtures of composite, Lipschitzian, and parallel-sum type monotone operators. Set-Valued and variational analysis, 20(2):307–330, 2012.
Patrick L Combettes and Jean-Christophe Pesquet. Stochastic quasi-Fejér block-coordinate fixed point iterations with random sweeping. SIAM Journal on Optimization, 25(2):1221–1248, 2015.
Constantinos Daskalakis, Andrew Ilyas, Vasilis Syrgkanis, and Haoyang Zeng. Training GANs with optimism. In International Conference on Learning Representations, 2018. URL https: //openreview.net/forum?id ${ . } =$ SJJySbbAZ.
Damek Davis and Wotao Yin. A three-operator splitting scheme and its optimization applications. Set-Valued and Variational Analysis, 25(4):829–858, 2017.
Jelena Diakonikolas. Halpern iteration for near-optimal and parameter-free monotone inclusion and strong solutions to variational inequalities. In Conference on Learning Theory, pp. 1428–1451. PMLR, 2020.
Dheeru Dua and Casey Graff. UCI machine learning repository, 2017. URL http://archive. ics.uci.edu/ml.
Jonathan Eckstein. A simplified form of block-iterative operator splitting and an asynchronous algorithm resembling the multi-block alternating direction method of multipliers. Journal of Optimization Theory and Applications, 173(1):155–182, 2017.
Jonathan Eckstein and Benar Fux Svaiter. A family of projective splitting methods for the sum of two maximal monotone operators. Mathematical Programming, 111(1):173–199, 2008.
Jonathan Eckstein and Benar Fux Svaiter. General projective splitting methods for sums of maximal monotone operators. SIAM Journal on Control and Optimization, 48(2):787–811, 2009.
Harrison Edwards and Amos Storkey. Censoring representations with an adversary. arXiv preprint arXiv:1511.05897, 2015.
Daniel Gabay. Applications of the method of multipliers to variational inequalities. In M. Fortin and R. Glowinski (eds.), Augmented Lagrangian Methods: Applications to the Solution of Boundary Value Problems, chapter IX, pp. 299–340. North-Holland, Amsterdam, 1983.
Gauthier Gidel, Hugo Berard, Gaëtan Vignoud, Pascal Vincent, and Simon Lacoste-Julien. A variational inequality perspective on generative adversarial networks. In International Conference on Learning Representations, 2019. URL https://openreview.net/forum?id $=$ r1laEnA5Ym.
Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Z. Ghahramani, M. Welling, C. Cortes, N. Lawrence, and K. Q. Weinberger (eds.), Advances in Neural Information Processing Systems, volume 27. Curran Associates, 2014.
Paulina Grnarova, Yannic Kilcher, Kfir Y Levy, Aurelien Lucchi, and Thomas Hofmann. Generative minimization networks: Training GANs without competition. arXiv preprint arXiv:2103.12685, 2021.
Patrick T Harker and Jong-Shi Pang. Finite-dimensional variational inequality and nonlinear complementarity problems: a survey of theory, algorithms and applications. Mathematical programming, 48(1):161–220, 1990.
Yu-Guan Hsieh, Franck Iutzeler, Jérôme Malick, and Panayotis Mertikopoulos. On the convergence of single-call stochastic extra-gradient methods. In H. Wallach, H. Larochelle, A. Beygelzimer, F. d'Alché-Buc, E. Fox, and R. Garnett (eds.), Advances in Neural Information Processing Systems, volume 32. Curran Associates, 2019.
Yu-Guan Hsieh, Franck Iutzeler, Jérôme Malick, and Panayotis Mertikopoulos. Explore aggressively, update conservatively: Stochastic extragradient methods with variable stepsize scaling. In H. Larochelle, M. Ranzato, R. Hadsell, M. F. Balcan, and H. Lin (eds.), Advances in Neural Information Processing Systems, volume 33, pp. 16223–16234. Curran Associates, 2020.
Chong Huang, Peter Kairouz, Xiao Chen, Lalitha Sankar, and Ram Rajagopal. Context-aware generative adversarial privacy. Entropy, 19(12):656, 2017.
Laurent Jacob, Guillaume Obozinski, and Jean-Philippe Vert. Group lasso with overlaps and graph lasso. In Léon Bottou and Michael Littman (eds.), Proceedings of the 26th International Conference on Machine Learning, pp. 433–440, Montreal, June 2009. Omnipress.
Patrick R Johnstone and Jonathan Eckstein. Convergence rates for projective splitting. SIAM Journal on Optimization, 29(3):1931–1957, 2019.
Patrick R Johnstone and Jonathan Eckstein. Projective splitting with forward steps only requires continuity. Optimization Letters, 14(1):229–247, 2020a.
Patrick R Johnstone and Jonathan Eckstein. Projective splitting with forward steps. Mathematical Programming, 2020b. Published online, to appear in print.
Patrick R Johnstone and Jonathan Eckstein. Single-forward-step projective splitting: exploiting cocoercivity. Computational Optimization and Applications, 78(1):125–166, 2021.
Anatoli Juditsky, Arkadi Nemirovski, and Claire Tauvel. Solving variational inequalities with stochastic mirror-prox algorithm. Stochastic Systems, 1(1):17–58, 2011.
GM Korpelevich. Extragradient method for finding saddle points and other problems. Matekon, 13 (4):35–49, 1977.
Daniel Kuhn, Peyman Mohajerin Esfahani, Viet Anh Nguyen, and Soroosh Shafieezadeh-Abadeh. Wasserstein distributionally robust optimization: Theory and applications in machine learning. In Serguei Netessine (ed.), Operations Research & Management Science in the Age of Analytics, Tutorials in Operations Research, pp. 130–166. INFORMS, 2019.
Chris Junchi Li, Yaodong Yu, Nicolas Loizou, Gauthier Gidel, Yi Ma, Nicolas Le Roux, and Michael I Jordan. On the convergence of stochastic extragradient for bilinear games with restarted iteration averaging. arXiv preprint arXiv:2107.00464, 2021.
Tianyi Lin, Chi Jin, and Michael Jordan. On gradient descent ascent for nonconvex-concave minimax problems. In Hal Daumé III and Aarti Singh (eds.), Proceedings of the 37th International Conference on Machine Learning, volume 119 of Proceedings of Machine Learning Research, pp. 6083–6093. PMLR, 2020.
Pierre-Louis Lions and Bertrand Mercier. Splitting algorithms for the sum of two nonlinear operators. SIAM Journal on Numerical Analysis, 16(6):964–979, 1979.
Mingrui Liu, Hassan Rafique, Qihang Lin, and Tianbao Yang. First-order convergence theory for weakly-convex-weakly-concave min-max problems. Journal of Machine Learning Research, 22 (169):1–34, 2021.
Nicolas Loizou, Hugo Berard, Alexia Jolicoeur-Martineau, Pascal Vincent, Simon Lacoste-Julien, and Ioannis Mitliagkas. Stochastic hamiltonian gradient methods for smooth games. In International Conference on Machine Learning, pp. 6370–6381. PMLR, 2020.
Nicolas Loizou, Hugo Berard, Gauthier Gidel, Ioannis Mitliagkas, and Simon Lacoste-Julien. Stochastic gradient descent-ascent and consensus optimization for smooth games: Convergence analysis under expected co-coercivity. arXiv preprint arXiv:2107.00052, 2021.
Yura Malitsky and Matthew K Tam. A forward-backward splitting method for monotone inclusions without cocoercivity. SIAM Journal on Optimization, 30(2):1451–1472, 2020.
Panayotis Mertikopoulos, Bruno Lecouat, Houssam Zenati, Chuan-Sheng Foo, Vijay Chandrasekhar, and Georgios Piliouras. Optimistic mirror descent in saddle-point problems: Going the extra(- gradient) mile. In International Conference on Learning Representations, 2019. URL https: //openreview.net/pdf?id=Bkg8jjC9KQ.
Lars Mescheder, Sebastian Nowozin, and Andreas Geiger. The numerics of GANs. In I. Guyon, U. V. Luxburg, S. Bengio, H. Wallach, R. Fergus, S. Vishwanathan, and R. Garnett (eds.), Advances in Neural Information Processing Systems, volume 30. Curran Associates, 2017.
Lars Mescheder, Andreas Geiger, and Sebastian Nowozin. Which training methods for GANs do actually converge? In Jennifer Dy and Andreas Krause (eds.), Proceedings of the 35th International Conference on Machine Learning, volume 80 of Proceedings of Machine Learning Research, pp. 3481–3490. PMLR, 2018.
Konstantin Mishchenko, Dmitry Kovalev, Egor Shulgin, Peter Richtárik, and Yura Malitsky. Revisiting stochastic extragradient. In International Conference on Artificial Intelligence and Statistics, pp. 4573–4582. PMLR, 2020.
Aryan Mokhtari, Asuman E Ozdaglar, and Sarath Pattathil. Convergence rate of $\mathbf { o } ( 1 / \mathrm { k } )$ for optimistic gradient and extragradient methods in smooth convex-concave saddle point problems. SIAM Journal on Optimization, 30(4):3230–3251, 2020.
Renato DC Monteiro and Benar Fux Svaiter. On the complexity of the hybrid proximal extragradient method for the iterates and the ergodic mean. SIAM Journal on Optimization, 20(6):2755–2787, 2010.
Vaishnavh Nagarajan and J. Zico Kolter. Gradient descent GAN optimization is locally stable. In I. Guyon, U. V. Luxburg, S. Bengio, H. Wallach, R. Fergus, S. Vishwanathan, and R. Garnett (eds.), Advances in Neural Information Processing Systems, volume 30. Curran Associates, 2017.
Hongseok Namkoong and John C Duchi. Stochastic gradient methods for distributionally robust optimization with $f$ -divergences. In D. Lee, M. Sugiyama, U. Luxburg, I. Guyon, and R. Garnett (eds.), Advances in Neural Information Processing Systems, volume 29. Curran Associates, 2016.
Arkadi Nemirovski. Prox-method with rate of convergence $\mathrm { O } ( 1 / t )$ for variational inequalities with Lipschitz continuous monotone operators and smooth convex-concave saddle point problems. SIAM Journal on Optimization, 15(1):229–251, 2004.
Yurii Nesterov. Dual extrapolation and its applications to solving variational inequalities and related problems. Mathematical Programming, 109(2):319–344, 2007.
Neal Parikh and Stephen Boyd. Proximal algorithms. Foundations and Trends in Optimization, 1(3): 123–231, 2013.
Reese Pathak and Martin J Wainwright. Fedsplit: an algorithmic framework for fast federated optimization. In H. Larochelle, M. Ranzato, R. Hadsell, M. F. Balcan, and H. Lin (eds.), Advances in Neural Information Processing Systems, volume 33, pp. 7057–7066. Curran Associates, Inc., 2020. URL https://proceedings.neurips.cc/paper/2020/file/ 4ebd440d99504722d80de606ea8507da-Paper.pdf.
Fabian Pedregosa and Gauthier Gidel. Adaptive three-operator splitting. In Jennifer Dy and Andreas Krause (eds.), Proceedings of the 35th International Conference on Machine Learning, volume 80 of Proceedings of Machine Learning Research, pp. 4085–4094. PMLR, 10–15 Jul 2018.
Fabian Pedregosa, Kilian Fatras, and Mattia Casotto. Proximal splitting meets variance reduction. In Kamalika Chaudhuri and Masashi Sugiyama (eds.), Proceedings of the Twenty-Second International Conference on Artificial Intelligence and Statistics, volume 89 of Proceedings of Machine Learning Research, pp. 1–10. PMLR, 16–18 Apr 2019.
Emile Richard, Pierre-Andre Savalle, and Nicolas Vayatis. Estimation of simultaneously sparse and low rank matrices. In John Langford and Joelle Pineau (eds.), Proceedings of the 29th International Conference on Machine Learning, pp. 1351–1358. Omnipress, 2012.
Herbert Robbins and Sutton Monro. A stochastic approximation method. The annals of mathematical statistics, pp. 400–407, 1951.
R Tyrrell Rockafellar. Monotone operators associated with saddle-functions and minimax problems. Nonlinear functional analysis, 18(part 1):397–407, 1970.
Ernest K Ryu and Stephen Boyd. Primer on monotone operator methods. Appl. Comput. Math, 15(1): 3–43, 2016.
Ernest K. Ryu, Kun Yuan, and Wotao Yin. Ode analysis of stochastic gradient methods with optimism and anchoring for minimax problems, 2020.
Gesualdo Scutari, Francisco Facchinei, Jong-Shi Pang, and Daniel P Palomar. Real and complex monotone communication games. IEEE Transactions on Information Theory, 60(7):4197–4231, 2014.
Soroosh Shafieezadeh-Abadeh, Peyman Mohajerin Esfahani, and Daniel Kuhn. Distributionally robust logistic regression. In Corinna Cortes, Neil D. Lawrence, Daniel D. Lee, Masashi Sugiyama, and Roman Garnett (eds.), Advances in Neural Information Processing Systems, volume 28, pp. 1576–1584. Curran Associates, 2015.
Aman Sinha, Hongseok Namkoong, and John Duchi. Certifying some distributional robustness with principled adversarial training. In International Conference on Learning Representations, 2018. URL https://openreview.net/forum?id $=$ Hk6kPgZA-.
Paul Tseng. A modified forward-backward splitting method for maximal monotone mappings. SIAM Journal on Control and Optimization, 38(2):431–446, 2000.
Nguyen Van Dung and Bang Cong Vu. Convergence analysis of the stochastic reflected forwardbackward splitting algorithm. arXiv preprint arXiv:2102.08906, 2021.
Christina Wadsworth, Francesca Vera, and Chris Piech. Achieving fairness through adversarial learning: an application to recidivism prediction. arXiv preprint arXiv:1807.00199, 2018.
Xiaohan Yan and Jacob Bien. Rare feature selection in high dimensions. Journal of the American Statistical Association, 2020. Published online, to appear in print.
Yaodong Yu, Tianyi Lin, Eric Mazumdar, and Michael I Jordan. Fast distributionally robust learning with variance reduced min-max optimization. arXiv preprint arXiv:2104.13326, 2021.
Alp Yurtsever, Bang Cong Vu, and Volkan Cevher. Stochastic three-composite convex minimization. In D. Lee, M. Sugiyama, U. Luxburg, I. Guyon, and R. Garnett (eds.), Advances in Neural Information Processing Systems, volume 29. Curran Associates, 2016.
Brian Hu Zhang, Blake Lemoine, and Margaret Mitchell. Mitigating unwanted biases with adversarial learning. In Proceedings of the 2018 AAAI/ACM Conference on AI, Ethics, and Society, pp. 335– 340, 2018.
# A ML APPLICATIONS OF THE MONOTONE INCLUSION (1)
There are two main classes of applications of (1) in ML: optimization problems and saddle-point games.
Optimization Problems In this case the monotone inclusion arises from finding the zero of a sum of subgradients of convex functions, as discussed in Section 2. It is typical in ML to solve the empirical risk minimization problem
$$
\operatorname* { m i n } _ { x \in \mathbb { R } ^ { d } } \frac { 1 } { m } \sum _ { j = 1 } ^ { m } f _ { j } ( x ) + \sum _ { i = 1 } ^ { n } r _ { i } ( x )
$$
over a size- $m$ dataset. Usually, the gradient of the loss function $f _ { j }$ for each datapoint $j$ is Lipschitz continuous. The terms $r _ { i }$ may be regularizers used to reduce overfitting or encourage structural properties such as sparsity or low matrix rank. They also may represent constraints on the parameters such as nonnegativity or the being in the probability simplex. Crucially, these regularizers are rarely differentiable. The first-order necessary condition for the solution of (16) is
$$
0 \in \nabla f ( x ^ { * } ) + \sum _ { i = 1 } ^ { n } \partial r _ { i } ( x ^ { * } ) ,
$$
where $\begin{array} { r } { f ( x ) \doteq \frac { 1 } { m } \sum _ { j = 1 } ^ { m } f _ { j } ( x ) } \end{array}$ , thus $\begin{array} { r } { \nabla f ( x ) \doteq \frac { 1 } { m } \sum _ { j = 1 } ^ { m } \nabla f _ { j } ( x ) } \end{array}$ . The inclusion (17) is a special case of (1), and our method may use the standard stochastic oracle for $\nabla f ( x )$ , namely
$$
\frac { 1 } { | \mathbf { B } | } \sum _ { j \in \mathbf { B } } \nabla f _ { j } ( z )
$$
which subsamples a randomly selected minibatch of datapoints $\mathbf { B } \in \{ 1 , \dots , m \}$ .
Games Consider the following nonsmooth Nash equilibrium problem
$$
x ^ { * } \in \underset { x \in \mathbb { R } ^ { d _ { x } } } { \arg \operatorname* { m i n } } F ( x , y ^ { * } ) + \underset { i = 1 } { \overset { n _ { 1 } } { \sum } } r _ { i } ( x ) \quad \mathrm { a n d } \quad y ^ { * } \in \underset { y \in \mathbb { R } ^ { d _ { y } } } { \arg \operatorname* { m i n } } G ( x ^ { * } , y ) + \underset { i = 1 } { \overset { n _ { 2 } } { \sum } } d _ { i } ( y ) .
$$
The terms player’s st $\scriptstyle \sum _ { i = 1 } ^ { n _ { 1 } } r _ { i } ( x )$ and e tha $\textstyle \sum _ { i = 1 } ^ { n _ { 2 } } d _ { i } ( y )$ once again represent regularizers and constrai (saddle-point) problems correspond to having $F ( x , y ) =$ $- G ( x , y )$ . Under appropriate convexity conditions and constraint qualifications, the solutions of (18) correspond to the solutions of the following monotone inclusion in the form of (1):
$$
0 \in \left[ \begin{array} { l } { \nabla _ { x } F ( x ^ { * } , y ^ { * } ) } \\ { \nabla _ { y } G ( x ^ { * } , y ^ { * } ) } \end{array} \right] + \sum _ { i = 1 } ^ { \operatorname* { m a x } \{ n _ { 1 } , n _ { 2 } \} } \left( \partial r _ { i } ( x ^ { * } ) \times \partial d _ { i } ( y ^ { * } ) \right)
$$
where for $i > \operatorname* { m i n } \{ n _ { 1 } , n _ { 2 } \}$ we include “dummy functions", either $r _ { i } ( x ) = 0$ when $n _ { 1 } < n _ { 2 }$ or $d _ { i } ( y ) = 0$ when $n _ { 1 } < n _ { 2 }$ . If the functions $F$ and $G$ arise as averages in the same we as $f$ in (16), then our method may again use a stochastic oracle for them.
Distributionally-Robust ML One example application of (19) is distributionally-robust ML, as demonstrated in the numerical experiment in Section 7. The full problem statement is given in Appendix I.
Lagrangian Duality Another application of (19) is constrained optimization via Lagrangian duality. Consider
$$
\operatorname* { m i n } _ { x \in \mathbb { R } ^ { d } } \left\{ f ( x ) + \sum _ { i = 1 } ^ { n } r _ { i } ( x ) \right\} \quad { \mathrm { s . t . } } \quad h _ { j } ( x ) \leq 0 \quad j = 1 , \ldots , p .
$$
As in (16), $f$ is a loss function and the $r _ { i }$ may represent regularizers and (“simple”) constraints; in addition, there are $p$ functional constraints on the model parameters $x$ . Introducing Lagrange multipliers $\gamma \in \mathbb { R } ^ { p }$ , the problem can be written as
$$
\operatorname* { m i n } _ { x \in \mathbb { R } ^ { d } } \operatorname* { m a x } _ { \gamma \in \mathbb { R } _ { + } ^ { p } } \left\{ f ( x ) + \sum _ { i = 1 } ^ { n } r _ { i } ( x ) + \sum _ { j = 1 } ^ { p } \gamma _ { j } h _ { j } ( x ) \right\} .
$$
Under appropriate convexity conditions and constraint-qualifications, this reduces to the following inclusion in the form of (1):
$$
0 \in \left[ \begin{array} { c } { \nabla f ( x ) + \sum _ { j = 1 } ^ { p } \gamma _ { j } \nabla h _ { j } ( x ) } \\ { - h ( x ) } \end{array} \right] + \sum _ { i = 1 } ^ { n } \left( \partial r _ { i } ( x ^ { * } ) \times \{ 0 \} \right)
$$
where $h ( \boldsymbol { x } ) = [ h _ { 1 } ( \boldsymbol { x } ) , h _ { 2 } ( \boldsymbol { x } ) , \ldots , h _ { p } ( \boldsymbol { x } ) ] ^ { \top }$ . For certain choices of $h$ , such as linear or quadratic functions, the first term above is monotone and (locally) Lipschitz continuous (Alacaoglu et al., 2021).
Bilinear Games with Many Constraints Finally, consider the bilinear saddlepoint problem subject to multiple constraints:
$$
\begin{array} { l l l } { \underset { x \in \mathbb { R } ^ { d } } { \operatorname* { m i n } } \underset { y \in \mathbb { R } ^ { d } } { \operatorname* { m a x } } x ^ { \top } D y } & { \mathrm { s . t . } } & { x \in \mathcal { C } _ { j } ^ { 1 } } & { j = 1 , \dots , n _ { 1 } , } \\ & { } & { y \in \mathcal { C } _ { j } ^ { 2 } } & { j = 1 , \dots , n _ { 2 } . } \end{array}
$$
Under some regularity conditions, this problem reduces to the inclusion
$$
0 \in \left[ \begin{array} { c } { D y ^ { * } } \\ { - D ^ { \top } x ^ { * } } \end{array} \right] + \sum _ { j = 1 } ^ { \operatorname* { m a x } \{ n _ { 1 } , n _ { 2 } \} } \big ( N _ { { \mathcal C } _ { j } ^ { 1 } } ( x ^ { * } ) \times N _ { { \mathcal C } _ { j } ^ { 2 } } ( y ^ { * } ) \big ) ,
$$
where we introduce additional “dummy” sets $\mathcal { C } _ { j } ^ { 1 } = \mathbb { R } ^ { d }$ or $\mathcal { C } _ { j } ^ { 2 } = \mathbb { R } ^ { d }$ when $n _ { 1 } \neq n _ { 2 }$ . The first term is linear and skew symmetric, and therefore can easily be shown to be Lipschitz continuous and monotone. If all the constraint sets are closed and convex, then the rest of the terms are maximal monotone, then the problem is of the form (1), meaning that projective splitting may be applied, possibly using a stochastic oracle for the first term.
# B ADDITIONAL RELATED WORK
The preprint by Bot et al. (2019) develops a stochastic version of Tseng’s method under the requirement that the noise variance converges to 0. In ML, this could be achieved with the use of perpetually increasing batch sizes, a strategy that is impractical in many scenarios. The stochastic version of FRB proposed by Van Dung & Vu (2021) has more practical noise requirements, but has stronger assumptions on the problem which are rarely satisfied in ML applications: either uniform/strong monotonicity or a bounded domain. The papers by Yurtsever et al. (2016) and Pedregosa et al. (2019) consider stochastic variants of three-operator splitting, but require $B$ in (1) to be cocoercive, essentially restricting them to optimization problems.
There are several alternatives to the (stochastic) extragradient method that reduce the number of gradient evaluations per iteration from two to one (Hsieh et al., 2019; Malitsky & Tam, 2020; Gidel et al., 2019). However, these methods have more stringent stepsize limits, making it unclear a priori whether they will outperform two-step methods.
DSEG is a stochastic version of EG (Hsieh et al., 2020). The primary innovation of DSEG is using different stepsizes for the extrapolation and update steps, thereby resolving some of the convergence issues affecting stochastic EG. As noted earlier, DSEG is the special case of our SPS method in which $n = 0$ , that is, no regularizers/constraints are present in the underlying game. The analysis in (Hsieh et al., 2020) also did not consider the fixed stepsize choice given in Theorem 2.
In the context of GANs, several methods have been developed based on a variational inequality/monotone inclusion approach (Gidel et al., 2019; Daskalakis et al., 2018; Hsieh et al., 2019; 2020; Böhm et al., 2020). Many of these papers point out that variational inequalities provide a principled framework for studying the GAN training problem and correcting some of the flaws in the standard method GDA.
# C PROOF OF THEOREM 1
# C.1 STOCHASTIC QUASI-FEJER MONOTONICITY
The key to the analysis is showing that the algorithm satisfies Stochastic Quasi-Fejer Monotonicity (Combettes & Pesquet, 2015).
Lemma 2 ((Combettes & Pesquet, 2015), Proposition 2.3). Suppose $p ^ { k }$ is a sequence of $\mathbb { R } ^ { d }$ -valued random variables defined on a probability space $( \Omega , { \mathcal { F } } , P )$ . Let $\mathcal { F } _ { k } \overset { \cdot } { = } \sigma ( p ^ { 1 } , \cdot \cdot \cdot , p ^ { k } )$ . Let $F$ be $a$ osed subssuch that $\mathbb { R } ^ { d }$ , $p \in F$ , there exists d $\chi ^ { k } ( p ) \geq 0 , \eta ^ { k } ( p ) \geq$ $0 , \nu ^ { k } ( \hat { p } ) \stackrel { \cdot } { \geq } 0$ $\scriptstyle \sum _ { k = 1 } ^ { \infty } \chi ^ { k } ( p ) ^ { \widehat { < } } \infty$ $\scriptstyle \sum _ { k = 1 } ^ { \infty } \eta ^ { k } ( p ) < \infty$
$$
\begin{array} { r l } { ( \forall k \in \mathbb { N } ) } & { \mathbb { E } [ \| p ^ { k + 1 } - p \| ^ { 2 } | \mathcal { F } _ { k } ] \leq ( 1 + \chi ^ { k } ( p ) ) \| p ^ { k } - p \| ^ { 2 } - \nu ^ { k } ( p ) + \eta ^ { k } ( p ) . } \end{array}
$$
Then the following hold:
$$
\begin{array} { r l } { I . \ ( \forall p \in F ) : } & { { } \sum _ { k = 1 } ^ { \infty } \nu ^ { k } ( p ) < \infty a . s . } \end{array}
$$
2. $p ^ { k }$ is bounded a.s.
3. There exists $\tilde { \Omega }$ such that $P [ \tilde { \Omega } ] = 1$ and $\left\{ \| p ^ { k } ( \omega ) - p \| \right\}$ converges for every $\omega \in \tilde { \Omega }$ and $p \in F$ .
# C.2 IMPORTANT RECURSION FOR SPS
The following lemma summarizes the key recursion satisfied by Algorithm 1, to which we will apply Lemma 2. Recall that $L$ is the Lipschitz constant of $B$ .
Lemma 3. For Algorithm $I$ , suppose (9)–(11) hold and
$$
\rho _ { k } \leq \overline { { \rho } } < 1 / L .
$$
Let
$$
T _ { k } \doteq \frac { \tau } { \overline { { \rho } } } \sum _ { i = 1 } ^ { n } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \frac { 1 } { \overline { { \rho } } \tau } \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + 2 \big ( 1 - \overline { { \rho } } L \big ) \| B \big ( z ^ { k } \big ) - w _ { n + 1 } ^ { k } \| ^ { 2 }
$$
then for all $p ^ { * } \in { \mathcal { S } }$ , with probability one
$\begin{array} { r } { \mathbb { E } [ \| p ^ { k + 1 } - p ^ { * } \| ^ { 2 } | \mathcal { F } _ { k } ] \le \big ( 1 + C _ { 1 } \alpha _ { k } ^ { 2 } + C _ { 3 } \alpha _ { k } \rho _ { k } ^ { 2 } \big ) \| p ^ { k } - p ^ { * } \| ^ { 2 } - \alpha _ { k } \rho _ { k } T _ { k } + C _ { 2 } \alpha _ { k } ^ { 2 } + C _ { 4 } \alpha _ { k } \rho _ { k } ^ { 2 } } \end{array}$ (21) where $C _ { 1 } , \ldots , C _ { 4 }$ are nonegative constants defined in (33), (34), (48), and (49) below, respectively.
Note that $T _ { k }$ is a scaled version of the approximation residual $G _ { k }$ defined in (14).
We proceed to first prove Lemma 3 and then exploit the implications of Lemma 2. Referring to (10) and (11), let $N \doteq \mathrm { m a x } _ { j \in 1 \ldots 4 } N _ { j }$ . To simplify the constants, we will use $N$ in place of $N _ { j }$ for the noise variance bounds given in (10)-(11).
# C.3 UPPER BOUNDING THE GRADIENT
Throughout the analysis, we fix some $p ^ { * } = ( z ^ { * } , w _ { 1 } ^ { * } \ldots , w _ { n + 1 } ^ { * } ) \in \mathcal { S }$ . All statements are with probability one (almost surely), but for brevity we will omit this unless it needs to be emphasized.
In this section, we derive appropriate upper bounds for $\| \nabla \varphi _ { k } \| ^ { 2 }$ to use in (13). We begin with $\nabla _ { z } \varphi _ { k }$
$$
\begin{array} { r l r } & { } & { \displaystyle \| \nabla _ { z } \varphi _ { k } \| ^ { 2 } = \Big \| \displaystyle \sum _ { i = 1 } ^ { n + 1 } y _ { i } ^ { k } \Big \| ^ { 2 } \leq 2 \| y _ { n + 1 } ^ { k } \| ^ { 2 } + 2 \Big \| \displaystyle \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } \Big \| ^ { 2 } = 2 \Big \| B ( x _ { n + 1 } ^ { k } ) + e ^ { k } \Big \| ^ { 2 } + 2 \Big \| \displaystyle \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } \Big \| ^ { 2 } } \\ & { } & { \leq 4 \| B ( x _ { n + 1 } ^ { k } ) \| ^ { 2 } + 2 \Big \| \displaystyle \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } \Big \| ^ { 2 } + 4 \| e ^ { k } \| ^ { 2 } . } \end{array}
$$
Now next take expectations with respect to $\mathcal { F } _ { k }$ and $\mathcal { E } _ { k }$ , and use the bound on the variance of the noise in (11), obtaining
$$
\begin{array} { r l r } { { \mathbb { E } [ \| \nabla _ { z } \varphi _ { k } \| ^ { 2 } | \mathcal { F } _ { k } , \mathcal { E } _ { k } ] \leq \mathbb { E } [ 4 \| B ( x _ { n + 1 } ^ { k } ) \| ^ { 2 } + 2 \Big \| \displaystyle \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } \Big \| ^ { 2 } + 4 \| e ^ { k } \| ^ { 2 } \ \Big | \ \mathcal { F } _ { k } , \mathcal { E } _ { k } ] } } \\ & { } & { \leq 4 ( N + 1 ) \| B ( x _ { n + 1 } ^ { k } ) \| ^ { 2 } + 2 \Big \| \displaystyle \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } \Big \| ^ { 2 } + 4 N , ~ } \end{array}
$$
where we have used that $y _ { i } ^ { k }$ is $\mathcal { F } _ { k }$ -measurable for $i \in 1 . . n$ . Thus, taking expectations over $\mathcal { E } _ { k }$ conditioned on $\mathcal { F } _ { k }$ yields
$$
\mathbb { E } \left[ \| \nabla _ { z } \varphi _ { k } \| ^ { 2 } | \mathcal { F } _ { k } \right] \leq 4 ( N + 1 ) \mathbb { E } [ \| B ( x _ { n + 1 } ^ { k } ) \| ^ { 2 } | \mathcal { F } _ { k } ] + 2 \Big \| \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } \Big \| ^ { 2 } + 4 N .
$$
We will now bound the two terms on the right side of (22).
# C.3.1 FIRST TERM IN (22)
First, note that
$$
\begin{array} { r l } & { \| B ( z ^ { k } ) \| ^ { 2 } = \| B ( z ^ { k } ) - B ( z ^ { * } ) + B ( z ^ { * } ) ) \| ^ { 2 } } \\ & { \qquad \leq 2 \| B ( z ^ { k } ) - B ( z ^ { * } ) \| ^ { 2 } + 2 \| B ( z ^ { * } ) \| ^ { 2 } } \\ & { \qquad \leq 2 L ^ { 2 } \| z ^ { k } - z ^ { * } \| ^ { 2 } + 2 \| B ( z ^ { * } ) \| ^ { 2 } } \\ & { \qquad \leq 2 L ^ { 2 } \| p ^ { k } - p ^ { * } \| ^ { 2 } + 2 \| B ( z ^ { * } ) \| ^ { 2 } . } \end{array}
$$
Now, returning to the first term on the right of (22), we have
$$
\begin{array} { r l } & { \| B ( x _ { n + 1 } ^ { k } ) \| ^ { 2 } = \| B ( z ^ { k } ) + B ( x _ { n + 1 } ^ { k } ) - B ( z ^ { k } ) \| ^ { 2 } } \\ & { \qquad \leq 2 \| B ( z ^ { k } ) \| ^ { 2 } + 2 \| B ( x _ { n + 1 } ^ { k } ) - B ( z ^ { k } ) \| ^ { 2 } } \\ & { \qquad \leq 2 \| B ( z ^ { k } ) \| ^ { 2 } + 2 L ^ { 2 } \| x _ { n + 1 } ^ { k } - z ^ { k } \| ^ { 2 } } \\ & { \qquad \leq 4 L ^ { 2 } \| p ^ { k } - p ^ { * } \| ^ { 2 } + 4 \| B ( z ^ { * } ) \| ^ { 2 } + 2 L ^ { 2 } \| x _ { n + 1 } ^ { k } - z ^ { k } \| ^ { 2 } } \end{array}
$$
where we have used (23) to obtain (24).
For the third term in (24), we have from the calculation on line 7 of the algorithm that
$$
\begin{array} { r } { x _ { n + 1 } ^ { k } - z ^ { k } = - \rho _ { k } ( r ^ { k } - w _ { n + 1 } ^ { k } ) = - \rho _ { k } ( B ( z ^ { k } ) + \epsilon ^ { k } - w _ { n + 1 } ^ { k } ) , } \end{array}
$$
and therefore
$$
\begin{array} { r l } & { \| x _ { n + 1 } ^ { k } - z ^ { k } \| ^ { 2 } = \rho _ { k } ^ { 2 } \| B ( z ^ { k } ) + \epsilon ^ { k } - w _ { n + 1 } ^ { k } \| ^ { 2 } } \\ & { \qquad \leq \overline { { \rho } } ^ { 2 } \| B ( z ^ { k } ) + \epsilon ^ { k } - w _ { n + 1 } ^ { k } \| ^ { 2 } } \\ & { \qquad \leq 3 \overline { { \rho } } ^ { 2 } ( \| B ( z ^ { k } ) \| ^ { 2 } + \| \epsilon ^ { k } \| ^ { 2 } + \| w _ { n + 1 } ^ { k } \| ^ { 2 } ) . } \end{array}
$$
We next take expectations conditioned on $\mathcal { F } _ { k }$ and use the noise variance bound (10) to obtain
$$
\begin{array} { r l } & { \mathbb { E } \big [ \| x _ { n + 1 } ^ { k } - z ^ { k } \| ^ { 2 } | \mathcal { F } _ { k } \big ] \leq \mathbb { E } \big [ 3 \overline { { \rho } } ^ { 2 } \big ( \| B ( z ^ { k } ) \| ^ { 2 } + \| \epsilon ^ { k } \| ^ { 2 } + \| w _ { n + 1 } ^ { k } \| ^ { 2 } \big ) | \mathcal { F } _ { k } \big ] } \\ & { \qquad \leq 3 \overline { { \rho } } ^ { 2 } \big ( ( N + 1 ) \| B ( z ^ { k } ) \| ^ { 2 } + \| w _ { n + 1 } ^ { k } \| ^ { 2 } + N \big ) . } \end{array}
$$
Therefore
$$
\begin{array} { r l } & { \mathbb { E } [ \| x _ { n + 1 } ^ { k } - z ^ { k } \| ^ { 2 } | \mathcal { F } _ { k } ] \leq 6 \bar { \rho } ^ { 2 } \big ( ( N + 1 ) \| B ( z ^ { k } ) \| ^ { 2 } + \| w _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { * } \| ^ { 2 } + \| w _ { n + 1 } ^ { * } \| ^ { 2 } \big ) + 3 \bar { \rho } ^ { 2 } N } \\ & { \qquad = 6 \bar { \rho } ^ { 2 } \Big ( 2 ( N + 1 ) L ^ { 2 } \| p ^ { k } - p ^ { * } \| ^ { 2 } + 2 ( N + 1 ) \| B ( z ^ { * } ) \| ^ { 2 } } \\ & { \qquad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad } \\ & { \qquad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad } \\ & { \leq 6 \bar { \rho } ^ { 2 } \big ( 2 ( N + 1 ) L ^ { 2 } \| p ^ { k } - p ^ { * } \| ^ { 2 } + \| w _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { * } \| ^ { 2 } \big ) } \\ & { \qquad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad + 1 8 \bar { \rho } ^ { 2 } ( N + 1 ) \| B ( z ^ { * } ) \| ^ { 2 } + 3 \bar { \rho } ^ { 2 } N } \\ & { \leq 1 8 \bar { \rho } ^ { 2 } ( N + 1 ) \big ( ( L ^ { 2 } + 1 ) \| p ^ { k } - p ^ { * } \| ^ { 2 } + \| B ( z ^ { * } ) \| ^ { 2 } \big ) + 3 \bar { \rho } ^ { 2 } N } \end{array}
$$
where in the equality uses (23) and $w _ { n + 1 } ^ { * } = B ( z ^ { * } )$ . Combining (24) and (25), we arrive at
$$
\begin{array} { r l } & { \mathbb { E } \left[ \left. B ( x _ { n + 1 } ^ { k } ) \right. ^ { 2 } \middle | \mathcal { F } _ { k } \right] \leq 4 L ^ { 2 } \left[ 1 + 9 \overline { { \rho } } ^ { 2 } ( L ^ { 2 } + 1 ) ( N + 1 ) \right] \Vert p ^ { k } - p ^ { * } \Vert ^ { 2 } } \\ & { \qquad + 4 \big ( 1 + 9 \overline { { \rho } } ^ { 2 } L ^ { 2 } ( N + 1 ) \big ) \Vert B ( z ^ { * } ) \Vert ^ { 2 } + 6 \overline { { \rho } } ^ { 2 } L ^ { 2 } N . } \end{array}
$$
# C.3.2 SECOND TERM IN (22)
For $i \in 1 . . n$ , line 5 of the algorithm may be rearranged into $y _ { i } ^ { k } = \tau ^ { - 1 } ( z ^ { k } - x _ { i } ^ { k } ) + w _ { i } ^ { k }$ , so
$$
\begin{array} { r l r } { { \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } \bigg \| ^ { 2 } = \bigg \| \sum _ { i = 1 } ^ { n } ( \tau ^ { - 1 } ( z ^ { k } - x _ { i } ^ { k } ) + w _ { i } ^ { k } ) \bigg \| ^ { 2 } } } \\ & { } & { \leq 2 \bigg \| \tau ^ { - 1 } \sum _ { i = 1 } ^ { n } ( z ^ { k } - x _ { i } ^ { k } ) \bigg \| ^ { 2 } + 2 \bigg \| \sum _ { i = 1 } ^ { n } w _ { i } ^ { k } \bigg \| ^ { 2 } } \\ & { } & { \leq 2 \pi \tau ^ { - 2 } \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + 2 \bigg \| \sum _ { i = 1 } ^ { n } w _ { i } ^ { k } \bigg \| ^ { 2 } } \\ & { } & { \leq 4 \pi ^ { 2 } \tau ^ { - 2 } \| z ^ { k } - z ^ { * } \| ^ { 2 } + 4 \pi \tau ^ { - 2 } \sum _ { i = 1 } ^ { n } \| z ^ { * } - x _ { i } ^ { k } \| ^ { 2 } + 4 m \sum _ { i = 1 } ^ { n } \| w _ { i } ^ { k } - w _ { i } ^ { * } \| ^ { 2 } + 4 \bigg \| \sum _ { i = 1 } ^ { n } w _ { i } ^ { * } \bigg \| ^ { 2 } } \\ & { } & { \leq 4 \pi ^ { 2 } ( \tau ^ { - 2 } + 1 ) \| y ^ { k } - p ^ { * } \| ^ { 2 } + 4 \pi \tau ^ { - 2 } \sum _ { i = 1 } ^ { n } \| z ^ { * } - x _ { i } ^ { k } \| ^ { 2 } + 4 \bigg \| \sum _ { i = 1 } ^ { n } w _ { i } ^ { * } \bigg \| ^ { 2 } . } \end{array}
$$
By the definition of the solution set $s$ in (5), $w _ { i } ^ { * } \in A _ { i } ( z ^ { * } )$ , so $z ^ { * } + \tau w _ { i } ^ { * } \in ( I + \tau A _ { i } ) ( z ^ { * } )$ , and since the resolvent is single-valued (Bauschke & Combettes, 2017, Cor. 23.9) we therefore obtain
$$
z ^ { * } = ( I + \tau A _ { i } ) ^ { - 1 } ( I + \tau A _ { i } ) ( z ^ { * } ) = J _ { \tau A _ { i } } ( z ^ { * } + \tau w _ { i } ^ { * } ) .
$$
From lines 3 and 4 of the algorithm, we also have $x _ { i } ^ { k } = J _ { \tau A _ { i } } ( z ^ { k } + \tau w _ { i } ^ { k } )$ for $i \in 1 . . n$ . Thus, using the nonexpansiveness of the resolvent (Bauschke & Combettes, 2017, Def. 4.1 and Cor. 23.9), we have
$$
\begin{array} { r l } { \displaystyle \sum _ { i = 1 } ^ { n } \| z ^ { * } - x _ { i } ^ { k } \| ^ { 2 } = \displaystyle \sum _ { i = 1 } ^ { n } \left\| J _ { T , 4 _ { i } } ( z ^ { k } + \tau w _ { i } ^ { k } ) - J _ { \tau , 4 _ { i } } ( z ^ { * } + \tau w _ { i } ^ { * } ) \right\| ^ { 2 } } & { } \\ { \leq \displaystyle \sum _ { i = 1 } ^ { n } \| z ^ { k } + \tau w _ { i } ^ { k } - z ^ { * } - \tau w _ { i } ^ { * } \| ^ { 2 } } & { } \\ { = \displaystyle \sum _ { i = 1 } ^ { n } \| z ^ { k } - z ^ { * } + \tau ( w _ { i } ^ { k } - w _ { i } ^ { * } ) \| ^ { 2 } } & { } \\ { \leq 2 n \| z ^ { k } - z ^ { * } \| ^ { 2 } + 2 \tau ^ { 2 } \displaystyle \sum _ { i = 1 } ^ { n } \| w _ { i } ^ { k } - w _ { i } ^ { * } \| ^ { 2 } } & { } \\ { \leq 2 ( n + \tau ^ { 2 } ) \| y ^ { k } - p ^ { * } \| ^ { 2 } . } & { } \end{array}
$$
Combining (27) and (28) yields
$$
\Big \| \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } \Big \| ^ { 2 } \leq 1 2 n ^ { 2 } \tau ^ { - 2 } ( n + \tau ^ { 2 } ) \| p ^ { k } - p ^ { * } \| ^ { 2 } + 4 \Big \| \sum _ { i = 1 } ^ { n } w _ { i } ^ { * } \Big \| ^ { 2 } .
$$
Combining (26) and (29) with (22) yields
$$
\begin{array} { r l } & { \mathbb { E } \left[ \| \nabla _ { z } \varphi _ { k } \| ^ { 2 } | \mathcal { F } _ { k } \right] \le 2 4 \left[ ( 1 + 9 \overline { { \rho } } ^ { 2 } ) ( L ^ { 2 } + 1 ) ^ { 2 } ( N + 1 ) ^ { 2 } + n ^ { 2 } \tau ^ { - 2 } ( n + \tau ^ { 2 } ) \right] \| p ^ { k } - p ^ { * } \| ^ { 2 } } \\ & { \qquad + 1 6 ( N + 1 ) \big ( 1 + 9 \overline { { \rho } } ^ { 2 } L ^ { 2 } ( N + 1 ) \big ) \| B ( z ^ { * } ) \| ^ { 2 } + 8 \bigg \| \displaystyle \sum _ { i = 1 } ^ { n } w _ { i } ^ { * } \bigg \| ^ { 2 } } \\ & { \qquad + 2 4 \overline { { \rho } } ^ { 2 } L ^ { 2 } ( N + 1 ) N + 4 N . } \end{array}
$$
# C.3.3 DUAL GRADIENT NORM
Considering that $\nabla \varphi _ { k }$ is taken with respect to the subspace $\mathcal { P }$ , the gradients with respect to the dual variables are — see for example Eckstein & Svaiter (2009) — for each $i \in { 1 . . ( n + 1 ) }$ ,
$$
\begin{array} { l } { \displaystyle \| \nabla _ { w _ { i } } \varphi _ { k } \| ^ { 2 } = \left\| x _ { i } ^ { k } - \frac { 1 } { n + 1 } \sum _ { j = 1 } ^ { n + 1 } x _ { j } ^ { k } \right\| ^ { 2 } = \left\| \frac { 1 } { n + 1 } \sum _ { j = 1 } ^ { n + 1 } ( x _ { i } ^ { k } - x _ { j } ^ { k } ) \right\| ^ { 2 } } \\ { \displaystyle \leq \sum _ { j = 1 } ^ { n + 1 } \| x _ { i } ^ { k } - x _ { j } ^ { k } \| ^ { 2 } } \\ { \displaystyle \leq 2 \sum _ { j = 1 } ^ { n + 1 } \big ( \| x _ { i } ^ { k } - z ^ { k } \| ^ { 2 } + \| z ^ { k } - x _ { j } ^ { k } \| ^ { 2 } \big ) } \end{array}
$$
Summing this inequality for $i \in { 1 . . ( n + 1 ) }$ and collecting terms yields
$$
\sum _ { i = 1 } ^ { n + 1 } \| \nabla _ { w _ { i } } \varphi _ { k } \| ^ { 2 } \leq 4 ( n + 1 ) \sum _ { i = 1 } ^ { n + 1 } \| x _ { i } ^ { k } - z ^ { k } \| ^ { 2 } ,
$$
so taking expectations conditioned on $\mathcal { F } _ { k }$ produces
$$
\begin{array} { r l } { \displaystyle \sum _ { i = 1 } ^ { n + 1 } \mathbb { E } \| \nabla _ { x _ { i } } \varphi _ { i } \| ^ { 2 } | \mathcal { F } _ { k } | \leq 4 ( n + 1 ) \displaystyle \sum _ { i = 1 } ^ { n + 1 } \mathbb { E } \| | x _ { i } ^ { k } - z ^ { k } \| ^ { 2 } | \mathcal { F } _ { k } | } \\ & { \leq 4 ( n + 1 ) \mathbb { E } \| | x _ { i } ^ { k } - z ^ { k } | ^ { 2 } | \mathcal { F } _ { k } | + 4 ( n + 1 ) \displaystyle \sum _ { i = 1 } ^ { n } \mathbb { E } \| | x _ { i } ^ { k } - z ^ { k } | ^ { 2 } | \mathcal { F } _ { k } | } \\ & { \leq 4 ( n + 1 ) \mathbb { E } \| | x _ { i } ^ { k } - z ^ { k } | ^ { 2 } | \mathcal { F } _ { k } | } \\ & { \qquad + s ( n + 1 ) \displaystyle \sum _ { i = 1 } ^ { n } \mathbb { E } \| | x _ { i } ^ { k } - z ^ { k } | ^ { 2 } | \mathcal { F } _ { k } | + 8 ( n + 1 ) ^ { 2 } \| z ^ { k } - z ^ { k } | ^ { 2 } } \\ & { \qquad + s ( n + 1 ) \displaystyle \sum _ { i = 1 } ^ { n } \mathbb { E } \| | x _ { i } ^ { k } - z ^ { k } | ^ { 2 } | \mathcal { F } _ { k } | } \\ & { \leq 4 ( n + 1 ) \displaystyle \sum _ { i = 1 } ^ { n } \mathbb { E } \| | x _ { i } ^ { k } - z ^ { k } | ^ { 2 } | \mathcal { F } _ { k } | } \\ & { \qquad + s ( n + 1 ) \displaystyle \sum _ { i = 1 } ^ { n } \mathbb { E } \| | x _ { i } ^ { k } - z ^ { k } | ^ { 2 } | \mathcal { F } _ { k } | + 8 ( n + 1 ) ^ { 2 } \| n ^ { k } - p ^ { k } | ^ { 2 } } \\ & { \leq 8 ( n + 1 ) \displaystyle \sum _ { i = 1 } ^ { n } 2 \tau ^ { 2 } + 1 + 9 s ^ { 2 } ( 2 ^ { k } + 1 ) | | b ^ { k } - z ^ { k } | ^ { 2 } | } \\ & \leq 8 ( n + 1 ) \displaystyle \sum _ { i = 1 } ^ { n } 2 \tau ^ { 2 } + 1 + 9 s ^ { 2 } ( 2 ^ { k } + 1 ) | | b ^ { k } - z \end{array}
$$
where the final inequality employs (25) and (28).
All told, using (30) and (31) and simplifying the constants, one obtains
$$
\begin{array} { r l r } { { \mathbb { E } [ \| \nabla \varphi _ { k } \| ^ { 2 } | \mathcal { F } _ { k } ] = \mathbb { E } [ \| \nabla _ { z } \varphi _ { k } \| ^ { 2 } | \mathcal { F } _ { k } ] + \sum _ { i = 1 } ^ { n + 1 } \mathbb { E } [ \| \nabla _ { w _ { i } } \varphi _ { k } \| ^ { 2 } | \mathcal { F } _ { k } ] } } \\ & { } & { \leq C _ { 1 } \| p ^ { k } - p ^ { * } \| ^ { 2 } + C _ { 2 } , } \end{array}
$$
where
$$
\begin{array} { c } { { C _ { 1 } = 2 4 ( 1 + 1 0 \overline { { { \rho } } } ^ { 2 } ) ( n + 1 ) ( L ^ { 2 } + 1 ) ^ { 2 } ( N + 1 ) ^ { 2 } } } \\ { { { } } } \\ { { + 8 ( n + 1 ) \left( 2 \tau ^ { 2 } + 6 ( n + 1 ) + 1 + 3 ( n + 1 ) ^ { 2 } \tau ^ { - 2 } \right) } } \end{array}
$$
and
$$
\begin{array} { l } { { C _ { 2 } = 1 6 ( N + 1 ) \left[ 1 + 4 { \overline { { \rho } } } ^ { 2 } ( n + 1 ) + 9 { \overline { { \rho } } } ^ { 2 } L ^ { 2 } ( N + 1 ) \right] \| B ( z ^ { * } ) \| ^ { 2 } + 8 \| \displaystyle \sum _ { i = 1 } ^ { n } w _ { i } ^ { * } \| ^ { 2 } } } \\ { { \nonumber } } \\ { { \qquad + 1 2 { \overline { { \rho } } } ^ { 2 } N ( 2 L ^ { 2 } ( N + 1 ) + n + 1 ) + 4 N . } } \end{array}
$$
# C.4 LOWER BOUND FOR $\varphi _ { k }$ -GAP
Recalling (13), that is,
$$
\| p ^ { k + 1 } - p ^ { * } \| ^ { 2 } = \| p ^ { k } - p ^ { * } \| ^ { 2 } - 2 \alpha _ { k } ( \varphi _ { k } ( p ^ { k } ) - \varphi _ { k } ( p ^ { * } ) ) + \alpha _ { k } ^ { 2 } \| \nabla \varphi _ { k } \| ^ { 2 } .
$$
We may use the gradient bound from (32) to obtain
$$
\begin{array} { r } { \mathbb { E } [ \| p ^ { k + 1 } - p ^ { * } \| ^ { 2 } | \mathcal { F } _ { k } ] \le ( 1 + C _ { 1 } \alpha _ { k } ^ { 2 } ) \| p ^ { k } - p ^ { * } \| ^ { 2 } - 2 \alpha _ { k } \mathbb { E } [ \varphi _ { k } ( p ^ { k } ) - \varphi _ { k } ( p ^ { * } ) | \mathcal { F } _ { k } ] + C _ { 2 } \alpha _ { k } ^ { 2 } . } \end{array}
$$
We now focus on finding a lower bound for the term $\mathbb { E } [ \varphi _ { k } ( p ^ { k } ) - \varphi _ { k } ( p ^ { * } ) | \mathcal { F } _ { k } ]$ , which we call the “ $\varphi _ { k }$ -gap”. Recall that for $p = ( z , w _ { 1 } , \ldots , w _ { n + 1 } )$ ,
$$
\varphi _ { k } ( p ) = \sum _ { i = 1 } ^ { n + 1 } \langle z - x _ { i } ^ { k } , y _ { i } ^ { k } - w _ { i } \rangle .
$$
For each $i \in { 1 . . ( n + 1 ) }$ , define $\varphi _ { i , k } ( p ) \doteq \langle z - x _ { i } ^ { k } , y _ { i } ^ { k } - w _ { i } \rangle$ . We will call $\mathbb { E } [ \varphi _ { i , k } ( p ^ { k } ) - \varphi _ { i , k } ( p ^ { * } ) \vert \mathcal { F } _ { k } ]$ the “ $\varphi _ { i , k }$ -gap”. Note that $\begin{array} { r } { \varphi _ { k } ( p ) = \sum _ { i = 1 } ^ { n + 1 } \varphi _ { i , k } ( p ) } \end{array}$ .
C.5 LOWER BOUND FOR $\varphi _ { i , k }$ -GAP OVER $i \in 1 . . n$
For $i \in 1 . . n$ , we have from line 5 of the algorithm that
$$
z ^ { k } - x _ { i } ^ { k } = \tau ( y _ { i } ^ { k } - w _ { i } ^ { k } ) .
$$
Since $\varphi _ { i , k } ( p ^ { k } ) = \langle z ^ { k } - x _ { i } ^ { k } , y _ { i } ^ { k } - w _ { i } ^ { k } \rangle$ , one may conclude that for $i \in 1 . . n$
$$
\varphi _ { i , k } ( p ^ { k } ) = \frac { \tau } { 2 } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \frac { 1 } { 2 \tau } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } .
$$
On the other hand, for $p ^ { * } \in { \mathcal { S } }$ and $i \in 1 . . n$ , one also has
$$
- \varphi _ { i , k } \mathopen { } \mathclose \bgroup \left( p ^ { * } \aftergroup \egroup \right) = \mathopen { } \mathclose \bgroup \left. z ^ { * } - x _ { i } ^ { k } , w _ { i } ^ { * } - y _ { i } ^ { k } \aftergroup \egroup \right. \geq 0
$$
by the monotonicity of $A _ { i }$ . Therefore, for $i \in 1 . . n$ , it holds that
$$
\varphi _ { i , k } ( p ^ { k } ) - \varphi _ { i , k } ( p ^ { * } ) \geq \frac { \tau } { 2 } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \frac { 1 } { 2 \tau } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } ,
$$
and taking expectations conditioned on $\mathcal { F } _ { k }$ leads to
$$
\mathbb { E } [ \varphi _ { i , k } ( p ^ { k } ) - \varphi _ { i , k } ( p ^ { * } ) | \mathcal { F } _ { k } ] \ge \frac { \tau } { 2 } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \frac { 1 } { 2 \tau } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 }
$$
where we have used that $x _ { i } ^ { k }$ and $y _ { i } ^ { k }$ are both $\mathcal { F } _ { k }$ -measurable for $i \in 1 . . n$ .
# C.6 LOWER BOUND FOR $\varphi _ { n + 1 , k }$ -GAP
From lines 6-7 of the algorithm, we have
$$
z ^ { k } - x _ { n + 1 } ^ { k } = \rho _ { k } ( B ( z ^ { k } ) - w _ { n + 1 } ^ { k } + \epsilon ^ { k } ) .
$$
Therefore,
$$
\begin{array} { r l } { \hat { \sigma } _ { \beta 1 , 1 } \hat { x } _ { \beta ^ { \prime } 1 , 1 } ^ { ( f ) } = \langle \boldsymbol { \xi } ^ { 2 } \boldsymbol { \cdot } \boldsymbol { x } _ { \alpha + 1 , \beta ^ { \prime } 1 } ^ { ( f ) } - \boldsymbol { u } _ { \alpha + 1 , \beta ^ { \prime } 1 } ^ { ( f ) } \rangle } & { \mathrm { ~ C ~ e ~ } } \\ & { = \langle \boldsymbol { \xi } ^ { 2 } \boldsymbol { \cdot } \boldsymbol { x } _ { \alpha + 1 , \beta } ^ { ( f ) } \boldsymbol { y } _ { \beta ^ { \prime } 1 } ^ { ( f ) } - \boldsymbol { u } _ { \alpha + 1 , \beta ^ { \prime } 1 } ^ { ( f ) } \rangle + \langle \boldsymbol { \xi } ^ { 2 } - \boldsymbol { x } _ { \alpha + 1 , \beta } ^ { ( f ) } \boldsymbol { y } _ { \beta 1 } ^ { ( f ) } - \boldsymbol { B } _ { \alpha + 1 , \beta ^ { \prime } 1 } ^ { ( f ) } \rangle } \\ & { - \langle \boldsymbol { \xi } ^ { 2 } \boldsymbol { \cdot } \boldsymbol { u } _ { \alpha + 1 , \beta } ^ { ( f ) } \boldsymbol { x } _ { \alpha + 1 , \beta ^ { \prime } 1 } ^ { ( f ) } \rangle + \langle \boldsymbol { \xi } ^ { 2 } \boldsymbol { \cdot } \boldsymbol { u } _ { \alpha + 1 , \beta } ^ { ( f ) } \boldsymbol { x } _ { \alpha + 1 , \beta ^ { \prime } 1 } ^ { ( f ) } \rangle + \langle \boldsymbol { \xi } ^ { 2 } \boldsymbol { \cdot } \boldsymbol { u } _ { \alpha + 1 , \beta ^ { \prime } 1 } ^ { ( f ) } \boldsymbol { y } _ { \beta 1 } ^ { ( f ) } - \boldsymbol { u } _ { \alpha - 1 , \beta ^ { \prime } } ^ { ( f ) } \rangle } \\ & - \langle \boldsymbol { u } _ { \alpha } ^ { \beta } \boldsymbol { y } _ { \alpha + 1 , \beta ^ { \prime } 1 } ^ { ( f ) } \rangle + \langle \boldsymbol { \xi } ^ { 4 } \boldsymbol { x } _ { \alpha + 1 , \beta ^ { \prime } 1 } ^ { ( f ) } \rangle + \langle \boldsymbol { u } _ { \alpha } ^ { \beta } \boldsymbol { u } _ { \alpha + 1 , \beta ^ { \prime } } ^ { ( f ) } \boldsymbol { y } _ { \beta ^ { \prime } 1 } ^ { ( f ) } \rangle + \langle \boldsymbol { u } _ { \alpha } ^ { \beta } \boldsymbol { u } _ \alpha + 1 , \end{array}
$$
where equality (a) uses line 8 of the algorithm and the inequality employs the Cauchy-Schwartz inequality followed by Lipschitz continuity of $B$ .
On the other hand,
$$
\begin{array} { r l } & { - \varphi _ { n + 1 , k } ( p ^ { * } ) = \langle z ^ { * } - x _ { n + 1 } ^ { k } , w _ { n + 1 } ^ { * } - y _ { n + 1 } ^ { k } \rangle } \\ & { \qquad = \langle z ^ { * } - x _ { n + 1 } ^ { k } , B ( z ^ { * } ) - B ( x _ { i } ^ { k } ) \rangle + \langle x _ { n + 1 } ^ { k } - z ^ { * } , e ^ { k } \rangle } \\ & { \qquad \geq \langle x _ { n + 1 } ^ { k } - z ^ { * } , e ^ { k } \rangle , } \end{array}
$$
where the second equality uses line 8 of the algorithm and the inequality follows from the monotonicity of $B$ .
Combining (39) and (40) yields
$$
\begin{array} { r l } & { \circ _ { n + 1 , k } ( p ^ { k } ) - \varphi _ { n + 1 , k } ( p ^ { * } ) \geq \rho _ { k } ( 1 - \rho _ { k } L ) \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } + \rho _ { k } ( 1 - 2 \rho _ { k } L ) \langle \epsilon ^ { k } , B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \rangle } \\ & { \qquad + \langle z ^ { k } - x _ { n + 1 } ^ { k } , e ^ { k } \rangle + \langle x _ { n + 1 } ^ { k } - z ^ { * } , e ^ { k } \rangle - \rho _ { k } ^ { 2 } L \| \epsilon ^ { k } \| ^ { 2 } } \\ & { \qquad = \rho _ { k } ( 1 - \rho _ { k } L ) \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } - \rho _ { k } ^ { 2 } L \| \epsilon ^ { k } \| ^ { 2 } } \\ & { \qquad + \rho _ { k } ( 1 - 2 \rho _ { k } L ) \langle \epsilon ^ { k } , B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \rangle + \langle z ^ { k } - z ^ { * } , e ^ { k } \rangle . \qquad ( 4 1 ) } \end{array}
$$
Now, if we take expectations conditioned on $\mathcal { F } _ { k }$ and use (9), we obtain
$$
{ \mathbb E } \big [ \langle z ^ { k } - z ^ { * } , e ^ { k } \rangle \bigm | \mathcal F _ { k } \big ] = \langle z ^ { k } - z ^ { * } , { \mathbb E } [ e ^ { k } | \mathcal F _ { k } ] \rangle = 0 .
$$
Similarly, (9) also yields
$$
\begin{array} { r } { \mathbb { E } \big [ \langle \epsilon ^ { k } , B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \rangle \big | \mathcal { F } _ { k } \big ] = \langle \mathbb { E } [ \epsilon ^ { k } | \mathcal { F } _ { k } ] , B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \rangle = 0 . } \end{array}
$$
hus, using (42) and (43) and taking expectations of (41) yields
$$
\begin{array} { r l } & { \mathbb { E } [ \varphi _ { n + 1 , k } ( p ^ { k } ) - \varphi _ { n + 1 , k } ( p ^ { * } ) \mid \mathcal { F } _ { k } ] \ge \rho _ { k } ( 1 - \rho _ { k } L ) \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } - \rho _ { k } ^ { 2 } L \mathbb { E } [ \| \epsilon ^ { k } \| ^ { 2 } \vert \mathcal { F } _ { k } ] } \\ & { \qquad \ge \rho _ { k } ( 1 - \bar { \rho } L ) \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } - \rho _ { k } ^ { 2 } N L ( 1 + \| B ( z ^ { k } ) \| ^ { 2 } ) , } \end{array}
$$
where in the second inequality we used (12) and the noise variance bound (10). Recall from (12) that $1 - \overline { { \rho } } L > 0$ .
Next, we remark that
$$
\begin{array} { r l } & { \| B ( z ^ { k } ) \| ^ { 2 } = \| B ( z ^ { k } ) - B ( z ^ { * } ) + B ( z ^ { * } ) \| ^ { 2 } } \\ & { \qquad \leq 2 L ^ { 2 } \| z ^ { k } - z ^ { * } \| ^ { 2 } + 2 \| B ( z ^ { * } ) \| ^ { 2 } \leq 2 L ^ { 2 } \| p ^ { k } - p ^ { * } \| ^ { 2 } + 2 \| B ( z ^ { * } ) \| ^ { 2 } . } \end{array}
$$
Substituting this inequality into (44) yields
$$
\begin{array} { r l } & { \mathbb { E } [ \varphi _ { n + 1 , k } ( p ^ { k } ) - \varphi _ { n + 1 , k } ( p ^ { * } ) | \mathcal { F } _ { k } ] \geq \rho _ { k } ( 1 - \overline { { \rho } } L ) \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } } \\ & { \qquad - 2 \rho _ { k } ^ { 2 } N L ^ { 3 } \| p ^ { k } - p ^ { * } \| ^ { 2 } - \rho _ { k } ^ { 2 } N L ( 1 + 2 \| B ( z ^ { * } ) \| ^ { 2 } ) . } \end{array}
$$
Finalizing the lower bound on the $\varphi _ { k }$ -gap Summing (37) over $i \in 1 . . n$ and using (45) yields
$$
\begin{array} { r l r } { { \mathbb { E } [ \varphi _ { k } ( p ^ { k } ) - \varphi _ { k } ( p ^ { * } ) | \mathcal { F } _ { k } ] = \sum _ { i = 1 } ^ { n + 1 } \mathbb { E } [ \varphi _ { i , k } ( p ^ { k } ) - \varphi _ { i , k } ( p ^ { * } ) | \mathcal { F } _ { k } ] } } \\ & { } & { \geq \frac { 7 } { 2 } \sum _ { i = 1 } ^ { n } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \frac { 1 } { 2 \tau } \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } } \\ & { } & { + \rho _ { k } ( 1 - \overline { { \rho } } L ) \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } - 2 \rho _ { k } ^ { 2 } N L ^ { 3 } \| p ^ { k } - p ^ { * } \| ^ { 2 } } \\ & { } & { - \rho _ { k } ^ { 2 } N L ( 1 + 2 \| B ( z ^ { * } ) \| ^ { 2 } ) . } \end{array}
$$
C.7 ESTABLISHING STOCHASTIC QUASI-FEJER MONOTONICITY
Returning to (35),
$\begin{array} { r } { \mathbb { E } [ \| p ^ { k + 1 } - p ^ { * } \| ^ { 2 } | \mathcal { F } _ { k } ] \le ( 1 + C _ { 1 } \alpha _ { k } ^ { 2 } ) \| p ^ { k } - p ^ { * } \| ^ { 2 } - 2 \alpha _ { k } \mathbb { E } [ \varphi _ { k } ( p ^ { k } ) - \varphi _ { k } ( p ^ { * } ) | \mathcal { F } _ { k } ] + C _ { 2 } \alpha _ { k } ^ { 2 } , } \end{array}$ we may now substitute (46) for the expectation on the right-hand side. First, define
$$
T _ { k } \doteq \frac { \tau } { \overline { { \rho } } } \sum _ { i = 1 } ^ { n } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \frac { 1 } { \overline { { \rho } } \tau } \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + 2 ( 1 - \overline { { \rho } } L ) \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } ,
$$
after which we may use (46) in (35) to yield
$$
\begin{array} { r } { \mathbb { E } [ \| p ^ { k + 1 } - p ^ { * } \| ^ { 2 } | \mathcal { F } _ { k } ] \le \big ( 1 + C _ { 1 } \alpha _ { k } ^ { 2 } + C _ { 3 } \alpha _ { k } \rho _ { k } ^ { 2 } \big ) \| p ^ { k } - p ^ { * } \| ^ { 2 } - \alpha _ { k } \rho _ { k } T _ { k } + C _ { 2 } \alpha _ { k } ^ { 2 } + C _ { 4 } \alpha _ { k } \rho _ { k } ^ { 2 } } \end{array}
$$
here $C _ { 1 }$ and $C _ { 2 }$ are defined as before in (33) and (34) and
$$
\begin{array} { l } { C _ { 3 } = 4 N L ^ { 3 } } \\ { C _ { 4 } = 2 N L ( 1 + 2 \| B ( z ^ { \ast } ) \| ^ { 2 } ) . } \end{array}
$$
This completes the proof of Lemma 3.
# C.8 A CONVERGENCE LEMMA
Before establishing almost-sure convergence, we need the following lemma to derive convergence of the iterates from convergence of $T _ { k }$ defined above. Note that a more elaborate result would be needed in an infinite-dimensional setting.
Lemma 4. For deterministic sequences $z ^ { k } \in \mathbb { R } ^ { ( n + 1 ) d }$ , $\{ ( w _ { i } ^ { k } ) _ { i = 1 } ^ { n + 1 } \} \ \in \ { \mathcal { P } }$ , and $\{ ( x _ { i } ^ { k } , y _ { i } ^ { k } ) _ { i = 1 } ^ { n + 1 } \} \in$ $\mathbb { R } ^ { 2 ( n + 1 ) d }$ , suppose that $y _ { i } ^ { k } \in A _ { i } ( x _ { i } ^ { k } )$ for i ∈ 1..n, $\textstyle \sum _ { i = 1 } ^ { n + 1 } w _ { i } ^ { k } = 0$ i=,
$$
\xi _ { 1 } \sum _ { i = 1 } ^ { n } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \xi _ { 2 } \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + \xi _ { 3 } \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } \to 0
$$
for scalars $\xi _ { 1 } , \xi _ { 2 } , \xi _ { 3 } > 0$ , and $p ^ { k } \doteq ( z ^ { k } , w _ { 1 } ^ { k } , \ldots , w _ { n + 1 } ^ { k } ) \to \hat { p } \doteq ( \hat { z } , \hat { w } _ { 1 } , \ldots , \hat { w } _ { n + 1 } )$ . Then $\hat { p } \in \mathcal S$
Proof. Fix any $i \in \{ 1 , \ldots , n \}$ . Since $\| y _ { i } ^ { k } - w _ { i } ^ { k } \| \to 0$ by (50) and $w _ { i } ^ { k } \hat { w } _ { i }$ , we also have $y _ { i } ^ { k } \hat { w } _ { i }$ . Similarly, (50) also implies that $\lVert z ^ { k } - x _ { i } ^ { k } \rVert \to 0$ , so from $z ^ { k } \hat { z }$ we also have $x _ { i } ^ { k } \hat { z }$ Since $y _ { i } ^ { k } \in A _ { i } ( x _ { i } ^ { k } )$ and $( x _ { i } ^ { k } , y _ { i } ^ { k } ) ( \hat { z } , \hat { w } _ { i } )$ , (Bauschke & Combettes, 2017, Prop. 20.37) implies $\hat { w } _ { i } \in A _ { i } ( \hat { z } )$ . Since $i$ was arbitrary, the preceding conclusions hold for $i \in 1 . . n$ .
Now, (50) also implies that $\| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| \to 0$ . Therefore, since $w _ { n + 1 } ^ { k } \to \hat { w } _ { n + 1 }$ , we also have $B ( z ^ { k } ) \to \hat { w } _ { n + 1 }$ . Much as before, since $( z ^ { k } , B ( z ^ { k } ) ) ( \hat { z } , \hat { w } _ { n + 1 } )$ , we may apply (Bauschke & Combettes, 2017, Prop. 20.37) to conclude that that $\hat { w } _ { n + 1 } = B ( \hat { z } )$ .
Since the linear subspace $\mathcal { P }$ defined in (6) must be closed, the limit $\left( \hat { z } , \hat { w } _ { 1 } , \dots , \hat { w } _ { n + 1 } \right)$ of $\{ ( z ^ { k } , w _ { 1 } ^ { k } , \ldots , w _ { n + 1 } ^ { k } ) \} \subset \mathcal { P }$ must be in $\mathcal { P }$ , hence $\textstyle \sum _ { i = 1 } ^ { n + 1 } { \hat { w } } _ { i } = 0$ .
nt . $\hat { p } = ( \hat { z } , \hat { w } _ { 1 } , \dots , \hat { w } _ { n + 1 } )$ satisfies tions defi $\hat { w } _ { i } \in A _ { i } ( \hat { z } )$ for ship $i \in 1 . . n$ , $\hat { w } _ { n + 1 } = B ( \hat { z } )$ , and $\textstyle \sum _ { i = 1 } ^ { n + 1 } { \hat { w } } _ { i } = 0$ $s$ $\hat { p } \in \mathcal S$
# C.9 FINISHING THE PROOF OF THEOREM 1
Given $\textstyle \sum _ { k } \alpha _ { k } ^ { 2 } < \infty$ , and $\sum \alpha _ { k } \rho _ { k } ^ { 2 } < \infty$ , (47) satisfies the conditions of Stochastic Quasi-Fejer Monotonicity as given in Lemma 2. By applying Lemma 2, we conclude that there exist $\Omega _ { 1 } , \Omega _ { 2 } , \Omega _ { 3 }$ such that $P [ \Omega _ { i } ] = 1$ for $i = { 1 , 2 , 3 }$ and
1. for all $v \in \Omega _ { 1 }$
$$
\sum _ { k = 1 } ^ { \infty } \alpha _ { k } \rho _ { k } T _ { k } ( v ) < \infty ,
$$
2. for all $v \in \Omega _ { 2 }$ , and $p ^ { * } \in { \mathcal { S } }$ , $\| p ^ { k } ( v ) - p ^ { * } \|$ converges to a finite nonnegative random-variable,
3. for all $v \in \Omega _ { 3 } , p ^ { k } ( v )$ remains bounded.
Since $\textstyle \sum _ { k = 1 } ^ { \infty } \alpha _ { k } \rho _ { k } = \infty$ , (51) implies that for all $v \in \Omega _ { 1 }$ there exists a subsequence $q _ { k } ( v )$ such that
$$
T _ { q _ { k } ( v ) } \to 0 .
$$
Let $\Omega ^ { \prime } = \Omega _ { 1 } \cap \Omega _ { 2 } \cap \Omega _ { 3 }$ and note that $P [ \Omega ^ { \prime } ] = 1$ . Choose $v \in \Omega ^ { \prime }$ . Since $p ^ { k } ( v )$ remains bounded, so does $p ^ { q _ { k } ( v ) } ( v )$ for $q _ { k } ( v )$ defined above in (52). Thus there exists a subsequence $r _ { k } ( v ) \subseteq q _ { k } ( v )$ and $\hat { p } ( v ) \in \mathbb { R } ^ { ( n + 2 ) d }$ such that $p ^ { r _ { k } ( v ) } ( v ) \hat { p } ( v )$ . But since $T _ { q _ { k } ( v ) } \to 0$ , it also follows that $T _ { r _ { k } ( v ) } \to 0$ , that is,
$$
\begin{array} { r l r } { { \frac { \tau } { \rho } \sum _ { i = 1 } ^ { n } \| y _ { i } ^ { r _ { k } ( v ) } ( v ) - w _ { i } ^ { r _ { k } ( v ) } ( v ) \| ^ { 2 } + \frac { 1 } { \rho \tau } \sum _ { i = 1 } ^ { n } \| z ^ { r _ { k } ( v ) } ( v ) - x _ { i } ^ { r _ { k } ( v ) } ( v ) \| ^ { 2 } } } \\ & { } & { \qquad + 2 ( 1 - \overline { { \rho } } L ) \| B ( z ^ { r _ { k } ( v ) } ( v ) ) - w _ { n + 1 } ^ { r _ { k } ( v ) } ( v ) \| ^ { 2 } \to 0 . } \end{array}
$$
We then have from Lemma 4 that $\hat { p } ( v ) \in S$ .
Since $p ^ { r _ { k } ( v ) } ( v ) \hat { p } ( v )$ , it follows that $\lVert p ^ { r _ { k } ( v ) } ( v ) - \hat { p } ( v ) \rVert \to 0$ . But since $\hat { p } ( v ) \in S , \| p ^ { k } ( v ) - \hat { p } ( v ) \|$ converges by point 2 above. Thus
$$
\operatorname* { l i m } _ { k \to \infty } \| p ^ { k } ( v ) - \hat { p } ( v ) \| = \operatorname* { l i m } _ { k \to \infty } \| p ^ { r _ { k } ( v ) } ( v ) - \hat { p } ( v ) \| = 0 .
$$
Therefore $p ^ { k } ( v ) \hat { p } ( v ) \in \mathcal { S }$ . Thus there exists $\hat { p } \in \mathcal S$ such that $p ^ { k } \hat { p }$ a.s., which completes the proof of Theorem 1.
# C.10 TWO ADDITIONAL RESULTS
In this section, we prove two additional useful results about SPS. First, that $x _ { i } ^ { k } \hat { z }$ (a.s.) for $i = 1 , \ldots , n$ . Second, that $G _ { k } \to 0$ (a.s.).
Note that
$$
x _ { i } ^ { k } = J _ { \tau A _ { i } } ( z ^ { k } + \tau w _ { i } ^ { k } )
$$
and since $z ^ { k }$ and $w _ { i } ^ { k }$ convergence a.s., so does $x _ { i } ^ { k }$ . Consider the subsequence $q _ { k } ( v )$ such that (52) holds. Then
$$
z ^ { q _ { k } ( v ) } - x _ { i } ^ { q _ { k } ( v ) } 0
$$
thus
$$
x _ { i } ^ { q _ { k } ( v ) } \hat { z } .
$$
Since $x _ { i } ^ { k }$ converges to some limit (a.s.), that limit must be $\hat { z }$ .
Recall that
$$
\begin{array} { r } { G _ { k } \doteq \sum _ { i = 1 } ^ { n } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } . } \end{array}
$$
We have shown that $z ^ { k }$ and $x _ { i } ^ { k }$ share the same limit for $i = 1 , \ldots , n$ (a.s.). Therefore $z ^ { k } - x _ { i } ^ { k } \to 0$ (a.s.). Since
$$
y _ { i } ^ { k } - w _ { i } ^ { k } = \tau ^ { - 1 } ( z ^ { k } - x _ { i } ^ { k } ) ,
$$
it follows that $y _ { i } ^ { k } - w _ { i } ^ { k } \to 0$ (a.s.) for $i = 1 , \ldots , n$ . Therefore
$$
G _ { k } \to \| B ( \hat { z } ) - \hat { w } _ { n + 1 } \| ^ { 2 } .
$$
But since $( z , \hat { w } _ { 1 } , \dots , \hat { w } _ { n + 1 } ) \in S$ , $\hat { w } _ { n + 1 } = B ( \hat { z } )$ implying that $G _ { k } \to 0$ (a.s.).
# D PROOF OF LEMMA 1
If $G _ { k } = 0$ , then
$$
\forall i = 1 , \ldots , n : \quad y _ { i } ^ { k } = w _ { i } ^ { k } \mathrm { ~ a n d ~ } z ^ { k } = x _ { i } ^ { k } .
$$
Since $y _ { i } ^ { k } \in A _ { i } ( x _ { i } ^ { k } )$ for $i = 1 , \ldots , n$ , (53) implies that that
$$
\forall i \in 1 . . n : \quad w _ { i } ^ { k } \in A _ { i } ( z ^ { k } ) .
$$
Furthermore $G _ { k } = 0$ also implies that $w _ { n + 1 } ^ { k } = B ( z ^ { k } )$ . Finally, since $\textstyle \sum _ { i = 1 } ^ { n + 1 } w _ { i } ^ { k } = 0$ , we have that
$$
( z ^ { k } , w _ { 1 } ^ { k } , \ldots , w _ { n + 1 } ^ { k } ) \in { \mathcal { S } } .
$$
Conversely, suppose $( z ^ { k } , w _ { 1 } ^ { k } , \ldots , w _ { n + 1 } ^ { k } ) \in { \mathcal { S } }$ . The definition of $s$ implies that $B ( z ^ { k } ) = w _ { n + 1 } ^ { k }$ and furthermore that $w _ { i } ^ { k } \in A _ { i } ( z ^ { k } )$ for $i \in 1 . . n$ . For any $i \in 1 . . n$ , considering line 3 of Algorithm 1, we may write $t _ { i } ^ { k } = z ^ { k } + \tau w _ { i . } ^ { k } \in ( I + \tau A _ { i } ) ( z ^ { k } )$ , implying $z ^ { k } \in ( I + \tau A _ { i } ) ^ { - 1 } ( t _ { i } ^ { k } )$ . But since the resolvent $J _ { \tau A _ { i } } = ( I + \tau A _ { i } ) ^ { - 1 }$ is single-valued (Bauschke & Combettes, 2017, Prop. 23.8), we must have $z ^ { k } = ( I + \tau A _ { i } ) ^ { - 1 } ( t _ { i } ^ { k } )$ . Thus, by line 4, we have $x _ { i } ^ { k } = z ^ { k }$ . We may also derive from line 5 that
$$
y _ { i } ^ { k } = \tau ^ { - 1 } ( t _ { i } ^ { k } - x _ { i } ^ { k } ) = \tau ^ { - 1 } ( z ^ { k } + \tau w _ { i } ^ { k } - z ^ { k } ) = w _ { i } ^ { k } .
$$
Thus, since $x _ { i } ^ { k } = z ^ { k }$ and $y _ { i } ^ { k } = w _ { i } ^ { k }$ for $i = 1 , \ldots , n$ and $w _ { n + 1 } ^ { k } = B ( z ^ { k } )$ , we have that $G _ { k } = 0$
# E PROOF OF THEOREM 2
In addition to the proof, we provide a more detailed statement of the theorem:
Theorem 3. Fix the total iterations $K \geq 1$ of Algorithm 1 and set
$$
\begin{array} { l l } { { \forall k = 1 , \dots , K : } } & { { \qquad \rho _ { k } = \rho \doteq \operatorname* { m i n } \left\{ K ^ { - 1 / 4 } , \frac { 1 } { 2 L } \right\} } } \\ { { \forall k = 1 , \dots , K : } } & { { \qquad \alpha _ { k } = \alpha \doteq C _ { f } \rho ^ { 2 } } } \end{array}
$$
for some $C _ { f } > 0$ . Suppose (9)-(11) hold. Then for any $p ^ { * } \in { \mathcal { S } }$ ,
$$
\begin{array} { l } { \displaystyle \frac { 1 } { K } \sum _ { j = 1 } ^ { K } \mathbb { E } [ G _ { j } ] \leq \frac { 8 L ^ { 3 } \exp \left( C _ { f } ( C _ { 1 } + C _ { 3 } ) \right) } { C _ { f } \operatorname* { m i n } \{ \tau , \tau ^ { - 1 } \} K } \left( \| p ^ { 1 } - p ^ { * } \| ^ { 2 } + \frac { C _ { f } C _ { 2 } + C _ { 4 } } { C _ { f } C _ { 1 } + C _ { 3 } } \right) \mathrm { ~ } f o r ~ K < ( 2 L ) ^ { 4 } } \\ { \displaystyle \frac { 1 } { K } \sum _ { j = 1 } ^ { K } \mathbb { E } [ G _ { j } ] \leq \frac { \exp \left( C _ { f } ( C _ { 1 } + C _ { 3 } ) \right) } { C _ { f } \operatorname* { m i n } \{ \tau , \tau ^ { - 1 } \} K ^ { 1 / 4 } } \left( \| p ^ { 1 } - p ^ { * } \| ^ { 2 } + \frac { C _ { f } C _ { 2 } + C _ { 4 } } { C _ { f } C _ { 1 } + C _ { 3 } } \right) \mathrm { ~ } f o r ~ K \geq ( 2 L ) ^ { 4 } . } \end{array}
$$
where $G _ { k }$ is the approximation residual defined in (14), and $C _ { 1 } , C _ { 2 } , C _ { 3 } , C _ { 4 }$ are the nonegative constants defined in (33), (34), (48), and (49), respectively. Therefore,
$$
\frac { 1 } { K } \sum _ { j = 1 } ^ { K } \mathbb { E } [ G _ { j } ] = \mathcal { O } ( K ^ { - 1 / 4 } ) .
$$
Proof. Fix $\alpha _ { k } = \alpha$ and $\rho _ { k } = \rho$ , where $\alpha$ and $\rho$ are the respective right-hand sides of (55)-(56). Lemma 3 implies that (21) so long as (9)-(11) hold and the stepsize $\rho$ satisfies $\rho < L ^ { - 1 }$ . Since
$$
\rho = \operatorname* { m i n } \left\{ K ^ { - 1 / 4 } , \frac { 1 } { 2 L } \right\} \leq \frac { 1 } { 2 L } ,
$$
we conclude that (21) applies.
Rewriting (21) with $\alpha _ { k } = \alpha$ and $\rho _ { k } = \rho$ , we have
$$
\begin{array} { r } { \mathbb { E } [ \| p ^ { k + 1 } - p ^ { * } \| ^ { 2 } | \mathcal { F } _ { k } ] \le ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) \| p ^ { k } - p ^ { * } \| ^ { 2 } - \alpha \rho T _ { k } + C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } . } \end{array}
$$
Therefore, taking expectations over $\mathcal { F } _ { k }$ , we have
$$
\begin{array} { r } { \mathbb { E } \| p ^ { k + 1 } - p ^ { * } \| ^ { 2 } \leq ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) \mathbb { E } \| p ^ { k } - p ^ { * } \| ^ { 2 } - \alpha \rho \mathbb { E } T _ { k } + C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } . } \end{array}
$$
Recall that
$$
T _ { k } \doteq \frac { \tau } { \rho } \sum _ { i = 1 } ^ { n } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \frac { 1 } { \rho \tau } \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + 2 ( 1 - \overline { { \rho } } L ) \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } ,
$$
where for the first two terms we have simply set $\rho = \overline { { \rho } }$ because the stepsize is constant. However, for the final term, we will still use an upper bound, $\overline { { \rho } }$ , on $\rho$ . In the current setting, we know that $\rho \leq ( 1 / 2 ) L ^ { - 1 }$ and therefore we may set $\overline { { \rho } } = ( 1 / 2 ) L ^ { - 1 }$ . Thus $1 - \overline { { \rho } } L = 1 / 2$ , leading to
$$
\rho \mathbb { E } T _ { k } = \tau \sum _ { i = 1 } ^ { n } \mathbb { E } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \tau ^ { - 1 } \sum _ { i = 1 } ^ { n } \mathbb { E } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + \rho \mathbb { E } \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } .
$$
Let
$$
U _ { k } \doteq \mathbb { E } \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } \qquad W _ { k } \doteq \tau \sum _ { i = 1 } ^ { n } \mathbb { E } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \tau ^ { - 1 } \sum _ { i = 1 } ^ { n } \mathbb { E } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } ,
$$
so that
$$
\rho \mathbb { E } T _ { k } = \rho U _ { k } + W _ { k } ,
$$
and also let
$$
V _ { k } \doteq \mathbb { E } \| p ^ { k } - p ^ { * } \| ^ { 2 } .
$$
Using these definitions in (59) we write
$$
\begin{array} { r } { V _ { k + 1 } \leq \big ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } \big ) V _ { k } - \alpha \rho U _ { k } - \alpha W _ { k } + C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } . } \end{array}
$$
Therefore,
$$
\begin{array} { c } { { V _ { k + 1 } + \alpha \rho U _ { k } + \alpha W _ { k } \leq ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) V _ { k } + C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } } } \\ { { \Longleftrightarrow V _ { k + 1 } + \alpha \rho \displaystyle \sum _ { j = 1 } ^ { k } U _ { j } + \alpha \displaystyle \sum _ { j = 1 } ^ { k } W _ { j } \leq ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) V _ { k } + \alpha \rho \displaystyle \sum _ { j = 1 } ^ { k - 1 } U _ { j } + \alpha \displaystyle \sum _ { j = 1 } ^ { k - 1 } W _ { j } } } \\ { { \qquad + C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } } } \\ { { \leq ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) \left[ V _ { k } + \alpha \rho \displaystyle \sum _ { j = 1 } ^ { k - 1 } U _ { j } + \alpha \displaystyle \sum _ { j = 1 } ^ { k - 1 } W _ { j } \right] } } \\ { { \qquad + C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } , } } \end{array}
$$
where we have used that $U _ { k } , W _ { k } \ge 0$ . Letting
$$
R _ { k } = V _ { k } + \alpha \rho \sum _ { j = 1 } ^ { k - 1 } U _ { j } + \alpha \sum _ { j = 1 } ^ { k - 1 } W _ { j } ,
$$
we then have
$$
R _ { k + 1 } \leq { \left( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } \right) } R _ { k } + C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } ,
$$
which implies
$$
R _ { k + 1 } \leq ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) ^ { k } R _ { 1 } + ( C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } ) \sum _ { j = 1 } ^ { k } ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) ^ { k - j } .
$$
Now,
$$
\begin{array} { r l r } { { \sum _ { j = 1 } ^ { k } ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) ^ { k - j } = \sum _ { j = 0 } ^ { k - 1 } ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) ^ { j } } } \\ & { } & { = \frac { ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) ^ { k } - 1 } { ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) - 1 } } \\ & { } & { = \frac { ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) ^ { k } - 1 } { C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } } } \\ & { } & { \leq \frac { ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) ^ { k } } { C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } } . } \end{array}
$$
Therefore,
$$
R _ { k + 1 } \leq ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) ^ { k } \left( R _ { 1 } + { \frac { C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } } { C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } } } \right) .
$$
Fix the number of iterations $K \geq 1$ . Now
$$
\rho = \operatorname* { m i n } \left\{ K ^ { - 1 / 4 } , \frac { 1 } { 2 L } \right\} \leq \frac { 1 } { K ^ { 1 / 4 } } \leq 1 .
$$
Therefore,
$$
\begin{array} { l } { \displaystyle \alpha \rho \sum _ { j = 1 } ^ { K } ( U _ { j } + W _ { j } ) \leq \alpha \rho \sum _ { j = 1 } ^ { K } U _ { j } + \alpha \sum _ { j = 1 } ^ { K } W _ { j } } \\ { \leq R _ { K + 1 } } \\ { \leq ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) ^ { K } \left( R _ { 1 } + \frac { C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } } { C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } } \right) . } \end{array}
$$
Dividing through by $\alpha \rho K$ , we obtain
$$
\frac { 1 } { K } \sum _ { j = 1 } ^ { K } ( U _ { j } + W _ { j } ) \leq \frac { ( 1 + C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } ) ^ { K } } { \alpha \rho K } \left( R _ { 1 } + \frac { C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } } { C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } } \right) ,
$$
and since $\alpha = C _ { f } \rho ^ { 2 }$ , we also have
$$
\frac { C _ { 2 } \alpha ^ { 2 } + C _ { 4 } \alpha \rho ^ { 2 } } { C _ { 1 } \alpha ^ { 2 } + C _ { 3 } \alpha \rho ^ { 2 } } = \frac { C _ { f } C _ { 2 } + C _ { 4 } } { C _ { f } C _ { 1 } + C _ { 3 } } .
$$
Furthermore,
$$
\rho \leq K ^ { - \frac { 1 } { 4 } } \implies \alpha \leq C _ { f } K ^ { - \frac { 1 } { 2 } } .
$$
Substituting these into (60) yields
$$
\begin{array} { r } { \displaystyle \frac { 1 } { K } \sum _ { j = 1 } ^ { K } ( U _ { j } + W _ { j } ) \leq \frac { \left( 1 + \frac { C _ { f } ( C _ { f } C _ { 1 } + C _ { 3 } ) } { K } \right) ^ { K } } { \alpha \rho K } \left( R _ { 1 } + \frac { C _ { f } C _ { 2 } + C _ { 4 } } { C _ { f } C _ { 1 } + C _ { 3 } } \right) } \\ { \leq \frac { \exp ( C _ { f } ( C _ { f } C _ { 1 } + C _ { 3 } ) ) } { \alpha \rho K } \left( R _ { 1 } + \frac { C _ { f } C _ { 2 } + C _ { 4 } } { C _ { f } C _ { 1 } + C _ { 3 } } \right) , } \end{array}
$$
where we have used that for any $t \ge 0 , 1 + t / K \le e ^ { t / K }$ , so therefore $( 1 + t / K ) ^ { K } \leq e ^ { t }$ .
The worst-case rates in terms of $K$ occur when $\rho = K ^ { - 1 / 4 }$ and $\alpha = C _ { f } K ^ { - 1 / 2 }$ . This is the case when $K \geq ( 2 L ) ^ { 4 }$ . Substituting these into the denominator yields, for $K \geq ( 2 L ) ^ { 4 }$ , that
$$
\frac { 1 } { K } \sum _ { j = 1 } ^ { K } ( U _ { j } + W _ { j } ) \leq \frac { \exp ( C _ { f } ( C _ { f } C _ { 1 } + C _ { 3 } ) ) } { C _ { f } K ^ { 1 / 4 } } \left( R _ { 1 } + \frac { C _ { f } C _ { 2 } + C _ { 4 } } { C _ { f } C _ { 1 } + C _ { 3 } } \right) .
$$
Thus, since $G _ { k } \leq \operatorname* { m a x } \{ \tau , \tau ^ { - 1 } \} \left( U _ { k } + W _ { k } \right)$ , we obtain
$$
\frac { 1 } { K } \sum _ { j = 1 } ^ { K } \mathbb { E } [ G _ { j } ] \leq \frac { \operatorname* { m a x } \{ \tau , \tau ^ { - 1 } \} \exp { ( C _ { f } ( C _ { f } C _ { 1 } + C _ { 3 } ) ) } } { C _ { f } K ^ { 1 / 4 } } \left( \| p ^ { 1 } - p ^ { * } \| ^ { 2 } + \frac { C _ { f } C _ { 2 } + C _ { 4 } } { C _ { f } C _ { 1 } + C _ { 3 } } \right) ,
$$
which is (58).
When $K < ( 2 L ) ^ { 4 }$ , (57) can similarly be obtained by substituting $\rho = ( 2 L ) ^ { - 1 }$ and $\alpha = C _ { f } ( 2 L ) ^ { - 2 }$ into (61). □
# F APPROXIMATION RESIDUALS
In this section we derive the approximation residual used to assess the performance of the algorithms in the numerical experiments. This residual relies on the following product-space reformulation of (1).
F.1 PRODUCT-SPACE REFORMULATION AND RESIDUAL PRINCIPLE
Recall (1), the monotone inclusion we are solving:
$$
{ \mathrm { F i n d ~ } } z \in \mathbb { R } ^ { d } : 0 \in \sum _ { i = 1 } ^ { n } A _ { i } ( z ) + B ( z ) .
$$
In this section we demonstrate a “product-space" reformulation of (1) which allows us to rewrite it in a standard form involving just two operators, one maximal monotone and the other monotone and Lipschitz. This approach was pioneered in (Briceño-Arias $\&$ Combettes, 2011; Combettes & Pesquet, 2012). Along with allowing for a simple definition of an approximation residual as a measure of approximation error in solving (1), it allows one to apply operator splitting methods originally formulated for two operators to problems such as (1) for any finite $n$ .
Observe that solving (1) is equivalent to
$$
\begin{array} { l l } { \mathrm { F i n d } \left( w _ { 1 } , \ldots , w _ { n } , z \right) \in \mathbb { R } ^ { \left( n + 1 \right) d } : } & { w _ { i } \in A _ { i } ( z ) , \quad i \in { 1 . . n } } \\ & { \quad \displaystyle 0 \in \sum _ { i = 1 } ^ { n } w _ { i } + B ( z ) . } \end{array}
$$
This formulation resembles that of the extended solution set $s$ used in projective spitting, as given in (5), except that it combines the final two conditions in the definition of $s$ , and thus does not need the final dual variable $w _ { n + 1 }$ . From the definition of the inverse of an operator, the above formulation is equivalent to
$$
\begin{array} { r l } { \mathrm { F i n d ~ } ( w _ { 1 } , \dots , w _ { n } , z ) \in \mathbb { R } ^ { ( n + 1 ) d } : } & { 0 \in A _ { i } ^ { - 1 } ( w _ { i } ) - z , \quad i \in 1 . . n } \\ & { 0 \in \displaystyle \sum _ { i = 1 } ^ { n } w _ { i } + B ( z ) . } \end{array}
$$
These conditions are in turn equivalent to finding $( w _ { 1 } , \ldots , w _ { n } , z ) \in \mathbb { R } ^ { ( n + 1 ) d }$ such that
$$
0 \in \mathcal { A } ( w _ { 1 } , \ldots , w _ { n } , z ) + \mathcal { B } ( w _ { 1 } , \ldots , w _ { n } , z ) ,
$$
where $\mathcal { A }$ is the set-valued map
$$
\mathcal { A } ( w _ { 1 } , \dots , w _ { n } , z ) \mapsto A _ { 1 } ^ { - 1 } ( w _ { 1 } ) \times A _ { 2 } ^ { - 1 } ( w _ { 2 } ) \times \dots \times A _ { n } ^ { - 1 } ( w _ { n } ) \times \{ 0 \}
$$
and $\mathcal { B }$ is the single-valued operator
$$
\mathcal { B } ( w _ { 1 } , \dots , w _ { n } , z ) \mapsto \left[ \begin{array} { c c c c } { 0 } & { \cdots } & { 0 } & { - I } \\ { \vdots } & { \ddots } & { \vdots } & { \vdots } \\ { 0 } & { \cdots } & { 0 } & { - I } \\ { I } & { \cdots } & { I } & { 0 } \end{array} \right] \left[ \begin{array} { c } { w _ { 1 } } \\ { \vdots } \\ { w _ { n } } \\ { z } \end{array} \right] + \left[ \begin{array} { c } { 0 } \\ { \vdots } \\ { 0 } \\ { B ( z ) } \end{array} \right] .
$$
It is easily established that $\mathcal { B }$ is maximal monotone and Lipschitz continuous, while $\mathcal { A }$ is maximal monotone. Letting $\mathcal { T } \doteq \mathcal { A } + \mathcal { B }$ , it follows from (Bauschke & Combettes, 2017, Proposition 20.23) that $\mathcal { T }$ is maximal monotone. Thus, we have reformulated (1) as the monotone inclusion $0 \in \mathcal { T } ( q )$ for $q$ in the product space $\mathbb { R } ^ { ( n + 1 ) \bar { d } }$ . A vector $z \in \mathbb { R } ^ { d }$ solves (1) if and only if there exists $( w _ { 1 } , \dots , w _ { n } ) \in \mathbb { R } ^ { n d }$ such that $\bar { 0 } \in \mathcal { T } ( q )$ , where $q = ( w _ { 1 } , \dots , w _ { n } , z )$ .
For any pair $( q , v )$ such that $v \in \mathcal { T } ( q )$ , $\| v \| ^ { 2 }$ represents an approximation residual for $q$ in the sense that $v = 0$ implies $q$ is a solution to (62). One may take $\| \bar { v } \| ^ { 2 }$ as a measure of the error of $q$ as an approximate solution to (62), and it can only be 0 if $q$ is a solution. Given two approximate solutions $q _ { 1 }$ and $q _ { 2 }$ with certificates $v _ { 1 } \in T ( q _ { 1 } )$ and $v _ { 2 } \in \mathcal { T } ( q _ { 2 } )$ , we will treat $q _ { 1 }$ as a “better” approximate solution than $q _ { 2 }$ if $\| v _ { 1 } \| ^ { 2 } < \| v _ { 2 } \| ^ { 2 }$ . Doing so is somewhat analogous to the practice, common in optimization, of using the gradient $\| \nabla f ( x ) \| ^ { 2 }$ as a measure of quality of an approximate minimizer of some differentiable function $f$ . However, note that since $\mathcal { T } ( q _ { 1 } )$ is a set, there may exist elements of $\mathcal { T } ( q _ { 1 } )$ with smaller norm than $v _ { 1 }$ . Thus any given certificate $v _ { 1 }$ only corresponds to an upper bound on $\mathrm { d i s t } ^ { 2 } ( 0 , \mathcal { T } ( q _ { 1 } ) )$ .
# F.2 APPROXIMATION RESIDUAL FOR PROJECTIVE SPLITTING
In SPS (Algorithm 1), for $i \in 1 . . n$ , the pairs $( x _ { i } ^ { k } , y _ { i } ^ { k } )$ are chosen so that $y _ { i } ^ { k } \in A _ { i } ( x _ { i } ^ { k } )$ . This can be seen from the definition of the resolvent. Thus $\hat { x _ { i } ^ { k } } \in A _ { i } ^ { - 1 } ( y _ { i } ^ { k } )$ . Observe that
$$
\begin{array} { r } { v ^ { k } \doteq \left[ \begin{array} { c } { x _ { 1 } ^ { k } - z ^ { k } } \\ { \vdots } \\ { x _ { n } ^ { k } - z ^ { k } } \\ { B ( z ^ { k } ) + \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } } \end{array} \right] \in \mathcal { T } ( y _ { 1 } ^ { k } , \dotsc , y _ { n } ^ { k } , z ^ { k } ) . } \end{array}
$$
The approximation residual for SPS is thus
$$
R _ { k } \dot { = } \| v ^ { k } \| ^ { 2 } = \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + \left\| B ( z ^ { k } ) + \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } \right\| ^ { 2 }
$$
which is an approximation residual for $( y _ { 1 } ^ { k } , \dots , y _ { n } ^ { k } , z ^ { k } )$ in the sense defined above. We may relate $R _ { k }$ to the approximation residual $G _ { k }$ for SPS from Section 5 as follows:
$$
\begin{array} { r l } & { H _ { k } = \displaystyle \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + \left\| B ( z ^ { k } ) + \displaystyle \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } \right\| ^ { 2 } } \\ & { \quad = \displaystyle \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + \left\| B ( z ^ { k } ) + \displaystyle \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } - \displaystyle \sum _ { i = 1 } ^ { n + 1 } w _ { i } ^ { k } \right\| ^ { 2 } } \\ & { \quad \leq \displaystyle \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + 2 \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } + 2 \left\| \displaystyle \sum _ { i = 1 } ^ { n } ( y _ { i } ^ { k } - w _ { i } ^ { k } ) \right\| ^ { 2 } } \\ & { \quad \leq \displaystyle \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + 2 \| B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \| ^ { 2 } + 2 n \displaystyle \sum _ { i = 1 } ^ { n } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } } \\ & { \quad < \displaystyle \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } + 2 \| B ( z ^ { k } ) + \displaystyle \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } } \\ & { \quad < \rho _ { n } \alpha , } \end{array}
$$
where in the second equality we have used the fact that $\begin{array} { r } { \sum _ { i = 1 } ^ { n + 1 } w _ { i } ^ { k } = 0 } \end{array}$ . Thus, $R _ { k }$ has the same convergence rate as $G _ { k }$ given in Theorem 2.
Note that while the certificate given in (65) focuses on the primal iterate $z ^ { k }$ , it may be changed to focus on any $x _ { i } ^ { k }$ for $i = 1 , \ldots , n$ , by using
$$
\boldsymbol { v } _ { i } ^ { k } \doteq \left[ \begin{array} { c } { x _ { 1 } ^ { k } - x _ { i } ^ { k } } \\ { \vdots } \\ { x _ { n } ^ { k } - x _ { i } ^ { k } } \\ { B ( x _ { i } ^ { k } ) + \sum _ { i = 1 } ^ { n } y _ { i } ^ { k } } \end{array} \right] \in \mathscr { T } ( y _ { 1 } ^ { k } , \ldots , y _ { n } ^ { k } , x _ { i } ^ { k } ) .
$$
The approximation residual $\| v _ { i } ^ { k } \| ^ { 2 }$ may also be shown to have the same rate as $G _ { k }$ by following similar derivations to those above for $R _ { k }$ .
# F.3 TSENG’S METHOD
Tseng’s method (Tseng, 2000) can be applied to (62), resulting in the following recursion with iterates $q ^ { k } , \bar { q } ^ { \bar { k } } \in \mathbb { R } ^ { ( n + 1 ) d }$ :
$$
\begin{array} { c } { \bar { q } ^ { k } = J _ { \alpha \mathcal { A } } ( q ^ { k } - \alpha \mathcal { B } ( q ^ { k } ) ) } \\ { q ^ { k + 1 } = \bar { q } ^ { k } + \alpha \big ( \mathcal { B } ( q ^ { k } ) - \mathcal { B } ( \bar { q } ^ { k } ) \big ) , } \end{array}
$$
where $\mathcal { A }$ and $\mathcal { B }$ are defined in (63) and (64). The resolvent of $\mathcal { A }$ may be readily computed from the resolvents of the $A _ { i }$ using Moreau’s identity (Bauschke & Combettes, 2017, Proposition 23.20).
Analogous to SPS, Tseng’s method has an approximation residual, which in this case is an element of $\mathcal { T } ( \bar { q } ^ { k } )$ . In particular, using the general properties of resolvent operators as applied to $J _ { \alpha \mathcal { A } }$ , we have
$$
\frac { 1 } { \alpha } ( q ^ { k } - \bar { q } ^ { k } ) - \mathcal { B } ( q ^ { k } ) \in \mathcal { A } ( \bar { q } ^ { k } ) .
$$
Also, rearranging (68) produces
$$
\frac { 1 } { \alpha } ( \bar { q } ^ { k } - q ^ { k + 1 } ) + \mathcal { B } ( q ^ { k } ) = \mathcal { B } ( \bar { q } ^ { k } ) .
$$
Adding these two relations produces
$$
\frac { 1 } { \alpha } ( q ^ { k } - q ^ { k + 1 } ) \in \mathcal { A } ( \bar { q } ^ { k } ) + \mathcal { B } ( \bar { q } ^ { k } ) = \mathcal { T } ( \bar { q } ^ { k } )
$$
Therefore,
$$
R _ { k } ^ { \mathrm { { T s e n g } } } \doteq \frac { 1 } { \alpha ^ { 2 } } \| q ^ { k } - q ^ { k + 1 } \| ^ { 2 }
$$
represents a measure of the approximation error for Tseng’s method equivalent to $R _ { k }$ defined in (66) for SPS.
# F.4 FRB
The forward-reflected-backward method (FRB) (Malitsky & Tam, 2020) is another method that may be applied to the splitting $\mathcal { T } = \mathcal { A } + \mathcal { B }$ for $\mathcal { A }$ and $\mathcal { B }$ as defined in (63) and (64). Doing so yields recursion
$$
q ^ { k + 1 } = J _ { \alpha \mathcal { A } } \Big ( q ^ { k } - \alpha \big ( 2 \mathcal { B } ( q ^ { k } ) - \mathcal { B } ( q ^ { k - 1 } ) \big ) \Big ) .
$$
Following similar arguments to those for Tseng’s method, it can be shown that
$$
v _ { \mathrm { F R B } } ^ { k } \doteq \frac { 1 } { \alpha } \left( q ^ { k - 1 } - q ^ { k } \right) + \mathcal { B } ( q ^ { k } ) + \mathcal { B } ( q ^ { k - 2 } ) - 2 \mathcal { B } ( q ^ { k - 1 } ) \in \mathcal { T } ( q ^ { k } ) .
$$
Thus, FRB admits the following approximation residual equivalent to $R _ { k }$ for SPS:
$$
R _ { k } ^ { \mathrm { F R B } } \doteq \| v _ { \mathrm { F R B } } ^ { k } \| ^ { 2 } .
$$
Finally, we remark that the stepsizes used in both the Tseng and FRB methods can be chosen via a linesearch procedure that we do not detail here.
# F.5 STOCHASTIC TSENG METHOD
The stochastic version of Tseng’s method of (Böhm et al., 2020) (S-Tseng) may be applied to the inclusion $0 \in \mathcal { A } ( q ) + \mathcal { B } ( q )$ , since the operator $\mathcal { A }$ may be written as a subdifferential. However, unlike the deterministic Tseng method, it does not produce a valid residual. Note also that S-Tseng outputs an ergodic sequence $\mathbf { \bar { \boldsymbol { q } } } _ { \mathrm { e r g } } ^ { k }$ . To construct a residual for the ergodic sequence, we compute a deterministic step of Tseng’s method according to (67)-(68), starting at $q _ { \mathrm { e r g } } ^ { k }$ . That is, letting
$$
\begin{array} { r l } & { \bar { q } ^ { k } = J _ { \alpha \mathcal { A } } ( q _ { \mathrm { e r g } } ^ { k } - \mathcal { B } ( q _ { \mathrm { e r g } } ^ { k } ) ) } \\ & { q ^ { k + 1 } = \bar { q } ^ { k } + \alpha ( \mathcal { B } ( q _ { \mathrm { e r g } } ^ { k } ) - \mathcal { B } ( \bar { q } ^ { k } ) ) , } \end{array}
$$
we can then compute essentially the same residual as in Section F.3,
$$
R _ { k } ^ { \mathrm { { S - T s e n g } } } \doteq \frac { 1 } { \alpha ^ { 2 } } \| q _ { \mathrm { { e r g } } } ^ { k } - q ^ { k + 1 } \| ^ { 2 } .
$$
To construct the stochastic oracle for S-Tseng, we assumed $\begin{array} { r } { B ( z ) = \frac { 1 } { m } \sum _ { i = 1 } ^ { m } B _ { i } ( z ) } \end{array}$ . Then we used
$$
\tilde { \mathcal { B } } ( w _ { 1 } , \dots , w _ { n } , z ) \mapsto \left[ \begin{array} { c c c c } { 0 } & { \cdots } & { 0 } & { - I } \\ { \vdots } & { \ddots } & { \vdots } & { \vdots } \\ { 0 } & { \cdots } & { 0 } & { - I } \\ { I } & { \cdots } & { I } & { 0 } \end{array} \right] \left[ \begin{array} { c } { w _ { 1 } } \\ { \vdots } \\ { w _ { n } } \\ { z } \end{array} \right] + \left[ \begin{array} { c } { 0 } \\ { \vdots } \\ { 0 } \\ { \frac { 1 } { \vert \mathbf { B } \vert } \sum _ { j \in \mathbf { B } } B _ { j } ( z ) } \end{array} \right] .
$$
for some minibatch $\mathbf { B } \in \{ 1 , \dots , m \}$ .
# F.6 VARIANCE-REDUCED FRB
The FRB-VR method of Alacaoglu et al. (2021) can also be applied to $0 \in \mathcal { A } ( q ) + \mathcal { B } ( q )$ , using the same stochastic oracle $\tilde { \mathcal { B } }$ defined in (69). if we let the iterates of FRB-VR be $( q ^ { k } , p ^ { k } )$ , then line 4 of Algorithm 1 of Alacaoglu et al. (2021) can be written as
$$
\begin{array} { c } { \hat { q } ^ { k } = q ^ { k } - \tau ( \mathcal { B } ( p ^ { k } ) + \tilde { \mathcal { B } } ( q ^ { k } ) - \tilde { \mathcal { B } } ( p ^ { k } ) ) } \\ { q ^ { k + 1 } = J _ { \tau \mathcal { A } } ( \hat { q } ^ { k } ) . } \end{array}
$$
Once again, the method does not directly produce a residual, but one can be developed from the algorithm definition as follows: (71) yields $\dot { \tau } ^ { - 1 } ( \hat { q } ^ { k } - q ^ { k + 1 } ) \in \mathcal { A } ( q ^ { k + 1 } )$ and hence
$$
\tau ^ { - 1 } ( \hat { q } ^ { k } - q ^ { k + 1 } ) + \mathcal { B } ( q ^ { k + 1 } ) \in ( \mathcal { A } + \mathcal { B } ) ( q ^ { k + 1 } ) .
$$
Therefore we use the residual
$$
R _ { k } ^ { \mathrm { F R B - V R } } = \lVert \tau ^ { - 1 } ( \hat { q } ^ { k } - q ^ { k + 1 } ) + \mathcal { B } ( q ^ { k + 1 } ) \rVert ^ { 2 } .
$$
plots for FR $R _ { k }$ for SPS, VR. $R _ { k } ^ { \mathrm { T s e n g } }$ for Tseng’s method, $R _ { k } ^ { \mathrm { F R B } }$ for FRB, $R _ { k } ^ { \mathrm { S - T s e n g } }$ for S-Tseng, and $R _ { k } ^ { \mathrm { F R B - V R } }$
# F.7 BENEFITS AND DRAWBACKS OF THE PRODUCT SPACE REFORMULATION
The main benefit of the product space reformulation (PSR) is that it allows one to use familiar 2-operator splitting schemes for solving $0 \in \mathcal { A } ( q ) + \mathcal { B } ( q )$ to solve the more complicated recursion (1). However, one drawback of this approach is that the operator $\mathcal { B }$ , defined in (64), combines a skew-symmetric consensus matrix with the Lipschitz operator $B$ . Treating $\mathcal { B }$ as a single operator necessitates using a single stepsize for both of its constituent operators, but the $B$ component will generally have a much larger Lipschitz constant than the skew part, necessitating a smaller stepsize than is ideal for the skew operator. This difficulty can be countered by using different stepsizes for the primal and dual components, but that strategy introduces additional tuning parameters. In other works, methods based on PSR have exhibited slower convergence than deterministic projective splitting methods (Johnstone & Eckstein, 2021; 2020b). However, in our experiments in Section 7, the performance is comparable.
# G VARIATIONAL INEQUALITIES
For a mapping $B : \mathbb { R } ^ { d } \mathbb { R } ^ { d }$ and a closed and convex set $\mathcal { C }$ , the variational inequality problem (Harker & Pang, 1990) is to find $z ^ { \ast } \in \mathcal { C }$ such that
$$
B ( z ^ { * } ) ^ { \top } ( z - z ^ { * } ) \geq 0 , \forall z \in { \mathcal { C } } .
$$
Consider the normal cone mapping discussed in Section 2 and defined as
$$
N _ { { \mathcal { C } } } ( x ) \doteq \{ g : g ^ { \top } ( y - x ) \le 0 \ \forall y \in { \mathcal { C } } \}
$$
It is easily seen that (72) is equivalent to finding $z ^ { * }$ such that $- B ( z ^ { * } ) \in N _ { \mathcal { C } } ( z ^ { * } )$ . Hence, if $B$ is monotone, (72) is equivalent to the monotone inclusion
$$
0 \in B ( z ^ { * } ) + N _ { \cal { C } } ( z ^ { * } ) .
$$
Thus, monotone variational inequalities are a special case of monotone inclusions with two operators, one of which is single-valued and the other is the normal cone map of the constraint set $\mathcal { C }$ . As a consequence, methods for monotone inclusions can be used to solve monotone variational inequality problems. The reverse, however, may not be true. For example, the analysis of the extragradient method (Korpelevich, 1977) relies on the second operator $N _ { \mathcal { C } }$ in (73) being a normal cone, as opposed to a more general monotone operator. We are not aware of any direct extension of the extragradient method’s analysis allowing a more general resolvent to be used in place of the projection map corresponding to $N _ { \mathcal { C } }$ .
The Restricted Gap Function There is a disadvantage to pursuing convergence rates based on variational inequalities (as in Böhm et al. (2020) and Alacaoglu et al. (2021)) rather than monotone inclusions. Convergence rate analyses for variational inequalities focus on the gap function:
$$
G _ { { \mathcal C } } ( z ) \doteq \operatorname* { s u p } _ { z ^ { \prime } \in { \mathcal C } } B ( z ^ { \prime } ) ^ { \top } ( z - z ^ { \prime } ) .
$$
It can be shown that $G _ { \mathcal { C } } ( z ) \geq 0$ and $G _ { \mathcal { C } } ( z ) = 0$ if and only if $z$ solves (72). However, (74) is meaningless for most problems, since unless $\mathcal { C }$ is compact, $G \overset { \cdot } { c } ( z )$ is typically equal to $+ \infty$ for any nonsolution (Diakonikolas, 2020). Thus researchers instead focus on the restricted gap function (Nesterov, 2007)
$$
G _ { { \mathcal C } _ { 2 } } ( z ) \doteq \operatorname* { s u p } _ { z ^ { \prime } \in { \mathcal C } _ { 2 } } B ( z ^ { \prime } ) ^ { \top } ( z - z ^ { \prime } ) .
$$
where $\mathcal { C } _ { 2 }$ is an arbitrary compact set. However, now the results are only meaningful over the set $\mathcal { C } _ { 2 }$ . Thus, $\mathcal { C } _ { 2 }$ must be chosen large enough so that the iterates of the algorithm remain in the interior of $\mathcal { C } _ { 2 }$ (Böhm et al., 2020). Further, the convergence rate bound depends on the diameter of $\mathcal { C } _ { 2 }$ . For some algorithms (Mokhtari et al., 2020) a valid set is provided which bounds the iterates. However Böhm et al. (2020) and Alacaoglu et al. (2021) do not provide one, although in principle it could be done so long as the ergodic sequence can be bounded almost-surely. Thus, the convergence rates depending on (75) in Böhm et al. (2020) and Alacaoglu et al. (2021) are somewhat incomplete in that they depend on unknown constants.
In contrast, rates based on the approximation residual in the monotone inclusion setting, including ours given in (57)–(58), completely avoid this pitfall. There is no need to select a compact set containing the algorithm’s iterates and the constants in our rates are all explicit or depend on standard quantities such as the initial distance to a solution.
# H MEMORY-SAVING TECHNIQUE FOR SPS
The variables $t _ { i } ^ { k } , x _ { i } ^ { k }$ , and $y _ { i } ^ { k }$ on lines 3-5 of SPS are stored in variables and . Another two variables $\bar { x }$ iand $\bar { y }$ i i keep track of $\textstyle \sum _ { i = 1 } ^ { n } x _ { i } ^ { k }$ and $\textstyle \sum _ { i = 1 } ^ { n } y _ { i } ^ { k }$ . The dual variables are stored as $w _ { i }$ for $i \in 1 . . n$ and the primal variable as $z$ . Once $x = x _ { i } ^ { k }$ is computed, the $i ^ { \mathrm { { t h } } }$ dual variable $w _ { i }$ can be partially updated as $w _ { i } w _ { i } - \alpha _ { k } x$ . Once all the operators have been processed, the update for each dual variable may be completed via $w _ { i } w _ { i } + \alpha _ { k } \bar { ( n + 1 ) } _ { . } ^ { - 1 } \bar { x }$ . Also, the primal update is computed as $z z - \alpha _ { k } \bar { y }$ . During the calculation loop for the $x _ { i } ^ { k } , y _ { i } ^ { k }$ , the terms in approximation residual $R _ { k }$ may also be accumulated one by one. The total total number of vector elements that must be stored is $( n + 7 ) d$ .
# I ADDITIONAL INFORMATION ABOUT THE NUMERICAL EXPERIMENTS
We solve the following convex-concave min-max problem:
$$
\begin{array} { r l } { \underset { \beta \in \mathbb { R } ^ { d } } { \operatorname* { m i n } } \quad \underset { \gamma \in \mathbb { R } ^ { m } } { \operatorname* { m a x } } } & { \left\{ \lambda ( \delta - \kappa ) + \displaystyle \frac { 1 } { m } \sum _ { i = 1 } ^ { m } \Psi ( \langle \hat { x } _ { i } , \beta \rangle ) + \displaystyle \frac { 1 } { m } \sum _ { i = 1 } ^ { m } \gamma _ { i } ( \hat { y } _ { i } \langle \hat { x } _ { i } , \beta \rangle - \lambda \kappa ) + c \| \beta \| _ { 1 } \right\} } \\ { \mathrm { s . t . } \quad } & { \| \beta \| _ { 2 } \leq \lambda / ( L _ { \Psi } + 1 ) \qquad \| \gamma \| _ { \infty } \leq 1 . } \end{array}
$$
This model is identical to that of (Yu et al., 2021, Thm. 4.3) except for the addition of the $\ell _ { 1 }$ regularization term $c \| \beta \| _ { 1 }$ , where $c \geq 0$ is a given constant. The goal is to learn the model weights $\beta$ from a training dataset of $m$ feature vectors ${ \hat { x } } _ { i }$ and corresponding labels $\hat { y } _ { i }$ . Rather than computing the expected loss over the training set, the formulation uses, for each $\beta$ , the worst possible distribution within a Wasserstein-metric ball around the empirical distribution of the $\{ ( \hat { x } _ { i } , \hat { y } _ { i } ) \}$ , with the parameter $\delta \geq 0$ giving the diameter of the ball and the parameter $\kappa \geq 0$ specifying the relative weighting of features and labels. The variables $\gamma$ and $\lambda$ parameterize the selection of this worst-case distribution in response to the model weights $\beta$ . Finally, $\Psi$ is the logistic loss kernel $t \mapsto \log ( e ^ { t } + e ^ { - t } )$ and $L _ { \Psi } = 1$ is the corresponding Lipschitz constant. In all the experiments, we set $\delta = \kappa = 1$ and $c = 1 0 ^ { - 3 }$ .
We now show how we converted this problem to the form (1) for our experiments. Let $z$ be a shorthand for $( \lambda , \beta , \gamma )$ , and define
$$
\mathcal { L } ( z ) \doteq \lambda ( \delta - \kappa ) + \frac { 1 } { m } \sum _ { i = 1 } ^ { m } \Psi ( \langle { \hat { x } _ { i } } , \beta \rangle ) + \frac { 1 } { m } \sum _ { i = 1 } ^ { m } \gamma _ { i } ( \hat { y } _ { i } \langle { \hat { x } _ { i } } , \beta \rangle - \lambda \kappa ) .
$$
The first-order necessary and sufficient conditions for the convex-concave saddlepoint problem in (76) are
$$
0 \in B ( z ) + A _ { 1 } ( z ) + A _ { 2 } ( z )
$$
where the vector field $B ( z )$ is defined as
$$
\boldsymbol { B } ( z ) \doteq \left[ \begin{array} { l } { \nabla _ { \boldsymbol { \lambda } , \beta } \mathcal { L } ( z ) } \\ { - \nabla _ { \boldsymbol { \gamma } } \mathcal { L } ( z ) } \end{array} \right] ,
$$
with
$$
\begin{array} { r } { \nabla _ { \lambda , \beta } \mathcal { L } ( z ) = \left[ \begin{array} { c } { \delta - \kappa ( 1 + \frac { 1 } { m } \sum _ { i = 1 } ^ { m } \gamma _ { i } ) } \\ { \frac { 1 } { m } \sum _ { i = 1 } ^ { m } \Psi ^ { \prime } ( \langle \hat { x } _ { i } , \beta \rangle ) \hat { x } _ { i } + \frac { 1 } { m } \sum _ { i = 1 } ^ { m } \gamma _ { i } \hat { y } _ { i } \hat { x } _ { i } } \end{array} \right] } \end{array}
$$
and
$$
\nabla _ { \boldsymbol { \gamma } } \mathcal { L } ( z ) = \left[ \begin{array} { c } { \frac { 1 } { m } ( \hat { y } _ { 1 } \langle \hat { x } _ { 1 } , \beta \rangle - \lambda \kappa ) } \\ { \vdots } \\ { \frac { 1 } { m } ( \hat { y } _ { m } \langle \hat { x } _ { m } , \beta \rangle - \lambda \kappa ) } \end{array} \right] .
$$
It is readily confirmed that $B$ defined in this manner is Lipschitz. The monotonicity of $B$ follows from its being the generalized gradient of a convex-concave saddle function (Rockafellar, 1970).
For the set-valued operators, $A _ { 1 } ( z )$ corresponds to the constraints and $A _ { 2 } ( z )$ to the nonsmooth $\ell _ { 1 }$ regularizer, and are defined as
$$
A _ { 1 } ( z ) \doteq N _ { \mathcal { C } _ { 1 } } ( \lambda , \beta ) \times N _ { \mathcal { C } _ { 2 } } ( \gamma ) ,
$$
where
$$
\begin{array} { r } { \mathcal { C } _ { 1 } \doteq \bigl \{ ( \lambda , \beta ) : \| \beta \| _ { 2 } \le \lambda / ( L _ { \Psi } + 1 ) \bigr \} \quad \mathrm { ~ a n d ~ } \quad \mathcal { C } _ { 2 } \doteq \{ \gamma : \| \gamma \| _ { \infty } \le 1 \} , } \end{array}
$$
and
$$
A _ { 2 } ( z ) \doteq \{ \mathbf { 0 } _ { 1 \times 1 } \} \times c \partial \| \beta \| _ { 1 } \times \{ \mathbf { 0 } _ { m \times 1 } \} .
$$
Here, the notation ${ \bf 0 } _ { p \times 1 }$ denotes the $p$ -dimensional vector of all zeros. $\mathcal { C } _ { 1 }$ is a scaled version of the second-order cone, well known to be a closed convex set, while $\mathcal { C } _ { 2 }$ is the unit ball of the $\ell _ { \infty }$ norm, also closed and convex. Since $A _ { 1 }$ is a normal cone map of a closed convex set and $A _ { 2 }$ is the subgradient map of a closed proper convex function (the scaled 1-norm), both of these operators are maximal monotone and problem (77) is a special case of (1) for $n = 2$ .
Stochastic oracle implementation The operator $B : \mathbb { R } ^ { m + d + 1 } \mapsto \mathbb { R } ^ { m + d + 1 }$ , defined in (78), can be written as
$$
B ( z ) = \frac { 1 } { m } \sum _ { i = 1 } ^ { m } B _ { i } ( z )
$$
where
$$
B _ { i } ( z ) \doteq \left[ \begin{array} { c } { \delta - \kappa ( 1 + \gamma _ { i } ) } \\ { \Psi ^ { \prime } ( \langle \hat { x } _ { i } , \beta \rangle ) \hat { x } _ { i } + \gamma _ { i } \hat { y } _ { i } \hat { x } _ { i } } \\ { \mathbf { 0 } _ { ( i - 1 ) \times 1 } } \\ { - ( \hat { y } _ { i } \langle \hat { x } _ { i } , \beta \rangle - \lambda \kappa ) } \\ { \mathbf { 0 } _ { ( m - i ) \times 1 } } \end{array} \right] .
$$
In our SPS experiments, the stochastic oracle for $B$ is simply $\begin{array} { r } { \tilde { B } ( z ) = \frac { 1 } { | \mathbf { B } | } \sum _ { i \in \mathbf { B } } B _ { i } ( z ) } \end{array}$ for some minibatch $\mathbf { B } \subseteq \{ 1 , \dots , m \}$ . We used a batchsize of 100.
Resolvent computations The resolvent of $A _ { 1 }$ is readily constructed from the projection maps of the simple sets $\mathcal { C } _ { 1 }$ and $\mathcal { C } _ { 2 }$ , while the resolvent $A _ { 2 }$ involves the proximal operator of the $\ell _ { 1 }$ norm. Specifically,
$$
J _ { \rho A _ { 1 } } ( z ) = \left[ \begin{array} { c } { \mathrm { p r o j } _ { \mathcal { C } _ { 1 } } ( \lambda , \beta ) } \\ { \mathrm { p r o j } _ { \mathcal { C } _ { 2 } } ( \gamma ) } \end{array} \right] \quad \mathrm { a n d } \quad J _ { \rho A _ { 2 } } ( z ) = \left[ \begin{array} { c } { \mathbf { 0 } _ { 1 \times 1 } } \\ { \mathrm { p r o x } _ { \rho c \| \cdot \| _ { 1 } } ( \beta ) } \\ { \mathbf { 0 } _ { m \times 1 } } \end{array} \right] .
$$
The constraint $\mathcal { C } _ { 1 }$ is a scaled second-order cone and $\mathcal { C } _ { 2 }$ is the $\ell _ { \infty }$ ball, both of which have closed-form projections. The proximal operator of the $\ell _ { 1 }$ norm is the well-known soft-thresholding operator (Parikh & Boyd, 2013, Section 6.5.2). Therefore all resolvents in the formulation may be computed quickly and accurately.
SPS stepsize choices For the stepsize in SPS, we ordinarily require $\rho _ { k } \le \overline { { \rho } } < 1 / L$ for the global Lipschitz constant $L$ of $B$ . However, since the global Lipschitz constant may be pessimistic, better performance can often be achieved by experimenting with larger stepsizes. If divergence is observed, then the stepsize can be decreased. This type of strategy is common for SGD and similar stochastic methods. Thus, for SPS-decay we set $\alpha _ { k } ^ { - \pm } = C _ { d } k ^ { - 0 . 5 1 }$ and $\rho _ { k } = C _ { d } k ^ { - 0 . 2 5 }$ , and performed a grid search to select the best $C _ { d }$ from $\{ 0 . 1 , 0 . 5 , 1 , 5 , 1 0 \}$ , arriving at $C _ { d } = 1$ for epsilon and SUSY, and $C _ { d } = 0 . 5$ for real-sim. For SPS-fixed we used $\rho = K ^ { - 1 / 4 }$ and $\alpha = C _ { f } \rho ^ { 2 }$ , and performed a grid search to select $C _ { f }$ over $\{ 0 . 1 , 0 . 5 , 1 , 5 , 1 0 \}$ , arriving at $C _ { f } = 1$ for epsilon and real-sim, and $C _ { f } = 5$ for SUSY. The total number of iterations for SPS-fixed was chosen as follows: For the epsilon dataset, we used $K = 5 0 0 0$ , for SUSY we used $K = 2 0 0$ , and for real-sim we used $K = 1 0 0 0$ .
![](images/c94c000fa07b86ebc660cc1004df85b2b9b8c4f0b3338fc20eb74e1d9a379c4e.jpg)
Figure 2: Approximation residual versus epoch for three LIBSVM benchmark datasets. Left: epsilon, middle: SUSY, right: real-sim.
Parameter choices for the other algorithms All methods are initialized at the same random point. For Tseng’s method, we used the backtracking linesearch variant with an initial stepsize of 1, $\theta = 0 . 8$ , and a stepsize reduction factor of 0.7. For FRB, we used the backtracking linesearch variant with the same settings as for Tseng’s method. For deterministic PS, we used a fixed stepsize of $0 . 9 / L$ . For the stochastic Tseng’s method of Böhm et al. (2020), the stepsize $\alpha _ { k }$ must satisfy: $\textstyle \sum _ { k = 1 } ^ { \infty } { \dot { \alpha } } _ { k } = \infty$ and P∞k=1 $\textstyle \sum _ { k = 1 } ^ { \infty } \alpha _ { k } ^ { 2 } < \infty$ . So we set $\alpha _ { k } = C k ^ { - d }$ and perform a grid search over $\{ C , d \}$ k=1 in the range $[ 1 0 ^ { - 4 } , 1 0 ] \times [ 0 . 5 1 , 1 ]$ , checking $5 \times 5$ values to find the best setting for each of the three problems. The selected values are in Table 1.
Table 1: Parameter Values for S-Tseng
<table><tr><td></td><td>epsilon</td><td>SUSY</td><td>real-sim</td></tr><tr><td>C</td><td>0.56</td><td>0.56</td><td>0.77</td></tr><tr><td>d</td><td>0.6</td><td>0.6</td><td>0.55</td></tr></table>
The work of Böhm et al. (2020) also introduced $\mathrm { F B F p }$ , a stochastic version of Tseng’s method that reuses a previously-computed gradient and therefore only needs one additional gradient calculation per iteration. In our experiments, the performance of the two methods was about the same, so we only report the performance of stoch. Tseng’s method.
For variance-reduced FRB, the main parameter is the probability $p$ . We hand-tuned $p$ ,arriving at $p = 0 . 0 1$ for all problems. We set the stepsize to its maximum allowed value of
$$
\tau = { \frac { 1 - \sqrt { 1 - p } } { 2 L } } .
$$
Plots versus Epoch Figure 2 plots the performance of each method versus epoch (i.e. data pass). This shows an even more dramatic benefit for the stochastic methods than the plots versus time, since at each iteration the stochastic methods only need to process small amounts of data, whereas deterministic methods must process all of it. We believe these benefits do not fully manifest themselves in the plots versus time due to overheads in each iteration of the stochastic methods, multithreading providing a boost for the deterministic methods, memory access patterns, and other practical considerations.
Fraction of Nonzero Entries versus Running time Figure 3 plots the fraction of nonzero entries in the iterates of each method versus running time. For each method, we used output of proxck·k1. We observe that our methods produce sparse intermediate iterates for two of the three problems. This is one of the benefits of proximal splitting algorithms in general, including our method. For the other problem, SUSY, no method produces sparse iterates, suggesting that $c$ should be increased if sparse solutions are desired.
![](images/7829a04c81fd4e0356905a55be1d4c62aec1a4bb1bef565b9369bc3a3ec4170b.jpg)
Figure 3: Fraction of nonzero entries versus running time for the three datasets. Left: epsilon, middle: SUSY, right: real-sim.
# J LOCAL CONVERGENCE ON NON-MONOTONE PROBLEMS
The work by Hsieh et al. (2020) provides a local convergence analysis for DSEG applied to locally monotone problems. Recall that DSEG is equivalent to the special case of SPS for which $n = 0$ . While extending this result to the more general setting of SPS is beyond the scope of this manuscript, we next provide a preliminary sketch of how the analysis of Hsieh et al. (2020) might be generalized to our setting. We leave a formal proof to future work.
Sketch of assumptions and main result The first assumption needed is the existence of an isolated solution $p ^ { * } = ( z ^ { * } , w _ { 1 } ^ { * } , \ldots , w _ { n + 1 } ^ { * } ) \in \mathcal { S }$ . We then require that there exists a ball $\mathbb { B } _ { r } \big ( z ^ { * } \big )$ , centered at $z ^ { * }$ , throughout which the operator $B$ is “well-behaved”, meaning that it satisfies monotonicity and Lipschitz continuity. In addition, we need each $A _ { i }$ , for $i \in 1 . . n$ , to be maximal monotone within this ball. Outside of the ball, the operators do not need to be monotone or Lipschitz.
Following (Hsieh et al., 2020, Assumption $2 ^ { \prime }$ ), the noise variance assumptions are slightly stronger than in the monotone case. In particular, we require that $\mathbb { E } [ \| \epsilon ^ { k } \| ^ { q } | \mathcal { F } _ { k } ] \le \dot { N } ^ { q }$ and $\mathbb { E } [ \| e ^ { k } \| ^ { q } | \dot { \mathcal { F } } _ { k } ] \le \mathsf { \bar { N } } ^ { q }$ for some $q > 2$ . As before, the noise must be zero-mean. Finally, the stepsize requirements are also slightly stronger than (12), having the added assumption that $\textstyle \sum _ { k = 1 } ^ { \infty } \rho _ { k } ^ { q } < \infty$ .
With these assumptions, the goal is to show that, so long as the initial point $p ^ { 1 }$ is sufficiently close to $p ^ { * }$ , then with high probability $p ^ { k }$ converges to $p ^ { * }$ .
Proof strategy The initial strategy is to develop the following recursion, satisfied by SPS, that does not (yet) utilize local monotonicity or Lipschitz continuity:
$$
\begin{array} { r l } & { \| p ^ { k + 1 } - p ^ { * } \| ^ { 2 } \leq ( 1 + c _ { 1 } \alpha _ { k } ^ { 2 } ) \| p ^ { k } - p ^ { * } \| ^ { 2 } - c _ { 2 } \alpha _ { k } \rho _ { k } ( T _ { k } ^ { \prime } + l _ { k } + r _ { k } ) - c _ { 3 } \alpha _ { k } ( r _ { k } ^ { \prime } + q _ { k } ) } \\ & { \qquad + c _ { 1 } \alpha _ { k } ^ { 2 } \big ( \| e ^ { k } \| ^ { 2 } + \| \epsilon ^ { k } \| ^ { 2 } + c _ { 4 } \big ) + c _ { 5 } \alpha _ { k } q _ { k } ^ { \prime } } \end{array}
$$
for appropriate constants $c _ { 1 } \ldots c _ { 5 } \geq 0$ . In this inequality, we use
$$
\begin{array} { l } { \displaystyle T _ { k } ^ { \prime } \stackrel { \prime } { = } \frac { \tau } { \overline { { \rho } } } \displaystyle \sum _ { i = 1 } ^ { n } \| y _ { i } ^ { k } - w _ { i } ^ { k } \| ^ { 2 } + \frac { 1 } { \overline { { \rho } } \tau } \displaystyle \sum _ { i = 1 } ^ { n } \| z ^ { k } - x _ { i } ^ { k } \| ^ { 2 } , } \\ { \displaystyle l _ { k } \stackrel { \prime } { = } \displaystyle \sum _ { i = 1 } ^ { n } \langle z ^ { * } - x _ { i } ^ { k } , w _ { i } ^ { * } - y _ { i } ^ { k } \rangle + \big \langle z ^ { * } - x _ { n + 1 } ^ { k } , w _ { i } ^ { * } - B ( x _ { n + 1 } ^ { k } ) \big \rangle , } \\ { \displaystyle r _ { k } \stackrel { \prime } { = } \big \langle k ^ { \ell } , B ( \tilde { x } ^ { k } ) - w _ { n + 1 } ^ { k } \big \rangle , } \\ { \displaystyle r _ { k } ^ { \prime } \stackrel { \prime } { = } \big \langle z ^ { k } - z ^ { * } , e ^ { k } \big \rangle , } \\ { \displaystyle q _ { k } \triangleq \big ( \rho _ { k } ^ { - 1 } - d / 2 \big ) \| \tilde { x } ^ { k } - z ^ { k } \| ^ { 2 } - \| \tilde { x } ^ { k } - z ^ { k } \| \| B ( \tilde { x } ^ { k } ) - B ( z ^ { k } ) \| } \\ { \displaystyle q _ { k } ^ { \prime } \stackrel { \prime } { = } \rho _ { k } \| \epsilon ^ { k } \| \| B x _ { n + 1 } ^ { k } - B \tilde { x } ^ { k } \| + \frac { 1 } { 2 d } \| B \tilde { x } _ { n + 1 } ^ { k } - B x _ { n + 1 } ^ { k } \| ^ { 2 } , } \end{array}
$$
where
$$
\tilde { x } ^ { k } \doteq z ^ { k } - \rho _ { k } \bigl ( B ( z ^ { k } ) - w _ { n + 1 } ^ { k } \bigr ) \qquad d \doteq \frac { 1 - \overline { { \rho } } L } { 1 + \overline { { \rho } } / 2 } ,
$$
with $L$ being the local Lipschitz constant of $B$ on $\mathbb { B } _ { r } \big ( z ^ { * } \big )$ . The iterate $\tilde { x } ^ { k }$ is the analog of the iterate $\tilde { X } _ { t + 1 / 2 }$ used in Hsieh et al. (2020).
The recursion (79) is derived by once again starting from (13) and following the arguments leading to (35), but this time not taking conditional expectations. In particular, the upper bounds on $\| \nabla _ { z } \varphi _ { k } \| ^ { 2 }$ and $\| \nabla _ { w _ { i } } \varphi _ { k } \| ^ { 2 }$ contribute the terms $c _ { 1 } \alpha _ { k } ^ { 2 } ( \| \bar { e } ^ { k } \| ^ { 2 } + \| \epsilon ^ { k } \| ^ { 2 } + c _ { 4 } )$ and $c _ { 1 } \alpha _ { k } ^ { 2 } \| p ^ { k } - p ^ { * } \| ^ { 2 }$ . For $i \in 1 . . n$ , the ${ } ^ { \mathfrak { e } } \varphi _ { i , k }$ -gap" term, $\varphi _ { i , k } ( p ^ { k } ) - \varphi _ { i , k } ( p ^ { * } )$ , is dealt with in a similar manner to Section C.5, but this time not using monotonicity as in (36). This contributes $T _ { k } ^ { \prime }$ and the first term in $l _ { k }$ . Finally, as we sketch below, the ${ ^ { \circ } } \varphi _ { n + 1 , k }$ -gap" term contributes $r _ { k } , r _ { k } ^ { \prime } , q _ { k } , q _ { k } ^ { \prime }$ , and the last term in $l _ { k }$ .
For the $\cdot \circ _ { n + 1 , k } \cdot \mathbf { g } \mathbf { a p } ^ { , , }$ , that is, $\varphi _ { n + 1 , k } ( p ^ { k } ) - \varphi _ { n + 1 , k } ( p ^ { * } )$ , we have to depart from the analysis in Section C.6 and use an alternative argument involving $\tilde { x } ^ { k }$ . We now provide some details of this argument: in the following, we use $B z$ as shorthand for $B ( z )$ for any vector $z \in \mathbb { R } ^ { d }$ . We begin the analysis with
$$
\begin{array} { r l } & { \varphi _ { n + 1 , k } ( p ^ { k } ) = \langle z ^ { k } - x _ { n + 1 } ^ { k } , y _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { k } \rangle } \\ & { \qquad = \langle z ^ { k } - x _ { n + 1 } ^ { k } , B x _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { k } \rangle + \underbrace { \langle z ^ { k } - x _ { n + 1 } ^ { k } , e ^ { k } \rangle } _ { \mathrm { p a r t } \mathrm { o f } r _ { k } ^ { \prime } } . } \end{array}
$$
The final term will combine with the term $\langle x _ { n + 1 } ^ { k } - z ^ { * } , e ^ { k } \rangle$ coming from
$$
\begin{array} { r l } & { - \varphi _ { n + 1 , k } ( p ^ { * } ) = \langle z ^ { * } - x _ { n + 1 } ^ { k } , w _ { n + 1 } ^ { * } - y _ { n + 1 } ^ { k } \rangle } \\ & { \qquad = \langle z ^ { * } - x _ { n + 1 } ^ { k } , w _ { n + 1 } ^ { * } - B x _ { n + 1 } ^ { k } \rangle + \langle x _ { n + 1 } ^ { k } - z ^ { * } , e _ { n + 1 } ^ { k } \rangle } \end{array}
$$
to yield $r _ { k } ^ { \prime }$ above. Equation (82) also yields the second term in $l _ { k }$ . Using that $\tilde { x } ^ { k } - x _ { n + 1 } ^ { k } = \rho _ { k } \epsilon _ { k }$ , we rewrite the first term in (81) as
$$
\begin{array} { r l } & { \bigl \langle z ^ { k } - x _ { n + 1 } ^ { k } , B x _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { k } \bigr \rangle = \bigl \langle z ^ { k } - \tilde { x } ^ { k } , B x _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { k } \bigr \rangle + \bigl \langle \tilde { x } ^ { k } - x _ { n + 1 } ^ { k } , B x _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { k } \bigr \rangle } \\ & { \qquad = \bigl \langle z ^ { k } - \tilde { x } ^ { k } , B x _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { k } \bigr \rangle + \rho _ { k } \bigl \langle \epsilon ^ { k } , B x _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { k } \bigr \rangle \qquad } \\ & { \qquad = \bigl \langle z ^ { k } - \tilde { x } ^ { k } , B x _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { k } \bigr \rangle + \rho _ { k } \bigl \langle \epsilon ^ { k } , B x _ { n + 1 } ^ { k } - B \tilde { x } ^ { k } \bigr \rangle \qquad ( 8 } \\ & { \qquad + \rho _ { k } \underbrace { \bigl \langle \epsilon ^ { k } , B \tilde { x } ^ { k } - w _ { n + 1 } ^ { k } \bigr \rangle } _ { r _ { k } } . } \end{array}
$$
Next, the terms in (83) admit the lower bound
$$
\begin{array} { r l } & { \langle z ^ { k } - { \tilde { x } } ^ { k } , B x _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { k } \rangle + \rho _ { k } \langle \epsilon ^ { k } , B x _ { n + 1 } ^ { k } - B { \tilde { x } } ^ { k } \rangle } \\ & { \qquad \geq \langle z ^ { k } - { \tilde { x } } ^ { k } , B x _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { k } \rangle - \underbrace { \rho _ { k } \| \epsilon ^ { k } \| \| B x _ { n + 1 } ^ { k } - B { \tilde { x } } ^ { k } \| } _ { \mathrm { ~ } } . } \end{array}
$$
Considering the first term on right-hand side of this bound, we also have
$$
\begin{array} { r l } { { \langle z ^ { k } - \tilde { x } ^ { k } , B x _ { n + 1 } ^ { k } - w _ { n + 1 } ^ { k } \rangle = \langle z ^ { k } - \tilde { x } ^ { k } , B \tilde { x } ^ { k } - w _ { n + 1 } ^ { k } \rangle + \langle z ^ { k } - \tilde { x } ^ { k } , B x _ { n + 1 } ^ { k } - B \tilde { x } ^ { k } \rangle } } \\ & { \geq \langle z ^ { k } - \tilde { x } ^ { k } , B \tilde { x } ^ { k } - w _ { n + 1 } ^ { k } \rangle - \displaystyle \frac { d } { 2 } \| z ^ { k } - \tilde { x } ^ { k } \| ^ { 2 } - \displaystyle \frac { 1 } { \underline { { 2 d } } } \| B \tilde { x } ^ { k } - B x _ { n + 1 } ^ { k } \| ^ { 2 } } \end{array}
$$
for any $d > 0$ , using Young’s inequality. Finally, for the first two terms of the right-hand side of the above relation, we may write
$$
\begin{array} { r l } { { \langle z ^ { k } - \tilde { x } ^ { k } , B \tilde { x } ^ { k } - w _ { n + 1 } ^ { k } \rangle - \frac { d } { 2 } \| z ^ { k } - \tilde { x } ^ { k } \| ^ { 2 } } } \\ & { = \langle z ^ { k } - \tilde { x } ^ { k } , B z ^ { k } - w _ { n + 1 } ^ { k } \rangle + \langle z ^ { k } - \tilde { x } ^ { k } , B \tilde { x } ^ { k } - B z ^ { k } \rangle - \frac { d } { 2 } \| z ^ { k } - \tilde { x } ^ { k } \| ^ { 2 } } \\ & { \quad \quad \geq \underbrace { ( \rho _ { k } ^ { - 1 } - d / 2 ) \| z ^ { k } - \tilde { x } ^ { k } \| ^ { 2 } - \| z ^ { k } - \tilde { x } ^ { k } \| \| B \tilde { x } ^ { k } - B z ^ { k } \| } _ { q _ { k } } , } \end{array}
$$
where in the final inequality we use the Cauchy-Schwartz inequality and substitute $B z ^ { k } - w _ { n + 1 } ^ { k } =$ $\rho _ { k } ^ { - 1 } ( z ^ { k } - \tilde { x } ^ { k } )$ , from the definition of $\tilde { x } ^ { k }$ in (80). We have now accounted for all the terms appearing in (79).
The recursion (79) is analogous to equation (F.7) on page 24 of Hsieh et al. (2020) and provides the starting point for the local convergence analysis. The next step would be to derive an analog of Theorem F.1. of Hsieh et al. (2020) using (79). The following translation to the notation of Theorem F.1. could be used (note that Hsieh et al. (2020) uses $t$ for iteration counter):
$$
\begin{array} { r l } & { D _ { k } = \| p ^ { k } - p ^ { * } \| ^ { 2 } , } \\ & { \zeta _ { k } = c _ { 2 } \alpha _ { k } \rho _ { k } ( T _ { k } ^ { \prime } + l _ { k } ) + c _ { 3 } \alpha _ { k } q _ { k } , } \\ & { \xi _ { k } = - c _ { 2 } \alpha _ { k } \rho _ { k } r _ { k } - c _ { 3 } \alpha _ { k } r _ { k } ^ { \prime } , } \\ & { \chi _ { k } = c _ { 1 } \alpha _ { k } ^ { 2 } \big ( \| e ^ { k } \| ^ { 2 } + \| \epsilon ^ { k } \| ^ { 2 } + \| p ^ { k } - p ^ { * } \| ^ { 2 } + c _ { 4 } \big ) + c _ { 5 } \alpha _ { k } q _ { k } ^ { \prime } , } \end{array}
$$
and the event $E _ { \infty } ^ { \rho }$ is translated to
$$
\begin{array} { r } { E _ { \infty } ^ { \rho } = \left\{ x _ { n + 1 } ^ { k } \in \mathbb { B } _ { r } ( z ^ { * } ) , \tilde { x } ^ { k } \in \mathbb { B } _ { \rho r } ( z ^ { * } ) , p ^ { k } \in \mathbb { B } _ { \rho r } ( p ^ { * } ) \mathrm { ~ f o r ~ a l l ~ } k = 1 , 2 , \ldots \right\} . } \end{array}
$$
An analog of Theorem 2 of Hsieh et al. (2020) could then be developed based on this result.