LGMLFeb 1, 2024

Comparing Spectral Bias and Robustness For Two-Layer Neural Networks: SGD vs Adaptive Random Fourier Features

arXiv:2402.00332v13 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This work addresses the impact of training algorithms on spectral bias and robustness for neural networks, providing incremental insights into optimization choices.

The study compared spectral bias and adversarial robustness of two-layer neural networks trained with SGD versus an adaptive random Fourier features algorithm, finding that ARFF yields spectral bias closer to zero and assessing robustness under adversarial attacks.

We present experimental results highlighting two key differences resulting from the choice of training algorithm for two-layer neural networks. The spectral bias of neural networks is well known, while the spectral bias dependence on the choice of training algorithm is less studied. Our experiments demonstrate that an adaptive random Fourier features algorithm (ARFF) can yield a spectral bias closer to zero compared to the stochastic gradient descent optimizer (SGD). Additionally, we train two identically structured classifiers, employing SGD and ARFF, to the same accuracy levels and empirically assess their robustness against adversarial noise attacks.

Foundations

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

Your Notes