CVLGNIAug 17, 2024

DRL-Based Resource Allocation for Motion Blur Resistant Federated Self-Supervised Learning in IoV

arXiv:2408.09194v223 citationsh-index: 96
Originality Synthesis-oriented
AI Analysis

This work addresses privacy and efficiency issues in federated learning for vehicle networks, but it appears incremental as it builds on existing methods like SimCo.

The paper tackles the problem of privacy leakage and motion blur in federated self-supervised learning for the Internet of Vehicles by proposing BFSSL, a motion blur-resistant method, and DRL-BFSSL, a resource allocation scheme, which simulation results validate as effective in minimizing energy consumption and latency.

In the Internet of Vehicles (IoV), Federated Learning (FL) provides a privacy-preserving solution by aggregating local models without sharing data. Traditional supervised learning requires image data with labels, but data labeling involves significant manual effort. Federated Self-Supervised Learning (FSSL) utilizes Self-Supervised Learning (SSL) for local training in FL, eliminating the need for labels while protecting privacy. Compared to other SSL methods, Momentum Contrast (MoCo) reduces the demand for computing resources and storage space by creating a dictionary. However, using MoCo in FSSL requires uploading the local dictionary from vehicles to Base Station (BS), which poses a risk of privacy leakage. Simplified Contrast (SimCo) addresses the privacy leakage issue in MoCo-based FSSL by using dual temperature instead of a dictionary to control sample distribution. Additionally, considering the negative impact of motion blur on model aggregation, and based on SimCo, we propose a motion blur-resistant FSSL method, referred to as BFSSL. Furthermore, we address energy consumption and delay in the BFSSL process by proposing a Deep Reinforcement Learning (DRL)-based resource allocation scheme, called DRL-BFSSL. In this scheme, BS allocates the Central Processing Unit (CPU) frequency and transmission power of vehicles to minimize energy consumption and latency, while aggregating received models based on the motion blur level. Simulation results validate the effectiveness of our proposed aggregation and resource allocation methods.

Code Implementations1 repo
Foundations

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

Your Notes