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

Why is normalization not applied in the data preprocessing? #14

Closed
coldpark opened this issue Apr 16, 2023 · 2 comments
Closed

Why is normalization not applied in the data preprocessing? #14

coldpark opened this issue Apr 16, 2023 · 2 comments

Comments

@coldpark
Copy link

I'd like to thank you for your great work on this project.

I noticed that during data preprocessing, normalization is not applied to the images. This seems unusual, as normalization is a common preprocessing step that helps improve the performance and stability of deep learning models.

Could you please provide an explanation for this decision? Is there a specific reason why normalization was not used in this case? Would it be beneficial to include normalization, or is it intentionally omitted for some reason?

Thank you in advance for your response.

@bboylyg
Copy link
Owner

bboylyg commented Apr 17, 2023

Hi, thanks for your interest in our work.

Yes, data normalization was not used for training a backdoored model because this is a default setting of previous research at that time in 2021. You could definitely add various data augmentation techniques (e.g. flip, random crop, or data normalization) to train your backdoored model. We would gladly point out, in this case, our NAD also achieves consistent defense performance.

@coldpark
Copy link
Author

Yes, your method also achieves consistent defense performance. Thanks for your reply.

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