paper-with-me

Papers

Improving Defensive Distillation using Teacher Assistant

2023-05-14 · Maniratnam Mandal, Suna Gao

Adversarial attacks pose a significant threat to the security and safety of deep neural networks being applied to modern applications. More specifically, in computer vision-based tasks, experts can use the knowledge of model architecture to create adversarial samples imperceptible to the human eye. These attacks can lead to security problems in popular applications such as self-driving cars, face recognition, etc. Hence, building networks which are robust to such attacks is highly desirable and essential. Among the various methods present in literature, defensive distillation has shown promise in recent years. Using knowledge distillation, researchers have been able to create models robust against some of those attacks. However, more attacks have been developed exposing weakness in defensive distillation. In this project, we derive inspiration from teacher assistant knowledge distillation and propose that introducing an assistant network can improve the robustness of the distilled model. Through a series of experiments, we evaluate the distilled models for different distillation temperatures in terms of accuracy, sensitivity, and robustness. Our experiments demonstrate that the proposed hypothesis can improve robustness in most cases. Additionally, we show that multi-step distillation can further improve robustness with very little impact on model accuracy.

📄 PDF Abstract BibTeX arXiv:2305.08076

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionKnowledge DistillationSelf-Driving Cars

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

MiniDisc: Minimal Distillation Schedule for Language Model Compression

2022-05-29 · Chen Zhang, Yang Yang, Qifan Wang, Jiahao Liu 외

Recent studies have uncovered that language model distillation is less effective when facing a large capacity gap between the teacher and the student, and introduced teacher assistant-based distillation to bridge the gap…

Knowledge DistillationLanguage ModelingLanguage ModellingModel Compression+1

Densely Guided Knowledge Distillation using Multiple Teacher Assistants

2020-09-18 · ICCV 2021 10 · Wonchul Son, Jaemin Na, Junyong Choi, Wonjun Hwang

With the success of deep neural networks, knowledge distillation which guides the learning of a small student network from a large teacher network is being actively studied for model compression and transfer learning. Ho…

Knowledge DistillationModel CompressionTransfer Learning

DOGe: Defensive Output Generation for LLM Protection Against Knowledge Distillation

2025-05-26 · Pingzhi Li, Zhen Tan, Huaizhi Qu, Huan Liu 외

Large Language Models (LLMs) represent substantial intellectual and economic investments, yet their effectiveness can inadvertently facilitate model imitation via knowledge distillation (KD).In practical scenarios, compe…

Knowledge Distillation

Knowledge Distillation via Weighted Ensemble of Teaching Assistants

2022-06-23 · Durga Prasad Ganta, Himel Das Gupta, Victor S. Sheng

Knowledge distillation in machine learning is the process of transferring knowledge from a large model called the teacher to a smaller model called the student. Knowledge distillation is one of the techniques to compress…

Ensemble LearningKnowledge Distillation

Improved Knowledge Distillation via Teacher Assistant

2019-02-09 · Seyed-Iman Mirzadeh, Mehrdad Farajtabar, Ang Li, Nir Levine 외

Despite the fact that deep neural networks are powerful models and achieve appealing results on many tasks, they are too large to be deployed on edge devices like smartphones or embedded sensor nodes. There have been eff…

Knowledge Distillation