Federated T-SNE and UMAP for Distributed Data Visualization

Abstract

High-dimensional data visualization is crucial in big data era and these techniques such as t-SNE and UMAP have been widely used in science and engineering. Big data, however, is often distributed across multiple data centers and subject to security and privacy concerns, which leads to difficulties for the standard algorithms of t-SNE and UMAP. To tackle the challenge, this work proposes Fed-tSNE and Fed-UMAP, which provide high-dimensional data visualization under the framework of federated learning, without exchanging data across clients or sending data to the central server. The main idea of Fed-tSNE and Fed-UMAP is implicitly learning the distribution information of data in a manner of federated learning and then estimating the global distance matrix for t-SNE and UMAP. To further enhance the protection of data privacy, we propose Fed-tSNE+ and Fed-UMAP+. We also extend our idea to federated spectral clustering, yielding algorithms of clustering distributed data. In addition to these new algorithms, we offer theoretical guarantees of distance and similarity estimation and analyze the property of differential privacy. Experiments on multiple datasets demonstrate that, compared to the original algorithms, the accuracy drops of our federated algorithms are tiny.

Cite

Text

Qiao et al. "Federated T-SNE and UMAP for Distributed Data Visualization." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I19.34204

Markdown

[Qiao et al. "Federated T-SNE and UMAP for Distributed Data Visualization." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/qiao2025aaai-federated/) doi:10.1609/AAAI.V39I19.34204

BibTeX

@inproceedings{qiao2025aaai-federated,
  title     = {{Federated T-SNE and UMAP for Distributed Data Visualization}},
  author    = {Qiao, Dong and Ma, Xinxian and Fan, Jicong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {20014-20023},
  doi       = {10.1609/AAAI.V39I19.34204},
  url       = {https://mlanthology.org/aaai/2025/qiao2025aaai-federated/}
}