paper-with-me

Papers

Knowledge Distillation with Adversarial Samples Supporting Decision Boundary

2018-05-15 · Byeongho Heo, Minsik Lee, Sangdoo Yun, Jin Young Choi

Many recent works on knowledge distillation have provided ways to transfer the knowledge of a trained network for improving the learning process of a new one, but finding a good technique for knowledge distillation is still an open problem. In this paper, we provide a new perspective based on a decision boundary, which is one of the most important component of a classifier. The generalization performance of a classifier is closely related to the adequacy of its decision boundary, so a good classifier bears a good decision boundary. Therefore, transferring information closely related to the decision boundary can be a good attempt for knowledge distillation. To realize this goal, we utilize an adversarial attack to discover samples supporting a decision boundary. Based on this idea, to transfer more accurate information about the decision boundary, the proposed algorithm trains a student classifier based on the adversarial samples supporting the decision boundary. Experiments show that the proposed method indeed improves knowledge distillation and achieves the state-of-the-arts performance.

📄 PDF Abstract BibTeX arXiv:1805.05532

Code (1)

bhheo/BSS_distillation 공식 구현 pytorch

Tasks

Adversarial AttackKnowledge Distillation

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 제목 키워드 기반

Robust Distillation via Untargeted and Targeted Intermediate Adversarial Samples

2024-01-01 · CVPR 2024 1 · Junhao Dong, Piotr Koniusz, Junxi Chen, Z. Jane Wang 외

Adversarially robust knowledge distillation aims to compress large-scale models into lightweight models while preserving adversarial robustness and natural performance on a given dataset. Existing methods typically a…

Adversarial RobustnessKnowledge Distillation

Enhancing Data-Free Adversarial Distillation with Activation Regularization and Virtual Interpolation

2021-02-23 · Xiaoyang Qu, Jianzong Wang, Jing Xiao

Knowledge distillation refers to a technique of transferring the knowledge from a large learned model or an ensemble of learned models to a small model. This method relies on access to the original training set, which mi…

Knowledge Distillation

Finding the Evidence: Discovering Decision-Supporting Tokens for On-Policy Reasoning Distillation

2026-06-22 · Jinwei Xiao, Zhuowen Han, Yueqing Sun, Zhengxi Lu 외 arxiv

On-policy distillation transfers reasoning ability through dense token-level supervision, yet the nature of the transferable signal remains unclear. We discover that reasoning chains contain two types of knowledge that r…

Code Generation

On the benefits of knowledge distillation for adversarial robustness

2022-03-14 · Javier Maroto, Guillermo Ortiz-Jiménez, Pascal Frossard

Knowledge distillation is normally used to compress a big network, or teacher, onto a smaller one, the student, by training it to match its outputs. Recently, some works have shown that robustness against adversarial att…

Adversarial RobustnessKnowledge Distillation

MATE-KD: Masked Adversarial TExt, a Companion to Knowledge Distillation

2021-05-12 · ACL 2021 5 · Ahmad Rashid, Vasileios Lioutas, Mehdi Rezagholizadeh

The advent of large pre-trained language models has given rise to rapid progress in the field of Natural Language Processing (NLP). While the performance of these models on standard benchmarks has scaled with size, compr…

Adversarial TextData AugmentationKnowledge DistillationLanguage Modeling+1