Attack_SplitNN icon indicating copy to clipboard operation
Attack_SplitNN copied to clipboard

reveal the vulnerabilities of SplitNN

Results 5 Attack_SplitNN issues
Sort by recently updated
recently updated
newest added

Hello,First of all, thank you for sharing your relevant reproducing work, but I ran the code about FSHA, but why the result was so different from the original text under...

So sorry to bother you. I have some questions. In Shredder.ipynb, the class SplitNN is not the subclass of nn.Module, and also does not define the attribute of train. So...

The current implementation of the FSHA attack is not compatible with AbstractAttacker.

Attack_SplitNN currently only supports two-party SplitNN. ・We have to implement a more sophisticated SplitNN which supports multi-party.

TODO ・demonstrates how to combine different attack and defense algorithms with Attack_SplitNN.