FedJigsaw: Multi-Agent Collaborative Model Reassembly for Decentralized Heterogeneous Federated Learning

📅 2026-08-03
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenges in heterogeneous federated learning, where significant disparities in client resources and the reliance of existing methods on predefined architectures or hypernetworks lead to coarse personalization granularity and high computational and memory overhead. To overcome these limitations, the paper proposes a decentralized dynamic module assembly paradigm that abandons fixed hypernetworks. It introduces an attention-driven local adaptive assembly mechanism (AttenAssemble), a topology-aware inter-client module sharing architecture (SymbioArchitect), and an attention-enhanced centralized training–decentralized execution strategy (CoRe-Tune) to enable fine-grained, privacy-preserving personalized model construction. Experiments demonstrate that the proposed approach improves relative accuracy by up to 13.8%, substantially reduces performance variance across clients, and significantly lowers decision latency and peak memory consumption.
📝 Abstract
Model Heterogeneous Federated Learning (MHFL) addresses client-level resource heterogeneity by allowing each participant to train a personalized model architecture under a shared training objective. A prevalent paradigm, Partial Training (PT), achieves this by allowing each client to train a subnetwork of the global model. However, existing PT methods typically rely on predefined architectural templates or over-parameterized supernets, limiting fine-grained personalization and imposing substantial computational and memory overhead. We propose FedJigsaw, a novel framework that reshapes model personalization as a dynamic and decentralized model assembly problem. Instead of selecting subnetworks from a predefined supernetwork, each client constructs its model by assembling reusable modules learned from neighboring clients. At the client level, we introduce AttenAssemble to enable each participant to adaptively construct a tailored model based on local observations. To support efficient knowledge sharing under communication and privacy constraints, we design SymbioArchitect, a mechanism that allows clients to exchange granular model modules with their topological neighbors. To mitigate training instability introduced by decentralized module exchange, we design CoRe-Tune, an attention-enhanced centralized training with a decentralized execution strategy, which guides local policies to foster implicit collaboration and stabilize training dynamics, without compromising data privacy. Extensive evaluations demonstrate that FedJigsaw outperforms state-of-the-art MHFL baselines by up to 13.8% in relative accuracy while significantly shrinking cross-client performance variance, but also slashes decision-making latency and peak memory footprint compared to existing policy-driven methods.
Problem

Research questions and friction points this paper is trying to address.

Model Heterogeneous Federated Learning
Partial Training
Decentralized Model Assembly
Client-level Personalization
Communication Constraints
Innovation

Methods, ideas, or system contributions that make the work stand out.

Federated Learning
Model Heterogeneity
Decentralized Collaboration
Dynamic Model Assembly
Module Reuse
🔎 Similar Papers
2024-10-04IEEE International Symposium on Network Computing and ApplicationsCitations: 3