Fast and Secure Distributed Nonnegative Matrix Factorization

September 07, 2020 ยท Entered Twilight ยท ๐Ÿ› IEEE Transactions on Knowledge and Data Engineering

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"Last commit was 5.0 years ago (โ‰ฅ5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: .gitignore, LICENSE, Makefile, README.md, common.c, common.h, dsanls.c, load.c, main.c, secureNMF, timer.c, timer.h

Authors Yuqiu Qian, Conghui Tan, Danhao Ding, Hui Li, Nikos Mamoulis arXiv ID 2009.02845 Category cs.LG: Machine Learning Cross-listed cs.CR, cs.DC, stat.ML Citations 14 Venue IEEE Transactions on Knowledge and Data Engineering Repository https://github.com/qianyuqiu79/DSANLS โญ 16 Last Checked 1 month ago
Abstract
Nonnegative matrix factorization (NMF) has been successfully applied in several data mining tasks. Recently, there is an increasing interest in the acceleration of NMF, due to its high cost on large matrices. On the other hand, the privacy issue of NMF over federated data is worthy of attention, since NMF is prevalently applied in image and text analysis which may involve leveraging privacy data (e.g, medical image and record) across several parties (e.g., hospitals). In this paper, we study the acceleration and security problems of distributed NMF. Firstly, we propose a distributed sketched alternating nonnegative least squares (DSANLS) framework for NMF, which utilizes a matrix sketching technique to reduce the size of nonnegative least squares subproblems with a convergence guarantee. For the second problem, we show that DSANLS with modification can be adapted to the security setting, but only for one or limited iterations. Consequently, we propose four efficient distributed NMF methods in both synchronous and asynchronous settings with a security guarantee. We conduct extensive experiments on several real datasets to show the superiority of our proposed methods. The implementation of our methods is available at https://github.com/qianyuqiu79/DSANLS.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Machine Learning