MM algorithm

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

The MM algorithm is an iterative optimization method which exploits the convexity of a function in order to find their maxima or minima. The MM stands for “Majorize-Minimization” or “Minorize-Maximization”, depending on whether the desired optimization is a maximization or a minimization. MM itself is not an algorithm, but a description of how to construct an optimization algorithm.

The EM algorithm can be treated as a special case of the MM algorithm.[1] However, in the EM algorithm conditional expectations are usually involved, while in the MM algorithm convexity and inequalities are the main focus, and it is easier to understand and apply in most cases.

History

The historical basis for the MM algorithm can be dated back to at least 1970, when Ortega and Rheinboldt were performing studies related to line search methods.[2] The same concept continued to reappear in different areas in different forms. In 2000, Hunter and Lange put forth "MM" as a general framework.[3] Recent studies have applied the method in a wide range of subject areas, such as mathematics, statistics, machine learning and engineering.

Algorithm

The MM algorithm works by finding a surrogate function that minorizes or majorizes the objective function. Optimizing the surrogate function will drive the objective function upward or downward until a local optimum is reached.

Taking the minorize-maximization version, let  f(\theta) be the objective concave function to be maximized. At the m step of the algorithm,  m=0,1... , the constructed function  g(\theta|\theta_m) will be called the minorized version of the objective function (the surrogate function) at  \theta_m if

Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): g(\theta|\theta_m) \le f(\theta) \text{ for all } \theta
 g(\theta_m|\theta_m)=f(\theta_m)

Then, maximize  g(\theta|\theta_m) instead of  f(\theta) , and let

 \theta_{m+1}=\arg\max_{\theta}g(\theta|\theta_m)

The above iterative method will guarantee that  f(\theta_m) will converge to a local optimum or a saddle point as m goes to infinity.[4] By the above construction

 f(\theta_{m+1}) \ge g(\theta_{m+1}|\theta_m) \ge g(\theta_m|\theta_m)= f(\theta_m)

The marching of \theta_m and the surrogate functions relative to the objective function is shown in the figure.

File:Mmalgorithm.jpg
MM algorithm

Majorize-Minimization is the same procedure but with a convex objective to be minimised.

Constructing the surrogate function

One can use any inequality to construct the desired majorized/minorized version of the objective function. Typical choices include

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Wu, C. F. Jeff (Mar 1983). "On the Convergence Properties of the EM Algorithm"