Search papers, labs, and topics across Lattice.
This paper introduces gspDAG-FL, a decentralized federated learning framework that enhances security and resilience against Byzantine and lazy participants by leveraging gossip history for consensus. By utilizing a compact Topology directed acyclic graph (DAG) and Hashgraph-style virtual voting, the framework achieves model update finality based on unique model-origin tuples rather than identical local states. Experimental results demonstrate that gspDAG-FL maintains high learning quality while significantly reducing coordination bottlenecks and improving throughput in peer-to-peer settings.
gspDAG-FL achieves near-optimal learning quality with significantly reduced coordination costs, even in the presence of Byzantine and lazy participants.
Decentralized federated learning (DFL) removes the central server by letting nodes exchange model updates through peer-to-peer gossip, but existing gossip-based methods often lack provenance finality and resilience to Byzantine or lazy participants. Ledger-assisted federated learning (FL) improves auditability, yet blockchains, shards, or settlement committees can reintroduce global coordination costs that conflict with DFL locality. This paper proposes \emph{gspDAG-FL}, a secure DFL framework that derives consensus from the same gossip history used to disseminate models. Nodes exchange model payloads only with neighbors, while full nodes collect event certificates and receiver-endorsed accepted gossip proofs, reconstruct a compact Topology directed acyclic graph (DAG), and run Hashgraph-style virtual voting followed by compact full-node certificates. Finality is over unique model-origin tuples, not identical local parameter states. To improve resilience, gspDAG-FL combines payload validation, accepted-proof validation, and private semantic audit before aggregation. We formalize the adversarial setting, prove safety and conditional liveness of the control plane, and give a convergence guarantee for certified perturbed gossip under time-varying effective mixing. Experiments on MNIST classification and Penn Treebank language modeling, using fair held-out validation/audit data and networks up to \(N=100\), show that gspDAG-FL achieves learning quality close to validation-based ledger FL while reducing coordination bottlenecks, improving throughput, and maintaining high invalid-origin detection under mixed Byzantine and lazy participation.