ArticleslgStudy

science

Proximal gradient method

Proximal gradient method is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Proximal gradient method rather than just read about it. In short: Proximal gradient methods are a generalized form of projection used to solve non-differentiable convex optimization problems. Many interesting problems can be formulated as convex optimization problems of the form min x ∈ R d ∑ i = 1 n f i ( x ) {\displaystyle \min _{\mathbf {x} \in \mathbb {R} ^{d}}\sum _{i=1}^{n}f_{i}(\mathbf {x} )} where f i : R d → R , i = 1 , … , n {\displaystyle f_{i}:\mathbb {R} ^{d}\rightarr…

Proximal gradient method — main illustration
Proximal gradient method — illustration

Key takeaways

  • Proximal gradient method belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Proximal gradient method to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Proximal gradient method from memory before moving on to harder problems.

Reference excerpt

Proximal gradient methods are a generalized form of projection used to solve non-differentiable convex optimization problems.

Many interesting problems can be formulated as convex optimization problems of the form

min x ∈ R d ∑ i = 1 n f i ( x ) {\displaystyle \min _{\mathbf {x} \in \mathbb {R} ^{d}}\sum _{i=1}^{n}f_{i}(\mathbf {x} )}

where f i : R d → R , i = 1 , … , n {\displaystyle f_{i}:\mathbb {R} ^{d}\rightarrow \mathbb {R} ,\ i=1,\dots ,n} are possibly non-differentiable convex functions. The lack of differentiability rules out conventional smooth optimization techniques like the steepest descent method and the conjugate gradient method, but proximal gradient methods can be used instead. Proximal gradient methods starts by a splitting step, in which the functions f 1 , . . . , f n {\displaystyle f_{1},...,f_{n}} are used individually so as to yield an easily implementable algorithm. They are called proximal because each non-differentiable function among f 1 , . . . , f n {\displaystyle f_{1},...,f_{n}} is involved via its proximity operator. Iterative shrinkage thresholding algorithm, projected Landweber, projected gradient, alternating projections, alternating-direction method of multipliers, alternating split Bregman are special instances of proximal algorithms. For the theory of proximal gradient methods from the perspective of and with applications to statistical learning theory, see proximal gradient methods for learning.

Projection onto convex sets (POCS) One of the widely used convex optimization algorithms is projections onto convex sets (POCS). This algorithm is employed to recover/synthesize a signal satisfying simultaneously several convex constraints. Let f i {\displaystyle f_{i}} be the indicator function of non-empty closed convex set C i {\displaystyle C_{i}} modeling a constraint. This reduces to convex feasibility problem, which require us to find a solution such that it lies in the intersection of all convex sets C i {\displaystyle C_{i}} . In POCS method each set C i {\displaystyle C_{i}} is incorporated by its projection operator P C i {\displaystyle P_{C_{i}}} . So in each iteration x {\displaystyle x} is updated as

x k + 1 = P C 1 P C 2 ⋯ P C n x k {\displaystyle x_{k+1}=P_{C_{1}}P_{C_{2}}\cdots P_{C_{n}}x_{k}}

However beyond such problems projection operators are not appropriate and more general operators are required to tackle them. Among the various generalizations of the notion of a convex projection operator that exist, proximal operators are best suited for other purposes.

Examples Special instances of Proximal Gradient Methods are

Projected Landweber Alternating projection Alternating-direction method of multipliers

See also Proximal operator Proximal gradient methods for learning Frank–Wolfe algorithm

Notes

References Rockafellar, R. T. (1970). Convex analysis. Princeton: Princeton University Press. Combettes, Patrick L.; Pesquet, Jean-Christophe (2011). Fixed-Point Algorithms for Inverse Problems in Science and Engineering. Vol. 49. pp. 185–212.

External links Stephen Boyd and Lieven Vandenberghe Book, Convex optimization EE364a: Convex Optimization I and EE364b: Convex Optimization II, Stanford course homepages EE227A: Lieven Vandenberghe Notes Lecture 18 ProximalOperators.jl: a Julia package implementing proximal operators. ProximalAlgorithms.jl: a Julia package implementing algorithms based on the proximal operator, including the proximal gradient method. Proximity Operator repository: a collection of proximity operators implemented in Matlab and Python.

Worked examples

Example 1 — a first encounter with Proximal gradient method

Start with the simplest possible case. Write down what Proximal gradient method claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Proximal gradient method before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Proximal gradient method ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Proximal gradient method

In research
Proximal gradient method appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Proximal gradient method in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Proximal gradient method is common in secondary-school and first-year university syllabi. It links to neighbouring topics Gradient methods, so understanding it makes those chapters shorter.
In everyday life
Look for Proximal gradient method outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Proximal gradient method” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Proximal gradient method in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Proximal gradient method means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Proximal gradient method out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Proximal gradient method in simple terms?

Proximal gradient methods are a generalized form of projection used to solve non-differentiable convex optimization problems. Many interesting problems can be formulated as convex optimization problems of the form min x ∈ R d ∑ i = 1 n f i ( x ) {\displaystyle \min _{\mathbf {x} \in \mathbb {R} ^{d…

Why does Proximal gradient method matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Proximal gradient method?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Proximal gradient method.

Tags

  • Gradient methods

Keep exploring