crypto
10
26
Adversarial Defense Note Adversarial Defense Note
1)在学习过程中修改训练过程或者修改的输入样本。 2)修改网络,比如:添加更多层/子网络、改变损失/激活函数等。 3)当分类未见过的样本时,用外部模型作为附加网络。 第一个方法没有直接处理学习模型。 另外两个分类是更加关心神经网络本身的。
2021-10-26
19
17
Knowledge Distillation- A Survey Notes(下) Knowledge Distillation- A Survey Notes(下)
Teacher-Student Architecture​ 教师与学生之间知识获取和蒸馏的质量也取决于如何设计教师与学生网络。近年来,在蒸馏过程中,教师和学生的模型设置几乎都是预先固定的,尺寸和结构都是不变的,因此很容易造成模
2021-10-17
10
Knowledge Distillation- A Survey Notes(上) Knowledge Distillation- A Survey Notes(上)
Intro​ 巨大的计算复杂性和巨大的存储需求给实时应用的部署带来了巨大的挑战,特别是对于资源有限的设备,如嵌入式人脸识别系统和自动驾驶汽车。 categories 参数削减和共享 低秩因子分解 转移/压缩卷积滤波器 知识蒸馏
2021-10-10
02
9月比赛wp及复现 9月比赛wp及复现
巅峰极客crtrsafrom secret import flagn,p,q #p and q are two primes generated by getPrime import random def key_gen(): while
2021-10-02
02
4月总结笔记 4月总结笔记
[羊城杯2020]Invitations RSA Hastad Attack with non-linear padding and different public keys 注意点: 虽然题目给了14组数据,但是e=3的只有4组,只
2021-10-02