AICLCVLGMar 28, 2022

FedVLN: Privacy-preserving Federated Vision-and-Language Navigation

arXiv:2203.14936v312 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses privacy concerns for users of embodied agents in real-world environments like homes, though it is incremental as it applies federated learning to an existing VLN task.

The paper tackles privacy in embodied agents for Vision-and-Language Navigation (VLN) by proposing FedVLN, a federated learning framework that protects data privacy during training and pre-exploration, achieving comparable results to centralized training on R2R and RxR datasets while preserving privacy.

Data privacy is a central problem for embodied agents that can perceive the environment, communicate with humans, and act in the real world. While helping humans complete tasks, the agent may observe and process sensitive information of users, such as house environments, human activities, etc. In this work, we introduce privacy-preserving embodied agent learning for the task of Vision-and-Language Navigation (VLN), where an embodied agent navigates house environments by following natural language instructions. We view each house environment as a local client, which shares nothing other than local updates with the cloud server and other clients, and propose a novel federated vision-and-language navigation (FedVLN) framework to protect data privacy during both training and pre-exploration. Particularly, we propose a decentralized training strategy to limit the data of each client to its local model training and a federated pre-exploration method to do partial model aggregation to improve model generalizability to unseen environments. Extensive results on R2R and RxR datasets show that under our FedVLN framework, decentralized VLN models achieve comparable results with centralized training while protecting seen environment privacy, and federated pre-exploration significantly outperforms centralized pre-exploration while preserving unseen environment privacy.

Code Implementations1 repo
Foundations

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

Your Notes