HSJA icon indicating copy to clipboard operation
HSJA copied to clipboard

Question about delta

Open tutuaixizao opened this issue 1 year ago • 1 comments

The pseudocode in the paper describes that under a certain delta value, when the output results of the classifier are all zero, the delta value will be reduced by half, but I don’t seem to see this step in the code. Could you please explain this? I still occasionally encounter this problem when using your code to run experiments under different gamma values or different networks.

tutuaixizao avatar Sep 20 '23 05:09 tutuaixizao

It is implemented in the geometric progression algorithm. The default uses binary search to find size. you may try geometric progression, and see how it performs for your networks.

Jianbo-Lab avatar Sep 20 '23 05:09 Jianbo-Lab