Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

86172257343 · Jun 202019922001200920182026
48 results for Symmetric nonnegative matrix factorization

Given a symmetric nonnegative matrix AA, symmetric nonnegative matrix factorization (symNMF) is the problem of finding a nonnegative matrix HH, usually with much fewer columns than AA, such that AHHTA \approx HH^T. SymNMF can be used for data analysis and in particular for various clustering tasks. In this paper, we p…

2015-09-04abs ↗pdf ↗

We simplify symmetric NMF by transforming it into a nonsymmetric problem, enabling faster and more efficient solutions.

problem Efficiently solving symmetric nonnegative matrix factorization (NMF).
method Transforming symmetric NMF into a nonsymmetric problem, applying fast alternating algorithms, and rigorously proving convergence.
result Fast algorithms for symmetric NMF can converge to a critical point at least at a sublinear rate.

The SCMU algorithm computes cone factorizations for symmetric cones, improving upon existing methods.

problem Computing cone factorizations for symmetric cones in optimization.
method Introduces and analyzes the symmetric-cone multiplicative update (SCMU) algorithm.
result The SCMU algorithm non-decreases the squared loss objective.

A new method solves SymNMF problems faster and more efficiently.

problem Symmetric nonnegative matrix factorization (SymNMF) for data analytics.
method Nonconvex variable splitting method.
result The method converges to KKT points and has a global sublinear convergence rate.

Paper proposes a Frank-Wolfe solver for symmetric NMF under simplicial constraint.

problem Optimizing symmetric nonnegative matrix factorization with simplicial constraint.
method Frank-Wolfe optimization algorithm for nonconvex problems.
result Proves convergence rate of O(1/ε2)O(1/\varepsilon^2) for ε\varepsilon-approximate KKT points.

NIMFA is a Python library for nonnegative matrix factorization.

problem Efficiently factorizing nonnegative matrices for various applications.
method Unified interface, state-of-the-art methods, initialization approaches, quality scoring, supports dense and sparse matrices.
result Unified and efficient implementation of nonnegative matrix factorization methods.

A new matrix factorization method that approximates data without requiring nonnegativity or convexity.

problem Approximating data matrices without the constraints of nonnegativity or convexity.
method A multi-objective optimization problem finds conical combinations of templates that approximate a given data matrix.
result The method allows for approximation of data sets without the usual constraints of nonnegativity or convexity.

Graph neural networks speed up nonnegative matrix factorization.

problem Efficiently factorize nonnegative matrices for various applications.
method Developed a graph neural network that combines bipartite self-attention with ADMM updates.
result Significant acceleration achieved in nonnegative matrix factorization.

New criterion ensures recovery of latent factors in NMF with mild conditions.

problem Identifying latent factors in nonnegative matrix factorization (NMF) under mild conditions.
method Proposed a new identification criterion based on the scatteredness of one factor's rows in the nonnegative orthant.
result Latent factors can be provably identified from the NMF model with minimal structural assumptions.

The exact nonnegative matrix factorization (exact NMF) problem is the following: given an mm-by-nn nonnegative matrix XX and a factorization rank rr, find, if possible, an mm-by-rr nonnegative matrix WW and an rr-by-nn nonnegative matrix HH such that X=WHX = WH. In this paper, we propose two heuristics for exac…

2014-11-26abs ↗pdf ↗

New method learns local structure for better data representation.

problem Global structure learning ignores local structure in nonnegative matrix factorization.
method Proposes a new nonnegative matrix factorization method that learns local similarity and clustering.
result The new representation reveals inherent geometric property of the data more effectively.

A new NMF variant tackles underdetermined problems with sparse and separable assumptions.

problem Underdetermined blind source separation, especially multispectral image unmixing.
method Sparse Separable Nonnegative Matrix Factorization (SSNMF) combining separability and sparsity assumptions. Algorithm based on SNPA and sparse nonnegative least squares.
result In noiseless settings, the algorithm recovers true underlying sources.

