paper-with-me

Papers

Spherical Matrix Factorization

2021-11-29 · Kai Liu

Matrix Factorization plays an important role in machine learning such as Non-negative Matrix Factorization, Principal Component Analysis, Dictionary Learning, etc. However, most of the studies aim to minimize the loss by measuring the Euclidean distance, though in some fields, angle distance is known to be more important and critical for analysis. In this paper, we propose a method by adding constraints on factors to unify the Euclidean and angle distance. However, due to non-convexity of the objective and constraints, the optimized solution is not easy to obtain. In this paper we propose a general framework to systematically solve it with provable convergence guarantee with various constraints.

📄 PDF Abstract BibTeX arXiv:2111.14536

Code (0)

등록된 구현이 없습니다.

Tasks

Dictionary Learning

Similar Papers 제목 키워드 기반

Hierarchical Clustering of Hyperspectral Images using Rank-Two Nonnegative Matrix Factorization

2013-09-14 · Nicolas Gillis, Da Kuang, Haesun Park

In this paper, we design a hierarchical clustering algorithm for high-resolution hyperspectral images. At the core of the algorithm, a new rank-two nonnegative matrix factorizations (NMF) algorithm is used to split the c…

ClusteringVocal Bursts Valence Prediction

Text Mining using Nonnegative Matrix Factorization and Latent Semantic Analysis

2019-11-12 · Ali Hassani, Amir Iranmanesh, Najme Mansouri

Text clustering is arguably one of the most important topics in modern data mining. Nevertheless, text data require tokenization which usually yields a very large and highly sparse term-document matrix, which is usually …

ClusteringMatrix Factorization / DecompositionText Clustering

Unsupervised Classification in Hyperspectral Imagery with Nonlocal Total Variation and Primal-Dual Hybrid Gradient Algorithm

2016-04-27 · Wei Zhu, Victoria Chayes, Alexandre Tiard, Stephanie Sanchez 외

In this paper, a graph-based nonlocal total variation method (NLTV) is proposed for unsupervised classification of hyperspectral images (HSI). The variational problem is solved by the primal-dual hybrid gradient (PDHG) a…

Classification Of Hyperspectral ImagesClusteringGeneral Classification

Approximate Method of Variational Bayesian Matrix Factorization/Completion with Sparse Prior

2018-03-14 · Ryota Kawasumi, Koujin Takeda

We derive analytical expression of matrix factorization/completion solution by variational Bayes method, under the assumption that observed matrix is originally the product of low-rank dense and sparse matrices with addi…

Matrix Completion

Online Matrix Factorization via Broyden Updates

2015-06-14 · Ömer Deniz Akyildiz

In this paper, we propose an online algorithm to compute matrix factorizations. Proposed algorithm updates the dictionary matrix and associated coefficients using a single observation at each time. The algorithm performs…