Adversarial Example for Non-Linear Models • Is it applicable for nonlinear models?
7
Summarizing FGSM
8
Experimental Results ► GSM band attack on Neural network with different activation function
9
Adversarial Training (AT)
10
FGSM Attack to a Logistic Regression Model
11
Adversarial Training for Logistic Regression Model
12
L1 regularization for Logistic Regression Model • To prevent the overfitting problem
13
Adversarial Training vs L1 weight decay • Training maxout networks on MNIST . Good results using adversarial training with = 0.25
14
Adversarial Training of DNN
15
Adversarial Trained Model
16
Other Considerations
17
Why Do Adversarial Examples Generalize?
18
Generalization of Adversarial Examples
19
Alternative Hypothesis
20
Strengths
21
Weaknesses
22
Summary
Description:
Explore the concept of adversarial examples in machine learning through this 27-minute lecture from the University of Central Florida. Delve into the history, motivation, and application of adversarial examples for both linear and non-linear models. Examine the Fast Gradient Sign Method (FGSM) and its experimental results on neural networks with different activation functions. Learn about adversarial training techniques for logistic regression and deep neural networks, comparing their effectiveness to L1 regularization. Investigate the generalization of adversarial examples across different models and consider alternative hypotheses. Analyze the strengths and weaknesses of adversarial training approaches, gaining a comprehensive understanding of this important topic in machine learning security and robustness.
Explaining and Harnessing Adversarial Examples in Machine Learning - Spring 2021