CRAIDCLGPFJun 24, 2025

RepuNet: A Reputation System for Mitigating Malicious Clients in DFL

arXiv:2506.19892v12 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in DFL for applications like collaborative AI training, though it is incremental as it builds on existing reputation-based approaches.

The paper tackled the problem of malicious nodes in Decentralized Federated Learning (DFL) by proposing RepuNet, a reputation system that dynamically evaluates node behavior, resulting in F1 scores above 95% for MNIST and about 76% for CIFAR-10 in mitigating attacks.

Decentralized Federated Learning (DFL) enables nodes to collaboratively train models without a central server, introducing new vulnerabilities since each node independently selects peers for model aggregation. Malicious nodes may exploit this autonomy by sending corrupted models (model poisoning), delaying model submissions (delay attack), or flooding the network with excessive messages, negatively affecting system performance. Existing solutions often depend on rigid configurations or additional infrastructures such as blockchain, leading to computational overhead, scalability issues, or limited adaptability. To overcome these limitations, this paper proposes RepuNet, a decentralized reputation system that categorizes threats in DFL and dynamically evaluates node behavior using metrics like model similarity, parameter changes, message latency, and communication volume. Nodes' influence in model aggregation is adjusted based on their reputation scores. RepuNet was integrated into the Nebula DFL platform and experimentally evaluated with MNIST and CIFAR-10 datasets under non-IID distributions, using federations of up to 25 nodes in both fully connected and random topologies. Different attack intensities, frequencies, and activation intervals were tested. Results demonstrated that RepuNet effectively detects and mitigates malicious behavior, achieving F1 scores above 95% for MNIST scenarios and approximately 76% for CIFAR-10 cases. These outcomes highlight RepuNet's adaptability, robustness, and practical potential for mitigating threats in decentralized federated learning environments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes