用联邦学习提升自动驾驶定位精度,无需实时车路通信。
Federated Data-Driven Kalman Filtering for State Estimation
- 各车本地训练网络,通过服务器聚合共享模型参数。
- 在CARLA仿真中定位误差比现有方法降低18.7%。
- 适合资源受限的实时自动驾驶场景使用。
本文提出一种基于联邦学习的新型定位框架FedKalmanNet,用于提升自动驾驶车辆的高精度定位能力。该方法在标准的KalmanNet基础上,结合'先适应后融合'思想,实现分布式训练:多辆汽车(客户端)各自使用自身的位置与速度测量数据进行本地训练,并通过全局服务器聚合模型参数。最终每辆车利用训练好的FedKalmanNet估计系统不确定性矩阵(即卡尔曼增益),完成自我定位。实验在CARLA自动驾驶仿真器中进行,结果表明,该方法在无需实时车路通信(V2X)的前提下,定位性能显著优于现有先进协同决策方法,验证了协同学习在状态估计中的优势。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。