The Mechanics of CNN Filtering with Rectification
Liam Frija-Altrac, Matthew Toews
TL;DR
This work introduces elementary information mechanics to describe how CNN filters with rectification propagate information, using an even–odd decomposition that maps to a relativistic energy–momentum framework. It identifies three propagation modes—diffusion, vibration, translation—and demonstrates that the three lowest-frequency DCT components, $Σ$, $∇x$, and $∇y$, dominate network performance, capturing the majority of accuracy in standard architectures. Through DCT-based training experiments on ImageNet (VGG16, ResNet50) and CIFAR-100 (VGG16, ResNet20), it shows that these components, with light fine-tuning, nearly reproduce baseline results. The findings offer a new lens on CNN information flow, with potential implications for optimization, initialization, and architecture design, by linking filter mechanics to energy–momentum relations observed in physics.
Abstract
This paper proposes elementary information mechanics as a new model for understanding the mechanical properties of convolutional filtering with rectification, inspired by physical theories of special relativity and quantum mechanics. We consider kernels decomposed into orthogonal even and odd components. Even components cause image content to diffuse isotropically while preserving the center of mass, analogously to rest or potential energy with zero net momentum. Odd kernels cause directional displacement of the center of mass, analogously to kinetic energy with non-zero momentum. The speed of information displacement is linearly related to the ratio of odd vs total kernel energy. Even-Odd properties are analyzed in the spectral domain via the discrete cosine transform (DCT), where the structure of small convolutional filters (e.g. $3 \times 3$ pixels) is dominated by low-frequency bases, specifically the DC $Σ$ and gradient components $\nabla$, which define the fundamental modes of information propagation. To our knowledge, this is the first work demonstrating the link between information processing in generic CNNs and the energy-momentum relation, a cornerstone of modern relativistic physics.
