CRLGLODec 14, 2022

Backdoor Mitigation in Deep Neural Networks via Strategic Retraining

arXiv:2212.07278v12 citationsh-index: 25
Originality Incremental advance
AI Analysis

This addresses safety-critical issues in automotive applications, but it is incremental as it builds on existing backdoor mitigation research.

The paper tackles the problem of hidden backdoors in deep neural networks, which can cause misclassification and safety risks, by introducing a novel method to remove them without prior knowledge, showing good performance on medium-sized examples.

Deep Neural Networks (DNN) are becoming increasingly more important in assisted and automated driving. Using such entities which are obtained using machine learning is inevitable: tasks such as recognizing traffic signs cannot be developed reasonably using traditional software development methods. DNN however do have the problem that they are mostly black boxes and therefore hard to understand and debug. One particular problem is that they are prone to hidden backdoors. This means that the DNN misclassifies its input, because it considers properties that should not be decisive for the output. Backdoors may either be introduced by malicious attackers or by inappropriate training. In any case, detecting and removing them is important in the automotive area, as they might lead to safety violations with potentially severe consequences. In this paper, we introduce a novel method to remove backdoors. Our method works for both intentional as well as unintentional backdoors. We also do not require prior knowledge about the shape or distribution of backdoors. Experimental evidence shows that our method performs well on several medium-sized examples.

Foundations

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

Your Notes