Subgradient method

This is an old revision of this page, as edited by Kiefer.Wolfowitz (talk | contribs) at 21:53, 13 October 2010 (Subgradient-projection methods: hyphenate to avoid confusion). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Subgradient methods are iterative methods for solving convex minimization problems. Originally developed by Naum Z. Shor and others in the 1960s and 1970s, subgradient methods are convergent when applied even to a non-differentiable objective function. When the objective function is differentiable, subgradient methods for unconstrained problems use the same search direction as the method of steepest descent.

Subgradient methods are slower than Newton's method when applied to minimize twice continuously differentiable convex functions. However, Newton's method fails to converge on problems that have non-differentiable kinks.

In recent years, some interior-point methods have been suggested for convex minimization problems, but subgradient projection methods and related bundle methods of descent remain competitive. For convex minimization problems with enormomous dimensions, subgradient-projection methods are suitable, because of they require little storage.

Subgradient projection methods are often applied to large-scale problems with decomposition techniques. Such decomposition methods often allow a simple distributed method for a problem.

Classical subgradient rules

Let   be a convex function with ___domain  . A classical subgradient method iterates

 

where   denotes a subgradient of   at  . If   is differentiable, then its only subgradient is the gradient vector   itself. It may happen that   is not a descent direction for   at  . We therefore maintain a list   that keeps track of the lowest objective function value found so far, i.e.

 

Step size rules

Many different types of step-size rules are used by subgradient methods. This article notes five classical step-size rules for which convergence proofs are known:

  • Constant step size,  
  • Constant step length,  , which gives  
  • Square summable but not summable step size, i.e. any step sizes satisfying
 
  • Nonsummable diminishing, i.e. any step sizes satisfying
 
  • Nonsummable diminishing step lengths, i.e.  , where
 

For all five rules, the step-sizes are determined "off-line", before the method is iterated; the step-sizes do not depend on preceding iterations. This "off-line" property of subgradient methods differs from the "on-line" step-size rules used for descent methods for differentiable functions: Many methods for minimizing differentiable functions satisfy Wolfe's sufficient conditions for convergence, where step-sizes typically depend on the current point and the current search-direction.

Convergence results

For constant step-length and scaled subgradients having Euclidean norm equal to one, the subgradient method converges to an arbitrarily close approximation to the minimum value, that is

  by a result of Shor.[1]

These classical subgradient methods have poor performance and are no longer recommended for general use.

Subgradient-projection methods

During the 1970s, Claude Lemaréchal and Phil. Wolfe developed bundle methods of descent for problems of convex minimization. These bundle methods are related to the subgradient projection methods of Boris Polyak (1966).[2] On some problems, subgradient-projection methods are surprisingly competitive with proximal-bundle methods of descent; both subgradient-projection methods and contemporary bundle-methods often use "ballstep" rules for choosing step-sizes.[3]

Constrained optimization

Projected subgradient

One extension of the subgradient method is the projected subgradient method, which solves the constrained optimization problem

minimize   subject to
 

where   is a convex set. The projected subgradient method uses the iteration

 

where   is projection on   and   is any subgradient of   at  

General constraints

The subgradient method can be extended to solve the inequality constrained problem

minimize   subject to
 

where   are convex. The algorithm takes the same form as the unconstrained case

 

where   is a step size, and   is a subgradient of the objective or one of the constraint functions at   Take

 

where   denotes the subdifferential of  . If the current point is feasible, the algorithm uses an objective subgradient; if the current point is infeasible, the algorithm chooses a subgradient of any violated constraint.

References

  1. ^ The approximate convergence of the constant step-size (scaled) subgradient method is stated as Exercise 6.3.14(a) in Bertsekas (page 636): Bertsekas, Dimitri P. (1999). Nonlinear Programming (Second ed.). Cambridge, MA.: Athena Scientific. ISBN 1-886529-00-0. On page 636, Bertsekas attributes this result to Shor: Shor, Naum Z. (1985). Minimization Methods for Non-differentiable Functions. Springer-Verlag. ISBN 0-387-12763-1.
  2. ^ Bertsekas, Dimitri P. (1999). Nonlinear Programming (Second ed.). Cambridge, MA.: Athena Scientific. ISBN 1-886529-00-0.
  3. ^ Claude Lemaréchal "Lagrangian Relaxation", Combinatorial Optimization, Lecture Notes in Computer Science, Springer Verlag.