DCAIApr 26, 2025

UnifyFL: Enabling Decentralized Cross-Silo Federated Learning

arXiv:2504.18916v22 citationsh-index: 3Has CodeMiddleware
Originality Incremental advance
AI Analysis

This work addresses the problem of enabling privacy-aware, collaborative federated learning for organizations, though it appears incremental as it builds on existing FL paradigms.

The paper tackles the challenge of enabling collaboration among independent organizations in federated learning by balancing trust and resource efficiency, proposing UnifyFL, a decentralized cross-silo framework that achieves performance comparable to centralized multilevel FL while optimizing trust and resource use.

Federated Learning (FL) is a decentralized machine learning (ML) paradigm in which models are trained on private data across several devices called clients and combined at a single node called an aggregator rather than aggregating the data itself. Many organizations employ FL to have better privacy-aware ML-driven decision-making capabilities. However, organizations often operate independently rather than collaborate to enhance their FL capabilities due to the lack of an effective mechanism for collaboration. The challenge lies in balancing trust and resource efficiency. One approach relies on trusting a third-party aggregator to consolidate models from all organizations (multilevel FL), but this requires trusting an entity that may be biased or unreliable. Alternatively, organizations can bypass a third party by sharing their local models directly, which requires significant computational resources for validation. Both approaches reflect a fundamental trade-off between trust and resource constraints, with neither offering an ideal solution. In this work, we develop a trust-based cross-silo FL framework called UnifyFL, which uses decentralized orchestration and distributed storage. UnifyFL provides flexibility to the participating organizations and presents synchronous and asynchronous modes to handle stragglers. Our evaluation on a diverse testbed shows that UnifyFL achieves a performance comparable to the ideal multilevel centralized FL while allowing trust and optimal use of resources.

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