PTOPOFL: Privacy-Preserving Personalised Federated Learning via Persistent Homology

arXiv:2603.04323v10.24h-index: 11Has Code
AI Analysis95

This work addresses the critical problems of data privacy and performance degradation due to non-IID data distributions in federated learning for practitioners and researchers.

This paper introduces PTOPOFL, a federated learning framework that replaces gradient communication with 48-dimensional topological descriptors derived from persistent homology to enhance privacy and improve aggregation quality in non-IID settings. It achieves AUCs of 0.841 and 0.910 in healthcare and benchmark scenarios, respectively, outperforming FedAvg and other methods, while reducing reconstruction risk by a factor of 4.5.

Federated learning (FL) faces two structural tensions: gradient sharing enables data-reconstruction attacks, while non-IID client distributions degrade aggregation quality. We introduce PTOPOFL, a framework that addresses both challenges simultaneously by replacing gradient communication with topological descriptors derived from persistent homology (PH). Clients transmit only 48-dimensional PH feature vectors-compact shape summaries whose many-to-one structure makes inversion provably ill-posed-rather than model gradients. The server performs topology-guided personalised aggregation: clients are clustered by Wasserstein similarity between their PH diagrams, intra-cluster models are topology-weighted,and clusters are blended with a global consensus. We prove an information-contraction theorem showing that PH descriptors leak strictly less mutual information per sample than gradients under strongly convex loss functions, and we establish linear convergence of the Wasserstein-weighted aggregation scheme with an error floor strictly smaller than FedAvg. Evaluated against FedAvg, FedProx, SCAFFOLD, and pFedMe on a non-IID healthcare scenario (8 hospitals, 2 adversarial) and a pathological benchmark (10 clients), PTOPOFL achieves AUC 0.841 and 0.910 respectively-the highest in both settings-while reducing reconstruction risk by a factor of 4.5 relative to gradient sharing. Code is publicly available at https://github.com/MorillaLab/TopoFederatedL and data at https://doi.org/10.5281/zenodo.18827595.

Foundations

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

Your Notes