FedEMA: Federated Exponential Moving Averaging with Negative Entropy Regularizer in Autonomous Driving
Wei-Bin Kou, Guangxu Zhu, Bingyang Cheng, Shuai Wang, Ming Tang, Yik-Chung Wu
TL;DR
The paper addresses temporal forgetting and limited generalization in federated learning for autonomous driving S3U tasks under evolving environments. It introduces FedEMA, combining a server-side EMA fusion with a vehicle-side negative entropy regularizer to balance stability and adaptability, supported by convergence analysis showing a $O(1/\sqrt{R})$ rate and practical gains. The method demonstrates superior performance over state-of-the-art FL baselines on Cityscapes and CamVid across DeepLabv3+ and TopFormer backbones, with notable improvements in mean IoU and related metrics. This approach offers a practical path to robust, privacy-preserving domain-generalization for AD systems in dynamic real-world settings.
Abstract
Street Scene Semantic Understanding (denoted as S3U) is a crucial but complex task for autonomous driving (AD) vehicles. Their inference models typically face poor generalization due to domain-shift. Federated Learning (FL) has emerged as a promising paradigm for enhancing the generalization of AD models through privacy-preserving distributed learning. However, these FL AD models face significant temporal catastrophic forgetting when deployed in dynamically evolving environments, where continuous adaptation causes abrupt erosion of historical knowledge. This paper proposes Federated Exponential Moving Average (FedEMA), a novel framework that addresses this challenge through two integral innovations: (I) Server-side model's historical fitting capability preservation via fusing current FL round's aggregation model and a proposed previous FL round's exponential moving average (EMA) model; (II) Vehicle-side negative entropy regularization to prevent FL models' possible overfitting to EMA-introduced temporal patterns. Above two strategies empower FedEMA a dual-objective optimization that balances model generalization and adaptability. In addition, we conduct theoretical convergence analysis for the proposed FedEMA. Extensive experiments both on Cityscapes dataset and Camvid dataset demonstrate FedEMA's superiority over existing approaches, showing 7.12% higher mean Intersection-over-Union (mIoU).
