Yang Xiao, Yue Li, Ning Wang, Sudip Bhujel, Cameron Lira
We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| yli568/DFL-C | — | 3 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| _average_states | Ran | yli568/DFL-C/worker.py pointer only (licence: NONE) · get_code("98ae285eede44514") |
| _state_to_vec | Ran | yli568/DFL-C/worker.py pointer only (licence: NONE) · get_code("26a1800c0d45baeb") |
| trust_aggregate | Ran | yli568/DFL-C/worker.py pointer only (licence: NONE) · get_code("471e28c7cb75f9d0") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Decentralized federated learning (DFL) is a promising paradigm for autonomous nodes to collaboratively train AI models without relying on a central server. However, existing DFL solutions do not guarantee global model consistency, a critical requirement for collaborative mission-critical scenarios where model divergence undermines decision uniformity and safety. This lack of consistency also amplifies vulnerability to Byzantine adversaries, who exploit the decentralized network topology and weak synchrony to perform equivocation and model poisoning attacks against individual victims. This paper introduces DFL-C, a novel Byzantine-resilient DFL architecture that enables decentralized nodes to perform collaborative training with global model consistency. At its core, DFL-C integrates an asynchronous common subset (ACS) consensus protocol into the DFL workflow to ensure all nodes aggregate a uniform set of model updates to establish global model consistency, despite individual Byzantine equivocation. DFL-C further implements a dual-domain trust scoring mechanism to provide resilience against data-domain Byzantine manipulations including model poisoning attacks. This mechanism complements the consensus protocol, significantly reducing the latter's runtime. Our experimental results demonstrate that DFL-C maintains model accuracy while achieving global model consistency under Byzantine behaviors with moderate consensus overhead. Notably, when compared with the state-of-the-art DFL solution BAL-ANCE (Fang et al.) that does not provide model consistency, DFL-C achieves better model accuracy against untargeted model poisoning attacks and comparable resilience against backdoor attacks, with the advantage widened under non-IID scenarios.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2608.22552")
get_code_for_paper("2608.22552")
have("2608.22552")
Connect an agent — have() is free.