paper-with-me

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 introduces privacy concerns due to the conventional approach of sharing raw data among network agents. To address this, we propose a privacy-preserving algorithm for fully-distributed NMF that decomposes a distributed large data matrix into left and right matrix factors while safeguarding each agent's local data privacy. It facilitates collaborative estimation of the left matrix factor among agents and enables them to estimate their respective right factors without exposing raw data. To ensure data privacy, we secure information exchanges between neighboring agents utilizing the Paillier cryptosystem, a probabilistic asymmetric algorithm for public-key cryptography that allows computations on encrypted data without decryption. Simulation results conducted on synthetic and real-world datasets demonstrate the effectiveness of the proposed algorithm in achieving privacy-preserving distributed NMF over ad-hoc networks.

📄 PDF Abstract BibTeX arXiv:2403.18326

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

Fast and Secure Distributed Nonnegative Matrix Factorization

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

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 othe…

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

Distributed Differentially-Private Algorithms for Matrix and Tensor Factorization

2018-04-26 · Hafiz Imtiaz, Anand D. Sarwate

In many signal processing and machine learning applications, datasets containing private information are held at different locations, requiring the development of distributed privacy-preserving algorithms. Tensor and mat…

Privacy PreservingTensor Decomposition

Image Analysis Based on Nonnegative/Binary Matrix Factorization

2020-07-02 · Hinako Asaoka, Kazue Kudo

Using nonnegative/binary matrix factorization (NBMF), a matrix can be decomposed into a nonnegative matrix and a binary matrix. Our analysis of facial images, based on NBMF and using the Fujitsu Digital Annealer, leads t…

ClassificationGeneral Classificationimage-classificationImage Classification+1

Shared MF: A privacy-preserving recommendation system

2020-08-18 · Senci Ying

Matrix factorization is one of the most commonly used technologies in recommendation system. With the promotion of recommendation system in e-commerce shopping, online video and other aspects, distributed recommendation …

Federated LearningPrivacy Preserving