Paper accelerates NMF algorithms using extrapolation.

problem Efficiently solving nonnegative matrix factorization problems.
method Inspired by convex optimization, uses extrapolation for two-block exact coordinate descent algorithms.
result Significantly accelerates NMF algorithms on various data sets.

New inequalities for matrix supermartingales converge under various conditions.

problem Convergence and maximal inequalities of supermartingales in positive semidefinite matrices.
method Developed new concentration inequalities for matrix supermartingales.
result New inequalities for matrix supermartingales under different tail conditions.

We develop a method to factorize symmetric sparse Boolean matrices efficiently.

problem Finding a symmetric factorization of a given matrix into a sparse, Boolean matrix.
method Polynomial-time algorithm based on bootstrapping higher-order information and tensor decomposition.
result A matrix with full column rank can be recovered with high probability when the matrix size is sufficiently large.

Nonnegative Matrix Factorization (NMF) was first introduced as a low-rank matrix approximation technique, and has enjoyed a wide area of applications. Although NMF does not seem related to the clustering problem at first, it was shown that they are closely linked. In this report, we provide a gentle introduction to clu…

2015-07-12abs ↗pdf ↗

Paper presents a provably correct algorithm for CNMF under separable conditions.

problem Convolutive nonnegative matrix factorization (CNMF) under separable assumptions.
method Algorithm exploiting NMF model and existing separable NMF algorithms.
result Guaranteed solution in low noise settings, runs in polynomial time.

Proposes a multilayer nonlinear semi-nonnegative matrix factorization for better recommendation.

problem Inaccurate user-item interaction modeling with classical matrix factorization.
method Multilayer nonlinear Semi-NMF approach for latent user and item representations.
result Proposed method achieves better generalization in prediction and comparable representation in clustering.

Method improves clarity in forecasting spatio-temporal data.

problem Forecasting spatio-temporal data with clarity and interpretability.
method Supervised semi-nonnegative matrix factorization with frequency regularization.
result Method offers clearer interpretability in forecasting spatio-temporal data.

The paper explores partial identifiability in nonnegative matrix factorization under specific conditions.

problem Identifying specific columns of the matrices in nonnegative matrix factorization.
method Mathematical rigor and geometric interpretation to analyze partial identifiability of columns in nonnegative matrix factorization.
result The partial uniqueness of a single column of CC or SS can be guaranteed under certain sparsity and algebraic conditions.

Unified framework for online nonnegative matrix factorization with outlier handling.

problem Performing nonnegative matrix factorization with outliers in large-scale data.
method Unified framework with two solvers based on gradient descent and ADMM, proving convergence.
result Sequence of objective values and learned dictionaries converge to optimal points.

Paper studies nonnegative Tucker decomposition identifiability with sparsity conditions.

problem Identify nonnegative Tucker decomposition factors uniquely.
method Adapting NMF identifiability results, derive procedures using tensor unfoldings or slices.
result Nonnegative Tucker decomposition factors are identifiable under certain sparsity conditions.

Nonnegative Matrix Factorization (NMF) has been a popular representation method for pattern classification problem. It tries to decompose a nonnegative matrix of data samples as the product of a nonnegative basic matrix and a nonnegative coefficient matrix, and the coefficient matrix is used as the new representation. …

2013-12-05abs ↗pdf ↗

Paper introduces SMM for forecasting multiple time series with missing values.

problem Forecasting multiple time series with missing and noisy values.
method Sliding Mask Method (SMM) using Non-negative Matrix Factorization (NMF).
result The method outperforms state-of-the-art methods in time series forecasting.

Algorithm recovers multiple time series from aggregated data.

problem Recovering multiple nonnegative time series from a few temporal aggregates.
method Extends NMF algorithms to use linear measurements as observations, incorporating individual autocorrelation.
result Effective recovery of multiple time series from aggregated data.