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

4.2%8.3%12.5%16.7% · Apr 199519922001200920182026
48 results for nonnegative matrix factorizations

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.

SymNMF finds a simpler matrix approximating a given symmetric nonnegative matrix.

problem Finding a simpler matrix that approximates a given symmetric nonnegative matrix.
method Simple and efficient coordinate descent schemes.
result The methods effectively solve symNMF for large and sparse matrices.

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 ↗

Paper proposes monotonous NMF to handle scale and ordering ambiguities in nonnegative matrix factorization.

problem Scale and ordering ambiguities in nonnegative matrix factorization.
method Alternating least-squares algorithm for monotonous NMF, relaxed mixing matrix assumption.
result Monotonous NMF estimates monotonous signals better than standard NMF when sources are monotonous.

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.

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.

Unified Bayesian NMF models for binary data with automatic dimension selection.

problem Binary data analysis with nonnegative matrix factorization and link functions.
method Bayesian mean-parameterized nonnegative binary matrix factorization (NBMF) models with collapsed Gibbs and variational algorithms.
result Automatic detection of relevant components without manual tuning.

A new ranking model uses nonnegative matrix factorization for tennis players.

problem Modeling latent variables influencing tennis player performance.
method Combines Bradley-Terry-Luce model with nonnegative matrix factorization.
result Model identifies surface type as key determinant of male player performance.

Enhances NMF for better time series recovery and prediction using side information.

problem Reconstruct and predict electricity consumption time series.
method Extends NMF with side information, proposes HALSX algorithm.
result Improved recovery and prediction performance validated on various datasets.