SGD Provably Prioritizes a Shortcut Spurious Feature in the XOR Model

2026-06-29Machine Learning

Machine Learning
AI summary

The authors study why neural networks tend to rely on easy but misleading shortcuts instead of the true underlying patterns. They analyze a simple neural network trained on data that includes a tricky XOR signal and a misleading linear pattern. Their math shows the network quickly learns the shortcut first, which then blocks learning the real signal. They also find conditions under which the shortcut dominates entirely and when the true signal can eventually be learned, though the shortcut is never fully forgotten.

neural networksspurious correlationsshortcut featuresSGD (stochastic gradient descent)ReLUXOR problemlogistic losslearning dynamicsphase transitionshigh-dimensional Boolean hypercube
Authors
Tyler LaBonte, Vidya Muthukumar
Abstract
Neural networks are known to be susceptible to over-reliance on spurious correlations. However, the precise mechanism by which models exploit shortcut features is not fully understood, and algorithms to mitigate this behavior rely on as yet unjustified assumptions about the learned representations. In this work, we provide the first end-to-end theoretical characterization of spurious feature learning for two-layer ReLU neural networks trained by online minibatch SGD on the logistic loss. We consider data drawn from the high-dimensional Boolean hypercube with a quadratic signal function (namely XOR) and a linear spurious correlation. We show that SGD learns the spurious feature first, and exponentially fast. Moreover, the optimization dynamics couple the spurious and signal features, with a stronger spurious component inhibiting signal feature learning. Our analysis reveals precise phase transitions in the learning dynamics. In the first phase, alignment between the signs of the spurious feature and second-layer weight drives rapid growth of the spurious feature. In the second phase, large majority group margin slows learning and the signal feature remains suppressed. When the spurious correlation is maximally strong, we show theoretically that the spurious feature dominates even at the sample complexity threshold where XOR would be learned in isolation (i.e., if the spurious feature was absent). In contrast, when the correlation strength is constant, we provide preliminary empirical evidence that the model can eventually learn the XOR signal, although the spurious feature is not forgotten.