DiffAttack icon indicating copy to clipboard operation
DiffAttack copied to clipboard

[NeurIPS 2023] Codes for DiffAttack: Evasion Attacks Against Diffusion-Based Adversarial Purification

Results 1 DiffAttack issues
Sort by recently updated
recently updated
newest added

Could you point out which file implement Deviated-reconstruction Loss and Segment-wise Forwarding-Backwarding? As I only found that in `DiffAttack.py` only the classifier loss (CE loss or DLR loss) has been...