ConceptioArchivearXiv CS
arXiv CSopen access

FLAIR: Distributed Federated Learning with Dynamic Clustering

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
distributedsystemsprotocols
networking, internet, protocols, distributed systems

FLAIR: Distributed Federated Learning with Dynamic Clustering Ihssan Boutebicha, Bilel Zaghdoudi, Mohamed Amine Legheraba, and Maria Potop-Butucaru

arXiv:2607.06025v1 [cs.NI] 7 Jul 2026

LIP6, Sorbonne Université Paris, Île-de-France, F-75005, France [email protected]

Abstract. Federated Learning (FL) offers a privacy-preserving framework for distributed machine learning, yet conventional centralized and hierarchical architectures present significant challenges in terms of scalability, resilience, and single points of failure, particularly in dynamic, infrastructure-less environments such as sensor networks. To address these limitations, we introduce FLAIR, a novel, fully decentralized FL protocol that integrates dynamic, resource-aware, secure, and self organized clustering with in-cluster model training. FLAIR uses a probabilistic, verifiable cluster-head election mechanism that is enhanced to promote nodes with greater computational and communication capabilities, ensuring both fairness and efficiency. Through comprehensive simulations in ns-3, we evaluate our method against centralized, hierarchical, and gossip-based FL benchmarks across four demanding scenarios. The results demonstrate the superiority of our approach: in static 100-node networks, FLAIR achieves a final accuracy of approximately 0.91, outperforming all baselines. The protocol exhibits exceptional robustness, maintaining graceful degradation with accuracy above 0.85 even under 90% node failure rates. Furthermore, it shows strong mobility resilience, with a performance loss of less than 2% compared to static deployments. In a realistic smart farming simulation, FLAIR’s accuracy is within 0.2% of the centralized baseline, confirming its practical viability. These findings validate that FLAIR successfully combines the scalability of decentralized learning with the structural efficiency of clustering, presenting a robust and high-performing solution for large-scale, heterogeneous IoT systems. Keywords: Federated Learning · Decentralized Learning · Clustering Algorithms · Resource-Aware · Network Resilience.

1

Introduction

Federated Learning (FL) has emerged as a powerful paradigm for privacypreserving machine learning on distributed data [11]. However, its conventional centralized architecture suffers from critical limitations, including scalability bottlenecks and single points of failure, which motivate decentralized

2

Boutebicha et al.

approaches [8,18]. These challenges are especially pronounced in infrastructureless environments like wireless sensor networks (WSNs), where node resources and connectivity are dynamic. In parallel, clustering has been established as a key strategy in WSNs [19] such as those deployed for environmental monitoring, healthcare (e.g., body area networks), and smart cities, in order to enhance scalability and energy efficiency. Protocols like LEACH [4] pioneered the use of rotating cluster-heads to create an efficient, hierarchical network structure [4,3,21,12]. This approach provides a natural foundation for structuring distributed computation and communication. Combining these two fields offers a promising path for robust decentralized learning. Using dynamic clusters for FL can reduce energy consumption, adapt to network heterogeneity, and mitigate node failures. Yet, despite this potential, many existing methods rely on fixed network structures or external infrastructure, which is inconsistent with the nature of sensor networks. For example, gossipbased aggregation [17], epidemic-style learning [2] or HEAL [10] still assume static overlays or require additional components, but do not fully integrate dynamic clustering. There remains a clear need for a protocol that unifies the principles of FL and dynamic clustering in a fully decentralized and adaptive manner. To bridge this critical gap, we introduce FLAIR (Federated Learning with Adaptive Integrity-preserving Randomness), a protocol that advances the stateof-the-art by establishing a synergistic link between secure and self-organized network-layer clustering and application-layer learning. Our design is inspired by the probabilistic cluster-head rotation of the seminal LEACH protocol [4], which we fundamentally enhance with two key innovations: a resource-aware scoring mechanism and verifiable randomness in the election process. This crosslayer architecture is engineered to deliver a superior balance of energy efficiency, robustness, and learning performance. Our extensive simulations validate this approach, demonstrating that FLAIR sustains rapid convergence and high accuracy while significantly enhancing resilience against the node failures and disconnections characteristic of dynamic wireless environments.

2

Related Work

