Search papers, labs, and topics across Lattice.
The paper introduces pFedNavi, a personalized federated learning framework for Vision-Language Navigation (VLN) designed to address the challenges of cross-client heterogeneity in environments and instruction styles. pFedNavi adaptively identifies client-specific layers using layer-wise mixing coefficients and performs fine-grained parameter fusion on selected components like the encoder-decoder projection and environment-sensitive decoder layers. Experiments on R2R and RxR benchmarks demonstrate that pFedNavi outperforms FedAvg-based VLN baselines, achieving up to 7.5% improvement in navigation success rate and 7.8% gain in trajectory fidelity, while also converging faster under non-IID conditions.
Personalized federated learning can boost VLN performance by up to 7.8% in trajectory fidelity and converge 1.38x faster, by selectively fusing parameters in environment-sensitive layers.
Vision-Language Navigation VLN requires large-scale trajectory instruction data from private indoor environments, raising significant privacy concerns. Federated Learning FL mitigates this by keeping data on-device, but vanilla FL struggles under VLNs' extreme cross-client heterogeneity in environments and instruction styles, making a single global model suboptimal. This paper proposes pFedNavi, a structure-aware and dynamically adaptive personalized federated learning framework tailored for VLN. Our key idea is to personalize where it matters: pFedNavi adaptively identifies client-specific layers via layer-wise mixing coefficients, and performs fine-grained parameter fusion on the selected components (e.g., the encoder-decoder projection and environment-sensitive decoder layers) to balance global knowledge sharing with local specialization. We evaluate pFedNavi on two standard VLN benchmarks, R2R and RxR, using both ResNet and CLIP visual representations. Across all metrics, pFedNavi consistently outperforms the FedAvg-based VLN baseline, achieving up to 7.5% improvement in navigation success rate and up to 7.8% gain in trajectory fidelity, while converging 1.38x faster under non-IID conditions.