paper-with-me

Papers

GFCL: A GRU-based Federated Continual Learning Framework against Data Poisoning Attacks in IoV

2022-04-23 · Anum Talpur, Mohan Gurusamy

Integration of machine learning (ML) in 5G-based Internet of Vehicles (IoV) networks has enabled intelligent transportation and smart traffic management. Nonetheless, the security against adversarial poisoning attacks is also increasingly becoming a challenging task. Specifically, Deep Reinforcement Learning (DRL) is one of the widely used ML designs in IoV applications. The standard ML security techniques are not effective in DRL where the algorithm learns to solve sequential decision-making through continuous interaction with the environment, and the environment is time-varying, dynamic, and mobile. In this paper, we propose a Gated Recurrent Unit (GRU)-based federated continual learning (GFCL) anomaly detection framework against Sybil-based data poisoning attacks in IoV. The objective is to present a lightweight and scalable framework that learns and detects the illegitimate behavior without having a-priori training dataset consisting of attack samples. We use GRU to predict a future data sequence to analyze and detect illegitimate behavior from vehicles in a federated learning-based distributed manner. We investigate the performance of our framework using real-world vehicle mobility traces. The results demonstrate the effectiveness of our proposed solution in terms of different performance metrics.

📄 PDF Abstract BibTeX arXiv:2204.11010

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionContinual LearningData PoisoningDecision MakingDeep Reinforcement LearningFederated LearningManagementSequential Decision Making

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Traceable Federated Continual Learning

2024-01-01 · CVPR 2024 1 · Qiang Wang, Bingyan Liu, Yawen Li

Federated continual learning (FCL) is a typical mechanism to achieve collaborative model training among clients that own dynamic data. While traditional FCL methods have been proved effective they do not consider the…

Continual Learning

Federated Continual Learning with Weighted Inter-client Transfer

2020-03-06 · Jaehong Yoon, Wonyong Jeong, Giwoong Lee, Eunho Yang 외

There has been a surge of interest in continual learning and federated learning, both of which are important in deep neural networks in real-world scenarios. Yet little research has been done regarding the scenario where…

Continual LearningFederated LearningTransfer Learning

Variational Bayes for Federated Continual Learning

2024-05-23 · Dezhong Yao, Sanmu Li, Yutong Dai, Zhiqiang Xu 외

Federated continual learning (FCL) has received increasing attention due to its potential in handling real-world streaming data, characterized by evolving data distributions and varying client classes over time. The cons…

Continual LearningFederated Learning

Bayesian Federated Learning for Continual Training

2025-04-21 · Usevalad Milasheuski, Luca Barbieri, Sanaz Kianoush, Monica Nicoli 외

Bayesian Federated Learning (BFL) enables uncertainty quantification and robust adaptation in distributed learning. In contrast to the frequentist approach, it estimates the posterior distribution of a global model, offe…

Continual LearningFederated LearningUncertainty Quantification

Federated Continual Learning for Text Classification via Selective Inter-client Transfer

2022-10-12 · Yatin Chaudhary, Pranav Rai, Matthias Schubert, Hinrich Schütze 외

In this work, we combine the two paradigms: Federated Learning (FL) and Continual Learning (CL) for text classification task in cloud-edge continuum. The objective of Federated Continual Learning (FCL) is to improve deep…

Continual LearningFederated Learningtext-classificationText Classification+1