A Fast Parallel Stochastic Gradient Method for Matrix Factorization in Shared Memory Systems

Wei-Sheng Chin,Yong Zhuang,Yu-Chin Juan,Chih-Jen Lin
DOI: https://doi.org/10.1145/2668133
IF: 5
2015-03-11
ACM Transactions on Intelligent Systems and Technology
Abstract:Matrix factorization is known to be an effective method for recommender systems that are given only the ratings from users to items. Currently, stochastic gradient (SG) method is one of the most popular algorithms for matrix factorization. However, as a sequential approach, SG is difficult to be parallelized for handling web-scale problems. In this article, we develop a fast parallel SG method, FPSG, for shared memory systems. By dramatically reducing the cache-miss rate and carefully addressing the load balance of threads, FPSG is more efficient than state-of-the-art parallel algorithms for matrix factorization.
computer science, information systems, artificial intelligence
What problem does this paper attempt to address?