paper-with-me

홈 › Papers

Preventing Distillation-based Attacks on Neural Network IP

2022-04-01 · Mahdieh Grailoo, Zain Ul Abideen, Mairo Leier, Samuel Pagliarini

Neural networks (NNs) are already deployed in hardware today, becoming valuable intellectual property (IP) as many hours are invested in their training and optimization. Therefore, attackers may be interested in copying, reverse engineering, or even modifying this IP. The current practices in hardware obfuscation, including the widely studied logic locking technique, are insufficient to protect the actual IP of a well-trained NN: its weights. Simply hiding the weights behind a key-based scheme is inefficient (resource-hungry) and inadequate (attackers can exploit knowledge distillation). This paper proposes an intuitive method to poison the predictions that prevent distillation-based attacks; this is the first work to consider such a poisoning approach in hardware-implemented NNs. The proposed technique obfuscates a NN so an attacker cannot train the NN entirely or accurately. We elaborate a threat model which highlights the difference between random logic obfuscation and the obfuscation of NN IP. Based on this threat model, our security analysis shows that the poisoning successfully and significantly reduces the accuracy of the stolen NN model on various representative datasets. Moreover, the accuracy and prediction distributions are maintained, no functionality is disturbed, nor are high overheads incurred. Finally, we highlight that our proposed approach is flexible and does not require manipulation of the NN toolchain.

📄 PDF Abstract BibTeX arXiv:2204.00292

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

How to Backdoor the Knowledge Distillation

2025-04-30 · Chen Wu, Qian Ma, Prasenjit Mitra, Sencun Zhu

Knowledge distillation has become a cornerstone in modern machine learning systems, celebrated for its ability to transfer knowledge from a large, complex teacher model to a more efficient student model. Traditionally, t…

Knowledge Distillation

Unlearning Backdoor Attacks for LLMs with Weak-to-Strong Knowledge Distillation

2024-10-18 · Shuai Zhao, Xiaobao Wu, Cong-Duy Nguyen, Yanhao Jia 외

Parameter-efficient fine-tuning (PEFT) can bridge the gap between large language models (LLMs) and downstream tasks. However, PEFT has been proven vulnerable to malicious attacks. Research indicates that poisoned LLMs, e…

Backdoor AttackKnowledge DistillationLanguage ModelingLanguage Modelling+3

DistilLock: Safeguarding LLMs from Unauthorized Knowledge Distillation on the Edge

2025-10-19 · Asmita Mohanty, Gezheng Kang, Lei Gao, Murali Annavaram arxiv

Large Language Models (LLMs) have demonstrated strong performance across diverse tasks, but fine-tuning them typically relies on cloud-based, centralized infrastructures. This requires data owners to upload potentially s…

Computational EfficiencyKnowledge Distillation

Students Parrot Their Teachers: Membership Inference on Model Distillation

2023-03-06 · NeurIPS 2023 11

Model distillation is frequently proposed as a technique to reduce the privacy leakage of machine learning. These empirical privacy defenses rely on the intuition that distilled ``student'' models protect the privacy of …

Knowledge Distillation

Detection and Prevention Against Poisoning Attacks in Federated Learning

2022-10-24 · Viktor Valadi, Madeleine Englund, Mark Spanier, Austin O'brien

This paper proposes and investigates a new approach for detecting and preventing several different types of poisoning attacks from affecting a centralized Federated Learning model via average accuracy deviation detection…

Federated Learning