paper-with-me

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 dictionary learning, sparse component analysis, and non-negative matrix factorization. Our algorithm streams matrix columns while subsampling them to iteratively learn the matrix factors. At each iteration, the row dimension of a new sample is reduced by subsampling, resulting in lower time complexity compared to a simple streaming algorithm. Our method comes with convergence guarantees to reach a stationary point of the matrix-factorization problem. We demonstrate its efficiency on massive functional Magnetic Resonance Imaging data (2 TB), and on patches extracted from hyperspectral images (103 GB). For both problems, which involve different penalties on rows and columns, we obtain significant speed-ups compared to state-of-the-art algorithms.

📄 PDF Abstract BibTeX arXiv:1701.05363

Code (1)

arthurmensch/modl 공식 구현

Tasks

Dictionary Learning

Similar Papers 제목 키워드 기반

Task Conditioned Stochastic Subsampling

2021-09-29 · Andreis Bruno, Seanie Lee, A. Tuan Nguyen, Juho Lee 외

Deep Learning algorithms are designed to operate on huge volumes of high dimensional data such as images. In order to reduce the volume of data these algorithms must process, we propose a set-based two-stage end-to-end …

image-classificationImage ClassificationImage Reconstruction

Set Based Stochastic Subsampling

2020-06-25 · Bruno Andreis, Seanie Lee, A. Tuan Nguyen, Juho Lee 외

Deep models are designed to operate on huge volumes of high dimensional data such as images. In order to reduce the volume of data these models must process, we propose a set-based two-stage end-to-end neural subsampling…

feature selectionimage-classificationImage ClassificationImage Reconstruction+1

Low-Rank Riemannian Optimization on Positive Semidefinite Stochastic Matrices with Applications to Graph Clustering

2018-07-01 · ICML 2018 7 · Ahmed Douik, Babak Hassibi

This paper develops a Riemannian optimization framework for solving optimization problems on the set of symmetric positive semidefinite stochastic matrices. The paper first reformulates the problem by factorizing th…

ClusteringGraph ClusteringRiemannian optimization

Factorbird - a Parameter Server Approach to Distributed Matrix Factorization

2014-11-03 · Sebastian Schelter, Venu Satuluri, Reza Zadeh

We present Factorbird, a prototype of a parameter server approach for factorizing large matrices with Stochastic Gradient Descent-based algorithms. We designed Factorbird to meet the following desiderata: (a) scalability…

Finding Linear Structure in Large Datasets with Scalable Canonical Correlation Analysis

2015-06-26 · Zhuang Ma, Yichao Lu, Dean Foster

Canonical Correlation Analysis (CCA) is a widely used spectral technique for finding correlation structures in multi-view datasets. In this paper, we tackle the problem of large scale CCA, where classical algorithms, usu…

Stochastic Optimization