IBA-paper-code
IBA-paper-code copied to clipboard
Code for the Paper "Restricting the Flow: Information Bottlenecks for Attribution"
Results
2
IBA-paper-code issues
Sort by
recently updated
recently updated
newest added
it seems like that there is something wrong with the compare methods in Occlusion part baseline is missing, it gives error 1 additional argument is missing
In the paper, there seems like the R is a random variable. So the variance of Z shouldn't be calculate by (1-lambda)**2, the way calculated in the code(IBA-paper-code/attribution_bottleneck/bottleneck/per_sample_bottleneck.py). This way...