Parallel Approximate Matrix Factorization For Kernel Methods

Kaihua Zhu,Hang Cui,Hongjie Bai,Jian Li,Zhihuan Qiu,Hao Wang,Hui Xu,Edward Y. Chang
DOI: https://doi.org/10.1109/ICME.2007.4284890
2007-01-01
Abstract:The kernel methods play a pivotal role in machine learning algorithms. Unfortunately, working with the kernel methods must deal with an n x n kernel matrix, which is memory intensive. In this paper, we present a parallel, approximate matrix factorization algorithm, which loads only essential data to individual processors to enable parallel processing of data. Our method reduces space requirement for the kernel matrix from O(n(2)) to O(np/m), where n is the amount of data, p the reduced matrix dimension (p << n), and m the number of processors.
What problem does this paper attempt to address?