SPLGIVMLOct 11, 2021

Smoothed Separable Nonnegative Matrix Factorization

arXiv:2110.05528v213 citations
Originality Incremental advance
AI Analysis

This work addresses noise robustness in vertex estimation for applications like hyperspectral unmixing and feature extraction, representing an incremental improvement over existing algorithms.

The authors tackled the problem of estimating vertices from noisy data points in a convex hull by proposing smoothed versions of existing algorithms (SVCA and SSPA) that assume multiple nearby data points per vertex, demonstrating their effectiveness over prior methods on synthetic, hyperspectral, and facial image datasets.

Given a set of data points belonging to the convex hull of a set of vertices, a key problem in linear algebra, signal processing, data analysis and machine learning is to estimate these vertices in the presence of noise. Many algorithms have been developed under the assumption that there is at least one nearby data point to each vertex; two of the most widely used ones are vertex component analysis (VCA) and the successive projection algorithm (SPA). This assumption is known as the pure-pixel assumption in blind hyperspectral unmixing, and as the separability assumption in nonnegative matrix factorization. More recently, Bhattacharyya and Kannan (ACM-SIAM Symposium on Discrete Algorithms, 2020) proposed an algorithm for learning a latent simplex (ALLS) that relies on the assumption that there is more than one nearby data point to each vertex. In that scenario, ALLS is probalistically more robust to noise than algorithms based on the separability assumption. In this paper, inspired by ALLS, we propose smoothed VCA (SVCA) and smoothed SPA (SSPA) that generalize VCA and SPA by assuming the presence of several nearby data points to each vertex. We illustrate the effectiveness of SVCA and SSPA over VCA, SPA and ALLS on synthetic data sets, on the unmixing of hyperspectral images, and on feature extraction on facial images data sets. In addition, our study highlights new theoretical results for VCA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes