LGCLDec 5, 2022

Federated Neural Topic Models

arXiv:2212.02269v2h-index: 1
AI Analysis

This work addresses privacy concerns in topic modeling for organizations handling sensitive documents, though it is incremental as it applies existing federated learning to neural topic models.

The paper tackles the problem of training neural topic models across multiple data sources without sharing private data, by proposing a federated implementation that matches centralized performance while preserving privacy.

Over the last years, topic modeling has emerged as a powerful technique for organizing and summarizing big collections of documents or searching for particular patterns in them. However, privacy concerns may arise when cross-analyzing data from different sources. Federated topic modeling solves this issue by allowing multiple parties to jointly train a topic model without sharing their data. While several federated approximations of classical topic models do exist, no research has been conducted on their application for neural topic models. To fill this gap, we propose and analyze a federated implementation based on state-of-the-art neural topic modeling implementations, showing its benefits when there is a diversity of topics across the nodes' documents and the need to build a joint model. In practice, our approach is equivalent to a centralized model training, but preserves the privacy of the nodes. Advantages of this federated scenario are illustrated by means of experiments using both synthetic and real data scenarios.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes