i-robot
e8163061d0
!241 fix bug of salt and pepper attack
Merge pull request !241 from ZhidanLiu/master
4 years ago
ZhidanLiu
47bff74ac8
fix bug of salt and pepper attack
4 years ago
liuluobin
52386f6ad4
fix underflow occurs when calculating SoftmaxCrossEntropy
4 years ago
liuluobin
fe6cd1fdf6
fix GradOperation failed when compute jacobian matrix for detection
4 years ago
ZhidanLiu
9d391bbb4a
modify api description of fuzzer and NES
4 years ago
wuxiaoyu (F)
28044efa31
a new feature add: concept drift
4 years ago
jin-xiulang
30a17fa462
Fix an issue of inversion attack
4 years ago
jin-xiulang
264017835f
Fix a bug of inversion-attack
4 years ago
itcomee
d0817b351a
suppress based privacy model, 2021.2.9
4 years ago
jin-xiulang
fde222bf2b
Modify inversion attack.
4 years ago
pkuliuliu
1cfaf55b8d
update structural similarity algorithm
4 years ago
pkuliuliu
6f7f7fa098
Change TensorAdd to Add
4 years ago
itcomee
04bd152e28
suppress based privacy model, 2021.2.3
4 years ago
jin-xiulang
a05744f8c9
Add image inversion attack method
4 years ago
itcomee
c13cd9391a
suppress privacy model, refer to "Deep Leakage from Gradients"
https://arxiv.org/abs/1906.08935
4 years ago
jin-xiulang
7aa6b285d3
Fix several bugs for PSOAttack and GeneticAttack.
4 years ago
liuluobin
f3051ed8bc
Fixed TypeError in example and annotation.
4 years ago
liuluobin
db0c23900a
fixed two issue for deepfool and gradient method.
4 years ago
liuluobin
8fded5f4ff
Extend Deepfool to object detection models
4 years ago
liuluobin
f5df96769f
Extend Gradient Method to object detection models
4 years ago
jin-xiulang
404b1fc3f7
Fix two issues and add ut for PSOAttack and GeneticAttack.
4 years ago
lvzhangcheng
99581e3700
Extend PSOAttack and GeneticAttack to object detection models.
4 years ago
liuluobin
7f8e9de6dc
Fixed support for Faster RCNN
5 years ago
liuluobin
0746b465d4
Added support for FasterRCNN
5 years ago
liuluobin
6a60d2d8c8
Specified output_numpy to be True in function create_tuple_dict. Rename some files.
5 years ago
jin-xiulang
318e753d96
Adjust the structure of examples and add readme for each group.
5 years ago
ZhidanLiu
9030f146ef
adjust mutate_config
5 years ago
pkuliuliu
2d4efa55fe
Adaptation for new api of MS.Dataset
5 years ago
mindspore-ci-bot
b7744be388
!111 Adjust the structure of tests package.
Merge pull request !111 from jxlang910/master
5 years ago
jin-xiulang
913e2fc98c
Adjust the structure of tests package.
5 years ago
liuluobin
2ffdf100ce
Adjust config check. Modify the exception type to TypeError in function check_model.
5 years ago
liuluobin
2ded64d625
Correct some docs error. Modify the type detection code.
5 years ago
pkuliuliu
1e0bc59251
adjust the project structure according to diff features
5 years ago
mindspore-ci-bot
432d302ae5
!108 remove parameter 'iid' in GridSearchCV. Increase support for parallel training. Modify ut case. Add attack config verification.
Merge pull request !108 from liuluobin/master
5 years ago
liuluobin
16062255a1
remove parameter 'iid' in GridSearchCV. Increase support for parallel training. Modify ut case. Add attack config verfication.
5 years ago
pkuliuliu
b38cfbc311
1. remove is_grad of nn.SoftmaxCrossEntropyWithLogits method due to new changes of MS
2. fix internal method change of Model class, from _get_mirror_mean to
_get gradients_mean.
5 years ago
jin-xiulang
c4dd954356
Fix two api issues.
5 years ago
ZhidanLiu
afa3f75fc3
fix issues
5 years ago
mindspore-ci-bot
ae80c360f1
!78 Add membership inference feature
Merge pull request !78 from liuluobin/master
5 years ago
liuluobin
55c31a3391
Membership inference feature
5 years ago
pkuliuliu
425cc95283
add comment and param check
5 years ago
ZhidanLiu
94ff3ad5a9
Reconstruct Fuzzer
5 years ago
pkuliuliu
5541b7040d
add third-party dependence and pytest mark
5 years ago
mindspore-ci-bot
0d903144ce
!74 Add attacker of Membership Inference
Merge pull request !74 from liuluobin/master
5 years ago
ZhidanLiu
778c37ff8e
reconstruct image transform
5 years ago
liuluobin
d270ac4c82
Add attacker of MembershipInference
5 years ago
zhenghuanhuan
f2275a4d35
rename noise_update to decay_policy and update version 0.6.0
5 years ago
zhenghuanhuan
0de5e06230
before rebase, refactor mechanisms implementation.
rename mech._decay_policy to mech._noise_update.
after rebase, rename norm_clip to norm_bound.
change mechanismsfactory to noisemechanismsfactory in test.
11
12
13
1414141414141414141414141414
15
5 years ago
ZhidanLiu
7d47844566
add a construct of clip_mech and noise_mech, when noise_mech is adaptive clip_mech must be none
5 years ago
mindspore-ci-bot
01d40e165a
!52 Add ZCDP-Monitor and Exponential decay mode.
Merge pull request !52 from jxlang910/master
5 years ago