paper-with-me

홈 › Papers

Tracing the Origin of Adversarial Attack for Forensic Investigation and Deterrence

2022-12-31 · ICCV 2023 1 · Han Fang, Jiyi Zhang, Yupeng Qiu, Ke Xu, Chengfang Fang, Ee-Chien Chang

Deep neural networks are vulnerable to adversarial attacks. In this paper, we take the role of investigators who want to trace the attack and identify the source, that is, the particular model which the adversarial examples are generated from. Techniques derived would aid forensic investigation of attack incidents and serve as deterrence to potential attacks. We consider the buyers-seller setting where a machine learning model is to be distributed to various buyers and each buyer receives a slightly different copy with same functionality. A malicious buyer generates adversarial examples from a particular copy $\mathcal{M}_i$ and uses them to attack other copies. From these adversarial examples, the investigator wants to identify the source $\mathcal{M}_i$. To address this problem, we propose a two-stage separate-and-trace framework. The model separation stage generates multiple copies of a model for a same classification task. This process injects unique characteristics into each copy so that adversarial examples generated have distinct and traceable features. We give a parallel structure which embeds a ``tracer'' in each copy, and a noise-sensitive training loss to achieve this goal. The tracing stage takes in adversarial examples and a few candidate models, and identifies the likely source. Based on the unique features induced by the noise-sensitive loss function, we could effectively trace the potential adversarial copy by considering the output logits from each tracer. Empirical results show that it is possible to trace the origin of the adversarial example and the mechanism can be applied to a wide range of architectures and datasets.

📄 PDF Abstract BibTeX arXiv:2301.01218

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Poison Forensics: Traceback of Data Poisoning Attacks in Neural Networks

2021-10-13 · Shawn Shan, Arjun Nitin Bhagoji, Haitao Zheng, Ben Y. Zhao

In adversarial machine learning, new defenses against attacks on deep learning systems are routinely broken soon after their release by more powerful attacks. In this context, forensic tools can offer a valuable compleme…

Data PoisoningMalware Classification

LOCARD: An Agentic Framework for Blockchain Forensics

2026-04-05 · Xiaohang Yu, William Knottenbelt arxiv

Blockchain forensics inherently involves dynamic and iterative investigations, while many existing approaches primarily model it through static inference pipelines. We propose a paradigm shift towards Agentic Blockchain …

Tracing Back the Malicious Clients in Poisoning Attacks to Federated Learning

2024-07-09 · Yuqi Jia, Minghong Fang, Hongbin Liu, Jinghuai Zhang 외

Poisoning attacks compromise the training phase of federated learning (FL) such that the learned global model misclassifies attacker-chosen inputs called target inputs. Existing defenses mainly focus on protecting the tr…

Federated Learning

Automating Cloud Security and Forensics Through a Secure-by-Design Generative AI Framework

2026-04-05 · Dalal Alharthi, Ivan Roberto Kawaminami Garcia arxiv

As cloud environments become increasingly complex, cybersecurity and forensic investigations must evolve to meet emerging threats. Large Language Models (LLMs) have shown promise in automating log analysis and reasoning …

Agile Approach for IT Forensics Management

2020-07-08 · Matthias Schopp, Peter Hillmann

The forensic investigation of cyber attacks and IT incidents is becoming increasingly difficult due to increasing complexity and intensify networking. Especially with Advanced Attacks (AT) like the increasing Advanced Pe…

Management