paper-with-me

Papers

Understanding the Logit Distributions of Adversarially-Trained Deep Neural Networks

2021-08-26 · Landan Seguin, Anthony Ndirango, Neeli Mishra, SueYeon Chung, Tyler Lee

Adversarial defenses train deep neural networks to be invariant to the input perturbations from adversarial attacks. Almost all defense strategies achieve this invariance through adversarial training i.e. training on inputs with adversarial perturbations. Although adversarial training is successful at mitigating adversarial attacks, the behavioral differences between adversarially-trained (AT) models and standard models are still poorly understood. Motivated by a recent study on learning robustness without input perturbations by distilling an AT model, we explore what is learned during adversarial training by analyzing the distribution of logits in AT models. We identify three logit characteristics essential to learning adversarial robustness. First, we provide a theoretical justification for the finding that adversarial training shrinks two important characteristics of the logit distribution: the max logit values and the "logit gaps" (difference between the logit max and next largest values) are on average lower for AT models. Second, we show that AT and standard models differ significantly on which samples are high or low confidence, then illustrate clear qualitative differences by visualizing samples with the largest confidence difference. Finally, we find learning information about incorrect classes to be essential to learning robustness by manipulating the non-max logit information during distillation and measuring the impact on the student's robustness. Our results indicate that learning some adversarial robustness without input perturbations requires a model to learn specific sample-wise confidences and incorrect class orderings that follow complex distributions.

📄 PDF Abstract BibTeX arXiv:2108.12001

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Bridging the Gap between Decision and Logits in Decision-based Knowledge Distillation for Pre-trained Language Models

2023-06-15 · Qinhong Zhou, Zonghan Yang, Peng Li, Yang Liu

Conventional knowledge distillation (KD) methods require access to the internal information of teachers, e.g., logits. However, such information may not always be accessible for large pre-trained language models (PLMs). …

Data AugmentationKnowledge DistillationMachine Reading ComprehensionNatural Language Understanding+1

Adaptive Adversarial Logits Pairing

2020-05-25 · Shangxi Wu, Jitao Sang, Kaiyuan Xu, Guanhua Zheng 외

Adversarial examples provide an opportunity as well as impose a challenge for understanding image classification systems. Based on the analysis of the adversarial training solution Adversarial Logits Pairing (ALP), we ob…

ClassificationGeneral Classificationimage-classificationImage Classification

Understanding Invariance via Feedforward Inversion of Discriminatively Trained Classifiers

2021-03-15 · Piotr Teterwak, Chiyuan Zhang, Dilip Krishnan, Michael C. Mozer

A discriminatively trained neural net classifier can fit the training data perfectly if all information about its input other than class membership has been discarded prior to the output layer. Surprisingly, past researc…

Interpreting deep learning output for out-of-distribution detection

2022-11-07 · Damian Matuszewski, Ida-Maria Sintorn

Commonly used AI networks are very self-confident in their predictions, even when the evidence for a certain decision is dubious. The investigation of a deep learning model output is pivotal for understanding its decisio…

Deep LearningOut-of-Distribution DetectionOut of Distribution (OOD) Detection

Constraining Logits by Bounded Function for Adversarial Robustness

2020-10-06 · Sekitoshi Kanai, Masanori Yamada, Shin'ya Yamaguchi, Hiroshi Takahashi 외

We propose a method for improving adversarial robustness by addition of a new bounded function just before softmax. Recent studies hypothesize that small logits (inputs of softmax) by logit regularization can improve adv…

Adversarial Robustness