The integration of clustering with federated learning has recently emerged as a promising approach for improving communication efficiency and robustness. In clustered FL, clients are organized into groups where model updates are aggregated locally before being propagated to a central coordinator or a higherlevel aggregator. Lalitha et al. [9] studied peer-to-peer FL on graph topologies, enabling model sharing without centralized coordination. Hierarchical FL [13] utilizes intermediate aggregators (e.g., edge servers or cluster-heads) to improve convergence speed and lower communication overhead. Concurrently, blockchainbased FL [14] has been proposed as a method for ensuring verifiable trust in multi-party learning settings. Other approaches investigate device-to-device communication and over-the-air aggregation to further reduce latency and bandwidth usage [20].

FLAIR: Distributed Federated Learning with Dynamic Clustering

3

Although these studies highlight the advantages of clustering and hierarchical structures in FL, they predominantly rely on static or infrastructure-assisted aggregation models—an assumption that is often impractical in dynamic sensor networks characterized by node mobility and resource variability. To address this limitation, new protocols are needed that combine the principles of dynamic clustering and distributed learning, enabling energy-efficient and adaptive federated learning in wireless environments. Our proposed FLAIR addresses these issues. This paper makes the following primary contributions to the field: • A cluster-based FL architecture. • A novel, decentralized FL protocol, FLAIR, designed for sensor networks that uniquely integrates probabilistic, resource-aware, and verifiable mechanisms for dynamic cluster-head election. This design ensures both fair load distribution and directs aggregation tasks to more capable nodes. • A comprehensive validation of FLAIR conducted in the ns-3 simulator. We rigorously benchmark our protocol against four state-of-the-art baselines—centralized FL [15], GAIA [7], HEAL [10], and Gossip Learning [17], demonstrating its superior performance across multiple metrics including accuracy, convergence speed, and fault tolerance. The remainder of this paper is organized as follows. Section III introduces our FLAIR protocol. Section IV describes the experimental setup and reports the evaluation results. Section V concludes the paper and discusses future research directions.

3

Proposed Cluster based Federated Learning System

3.1

System overview

We propose the Cluster based Federated Learning system, a layered architecture for energy-efficient and adaptive federated learning in sensor networks. The system is designed to achieve three primary objectives: (i) robustness, by avoiding single points of failure, (ii) performance, by leveraging nodes with greater computational and communication resources, and (iii) energy efficiency, by restricting transmissions to short-range intra-cluster communication and rotating aggregator roles. Our Cluster based Federated Learning system integrates networking and learning into a unified, five-layer architecture (Figure 1). The system is built on a Physical Layer of heterogeneous sensor nodes and a Communication Layer for reliable packet delivery (e.g., IEEE 802.11). Above this, the Clustering Layer uses the FLAIR protocol to organize nodes into dynamic clusters, where the Aggregation Layer coordinates local model updates. Finally, the top-level Learning Task Layer executes the FL application, such as classification or regression. Cross-layer interactions are critical: clustering decisions depend on resource information from lower layers, while learning efficiency influences communication and energy usage.

4

Boutebicha et al.

At the core of Cluster based Federated Learning’s Clustering layer lies our proposed FLAIR protocol. It is based on the Low-Energy Adaptive Clustering Hierarchy protocol (LEACH) [4] but includes several key extensions: (i) resourceaware CH election, so that more capable devices handle heavier aggregation duties; (ii) verifiable randomness to prevent biased CH election and ensure auditability; and (iii) an in-cluster federated learning workflow. This design integrates network-layer clustering with application-layer learning, forming a unified, layered architecture.

Fig. 1. Layered architecture of our Cluster based Federated Learning

Building on these principles, FLAIR operates in rounds, each consisting of two phases: (i) network clustering, where nodes self-organize into clusters, and (ii) federated learning, where local updates are trained and aggregated within clusters. At the beginning of each round, clusters are reconfigured to adapt to resource variability and mobility, making the protocol suitable for dynamic sensor networks where resource-constrained nodes collaborate without fixed infrastructure. 3.2

System Model and Assumptions

We consider a set N of nodes communicating over a shared wireless medium in an infrastructure-less ad-hoc environment. Each node is heterogeneous in its computational (CPU, GPU, memory) and communication (bandwidth) capabilities, and holds a private dataset. Time progresses in rounds r = 1, 2, . . . . In each round, a subset of nodes acts as cluster-heads, while the remaining nodes join exactly one cluster. Communication is single-hop within clusters (i.e., each member communicates directly with its CH, and CHs broadcast directly to their members). No inter-cluster coordination is required, which reduces protocol overhead and eliminates additional failure points.

FLAIR: Distributed Federated Learning with Dynamic Clustering

5

