Difference between revisions of "Boolean Satisfiability (SAT) Problem/Satisfiability Modulo Theories (SMT) Solvers"

From
Jump to: navigation, search
m
Line 14: Line 14:
  
  
In what seems to be an endless back-and-forth between new adversarial attacks and new defenses against those attacks, we would like a means of formally verifying the robustness of machine learning algorithms to adversarial attacks. In the privacy domain, there is the idea of a differential privacy budget, which quantifies privacy over all possible attacks. In the following three papers, we see attempts at deriving an equivalent benchmark for security, one that will allow the evaluation of defenses against all possible attacks instead of just a specific one. [http://secml.github.io/class6/ Class 6: Measuring Robustness of ML Models]
+
In what seems to be an endless back-and-forth between new adversarial attacks and new defenses against those attacks, we would like a means of formally verifying the robustness of machine learning algorithms to adversarial attacks. In the [[privacy]] domain, there is the idea of a differential [[privacy]] budget, which quantifies [[privacy]] over all possible attacks. In the following three papers, we see attempts at deriving an equivalent benchmark for security, one that will allow the evaluation of defenses against all possible attacks instead of just a specific one. [http://secml.github.io/class6/ Class 6: Measuring Robustness of ML Models]
  
 
* Nicholas Carlini, Guy Katz, Clark Barrett, David L. Dill. [http://arxiv.org/pdf/1709.10207.pdf Provably Minimally-Distorted Adversarial Examples] 20 Feb 2018
 
* Nicholas Carlini, Guy Katz, Clark Barrett, David L. Dill. [http://arxiv.org/pdf/1709.10207.pdf Provably Minimally-Distorted Adversarial Examples] 20 Feb 2018

Revision as of 22:37, 26 September 2020

Youtube search... ...Google search


In what seems to be an endless back-and-forth between new adversarial attacks and new defenses against those attacks, we would like a means of formally verifying the robustness of machine learning algorithms to adversarial attacks. In the privacy domain, there is the idea of a differential privacy budget, which quantifies privacy over all possible attacks. In the following three papers, we see attempts at deriving an equivalent benchmark for security, one that will allow the evaluation of defenses against all possible attacks instead of just a specific one. Class 6: Measuring Robustness of ML Models