Is there support for evasion attacks for regression problems? #2160
Unanswered
GillianGrayson
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @GillianGrayson Thank you for you compliments! I think all cases of black-box evasion attacks on regression I have heard of have translated the regression task into a binary classification problem using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Thanks for a very cool and useful toolkit!
I have a question: does this package support any evasion attacks for regression problems?
I saw that there is support for 4 types of regression estimators (Black-Box, Keras, PyTorch, Scikit-learn), but all possible evasion attacks have the following initialization in the code:
where
CLASSIFIER_TYPE
are all possible classifier types listed in the file art/utils.py.There is no evasion attack that supports REGRESSOR_TYPE.
Is it even possible to use evasion attacks for regression problems?
Beta Was this translation helpful? Give feedback.
All reactions