LGMAMar 4, 2025

Federated Learning for Privacy-Preserving Feedforward Control in Multi-Agent Systems

arXiv:2503.02693v1h-index: 5
Originality Incremental advance
AI Analysis

This addresses privacy and efficiency issues for multi-agent control systems, such as autonomous vehicles, though it is incremental as it applies an existing FL method to a new control context.

The paper tackled the problem of designing data-driven feedforward controllers in multi-agent systems while preserving privacy and reducing communication costs by integrating Federated Learning, achieving comparable tracking performance to centralized methods without sharing private data in an autonomous driving simulation.

Feedforward control (FF) is often combined with feedback control (FB) in many control systems, improving tracking performance, efficiency, and stability. However, designing effective data-driven FF controllers in multi-agent systems requires significant data collection, including transferring private or proprietary data, which raises privacy concerns and incurs high communication costs. Therefore, we propose a novel approach integrating Federated Learning (FL) into FF control to address these challenges. This approach enables privacy-preserving, communication-efficient, and decentralized continuous improvement of FF controllers across multiple agents without sharing personal or proprietary data. By leveraging FL, each agent learns a local, neural FF controller using its data and contributes only model updates to a global aggregation process, ensuring data privacy and scalability. We demonstrate the effectiveness of our method in an autonomous driving use case. Therein, vehicles equipped with a trajectory-tracking feedback controller are enhanced by FL-based neural FF control. Simulations highlight significant improvements in tracking performance compared to pure FB control, analogous to model-based FF control. We achieve comparable tracking performance without exchanging private vehicle-specific data compared to a centralized neural FF control. Our results underscore the potential of FL-based neural FF control to enable privacy-preserving learning in multi-agent control systems, paving the way for scalable and efficient autonomous systems applications.

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