Search papers, labs, and topics across Lattice.
PTOPOFL is introduced as a federated learning framework that replaces gradient sharing with topological descriptors derived from persistent homology (PH) to address data-reconstruction attacks and non-IID client distributions. Clients transmit only 48-dimensional PH feature vectors, and the server performs topology-guided personalized aggregation by clustering clients based on Wasserstein similarity between their PH diagrams. The framework achieves higher AUC scores compared to FedAvg, FedProx, SCAFFOLD, and pFedMe in non-IID healthcare and pathological benchmark scenarios, while significantly reducing reconstruction risk.
Ditch gradient sharing: PTOPOFL uses persistent homology to communicate only 48-dimensional topological summaries in federated learning, slashing reconstruction risk by 4.5x while boosting AUC.
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.