Two mechanisms are central to the protocol. First, a target fraction p ∈ (0, 1) of nodes is expected to serve as CHs in each round, ensuring probabilistic load balancing across the network. Second, every node can evaluate a Verifiable Random Function (VRF), which produces a publicly verifiable random value in [0, 1]. This primitive prevents manipulation of elections and guarantees fairness, while the process remains lightweight enough for resource-constrained environments. Together, these assumptions provide the foundation on which FLAIR integrates clustering and federated learning: clustering organizes the communication structure efficiently, while FL ensures collaborative training without exposing raw data. 3.3

Phase 1: Network Clustering

Step 1: Cluster-Head Selection Let G be the set of eligible nodes at round r. A node n is eligible to become a CH only if it has not acted as one during the last p1 rounds. Each node in G computes a threshold T (n) and samples x ∼ Uniform(0, 1) through a VRF. Node n elects itself as CHif x < T (n). The threshold incorporates a resource score Rn , which biases elections toward resource-rich nodes:

T (n) =

  

p · Rn   1 − p · r mod p1

  0 where

if n ∈ G,

Rn = α · CP Un + β · RAMn + γ · GP Un + δ · BWn , With α + β + γ + δ = 1.

(1)

otherwise. (2)

The variables CP Un , RAMn , GP Un , and BWn are normalized resource indicators. As summarized in Algorithm 1, this weighted, probabilistic scheme favors more capable nodes for CH duty while preserving the load balancing of LEACH [4]. The use of a VRFensures the election is fair and tamper-resistant. Step 2: Cluster Formation Elected CHs broadcast advertisements (CH-ADV). As shown in Algorithm 2, non-CH nodes join the most suitable CH based on a distance-based cost, forming stable clusters with balanced resource allocation. 3.4

Phase 2: Federated Learning

Once clusters are formed, each cluster runs an independent learning process, removing the need for global coordination. Step 1: Local Training Every node u trains the current model w(t) on its (t+1) private dataset Du for E local epochs, producing a locally updated model wu . Only updates are shared; raw data always remains private.

6

Boutebicha et al.

Algorithm 1 Resource-Aware CH Selection with Verifiable Randomness Require: target CH ratio p ∈ (0, 1); round r; eligibility set G; resource vector (CP Un , RAMn , GP Un , BWn ); weights α, β, γ, δ ≥ 0 1: for each node n ∈ N in parallel do 2: if n ∈ / G then 3: T (n) ← 0 4: else 5: Rn ← α · CP Un + β · RAMn + γ · GP Un + δ · BWn p · Rn 6: T (n) ← 1 − p · (r mod p1 ) 7: end if 8: x ← V RF _U nif orm(0, 1) ▷ publicly verifiable 9: if x < T (n) then 10: n broadcasts CH-ADV (cluster-head advertisement) 11: mark n as CH 12: end if 13: end for

Algorithm 2 Cluster Formation 1: for each non-CH node u in parallel do 2: listen for CH-ADV beacons; collect candidate set C 3: compute cost(u, c) for all c ∈ C 4: c⋆ ← arg minc∈C cost(u, c) 5: send JOIN-REQ to c⋆ 6: end for 7: for each CH c do 8: for each JOIN-REQ from u do 9: admit u if capacity allows; send JOIN-ACK 10: update membership list 11: end for 12: end for

Algorithm 3 In-Cluster Federated Learning Require: initial model w(0) , batch size B, in-cluster epochs Eround 1: for each cluster c in parallel do 2: t←0 3: for e = 1 to Eround do 4: for each member u ∈ Sc in parallel do (t+1) 5: wu ← LocalTrain(w(t) , Du , B) (t+1) 6: send wu to CH 7: end for 8: CH computes w(t+1) via (3) 9: CH broadcasts w(t+1) to Sc 10: t←t+1 11: end for 12: end for

FLAIR: Distributed Federated Learning with Dynamic Clustering

7

Step 2: Model Aggregation Each CH aggregates updates from its members using a simple averaging rule, as shown in Equation 3. The aggregated model is then redistributed to all cluster members for the next iteration. 1 X (t+1) w(t+1) = wu , (3) |Sc | u∈Sc

Step 3: Iterative In-Cluster Training The local training and aggregation steps are repeated for a fixed number of epochs (Eround ) per round. This iterative in-cluster process, detailed in Algorithm 3, constitutes one full round of federated learning.

4

Experimental Evaluation

4.1

Implementation Setup

