Generalized Majorization-Minimization

Abstract

Non-convex optimization is ubiquitous in machine learning. Majorization-Minimization (MM) is a powerful iterative procedure for optimizing non-convex functions that works by optimizing a sequence of bounds on the function. In MM, the bound at each iteration is required to touch the objective function at the optimizer of the previous bound. We show that this touching constraint is unnecessary and overly restrictive. We generalize MM by relaxing this constraint, and propose a new optimization framework, named Generalized Majorization-Minimization (G-MM), that is more flexible. For instance, G-MM can incorporate application-specific biases into the optimization procedure without changing the objective function. We derive G-MM algorithms for several latent variable models and show empirically that they consistently outperform their MM counterparts in optimizing non-convex objectives. In particular, G-MM algorithms appear to be less sensitive to initialization.

Cite

Text

Parizi et al. "Generalized Majorization-Minimization." International Conference on Machine Learning, 2019.

Markdown

[Parizi et al. "Generalized Majorization-Minimization." International Conference on Machine Learning, 2019.](https://mlanthology.org/icml/2019/parizi2019icml-generalized/)

BibTeX

@inproceedings{parizi2019icml-generalized,
  title     = {{Generalized Majorization-Minimization}},
  author    = {Parizi, Sobhan Naderi and He, Kun and Aghajani, Reza and Sclaroff, Stan and Felzenszwalb, Pedro},
  booktitle = {International Conference on Machine Learning},
  year      = {2019},
  pages     = {5022-5031},
  volume    = {97},
  url       = {https://mlanthology.org/icml/2019/parizi2019icml-generalized/}
}