paper-with-me

홈 › Papers

Rethinking Adversarial Training with Neural Tangent Kernel

2023-12-04 · Guanlin Li, Han Qiu, Shangwei Guo, Jiwei Li, Tianwei Zhang

Adversarial training (AT) is an important and attractive topic in deep learning security, exhibiting mysteries and odd properties. Recent studies of neural network training dynamics based on Neural Tangent Kernel (NTK) make it possible to reacquaint AT and deeply analyze its properties. In this paper, we perform an in-depth investigation of AT process and properties with NTK, such as NTK evolution. We uncover three new findings that are missed in previous works. First, we disclose the impact of data normalization on AT and the importance of unbiased estimators in batch normalization layers. Second, we experimentally explore the kernel dynamics and propose more time-saving AT methods. Third, we study the spectrum feature inside the kernel to address the catastrophic overfitting problem. To the best of our knowledge, it is the first work leveraging the observations of kernel dynamics to improve existing AT methods.

📄 PDF Abstract BibTeX arXiv:2312.02236

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

NTK 설명 없음
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Evolution of Neural Tangent Kernels under Benign and Adversarial Training

2022-10-21 · Noel Loo, Ramin Hasani, Alexander Amini, Daniela Rus

Two key challenges facing modern deep learning are mitigating deep networks' vulnerability to adversarial attacks and understanding deep learning's generalization capabilities. Towards the first issue, many defense strat…

Adversarial Robustness

Single-level Adversarial Data Synthesis based on Neural Tangent Kernels

2022-04-08 · Yu-Rong Zhang, Ruei-Yang Su, Sheng Yen Chou, Shan-Hung Wu

Abstract Generative adversarial networks (GANs) have achieved impressive performance in data synthesis and have driven the development of many applications. However, GANs are known to be hard to train due to their bileve…

Bilevel Optimization

What Can the Neural Tangent Kernel Tell Us About Adversarial Robustness?

2022-10-11 · Nikolaos Tsilivis, Julia Kempe

The adversarial vulnerability of neural nets, and subsequent techniques to create robust models have attracted significant attention; yet we still lack a full understanding of this phenomenon. Here, we study adversarial …

Adversarial Robustness

A Neural Tangent Kernel Perspective of GANs

2021-06-10 · Jean-Yves Franceschi, Emmanuel de Bézenac, Ibrahim Ayed, Mickaël Chen 외

We propose a novel theoretical framework of analysis for Generative Adversarial Networks (GANs). We reveal a fundamental flaw of previous analyses which, by incorrectly modeling GANs' training scheme, are subject to ill-…

Fast Adversarial Attacks with Gradient Prediction

2026-05-14 · Kamil Ciosek, Aleksandr V. Petrov, Nicolò Felicioni, Konstantina Palla arxiv

Generating adversarial examples at scale is a core primitive for robustness evaluation, adversarial training, and red-teaming, yet even "fast" attacks such as FGSM remain throughput-limited by the cost of a backward pass…