paper-with-me

Papers

Federated Binary Matrix Factorization using Proximal Optimization

2024-07-01 · Sebastian Dalleiger, Jilles Vreeken, Michael Kamp

Identifying informative components in binary data is an essential task in many research areas, including life sciences, social sciences, and recommendation systems. Boolean matrix factorization (BMF) is a family of methods that performs this task by efficiently factorizing the data. In real-world settings, the data is often distributed across stakeholders and required to stay private, prohibiting the straightforward application of BMF. To adapt BMF to this context, we approach the problem from a federated-learning perspective, while building on a state-of-the-art continuous binary matrix factorization relaxation to BMF that enables efficient gradient-based optimization. We propose to only share the relaxed component matrices, which are aggregated centrally using a proximal operator that regularizes for binary outcomes. We show the convergence of our federated proximal gradient descent algorithm and provide differential privacy guarantees. Our extensive empirical evaluation demonstrates that our algorithm outperforms, in terms of quality and efficacy, federation schemes of state-of-the-art BMF methods on a diverse set of real-world and synthetic data.

📄 PDF Abstract BibTeX arXiv:2407.01776

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Beyond Alternating Updates for Matrix Factorization with Inertial Bregman Proximal Gradient Algorithms

2019-05-22 · NeurIPS 2019 12 · Mahesh Chandra Mukkamala, Peter Ochs

Matrix Factorization is a popular non-convex optimization problem, for which alternating minimization schemes are mostly used. They usually suffer from the major drawback that the solution is biased towards one of the op…

Federated Multi-view Matrix Factorization for Personalized Recommendations

2020-04-08 · Adrian Flanagan, Were Oyomno, Alexander Grigorievskiy, Kuan Eeik Tan 외

We introduce the federated multi-view matrix factorization method that extends the federated learning framework to matrix factorization with multiple data sources. Our method is able to learn the multi-view model without…

Federated Learning

Privacy Threats Against Federated Matrix Factorization

2020-07-03 · Dashan Gao, Ben Tan, Ce Ju, Vincent W. Zheng 외

Matrix Factorization has been very successful in practical recommendation applications and e-commerce. Due to data shortage and stringent regulations, it can be hard to collect sufficient data to build performant recomme…

Collaborative FilteringFederated LearningPrivacy PreservingRecommendation Systems

Proximal algorithms for constrained composite optimization, with applications to solving low-rank SDPs

2019-03-01 · Yu Bai, John Duchi, Song Mei

We study a family of (potentially non-convex) constrained optimization problems with convex composite structure. Through a novel analysis of non-smooth geometry, we show that proximal-type algorithms applied to exact pen…

LightFR: Lightweight Federated Recommendation with Privacy-preserving Matrix Factorization

2022-06-23 · Honglei Zhang, Fangyuan Luo, Jun Wu, Xiangnan He 외

Federated recommender system (FRS), which enables many local devices to train a shared model jointly without transmitting local raw data, has become a prevalent recommendation paradigm with privacy-preserving advantages.…

Privacy PreservingRecommendation Systems