Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement attack in single-chennel dataset #7

Open
outouser opened this issue Dec 4, 2023 · 1 comment
Open

How to implement attack in single-chennel dataset #7

outouser opened this issue Dec 4, 2023 · 1 comment

Comments

@outouser
Copy link

outouser commented Dec 4, 2023

Thank you for open-sourcing the code.I wonder how to perform attacks on single-channel datasets such as MNIST and Fashion-MNIST? Additionally, how does the selection of POOD apply in these cases?
Thank you for your time and assistance.

@pmzzs
Copy link
Contributor

pmzzs commented Jan 17, 2024

For a single-channel dataset attack, I think is fine to use the same pipeline to generate the trigger by changing the model input to a single channel. For the dataset, as MNIST is a subset of the NIST dataset, use can use the other subset from the NIST dataset, or some similar datasets like EMNIST, USPS, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants