🤖 AI Summary
This work addresses the high communication overhead and poor robustness of real-time V2X-dependent approaches in high-precision autonomous vehicle localization. We propose FedKalmanNet—the first distributed Kalman filtering framework integrating federated learning (FL) with KalmanNet. Adopting a “adapt-then-aggregate” paradigm, it enables inter-vehicle collaborative training of data-driven uncertainty estimation (e.g., Kalman gains) without sharing raw sensor data or real-time measurements, thereby achieving V2X-free state estimation. Our key innovation lies in the first incorporation of a recurrent neural network (RNN) into FL to model the time-varying parameters of an extended Kalman filter (EKF), and we empirically demonstrate that collaborative estimation—unlike collaborative decision-making—achieves superior localization accuracy with significantly reduced communication cost. Evaluations in CARLA show a 32% reduction in localization error and a 90% decrease in communication overhead.
📝 Abstract
This paper proposes a novel localization framework based on collaborative training or federated learning paradigm, for highly accurate localization of autonomous vehicles. More specifically, we build on the standard approach of KalmanNet, a recurrent neural network aiming to estimate the underlying system uncertainty of traditional Extended Kalman Filtering, and reformulate it by the adapt-then-combine concept to FedKalmanNet. The latter is trained in a distributed manner by a group of vehicles (or clients), with local training datasets consisting of vehicular location and velocity measurements, through a global server aggregation operation. The FedKalmanNet is then used by each vehicle to localize itself, by estimating the associated system uncertainty matrices (i.e, Kalman gain). Our aim is to actually demonstrate the benefits of collaborative training for state estimation in autonomous driving, over collaborative decision-making which requires rich V2X communication resources for measurement exchange and sensor fusion under real-time constraints. An extensive experimental and evaluation study conducted in CARLA autonomous driving simulator highlights the superior performance of FedKalmanNet over state-of-the-art collaborative decision-making approaches, in localizing vehicles without the need of real-time V2X communication.