PID-Guided Partial Alignment for Multimodal Decentralized Federated Learning
Yanhang Shi, Xiaoyu Wang, Houwei Cao, Jian Li, Yong Liu
TL;DR
The paper tackles multimodal decentralized federated learning under modality heterogeneity and absence of a central server. It introduces PARSE, a PID-guided framework that factorizes each modality's latent representation into redundant $z^{r}$, unique $z^{u}$, and synergistic $z^{s}$ slices, enabling selective slice-level sharing via per-modality subgraphs. By aligning only the shareable slices and keeping non-shared components local, PARSE mitigates uni-/multimodal gradient conflicts and explicitly leverages cross-modal synergy for multimodal agents. Across four benchmarks and diverse agent mixes, PARSE yields consistent improvements over baselines, with ablations confirming robust performance across feature-split ratios, fusion methods, and non-IID conditions.
Abstract
Multimodal decentralized federated learning (DFL) is challenging because agents differ in available modalities and model architectures, yet must collaborate over peer-to-peer (P2P) networks without a central coordinator. Standard multimodal pipelines learn a single shared embedding across all modalities. In DFL, such a monolithic representation induces gradient misalignment between uni- and multimodal agents; as a result, it suppresses heterogeneous sharing and cross-modal interaction. We present PARSE, a multimodal DFL framework that operationalizes partial information decomposition (PID) in a server-free setting. Each agent performs feature fission to factorize its latent representation into redundant, unique, and synergistic slices. P2P knowledge sharing among heterogeneous agents is enabled by slice-level partial alignment: only semantically shareable branches are exchanged among agents that possess the corresponding modality. By removing the need for central coordination and gradient surgery, PARSE resolves uni-/multimodal gradient conflicts, thereby overcoming the multimodal DFL dilemma while remaining compatible with standard DFL constraints. Across benchmarks and agent mixes, PARSE yields consistent gains over task-, modality-, and hybrid-sharing DFL baselines. Ablations on fusion operators and split ratios, together with qualitative visualizations, further demonstrate the efficiency and robustness of the proposed design.
