DC is all you need: describing ReLU from a signal processing standpoint
Christodoulos Kechris, Jonathan Dan, Jose Miranda, David Atienza
TL;DR
This work provides an exact Fourier-domain description of the ReLU activation by expanding $\sqrt{1+g(t)}$ and decomposing the output into a preserved input spectrum plus higher-frequency and DC components. The DC term is shown to depend on input amplitudes and to be extractable via global average pooling, offering a concrete mechanism by which ReLU influences feature extraction and learning dynamics. Through synthetic simulations and real CNN analyses, the authors demonstrate exponential convergence of the ReLU expansion and that DC cues can steer optimization toward weight configurations near the random initialization. The findings offer a spectral perspective on activation functions, informing architectural choices and highlighting the practical role of DC components in feature learning.
Abstract
Non-linear activation functions are crucial in Convolutional Neural Networks. However, until now they have not been well described in the frequency domain. In this work, we study the spectral behavior of ReLU, a popular activation function. We use the ReLU's Taylor expansion to derive its frequency domain behavior. We demonstrate that ReLU introduces higher frequency oscillations in the signal and a constant DC component. Furthermore, we investigate the importance of this DC component, where we demonstrate that it helps the model extract meaningful features related to the input frequency content. We accompany our theoretical derivations with experiments and real-world examples. First, we numerically validate our frequency response model. Then we observe ReLU's spectral behavior on two example models and a real-world one. Finally, we experimentally investigate the role of the DC component introduced by ReLU in the CNN's representations. Our results indicate that the DC helps to converge to a weight configuration that is close to the initial random weights.
