Title :
Parallel Matrix Multiplication Algorithm Based on Vector Linear Combination Using MapReduce
Author :
Jian-Hua Zheng ; Liang-Jie Zhang ; Rong Zhu ; Ke Ning ; Dong Liu
Author_Institution :
Kingdee Res., Kingdee Software (China) Co., Ltd., Shenzhen, China
fDate :
June 28 2013-July 3 2013
Abstract :
Matrix multiplication is used in a variety of applications. It requires a lot of computation time especially for large-scale matrices. Parallel processing is a good choice for matrix multiplication operation. To overcome the efficiencies of existing algorithms for parallel matrix multiplication, a matrix multiplication processing scheme based on vector linear combination (VLC) was presented. The VLC scheme splits the matrix multiplication procedure into two steps. The first step obtains the weighted vectors by scalar multiplication. The second step gets the final result through a linear combination of the weighted vectors with identical row numbers. We present parallel matrix multiplication implementations using MapReduce (MR) based on VLC scheme and explain in detail the MR job. The map method receives the matrix input and generates intermediate (key, value) pairs according to the VLC scheme requirement. The reduce method conducts the scalar multiplication and vectors summation. In the end, the reduce method outputs the result in the way of row vector. Then performance theoretical analysis and experiment result comparing with other algorithms are proposed. Algorithm presented in this paper needs less computation time than other algorithms. Finally, we conclude the paper and propose future works.
Keywords :
mathematics computing; matrix multiplication; parallel programming; vectors; MapReduce; VLC scheme; map method; matrix multiplication processing scheme; parallel matrix multiplication algorithm; parallel processing; row numbers; scalar multiplication; vector linear combination; vectors summation; Algorithm design and analysis; Arrays; Computational modeling; Educational institutions; Matrix decomposition; Sparse matrices; Vectors; MapReduce; Martix multiplication; Parallel algorithm; Vector linear combination;
Conference_Titel :
Services (SERVICES), 2013 IEEE Ninth World Congress on
Conference_Location :
Santa Clara, CA
Print_ISBN :
978-0-7695-5024-4
DOI :
10.1109/SERVICES.2013.67