paper-with-me

홈 › Papers

Label Smoothing and Logit Squeezing: A Replacement for Adversarial Training?

2019-10-25 · Ali Shafahi, Amin Ghiasi, Furong Huang, Tom Goldstein

Adversarial training is one of the strongest defenses against adversarial attacks, but it requires adversarial examples to be generated for every mini-batch during optimization. The expense of producing these examples during training often precludes adversarial training from use on complex image datasets. In this study, we explore the mechanisms by which adversarial training improves classifier robustness, and show that these mechanisms can be effectively mimicked using simple regularization methods, including label smoothing and logit squeezing. Remarkably, using these simple regularization methods in combination with Gaussian noise injection, we are able to achieve strong adversarial robustness -- often exceeding that of adversarial training -- using no adversarial examples.

📄 PDF Abstract BibTeX arXiv:1910.11585

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Theoretical and Empirical Study of Adversarial Examples

2018-09-27 · Fuchen Liu, Hongwei Shang, Hong Zhang

Many techniques are developed to defend against adversarial examples at scale. So far, the most successful defenses generate adversarial examples during each training step and add them to the training data. Yet, this bri…

Data Augmentation

Label Smoothing is Robustification against Model Misspecification

2023-05-15 · Ryoya Yamasaki, Toshiyuki Tanaka

Label smoothing (LS) adopts smoothed targets in classification tasks. For example, in binary classification, instead of the one-hot target $(1,0)^\top$ used in conventional logistic regression (LR), LR with LS (LSLR) use…

Binary Classificationmodel

Logit Pairing Methods Can Fool Gradient-Based Attacks

2018-10-29 · Marius Mosbach, Maksym Andriushchenko, Thomas Trost, Matthias Hein 외

Recently, Kannan et al. [2018] proposed several logit regularization methods to improve the adversarial robustness of classifiers. We show that the computationally fast methods they propose - Clean Logit Pairing (CLP) an…

Adversarial Robustness

Feature Squeezing: Detecting Adversarial Examples in Deep Neural Networks

2017-04-04 · Network and Distributed System Security Symposium 2018 2 · Weilin Xu, David Evans, Yanjun Qi

Although deep neural networks (DNNs) have achieved great success in many tasks, they can often be fooled by \emph{adversarial examples} that are generated by adding small but purposeful distortions to natural examples. P…

The Implicit Bias of Logit Regularization

2026-02-12 · Alon Beck, Yohai Bar Sinai, Noam Levi arxiv

Logit regularization, the addition of a convex penalty directly in logit space, is widely used in modern classifiers, with label smoothing as a prominent example. While such methods often improve calibration and generali…