LGDCSEMar 22, 2021

Real-time End-to-End Federated Learning: An Automotive Case Study

arXiv:2103.11879v252 citations
Originality Incremental advance
AI Analysis

This work addresses real-time adaptation challenges in federated learning for autonomous driving systems, representing an incremental advancement in domain-specific applications.

The paper tackles the inflexibility of synchronous federated learning in dynamic, heterogeneous environments by proposing an asynchronous aggregation protocol, validated in an automotive case study for steering wheel angle prediction, showing significant local model improvement with minimal communication overhead.

With the development and the increasing interests in ML/DL fields, companies are eager to apply Machine Learning/Deep Learning approaches to increase service quality and customer experience. Federated Learning was implemented as an effective model training method for distributing and accelerating time-consuming model training while protecting user data privacy. However, common Federated Learning approaches, on the other hand, use a synchronous protocol to conduct model aggregation, which is inflexible and unable to adapt to rapidly changing environments and heterogeneous hardware settings in real-world scenarios. In this paper, we present an approach to real-time end-to-end Federated Learning combined with a novel asynchronous model aggregation protocol. Our method is validated in an industrial use case in the automotive domain, focusing on steering wheel angle prediction for autonomous driving. Our findings show that asynchronous Federated Learning can significantly improve the prediction performance of local edge models while maintaining the same level of accuracy as centralized machine learning. Furthermore, by using a sliding training window, the approach can minimize communication overhead, accelerate model training speed and consume real-time streaming data, proving high efficiency when deploying ML/DL components to heterogeneous real-world embedded systems.

Foundations

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

Your Notes