Our FLAIR protocol was implemented in the ns-3 simulator, with all baselines reimplemented in the same environment to ensure strict comparability. Experiments were executed on a dedicated server equipped with two Intel Xeon E5-2660 v3 processors, each providing 10 cores and 2 threads per core for a total of 40 logical processors operating at a base frequency of 2.6 GHz and a maximum turbo frequency of 3.3 GHz. The system had 125 GB of RAM and a 456 GB main storage partition, running Arch Linux (kernel 6.12.4-arch1-1).

Test

Objective

Setup

Experiment 1 Comparative evaluation in static networks

100 static nodes; comparison with C-FL, GAIA, HEAL, and Gossip Learning. Experiment 2 Resilience to node dropouts Permanent, temporary, and random crashes (up to 90% of nodes); two settings (E = 1, E = 3). Experiment 3 Impact of mobility on learning performance 5 mobility models; perfect vs. range-limited connectivity. Experiment 4 Smart farming with heterogeneous nodes 80 fixed sensors + 20 mobile robots; Kaggle “Predicting Watering the Plants” dataset. Table 1. Overview of the experimental tests conducted for evaluating FLAIR

We used two datasets: the “Spambase dataset” [5], a standard binary classification benchmark, and the “Predicting Watering the Plants” dataset from Kaggle [16] for a smart farming scenario. The simulated network consisted of 100 heterogeneous wireless nodes using IEEE 802.11 in ad-hoc mode. A logistic regression model was the learning objective [6]. For the resource score (Equation 2), the four weights were set to 0.25, giving equal importance to CPU, RAM, GPU, and bandwidth. We designed four tests to assess performance, summarized in Table 1. To account for stochastic variability inherent to wireless simulation, each configuration was executed multiple times with different random seeds, and the reported curves correspond to the empirical mean across these independent runs.

8

Boutebicha et al. Table 2. Configuration of baseline protocols in Experiment 1 Protocol Aggregation Method Parameters C-FL GAIA HEAL Gossip FLAIR

Global Avg Local + Global Avg Hub + Inter-hub Pairwise Averaging In-cluster Averaging

E = 3, η = 0.01 5 local servers, E = 3 5 hubs/round 3 peers/round E=3

Fig. 2. Accuracy evolution of FLAIR and baselines in static networks (100 nodes)

4.2

Comparative Evaluation in Static Networks

To evaluate the performance of FLAIR , we compared it against four representative distributed protocols: Centralized FL (C-FL) [15], the canonical client-server paradigm; GAIA [7], a hierarchical architecture; HEAL [10], a hybrid approach with dynamically elected hubs; and Gossip Learning [17], a fully decentralized peerto-peer protocol. All baselines were carefully tuned for competitive performance, and their configurations are summarized in Table 2. Figure 2 shows the accuracy evolution over training cycles in a static network of 100 nodes. The inset highlights early convergence dynamics. FLAIR achieves the highest final accuracy (∼ 0.91), surpassing C-FL, HEAL, and Gossip (∼ 0.90), and clearly outperforming GAIA (∼ 0.88). These results demonstrate that the clustering-based design of FLAIR accelerates convergence while sustaining higher steady-state accuracy. Compared to GAIA, convergence is up to 2.5× faster, and compared to Gossip Learning, the protocol requires significantly fewer cycles to stabilize. Overall, FLAIR combines the scalability of decentralized designs with the efficiency of clustering, providing superior performance in static deployments.

FLAIR: Distributed Federated Learning with Dynamic Clustering

4.3

9

Resilience to Node Dropouts

We next examined the resilience of FLAIR to node failures by simulating three dropout types: permanent crashes, temporary crashes, and random dropouts. Performance was assessed based on final accuracy, recovery speed, and stability. To capture the effect of round duration, we considered both long (E = 3) and short (E = 1) round configurations. Figure 3 shows the results. Table 3. Number of rounds required to reach 0.80 and 0.85 accuracy under different dropout scenarios and round durations Scenario

E=3

E=1

0.80 0.85 0.80 0.85 Permanent crashes (80%) 3 Temporary crashes (80%) 4 Random crashes (80%) 4 Permanent crashes (90%) 4 Temporary crashes (90%) 5 Random crashes (90%) 12

4 8 10 6 8 29

5 6 39 8 7 –

9 9 55 13 10 –

Fig. 3. Accuracy evolution of FLAIR under different node dropout conditions

In the baseline case without dropout, FLAIR stabilized at around 0.90 accuracy. The protocol showed graceful degradation under permanent crashes,

