Robust softmax aggregation on blockchain based federated learning with convergence guarantee
Huiyu Wu, Diego Klabjan
TL;DR
This work addresses privacy-preserving distributed learning without a central coordinator by integrating blockchain-based rewards with a robust, softmax-based aggregation in SABFL. Using a PoS blockchain to select validators and miners, SABFL aggregates worker updates through a softmax over approximated population losses, yielding a global model update and incentive-compatible rewards. The authors prove convergence to the global minimum under mild convexity assumptions and demonstrate strong empirical robustness to non-IID data and adversarial behavior, outperforming existing robust aggregation methods across diverse tasks. The approach offers practical scalability on existing blockchains, preserving decentralization while enhancing resilience to data heterogeneity and attacks. Overall, SABFL delivers a theoretically grounded, efficient, and robust BCFL framework suitable for real-world privacy-preserving collaborative learning on decentralized networks.
Abstract
Blockchain based federated learning is a distributed learning scheme that allows model training without participants sharing their local data sets, where the blockchain components eliminate the need for a trusted central server compared to traditional Federated Learning algorithms. In this paper we propose a softmax aggregation blockchain based federated learning framework. First, we propose a new blockchain based federated learning architecture that utilizes the well-tested proof-of-stake consensus mechanism on an existing blockchain network to select validators and miners to aggregate the participants' updates and compute the blocks. Second, to ensure the robustness of the aggregation process, we design a novel softmax aggregation method based on approximated population loss values that relies on our specific blockchain architecture. Additionally, we show our softmax aggregation technique converges to the global minimum in the convex setting with non-restricting assumptions. Our comprehensive experiments show that our framework outperforms existing robust aggregation algorithms in various settings by large margins.
