CVJul 28, 2017

Sparse Deep Nonnegative Matrix Factorization

arXiv:1707.09316v141 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate classification and better feature interpretation in pattern recognition, particularly for image data, but it is incremental as it extends existing methods with sparsity and hierarchical structures.

The paper tackled the problem of analyzing complex data for classification and feature interpretation by proposing sparse deep nonnegative matrix factorization models, which achieved competitive or better classification performance on two benchmarking image datasets compared to typical NMF and multi-layer models.

Nonnegative matrix factorization is a powerful technique to realize dimension reduction and pattern recognition through single-layer data representation learning. Deep learning, however, with its carefully designed hierarchical structure, is able to combine hidden features to form more representative features for pattern recognition. In this paper, we proposed sparse deep nonnegative matrix factorization models to analyze complex data for more accurate classification and better feature interpretation. Such models are designed to learn localized features or generate more discriminative representations for samples in distinct classes by imposing $L_1$-norm penalty on the columns of certain factors. By extending one-layer model into multi-layer one with sparsity, we provided a hierarchical way to analyze big data and extract hidden features intuitively due to nonnegativity. We adopted the Nesterov's accelerated gradient algorithm to accelerate the computing process with the convergence rate of $O(1/k^2)$ after $k$ steps iteration. We also analyzed the computing complexity of our framework to demonstrate their efficiency. To improve the performance of dealing with linearly inseparable data, we also considered to incorporate popular nonlinear functions into this framework and explored their performance. We applied our models onto two benchmarking image datasets, demonstrating our models can achieve competitive or better classification performance and produce intuitive interpretations compared with the typical NMF and competing multi-layer models.

Foundations

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

Your Notes