菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-26
📄 Abstract - SettleFL: Trustless and Scalable Reward Settlement Protocol for Federated Learning on Permissionless Blockchains (Extended version)

In open Federated Learning (FL) environments where no central authority exists, ensuring collaboration fairness relies on decentralized reward settlement, yet the prohibitive cost of permissionless blockchains directly clashes with the high-frequency, iterative nature of model training. Existing solutions either compromise decentralization or suffer from scalability bottlenecks due to linear on-chain costs. To address this, we present SettleFL, a trustless and scalable reward settlement protocol designed to minimize total economic friction by offering a family of two interoperable protocols. Leveraging a shared domain-specific circuit architecture, SettleFL offers two interoperable strategies: (1) a Commit-and-Challenge variant that minimizes on-chain costs via optimistic execution and dispute-driven arbitration, and (2) a Commit-with-Proof variant that guarantees instant finality through per-round validity proofs. This design allows the protocol to flexibly adapt to varying latency and cost constraints while enforcing rational robustness without trusted coordination. We conduct extensive experiments combining real FL workloads and controlled simulations. Results show that SettleFL remains practical when scaling to 800 participants, achieving substantially lower gas cost.

顶级标签: systems federated learning blockchain
详细标签: reward settlement scalability decentralized systems gas cost optimization trustless protocols 或 搜索:

SettleFL:基于无许可区块链的联邦学习的无需信任且可扩展的奖励结算协议(扩展版) / SettleFL: Trustless and Scalable Reward Settlement Protocol for Federated Learning on Permissionless Blockchains (Extended version)


1️⃣ 一句话总结

这篇论文提出了一个名为SettleFL的新协议,它巧妙地解决了在去中心化联邦学习环境中,如何高效、低成本且公平地结算参与者贡献奖励的难题,通过两种可互操作的策略来适应不同的成本和延迟需求。

源自 arXiv: 2602.23167