Nonnegative Matrix Factorization with Earth Mover's Distance Metric

Abstract

Nonnegative Matrix Factorization (NMF) approximates a given data matrix as a product of two low rank nonnegative matrices, usually by minimizing the L <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sub> or the KL distance between the data matrix and the matrix product. This factorization was shown to be useful for several important computer vision applications. We propose here a new NMF algorithm that minimizes the Earth Mover's Distance (EMD) error between the data and the matrix product. We propose an iterative NMF algorithm (EMD NMF) and prove its convergence. The algorithm is based on linear programming. We discuss the numerical difficulties of the EMD NMF and propose an efficient approximation. Naturally, the matrices obtained with EMD NMF are different from those obtained with L <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sub> NMF. We discuss these differences in the context of two challenging computer vision tasks - texture classification and face recognition - and demonstrate the advantages of the proposed method.

Cite

Text

Sandler and Lindenbaum. "Nonnegative Matrix Factorization with Earth Mover's Distance Metric." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206834

Markdown

[Sandler and Lindenbaum. "Nonnegative Matrix Factorization with Earth Mover's Distance Metric." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/sandler2009cvpr-nonnegative/) doi:10.1109/CVPR.2009.5206834

BibTeX

@inproceedings{sandler2009cvpr-nonnegative,
  title     = {{Nonnegative Matrix Factorization with Earth Mover's Distance Metric}},
  author    = {Sandler, Roman and Lindenbaum, Michael},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2009},
  pages     = {1873-1880},
  doi       = {10.1109/CVPR.2009.5206834},
  url       = {https://mlanthology.org/cvpr/2009/sandler2009cvpr-nonnegative/}
}