paper-with-me

홈 › Papers

Certifiably Robust Policy Learning against Adversarial Communication in Multi-agent Systems

2022-06-21 · Yanchao Sun, Ruijie Zheng, Parisa Hassanzadeh, Yongyuan Liang, Soheil Feizi, Sumitra Ganesh, Furong Huang

Communication is important in many multi-agent reinforcement learning (MARL) problems for agents to share information and make good decisions. However, when deploying trained communicative agents in a real-world application where noise and potential attackers exist, the safety of communication-based policies becomes a severe issue that is underexplored. Specifically, if communication messages are manipulated by malicious attackers, agents relying on untrustworthy communication may take unsafe actions that lead to catastrophic consequences. Therefore, it is crucial to ensure that agents will not be misled by corrupted communication, while still benefiting from benign communication. In this work, we consider an environment with $N$ agents, where the attacker may arbitrarily change the communication from any $C<\frac{N-1}{2}$ agents to a victim agent. For this strong threat model, we propose a certifiable defense by constructing a message-ensemble policy that aggregates multiple randomly ablated message sets. Theoretical analysis shows that this message-ensemble policy can utilize benign communication while being certifiably robust to adversarial communication, regardless of the attacking algorithm. Experiments in multiple environments verify that our defense significantly improves the robustness of trained policies against various types of attacks.

📄 PDF Abstract BibTeX arXiv:2206.10158

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Degradation Attacks on Certifiably Robust Neural Networks

2021-09-29 · Klas Leino, Chi Zhang, Ravi Mangal, Matt Fredrikson 외

Certifiably robust neural networks employ provable run-time defenses against adversarial examples by checking if the model is locally robust at the input under evaluation. We show through examples and experiments that th…

valid

Certifiably Robust Interpretation in Deep Learning

2019-05-28 · Alexander Levine, Sahil Singla, Soheil Feizi

Deep learning interpretation is essential to explain the reasoning behind model predictions. Understanding the robustness of interpretation methods is important especially in sensitive domains such as medical application…

Deep Learning

SoK: Certified Robustness for Deep Neural Networks

2020-09-09 · Linyi Li, Tao Xie, Bo Li

Great advances in deep neural networks (DNNs) have led to state-of-the-art performance on a wide range of tasks. However, recent studies have shown that DNNs are vulnerable to adversarial attacks, which have brought grea…

Autonomous Driving

Towards Better Understanding of Training Certifiably Robust Models against Adversarial Examples

2021-12-01 · NeurIPS 2021 12 · Sungyoon Lee, Woojin Lee, Jinseong Park, Jaewook Lee

We study the problem of training certifiably robust models against adversarial examples. Certifiable training minimizes an upper bound on the worst-case loss over the allowed perturbation, and thus the tightness of the u…

PatchCleanser: Certifiably Robust Defense against Adversarial Patches for Any Image Classifier

2021-08-20 · Chong Xiang, Saeed Mahloujifar, Prateek Mittal

The adversarial patch attack against image classification models aims to inject adversarially crafted pixels within a restricted image region (i.e., a patch) for inducing model misclassification. This attack can be reali…

image-classificationImage Classification