paper-with-me

Papers

Fast and Secure Distributed Nonnegative Matrix Factorization

2020-09-07 · Yuqiu Qian, Conghui Tan, Danhao Ding, Hui Li, Nikos Mamoulis

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.

📄 PDF Abstract BibTeX arXiv:2009.02845

Code (1)

qianyuqiu79/DSANLS 공식 구현

Similar Papers 제목 키워드 기반

Privacy-Preserving Distributed Nonnegative Matrix Factorization

2024-03-27 · Ehsan Lari, Reza Arablouei, Stefan Werner

Nonnegative matrix factorization (NMF) is an effective data representation tool with numerous applications in signal processing and machine learning. However, deploying NMF in a decentralized manner over ad-hoc networks …

Privacy Preserving

Fast and Robust Recursive Algorithms for Separable Nonnegative Matrix Factorization

2012-08-06 · Nicolas Gillis, Stephen A. Vavasis

In this paper, we study the nonnegative matrix factorization problem under the separability assumption (that is, there exists a cone spanned by a small subset of the columns of the input nonnegative data matrix containin…

Hyperspectral Unmixing

DID: Distributed Incremental Block Coordinate Descent for Nonnegative Matrix Factorization

2018-02-25 · Tianxiang Gao, Chris Chu

Nonnegative matrix factorization (NMF) has attracted much attention in the last decade as a dimension reduction method in many applications. Due to the explosion in the size of data, naturally the samples are collected a…

Dimensionality Reduction

Co-Separable Nonnegative Matrix Factorization

2021-09-02 · Junjun Pan, Michael K. Ng

Nonnegative matrix factorization (NMF) is a popular model in the field of pattern recognition. It aims to find a low rank approximation for nonnegative data M by a product of two nonnegative matrices W and H. In general,…

Fast Convolutive Nonnegative Matrix Factorization Through Coordinate and Block Coordinate Updates

2019-06-29 · Anthony Degleris, Ben Antin, Surya Ganguli, Alex H. Williams

Identifying recurring patterns in high-dimensional time series data is an important problem in many scientific domains. A popular model to achieve this is convolutive nonnegative matrix factorization (CNMF), which extend…

Time SeriesTime Series Analysis