Skip to content

Commit

Permalink
DIVA (WhiteBox) (#157)
Browse files Browse the repository at this point in the history
* support DIVA (whitebox)

* Update

* update

* update
  • Loading branch information
Koukyosyumei authored Aug 26, 2023
1 parent e301777 commit 7aea4cb
Show file tree
Hide file tree
Showing 8 changed files with 741 additions and 217 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ You can also find more examples in our tutorials and documentation.
| Attack | Poisoning | [History Attack](https://arxiv.org/abs/2203.08669), [Label Flip](https://arxiv.org/abs/2203.08669), [MAPF](https://arxiv.org/abs/2203.08669), [SVM Poisoning](https://arxiv.org/abs/1206.6389) |
| Attack | Backdoor | [DBA](https://openreview.net/forum?id=rkgyS0VFvr) |
| Attack | Free-Rider | [Delta-Weight](https://arxiv.org/pdf/1911.12560.pdf) |
| Attack | Evasion | [Gradient-Descent Attack](https://arxiv.org/abs/1708.06131), [FGSM](https://arxiv.org/abs/1412.6572) |
| Attack | Evasion | [Gradient-Descent Attack](https://arxiv.org/abs/1708.06131), [FGSM](https://arxiv.org/abs/1412.6572), [DIVA](https://arxiv.org/abs/2204.10933) |
| Attack | Membership Inference | [Shaddow Attack](https://arxiv.org/abs/1610.05820) |
| Defense | Homomorphic Encryption | [Paiilier](https://link.springer.com/chapter/10.1007/3-540-48910-X_16) |
| Defense | Differential Privacy | [DPSGD](https://arxiv.org/abs/1607.00133), [AdaDPS](https://arxiv.org/pdf/2202.05963.pdf) |
Expand Down
8 changes: 8 additions & 0 deletions docs/source/aijack.attack.evasion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ aijack.attack.evasion package
Submodules
----------

aijack.attack.evasion.diva module
---------------------------------

.. automodule:: aijack.attack.evasion.diva
:members:
:undoc-members:
:show-inheritance:

aijack.attack.evasion.evasion\_attack module
--------------------------------------------

Expand Down
Loading

0 comments on commit 7aea4cb

Please sign in to comment.