paper-with-me

Papers

Dictionary Learning for Massive Matrix Factorization

2016-05-03 · Arthur Mensch, Julien Mairal, Bertrand Thirion, Gaël Varoquaux

Sparse matrix factorization is a popular tool to obtain interpretable data decompositions, which are also effective to perform data completion or denoising. Its applicability to large datasets has been addressed with online and randomized methods, that reduce the complexity in one of the matrix dimension, but not in both of them. In this paper, we tackle very large matrices in both dimensions. We propose a new factoriza-tion method that scales gracefully to terabyte-scale datasets, that could not be processed by previous algorithms in a reasonable amount of time. We demonstrate the efficiency of our approach on massive functional Magnetic Resonance Imaging (fMRI) data, and on matrix completion problems for recommender systems, where we obtain significant speed-ups compared to state-of-the art coordinate descent methods.

📄 PDF Abstract BibTeX arXiv:1605.00937

Code (1)

arthurmensch/modl 공식 구현

Tasks

Collaborative FilteringDictionary LearningMatrix CompletionRecommendation Systems

Similar Papers 제목 키워드 기반

Stochastic Subsampling for Factorizing Huge Matrices

2017-01-19 · Arthur Mensch, Julien Mairal, Bertrand Thirion, Gael Varoquaux

We present a matrix-factorization algorithm that scales to input matrices with both huge number of rows and columns. Learned factors may be sparse or dense and/or non-negative, which makes our algorithm suitable for dict…

Dictionary Learning

Applications of Online Nonnegative Matrix Factorization to Image and Time-Series Data

2020-11-10 · Hanbaek Lyu, Georg Menz, Deanna Needell, Christopher Strohmeier

Online nonnegative matrix factorization (ONMF) is a matrix factorization technique in the online setting where data are acquired in a streaming fashion and the matrix factors are updated each time. This enables factor an…

Dictionary LearningTime SeriesTime Series Analysis

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…

Robust Non-Linear Matrix Factorization for Dictionary Learning, Denoising, and Clustering

2020-05-04 · Jicong Fan, Chengrun Yang, Madeleine Udell

Low dimensional nonlinear structure abounds in datasets across computer vision and machine learning. Kernelized matrix factorization techniques have recently been proposed to learn these nonlinear structures for denoisin…

ClusteringDenoisingDictionary LearningImputation

Binary Matrix Factorization via Dictionary Learning

2018-04-16 · Ignacio Ramirez

Matrix factorization is a key tool in data analysis; its applications include recommender systems, correlation analysis, signal processing, among others. Binary matrices are a particular case which has received significa…

Dictionary LearningModel SelectionRecommendation Systems