Federated Data-Driven Kalman Filtering for State Estimation
Nikos Piperigkos, Alexandros Gkillas, Christos Anagnostopoulos, Aris S. Lalos
TL;DR
The paper tackles accurate ego-vehicle localization under privacy and communication constraints by introducing FedKalmanNet, a federated learning framework that extends KalmanNet with adapt-then-combine training. Each vehicle locally trains KalmanNet to estimate KF uncertainty matrices using private data, and a central server aggregates only model weights to form a global KalmanNet, preserving data privacy. Empirical results in the CARLA simulator show FedKalmanNet achieving near-centralized performance and outperforming collaborative decision-making baselines that fuse raw measurements, while requiring substantially less V2X communication. The approach enables scalable, data-driven localization with interpretable Kalman-based updates and offers a practical privacy-preserving alternative for autonomous driving deployments.
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.
