aamir-mustafa / pcl-adversarial-defense

Adversarial Defense by Restricting the Hidden Space of Deep Neural Networks, in ICCV 2019
59 stars 14 forks source link

Clearing up some concepts #11

Closed prateekm08 closed 4 years ago

prateekm08 commented 4 years ago

Could you please enlighten us as to the meaning of Proximity and Con_Proximity in the codebase? The paper does not mention these.

aamir-mustafa commented 4 years ago

Hey, Proximity refers to the first term in Eq 5 of the paper and Con_Proximity refers to the second term in the equation.

Hope that helps