CRDCLGOct 30, 2019

Fault Tolerance of Neural Networks in Adversarial Settings

arXiv:1910.13875v212 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of balancing multiple trust pillars in AI systems, which is crucial for developing reliable and secure models, though it is incremental in exploring specific trade-offs.

The paper investigates the trade-off between fault tolerance, adversarial robustness, and differential privacy in deep neural networks, finding that adversarial robustness and fault tolerance conflict, while differentially private models improve fault tolerance with a theoretical upper bound on generalization error of e^ε - 1 + δ.

Artificial Intelligence systems require a through assessment of different pillars of trust, namely, fairness, interpretability, data and model privacy, reliability (safety) and robustness against against adversarial attacks. While these research problems have been extensively studied in isolation, an understanding of the trade-off between different pillars of trust is lacking. To this extent, the trade-off between fault tolerance, privacy and adversarial robustness is evaluated for the specific case of Deep Neural Networks, by considering two adversarial settings under a security and a privacy threat model. Specifically, this work studies the impact of the fault tolerance of the Neural Network on training the model by adding noise to the input (Adversarial Robustness) and noise to the gradients (Differential Privacy). While training models with noise to inputs, gradients or weights enhances fault tolerance, it is observed that adversarial robustness and fault tolerance are at odds with each other. On the other hand, ($ε,δ$)-Differentially Private models enhance the fault tolerance, measured using generalisation error, theoretically has an upper bound of $e^ε - 1 + δ$. This novel study of the trade-off between different elements of trust is pivotal for training a model which satisfies the requirements for different pillars of trust simultaneously.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes