Continuous-Time Proximal Gradient Descent
- Continuous-time proximal gradient descent is the continuous analogue of the forward–backward splitting method, transforming discrete proximal updates to an ODE framework.
- It ensures monotonic decrease of the objective function and, under proximal PL conditions, achieves exponential convergence without a discrete step-size restriction.
- The framework generalizes to complex settings including Wasserstein-space optimization and infinite-dimensional stochastic control, broadening its application to LASSO and feedback policy algorithms.
Continuous-time proximal gradient descent is the continuous-time counterpart of forward–backward splitting for composite optimization. In its basic Euclidean form, it concerns objectives with continuously differentiable and convex, closed, and proper, and it appears both as the forward–backward Euler interpretation of
and as the ODE
whose equilibria satisfy (Salim et al., 2020, Gokhale et al., 2024). The same structural idea extends to optimization over probability measures in Wasserstein space, to Hilbert spaces of controls and feedback policies, and to saddle systems where proximal augmented Lagrangian iterations become implicit gradient descent–ascent schemes (Reisinger et al., 2022, Liu et al., 10 Jun 2026).
1. Euclidean composite dynamics and forward–backward structure
In Euclidean space, the underlying composite problem is to minimize a proper lower semicontinuous convex function , or more specifically a decomposition with a smooth part and a nonsmooth convex regularizer. For a proper l.s.c. convex , the Euclidean subdifferential is
and the associated gradient flow is the differential inclusion
0
This flow admits the Evolution Variational Inequality characterization
1
while the proximal operator is
2
The classical proximal point scheme is therefore a backward Euler discretization of the gradient flow, and the forward–backward iteration
3
is the discrete proximal gradient method (Salim et al., 2020).
A second Euclidean formulation treats proximal gradient descent directly as a continuous-time dynamical system. With
4
the proximal gradient dynamics are
5
This system is the continuous-time analogue of the discrete-time proximal gradient method
6
obtained by viewing the vector field as “the proximal gradient update minus the current point” (Gokhale et al., 2024). In this formulation, fixed points of the proximal mapping coincide with stationary points of the composite problem, because
7
These two viewpoints are compatible rather than competing. One emphasizes forward–backward Euler as a discretization of a composite flow, while the other studies an explicit ODE whose vector field is itself built from the proximal map. Together they supply the canonical Euclidean vocabulary for continuous-time proximal gradient descent.
2. Dissipation, stationarity, and exponential convergence
A central structural property is monotonicity of the objective along trajectories. For the proximal gradient dynamics
8
with 9 continuously differentiable, 0 convex, closed, and proper, and 1, the upper right Dini derivative satisfies
2
so 3 is nonincreasing and trajectories converge to the set
4
(Gokhale et al., 2024). The finite-valued assumption on 5 can be removed: when 6 may take the value 7, 8 is forward invariant, and whenever the cost is finite its Dini derivative is still nonpositive.
This continuous-time theory differs in a notable way from standard discrete-time step-size analysis. In the discrete proximal gradient method, convergence often requires 9 when 0 is 1-Lipschitz. In the continuous-time analysis above, the ODE converges for all 2; no upper bound like 3 is needed for monotonicity and convergence results (Gokhale et al., 2024). A common misconception is therefore to transfer the discrete step-size restriction directly to the continuous-time model.
Beyond monotonicity, two exponential convergence mechanisms are identified. The first is a condition directly on the vector field: 4 which yields
5
The second is the proximal Polyak–Łojasiewicz condition
6
which implies
7
The paper further shows that the new vector-field condition implies a Kurdyka–Łojasiewicz condition with exponent 8, and therefore also implies the proximal PL condition (Gokhale et al., 2024).
The framework also extends to time-varying optimization problems
9
If for each 0 the pair 1 satisfies the proximal PL condition with the same constant 2, then with
3
the dynamics satisfy
4
and hence
5
This is a cost-tracking result rather than a direct state-tracking bound (Gokhale et al., 2024).
The Euclidean dynamics have been instantiated in several model classes. For the LASSO problem, the proximal operator is soft-thresholding and the cost decays exponentially because the problem is known to satisfy the proximal PL condition. For matrix recovery with nuclear norm regularization and for nonconvex matrix factorization with nuclear norm regularization, the cost is nonincreasing and trajectories converge to stationary points, while whether the cost decays exponentially is left as an open question. A numerical experiment on a feed-forward neural network with 6 regularization exhibits a trajectory moving along a path where the cost is monotonically decreasing, consistent with the general theorem (Gokhale et al., 2024).
3. Wasserstein-space realizations
A measure-theoretic realization replaces Euclidean space by the 7-Wasserstein space 8. The composite problem becomes
9
where 0 is convex and smooth in the Euclidean sense, and 1 is proper, lower semicontinuous, and convex along generalized geodesics in Wasserstein space (Salim et al., 2020). In this setting, continuous-time gradient flow is defined through a Wasserstein EVI, and the JKO minimizing movement scheme
2
plays the role of a proximal operator.
The forward–backward scheme for 3 performs a forward transport step
4
followed by a backward JKO step
5
Equivalently,
6
This is the precise Wasserstein counterpart of Euclidean proximal gradient descent (Salim et al., 2020).
Under 7-smoothness and 8, the forward step map is the optimal transport map 9. Under the standing assumptions on 0, the JKO step satisfies the resolvent-like relation
1
mirroring the Hilbert-space identity for the proximal operator. The analysis yields a discrete EVI
2
from which standard rates follow: in the convex case,
3
and in the strongly convex case,
4
The authors emphasize that these are discrete-time analogues of the continuous-time rates for the Wasserstein gradient flow of 5, and that the rates match those of proximal gradient in Hilbert spaces (Salim et al., 2020).
The JKO term also supplies the Wasserstein proximal operator for nonsmooth functionals. Examples include internal energies
6
for absolutely continuous measures 7, with negative entropy and power entropies as special cases. In a sampling example with
8
the objective is, up to a constant, the KL divergence to the standard Gaussian, the continuous-time Wasserstein gradient flow is the Fokker–Planck equation for Langevin diffusion, and the forward–backward scheme becomes a deterministic drift step followed by a JKO entropy step. In the Gaussian case, the JKO step and the entire scheme admit closed form, permitting exact tracking of means, covariances, and 9, and empirically verifying linear convergence (Salim et al., 2020).
A recurrent point of clarification is that continuous-time and discrete-time behaviors need not coincide. The paper explicitly notes that standard Langevin Monte Carlo, interpreted as a forward-flow splitting of the KL gradient flow, is biased and does not inherit the continuous-time convergence rate, whereas the proposed forward–backward scheme is presented as an unbiased splitting whose rates match the continuous-time gradient flow rates (Salim et al., 2020).
4. Infinite-dimensional stochastic control and feedback policies
In continuous-time stochastic control, proximal gradient descent appears on an infinite-dimensional Hilbert space of controls. The controlled state solves
0
with control-affine drift
1
and the cost is
2
The smooth and nonsmooth parts are separated as 3, with 4 convex, possibly nonsmooth, and allowed to take the value 5 to encode constraints or divergence regularizers (Reisinger et al., 2022).
At the open-loop level, the proximal operator is pointwise: 6 and the proximal gradient iteration is
7
where the gradient of 8 is represented through the reduced Hamiltonian and an adjoint FBSDE. At the policy level, for feedback maps 9, the Proximal Policy Gradient Method updates
0
The forward term is therefore a BSDE-derived gradient step, and the backward term is a pointwise proximal step (Reisinger et al., 2022).
The BSDE is not auxiliary bookkeeping; it is the gradient mechanism. The adjoint process 1 solves a backward stochastic differential equation driven by 2, and the key identity is that
3
is proportional, up to the factor 4, to 5 evaluated at the induced control. Uniform bounds on 6, Lipschitz continuity of 7, stability with respect to 8, and bounds on 9 obtained via Malliavin calculus provide the regularity estimates needed for contraction arguments (Reisinger et al., 2022).
Under suitable structural conditions, the paper proves linear convergence to a stationary point. The conditions are organized as six mechanisms: small horizon, large discount, strong convexity in control, weak dependence on state in costs, weak control effect on dynamics, and strong dissipativity in state dynamics. Under these assumptions and for
0
there exist 1 and 2 such that
3
The induced control 4 is a stationary point of 5 in the sense of Fréchet subdifferentials in 6 (Reisinger et al., 2022).
The same framework accommodates control constraints, sparse/Lasso control, and entropy or 7-divergence regularization. The paper further states that adding entropy-type regularization can make 8 strongly convex in the control even when 9 itself is only semi-convex or concave in 00, and that increasing a fictitious discount factor improves contraction constants. These observations are used to justify reinforcement-learning heuristics according to which entropy regularization or fictitious discounting accelerates policy gradient convergence (Reisinger et al., 2022).
5. Time-varying and constrained extensions
Time variation introduces a tracking problem rather than a pure asymptotic minimization problem. In unconstrained composite dynamics, the time-varying proximal PL estimate
01
shows that proximal gradient dynamics track the instantaneous optimal cost with an error controlled by the speed of variation 02 (Gokhale et al., 2024).
For linearly constrained time-varying convex optimization, an online proximal-ADMM scheme replaces exact subproblem minimization by proximal gradient steps and a perturbed dual ascent. At time 03, the updates are
04
05
and
06
The paper itself focuses on discrete time and does not explicitly derive an ODE, but the algorithmic structure “lends itself naturally to a continuous-time interpretation,” yielding differential inclusions for the primal variables together with a damped dual equation
07
in a natural small-step limit (Zhang et al., 2020).
The convergence statement is a tracking result to a perturbed KKT trajectory. With 08 and 09 the approximate KKT point, the paper proves
10
and therefore
11
In the static case, the additive term vanishes and the method converges linearly to the approximate KKT point. In the time-varying case, the paper states that the discrete analysis corresponds, in continuous-time language, to exponential stability for the static problem and input-to-state stability for the time-varying case (Zhang et al., 2020).
A further point of interpretation concerns the perturbation parameter 12. The distance between the approximate KKT primal variables and the exact KKT primal variables is 13, so the total error splits into a tracking error and a regularization error. This is the constrained analogue of the tradeoff between stabilization and exactness that often accompanies proximal and damped primal–dual dynamics (Zhang et al., 2020).
6. Saddle-point generalizations, acceleration, and related continuous-time models
Continuous-time proximal gradient ideas also extend beyond pure minimization to monotone inclusions and minimax problems. In equality-constrained convex optimization, the proximal augmented Lagrangian method
14
is equivalent to the implicit GDA step
15
or, at operator level,
16
This is a proximal point iteration on the monotone operator 17, and in the unconstrained case it reduces to implicit gradient descent (Liu et al., 10 Jun 2026).
The first-order variable-step continuous-time limit is the ODE
18
whose Lyapunov analysis uses the variational inequality measure 19 rather than the usual objective gap. The solution satisfies
20
and the discrete scheme achieves the corresponding 21 last-iterate rates. A second-order ODE family parameterized by 22,
23
yields Nesterov-type implicit GDA schemes with 24 last-iterate convergence for the primal–dual objective gap. Specializing to 25 produces an explicit GDA scheme with an 26 last-iterate rate under inverse strong monotonicity of 27 (Liu et al., 10 Jun 2026).
This saddle-point formulation shifts the perspective from pure convex optimization to minimax optimization. The paper explicitly states that the underlying potential function must be shifted from the conventional objective gap to a variational inequality measure. In that sense, it generalizes continuous-time proximal gradient descent from composite minimization to operator splitting on monotone saddle operators (Liu et al., 10 Jun 2026).
A related but distinct line of work studies continuous-time models of discrete gradient methods through backward error analysis. The principal flow
28
is presented as a continuous flow that captures divergent and oscillatory behaviors of gradient descent, including escaping local minima and saddle points, and depends explicitly on the Hessian eigendecomposition (Rosca et al., 2023). Although this is not a proximal model, it is discussed as a blueprint for understanding and generalizing to proximal, implicit, or regularized flows. This suggests that continuous-time proximal-gradient models may likewise benefit from formulations that retain finite-step-size effects rather than working only in the 29 limit (Rosca et al., 2023).