10

Boutebicha et al.

converging above 0.88 even with 90% node loss, as detailed in Table 3. While temporary crashes caused only minor, recoverable perturbations, random crashes were more disruptive, especially with short rounds (E = 1). In contrast, longer rounds (E = 3) smoothed the learning dynamics and improved stability because the longer aggregation intervals absorbed much of the instability. Overall, FLAIR consistently maintained accuracy above 0.85 across all scenarios, confirming its strong resilience even under extreme dropout conditions. 4.4

Impact of Mobility on Learning Performance

Fig. 4. Accuracy evolution of FLAIR under five mobility patterns, comparing perfect and range-limited connectivity

We evaluated the effect of node mobility on FLAIR using five standard mobility models [1] under two scenarios: perfect and range-limited connectivity. As shown in Figure 4, mobility had no measurable impact with perfect connectivity. With range-limited connectivity, occasional disconnections caused only minor perturbations, with overall accuracy remaining within 2% of the static baseline (staying above 0.88 for all patterns). These results indicate that FLAIR is

FLAIR: Distributed Federated Learning with Dynamic Clustering

11

resilient to mobility and that its clustering mechanism adapts effectively to dynamic topologies. 4.5

Smart Farming with Heterogeneous Nodes

72.5%

Final: 71.4% Final: 71.2%

70.0%

Average Accuracy

67.5% 65.0% 62.5% 60.0% 57.5% 55.0%

E=1 E=3 Baseline (71.9%)

52.5% 0

20

40

Epoch

60

80

100

Fig. 5. Accuracy evolution on the "Predicting Watering the Plants" dataset, under the smart farming setup (80 fixed sensors + 20 mobile robots). Two local update settings (E = 1 vs. E = 3) are compared against the centralized baseline (71.9%).

To evaluate FLAIR in a realistic application, we simulated a smart farm with 80 fixed sensors and 20 mobile robots, using the “Predicting Watering the Plants” dataset from Kaggle [16]. As shown in Figure 5, both long-round (E = 3) and short-round (E = 1) configurations converge near the centralized baseline (71.9%), achieving final accuracies of 71.4% and 71.2%, respectively. We also extended the dropout experiments to this setup, and the results (Figure 6) confirm that the resilience properties observed in static networks extend to this heterogeneous, application-driven scenario. FLAIR demonstrates graceful degradation and rapid recovery even with mobility and partial connectivity, highlighting its practical applicability and robust performance in dynamic IoT environments.

12

Boutebicha et al.

Fig. 6. Accuracy evolution of FLAIR under different node dropout conditions in the smart farming scenario

5

Conclusion

In this paper, we introduced FLAIR , a decentralized federated learning protocol designed to operate efficiently in resource-constrained, wireless networks. By combining principles from network-layer clustering and application-layer distributed learning, FLAIR overcomes the inherent weaknesses of centralized FL architectures, such as scalability bottlenecks and single points of failure. The protocol’s core innovation lies in its dynamic, resource-aware, and verifiable cluster-head election mechanism, which facilitates load balancing and enhances system robustness without requiring fixed infrastructure. Our comprehensive experimental evaluation, conducted within the ns-3 simulation environment, has validated the effectiveness of FLAIR . Across a series of rigorous experiments, our protocol consistently demonstrated superior performance. In static networks, it achieved faster convergence and higher final accuracy than canonical centralized, hierarchical, and gossip-based FL approaches. Crucially, FLAIR exhibited remarkable resilience, sustaining high learning accuracy under extreme node dropout scenarios—up to 90% failures—and adapting seamlessly to various mobility models with minimal performance degradation. Its successful application to a realistic smart farming scenario further underscored its practical utility in heterogeneous IoT deployments, where it achieved performance nearly identical to a centralized baseline.

6

Acknowledgments

This work was funded by the European Union’s Horizon Europe project CyberNEMO (101168182).

References 1. Bai, F., Helmy, A.: A survey of mobility models. Wireless Adhoc Networks. University of Southern California, USA 206, 147 (2004)

FLAIR: Distributed Federated Learning with Dynamic Clustering

13

