-
Notifications
You must be signed in to change notification settings - Fork 0
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
Variance parameter faulty implementation #4
Comments
Ya so there's two things here:
|
Probs should change f from f(x)=x to f(x)=logit(x). This maps (0,1) to R instead of just (0,1). The blow-up around 1 may be an issue as O(logit) may be bigger than O(cost_function), but we'll see and we usually only consider probs up to 0.9, maybe 0.95, at a maximum. |
Ignore this, this is garbage. I've addressed problem 2 though and at worst it's a lot more readable. Checked with manual working out. Back to the variance issue. I think the problem lies with two things: (i) the ranges of the deltas and variances considered, and (ii) taking variance into account when calculating the margin midpoint is not what we want to do. (i) - We can tackle this empirically if needed. Or do it theoretically, idk. Currently focussing on (i) |
Should be fixed in V0.2.7. Attacker heatmaps have the intuitive gradient (lower variance is better), at least at minimum costs. |
A lower variance is not better - need to look into this asap
The text was updated successfully, but these errors were encountered: