MM algorithm
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 be the objective concave function to be maximized. At the step of the algorithm, , the constructed function will be called the minorized version of the objective function (the surrogate function) at if
≤ for all
Then, maximize instead of , and let
The above iterative method will guarantee that will converge to a local optimum or a saddle point as goes to infinity.[4] By the above construction
≥ ≥
The marching of and the surrogate functions relative to the objective function is shown in the figure.
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
- Jensen's inequality
- Convexity inequality
- Cauchy–Schwarz inequality
- Inequality of arithmetic and geometric means
References
- ↑ Lange, Kenneth. "The MM Algorithm" (PDF).
- ↑ Ortega, J.M.; Rheinboldt, W.C. (1970). "Iterative Solutions of Nonlinear Equations in Several Variables". New York: Academic: 253–255.
- ↑ Hunter, D.R.; Lange, K. (2000). "Quantile Regression via an MM Algorithm". Journal of Computational and Graphical Statistics 9: 60–77. doi:10.2307/1390613. line feed character in
|journal=
at position 27 (help) - ↑ Wu, C. F. Jeff (Mar 1983). "On the Convergence Properties of the EM Algorithm"