2. De Vos, M., Farhadkhani, S., Guerraoui, R., Kermarrec, A.M., Pires, R., Sharma, R.: Epidemic learning: Boosting decentralized learning with randomized communication. In: Advances in Neural Information Processing Systems (NeurIPS) (2024) 3. Heinzelman, W.B., Chandrakasan, A.P., Balakrishnan, H.: An application-specific protocol architecture for wireless microsensor networks. IEEE Transactions on Wireless Communications 1(4), 660–670 (2002) 4. Heinzelman, W.R., Chandrakasan, A., Balakrishnan, H.: Energy-efficient communication protocol for wireless microsensor networks. In: Proceedings of the 33rd Annual Hawaii International Conference on System Sciences. pp. 10–pp. IEEE (2000) 5. Hopkins, M., Reeber, E., Forman, G., Suermondt, J.: Spambase data set. UCI Machine Learning Repository (1999), https://archive.ics.uci.edu/ml/datasets/ spambase 6. Hosmer Jr, D.W., Lemeshow, S., Sturdivant, R.X.: Applied logistic regression. John Wiley & Sons (2013) 7. Hsieh, K., Harlap, A., Vijaykumar, N., Konomis, D., Ganger, G.R., Gibbons, P.B., Mutlu, O.: Gaia:{Geo-Distributed} machine learning approaching {LAN} speeds. In: 14th USENIX symposium on networked systems design and implementation (NSDI 17). pp. 629–647 (2017) 8. Kairouz, P., McMahan, H.B., et al.: Advances and open problems in federated learning. Foundations and Trends in Machine Learning 14(1-2), 1–210 (2021) 9. Lalitha, A.T.S., Shekhar, S., Javidi, T., Kairouz, P.: Peer-to-peer federated learning on graphs. arXiv preprint arXiv:1901.11173 (2019) 10. Legheraba, M.A., Galkiewicz, S., Potop-Butucaru, M., Tixeuil, S.: Heal: Resilient and self-* hub-based learning. In: Proceedings of the 39th IEEE International Conference on Advanced Information Networking and Applications (AINA) (2025) 11. Lim, W.Y.B., Luong, N.C., Hoang, D.T., Jiao, Y., Liang, Y.C., Yang, Q., Niyato, D., Miao, C.: Federated learning in mobile edge networks: A comprehensive survey. IEEE Communications Surveys & Tutorials 22(3), 2031–2063 (2020) 12. Lindsey, S., Raghavendra, C.S.: Pegasis: Power-efficient gathering in sensor information systems. In: Proceedings, IEEE Aerospace Conference. vol. 3, pp. 3–1125. IEEE (2002) 13. Liu, Y., Kang, Y., Xing, C., Chen, T., Yang, Q.: Client-edge-cloud hierarchical federated learning. Proceedings of the 29th International Joint Conference on Artificial Intelligence (IJCAI) pp. 4651–4657 (2020) 14. Lu, Y., Huang, X., Zhang, K., Maharjan, S., Zhang, Y.: Low-latency federated learning and blockchain for edge association in digital twin empowered 6g networks. IEEE Transactions on Industrial Informatics 17(7), 5098–5107 (2020) 15. McMahan, B., Moore, E., Ramage, D., Hampson, S., y Arcas, B.A.: Communicationefficient learning of deep networks from decentralized data. In: Artificial intelligence and statistics. pp. 1273–1282. PMLR (2017) 16. Nelakurthi, S.: Dataset for predicting watering the plants. https://www.kaggle.com/datasets/nelakurthisudheer/ dataset-for-predicting-watering-the-plants (2021), accessed: September 24, 2025 17. Ormándi, R., Hegedűs, I., Jelasity, M.: Gossip learning with linear models on fully distributed data. Concurrency and Computation: Practice and Experience 25(4), 556–571 (2013) 18. Rodríguez-Barroso, N., Jiménez-López, D., Luzón, M., Herrera, F., MartínezCámara, E.: Survey on federated learning threats: Concepts, taxonomy on attacks

14

Boutebicha et al.

and defences, experimental study and challenges. Information Fusion 90, 148–173 (2023) 19. Swetha Priya, T.C., Sridevi, R.: Novel clustering techniques in wireless sensor networks – a survey. International Journal of Electrical and Computer Engineering Systems 14(7), 733-742 (2023) 20. Xiao, B., Yu, X., Ni, W., Wang, X., Poor, H.V.: Over-the-air federated learning: Status quo, open challenges, and future directions. Fundamental Research (2024) 21. Younis, O., Fahmy, S.: Heed: A hybrid, energy-efficient, distributed clustering approach for ad hoc sensor networks. IEEE Transactions on Mobile Computing 3(4), 366–379 (2004)

Record · ID 346475 · SHA-256 b9e0760c3faa2d60
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.