某些小可爱说:你写了我哪有空看呀,还必须要我看的样子,哼,我就偏不看,凭什么让你来命令我呀,我自己的东西都看不完呢,才不要看你这东西。再者说了,万一你爸妈知道了还得怨我浪费你时间。
也罢也罢,那就写在这里吧,小可爱想看就看,不想看就不看吧~
对抗机器学习
- Adversarial examples are malicious inputs designed to fool machine learning
models.哈哈终于知道为啥子我收到的垃圾短信和垃圾邮件都要用火星文了哈哈哈哈
- Notice that adversial problems cannot simply be solved by learners that account for concept drift: while these learners allow the data-generating process to change over time, the do not allow this change to be a function of the classifier itself.
- Most statistical and machine-learning algorithms assume that the data is a random sample drawn from a stationary distribution. Unfortunately, most of the large databases available for mining today violate this assumption.
- Given the two players, the actions available to each, and the payoffs from each combination of actions, classical game theory is conccerned with finding a combination of strategies such that neither player can gain by unilaterally changing its strategy. This combination is known as a Nash equilibrium. In our case, the actions are classifiers and feature change strategies , and the payoffs are and . As the following theorem shows, some realizations of the adversarial classification game always have a Nash equilibrium.
THEOREM Consider a classification game with a binary cost model for ADVERSARY, i.e., given a pair of instances and ADVERSARY can either change to (incurring a unit cost) or it cannot (the cost is infinite). This game always has a Nash equilibrium, which can be found in time polynomial in the number of instances.