# Generalized Separable Nonnegative Matrix Factorization

**Authors:** Junjun Pan, Nicolas Gillis

arXiv: 1905.12995 · 2021-04-14

## TL;DR

This paper introduces a generalized separability condition for nonnegative matrix factorization, allowing more flexible basis selection, and proposes efficient algorithms to solve this new formulation with applications in image, text, and spectral data analysis.

## Contribution

It generalizes the separability assumption in NMF, enabling broader applicability and develops convex and heuristic algorithms for this new problem.

## Key findings

- The proposed methods outperform existing algorithms on synthetic, document, and image datasets.
- The convex optimization model is efficiently solved using a fast gradient method.
- The heuristic algorithm shows competitive results in practical scenarios.

## Abstract

Nonnegative matrix factorization (NMF) is a linear dimensionality technique for nonnegative data with applications such as image analysis, text mining, audio source separation and hyperspectral unmixing. Given a data matrix $M$ and a factorization rank $r$, NMF looks for a nonnegative matrix $W$ with $r$ columns and a nonnegative matrix $H$ with $r$ rows such that $M \approx WH$. NMF is NP-hard to solve in general. However, it can be computed efficiently under the separability assumption which requires that the basis vectors appear as data points, that is, that there exists an index set $\mathcal{K}$ such that $W = M(:,\mathcal{K})$. In this paper, we generalize the separability assumption: We only require that for each rank-one factor $W(:,k)H(k,:)$ for $k=1,2,\dots,r$, either $W(:,k) = M(:,j)$ for some $j$ or $H(k,:) = M(i,:)$ for some $i$. We refer to the corresponding problem as generalized separable NMF (GS-NMF). We discuss some properties of GS-NMF and propose a convex optimization model which we solve using a fast gradient method. We also propose a heuristic algorithm inspired by the successive projection algorithm. To verify the effectiveness of our methods, we compare them with several state-of-the-art separable NMF algorithms on synthetic, document and image data sets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.12995/full.md

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1905.12995/full.md

## References

48 references — full list in the complete paper: https://tomesphere.com/paper/1905.12995/full.md

---
Source: https://tomesphere.com/paper/1905.12995