DocumentCode :
659434
Title :
Direct QR factorizations for tall-and-skinny matrices in MapReduce architectures
Author :
Benson, Austin R. ; Gleich, David F. ; Demmel, J.
Author_Institution :
Inst. for Comput. & Math. Eng., Stanford Univ., Stanford, CA, USA
fYear :
2013
fDate :
6-9 Oct. 2013
Firstpage :
264
Lastpage :
272
Abstract :
The QR factorization and the SVD are two fundamental matrix decompositions with applications throughout scientific computing and data analysis. For matrices with many more rows than columns, so-called “tall-and-skinny matrices,” there is a numerically stable, efficient, communication-avoiding algorithm for computing the QR factorization. It has been used in traditional high performance computing and grid computing environments. For MapReduce environments, existing methods to compute the QR decomposition use a numerically unstable approach that relies on indirectly computing the Q factor. In the best case, these methods require only two passes over the data. In this paper, we describe how to compute a stable tall-and-skinny QR factorization on a MapReduce architecture in only slightly more than 2 passes over the data. We can compute the SVD with only a small change and no difference in performance. We present a performance comparison between our new direct TSQR method, indirect TSQR methods that use the communication-avoiding TSQR algorithm, and a standard unstable implementation for MapReduce (Cholesky QR). We find that our new stable method is competitive with unstable methods for matrices with a modest number of columns. This holds both in a theoretical performance model as well as in an actual implementation.
Keywords :
parallel programming; singular value decomposition; Cholesky QR; MapReduce architectures; Q factor; SVD; communication-avoiding TSQR algorithm; data analysis; direct QR factorizations; grid computing; high performance computing; matrix decompositions; quick response factorizations; scientific computing; singular value decomposition; tall-and-skinny matrices; Algorithm design and analysis; Clustering algorithms; Matrix decomposition; Prediction algorithms; Q-factor; Standards; Symmetric matrices; Hadoop; MapReduce; QR; SVD; TSQR; matrix factorization;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Big Data, 2013 IEEE International Conference on
Conference_Location :
Silicon Valley, CA
Type :
conf
DOI :
10.1109/BigData.2013.6691583
Filename :
6691583
Link To Document :
بازگشت