Federated Learning (FL) has emerged as a prominent alternative for addressing data privacy issues in artificial intelligence training; however, its reliance on a central coordination server for aggregation leads to Single Point of Failure (SPoF) and r...
Federated Learning (FL) has emerged as a prominent alternative for addressing data privacy issues in artificial intelligence training; however, its reliance on a central coordination server for aggregation leads to Single Point of Failure (SPoF) and reliability concerns. Although Blockchain-based Federated Learning (BFL) has been proposed to overcome these issues, existing research faces fundamental limitations, such as blockchain scalability constraints, state bloat, and the incentive misalignment between capital (stake) and learning contribution resulting from the direct use of Proof-of-Stake (PoS) governance.
To address the complex issues inherent in existing FL and BFL, this paper proposes D-FLIB (Decentralized Federated Learning via Inter-Blockchain Communication), a novel decentralized federated learning framework. D-FLIB is based on two core designs. First, it employs a hierarchical dual-chain architecture grounded in the principle of separation of concerns. This architecture separates the coordination layer chain (Fedlearning), responsible for the actual execution of federated learning, aggregation tasks, and governance, from the data layer chain (Fedstoraging), designed for data-intensive operations such as storage, availability, and access control. These chains interoperate via Inter-Blockchain Communication (IBC) in a trust-minimized manner to maximize scalability and efficiency. Second, we propose a novel consensus protocol, Proof-of-Learning-Contribution (PoLC), to fundamentally address the governance issues of BFL. PoLC replaces the economic stake of PoS with on-chain verified, quantitative learning contributions (ATT/EWMA scores). This ensures that governance authority within the blockchain system is proportional to actual contributions and establishes a dynamic value-based governance structure that aligns the incentives of learning participants with the system's long-term objective of generating high-quality models. Furthermore, D-FLIB securely controls access to sensitive data between the two independent chains without reliance on a trusted entity, utilizing a Cross-Chain Role-Based Access Control (Cross-Chain RBAC) mechanism powered by IBC Interchain Queries (ICQ).
The proposed D-FLIB framework was prototyped based on the Cosmos Core, and simulations were conducted using the CIFAR-10 and CIFAR-100 datasets in a Non-IID data environment with a Dirichlet distribution (α=0.5). In simulation environments, D-FLIB achieved a superior AI model accuracy of 79.66% compared to standard FedAvg (77.12%); furthermore, even in extreme scenarios involving 50% data poisoning attackers, it maintained a stable accuracy of 72.09%—a 14.84% improvement over the general FL model (57.25%)—demonstrating stable accuracy convergence. This experimentally demonstrates that the PoLC consensus functions as an intrinsic defense mechanism that identifies malicious learning nodes and blocks their influence within the network.
By presenting a specialized blockchain framework that integrates a scalable architecture for federated learning, a novel value-based governance model (PoLC), and a modular security pattern (Cross-Chain RBAC), this study provides a core foundation for a practical and robust decentralized AI ecosystem, marking a significant academic and technical contribution.