CoffeeKumazaki / arXiv

Repository to research & share articles related to autonomous driving cars.
76 stars 9 forks source link

A Robust CACC Scheme Against Cyberattacks Via Multiple Vehicle-to-Vehicle Networks. (arXiv:2106.10448v1 [eess.SY]) #8154

Open CoffeeKumazaki opened 3 years ago

CoffeeKumazaki commented 3 years ago

A Robust CACC Scheme Against Cyberattacks Via Multiple Vehicle-to-Vehicle Networks. (arXiv:2106.10448v1 [eess.SY])
https://ift.tt/3wODT3I

Cooperative Adaptive Cruise Control (CACC) is a vehicular technology that allows groups of vehicles on the highway to form in closely-coupled automated platoons to increase highway capacity and safety, and decrease fuel consumption and CO2 emissions. The underlying mechanism behind CACC is the use of Vehicle-to-Vehicle (V2V) wireless communication networks to transmit acceleration commands to adjacent vehicles in the platoon. However, the use of V2V networks leads to increased vulnerabilities against faults and cyberattacks at the communication channels. Communication networks serve as new access points for malicious agents trying to deteriorate the platooning performance or even cause crashes. Here, we address the problem of increasing robustness of CACC schemes against cyberattacks by the use of multiple V2V networks and a data fusion algorithm. The idea is to transmit acceleration commands multiple times through different communication networks (channels) to create redundancy at the receiver side. We exploit this redundancy to obtain attack-free estimates of acceleration commands. To accomplish this, we propose a data-fusion algorithm that takes data from all channels, returns an estimate of the true acceleration command, and isolates compromised channels. Note, however, that using estimated data for control introduces uncertainty into the loop and thus decreases performance. To minimize performance degradation, we propose a robust $H_{\infty}$ controller that reduces the joint effect of estimation errors and sensor/channel noise in the platooning performance (tracking performance and string stability). We present simulation results to illustrate the performance of our approach.



via eess.SY updates on arXiv.org http://arxiv.org/

CoffeeKumazaki commented 3 years ago

コマンドを複数の通信ネットワークで複数回送信することで冗長性をもたせる. ノイズやシグナルドロップか、サイバー攻撃かを見分けることは難しいため、 複数の受信データから正しいコマンド値を推定し、リスクの高いコマンドを無視するアルゴリズムを提案