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

Weight Perturbation for Conv layers/ Batch norm #91

Open
Gnomy17 opened this issue Feb 11, 2025 · 0 comments
Open

Weight Perturbation for Conv layers/ Batch norm #91

Gnomy17 opened this issue Feb 11, 2025 · 0 comments

Comments

@Gnomy17
Copy link

Gnomy17 commented Feb 11, 2025

I had two questions

  1. Could you give pointers on implementing the weight perturb feature for Conv layers? Should it just follow what's done in BoundLinear.py assuming a separate epsilon for each filter?
  2. In the code it's stated that batch norm does not support weight perturb (as opposed to not implemented), is there a reason for this beyond simply not being implemented? Or does batch-norm weight perturb (on the linear coefficients) somehow not conform to the LiRPA framework? (which would be surprising since it's just a linear operator)

Thank you for your work

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

1 participant