paper-with-me

홈 › Papers

Federated Non-negative Matrix Factorization for Short Texts Topic Modeling with Mutual Information

2022-05-26 · Shijing Si, Jianzong Wang, Ruiyi Zhang, Qinliang Su, Jing Xiao

Non-negative matrix factorization (NMF) based topic modeling is widely used in natural language processing (NLP) to uncover hidden topics of short text documents. Usually, training a high-quality topic model requires large amount of textual data. In many real-world scenarios, customer textual data should be private and sensitive, precluding uploading to data centers. This paper proposes a Federated NMF (FedNMF) framework, which allows multiple clients to collaboratively train a high-quality NMF based topic model with locally stored data. However, standard federated learning will significantly undermine the performance of topic models in downstream tasks (e.g., text classification) when the data distribution over clients is heterogeneous. To alleviate this issue, we further propose FedNMF+MI, which simultaneously maximizes the mutual information (MI) between the count features of local texts and their topic weight vectors to mitigate the performance degradation. Experimental results show that our FedNMF+MI methods outperform Federated Latent Dirichlet Allocation (FedLDA) and the FedNMF without MI methods for short texts by a significant margin on both coherence score and classification F1 score.

📄 PDF Abstract BibTeX arXiv:2205.13300

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningtext-classificationText ClassificationTopic Models

Similar Papers 제목 키워드 기반

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

Applications of Online Nonnegative Matrix Factorization to Image and Time-Series Data

2020-11-10 · Hanbaek Lyu, Georg Menz, Deanna Needell, Christopher Strohmeier

Online nonnegative matrix factorization (ONMF) is a matrix factorization technique in the online setting where data are acquired in a streaming fashion and the matrix factors are updated each time. This enables factor an…

Dictionary LearningTime SeriesTime Series Analysis

Improved SVD-based Initialization for Nonnegative Matrix Factorization using Low-Rank Correction

2018-07-11 · Atif Muhammad Syed, Sameer Qazi, Nicolas Gillis

Due to the iterative nature of most nonnegative matrix factorization (\textsc{NMF}) algorithms, initialization is a key aspect as it significantly influences both the convergence and the final solution obtained. Many ini…

FedSPLIT: One-Shot Federated Recommendation System Based on Non-negative Joint Matrix Factorization and Knowledge Distillation

2022-05-04 · Maksim E. Eren, Luke E. Richards, Manish Bhattarai, Roberto Yus 외

Non-negative matrix factorization (NMF) with missing-value completion is a well-known effective Collaborative Filtering (CF) method used to provide personalized user recommendations. However, traditional CF relies on the…

Collaborative FilteringFederated LearningKnowledge DistillationPrivacy Preserving

Introduction to Nonnegative Matrix Factorization

2017-03-02 · Nicolas Gillis

In this paper, we introduce and provide a short overview of nonnegative matrix factorization (NMF). Several aspects of NMF are discussed, namely, the application in hyperspectral imaging, geometry and uniqueness of NMF s…