LGCVJan 21, 2024

How Robust Are Energy-Based Models Trained With Equilibrium Propagation?

arXiv:2401.11543v12 citations
Originality Incremental advance
AI Analysis

This addresses the robustness issue for machine learning models vulnerable to adversarial attacks, offering a potentially more efficient alternative to adversarial training, though it is incremental as it builds on existing EBM methods.

The paper tackled the problem of adversarial robustness in deep neural networks by evaluating energy-based models (EBMs) trained with equilibrium propagation, showing that EBMs achieve comparable robustness to adversarially-trained DNNs on CIFAR-10 and CIFAR-100 datasets without sacrificing clean accuracy or requiring adversarial training.

Deep neural networks (DNNs) are easily fooled by adversarial perturbations that are imperceptible to humans. Adversarial training, a process where adversarial examples are added to the training set, is the current state-of-the-art defense against adversarial attacks, but it lowers the model's accuracy on clean inputs, is computationally expensive, and offers less robustness to natural noise. In contrast, energy-based models (EBMs), which were designed for efficient implementation in neuromorphic hardware and physical systems, incorporate feedback connections from each layer to the previous layer, yielding a recurrent, deep-attractor architecture which we hypothesize should make them naturally robust. Our work is the first to explore the robustness of EBMs to both natural corruptions and adversarial attacks, which we do using the CIFAR-10 and CIFAR-100 datasets. We demonstrate that EBMs are more robust than transformers and display comparable robustness to adversarially-trained DNNs on gradient-based (white-box) attacks, query-based (black-box) attacks, and natural perturbations without sacrificing clean accuracy, and without the need for adversarial training or additional training techniques.

Foundations

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

Your Notes