Skip to content

Commit

Permalink
Implement ModelReplacement (#163)
Browse files Browse the repository at this point in the history
* PoC of ModelReplacementAttack

* fix ModelReplacementAttack

* add a tutorial for ModelReplacementAttack

* add backdoor

* support ModelReplacement
  • Loading branch information
Koukyosyumei authored Nov 6, 2023
1 parent ebd76d1 commit 953d4f9
Show file tree
Hide file tree
Showing 8 changed files with 499 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/aijack.attack.backdoor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ aijack.attack.backdoor.dba module
:undoc-members:
:show-inheritance:

aijack.attack.backdoor.modelreplacement module
----------------------------------------------

.. automodule:: aijack.attack.backdoor.modelreplacement
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Indices
notebooks/labelleakage
notebooks/membershipinference
notebooks/poisoning
notebooks/backdoor
notebooks/evasion
notebooks/diferentialprivacy
notebooks/kanonymity
Expand Down
Loading

0 comments on commit 953d4f9

Please sign in to comment.