LGCVNEAug 25, 2023

Linear Oscillation: A Novel Activation Function for Vision Transformer

arXiv:2308.13670v4h-index: 3
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing learning robustness in neural networks, particularly for vision tasks, though it appears to be an incremental improvement over existing activation functions.

The authors tackled the problem of improving neural network performance by proposing a new activation function called Linear Oscillation (LoC), which blends linear trajectories with oscillatory deviations to introduce 'controlled confusion' during training. Their empirical results show that LoC consistently outperforms established activation functions like ReLU and Sigmoid across diverse architectures, with particularly strong performance in Vision Transformers.

Activation functions are the linchpins of deep learning, profoundly influencing both the representational capacity and training dynamics of neural networks. They shape not only the nature of representations but also optimize convergence rates and enhance generalization potential. Appreciating this critical role, we present the Linear Oscillation (LoC) activation function, defined as $f(x) = x \times \sin(αx + β)$. Distinct from conventional activation functions which primarily introduce non-linearity, LoC seamlessly blends linear trajectories with oscillatory deviations. The nomenclature "Linear Oscillation" is a nod to its unique attribute of infusing linear activations with harmonious oscillations, capturing the essence of the "Importance of Confusion". This concept of "controlled confusion" within network activations is posited to foster more robust learning, particularly in contexts that necessitate discerning subtle patterns. Our empirical studies reveal that, when integrated into diverse neural architectures, the LoC activation function consistently outperforms established counterparts like ReLU and Sigmoid. The stellar performance exhibited by the avant-garde Vision Transformer model using LoC further validates its efficacy. This study illuminates the remarkable benefits of the LoC over other prominent activation functions. It champions the notion that intermittently introducing deliberate complexity or "confusion" during training can spur more profound and nuanced learning. This accentuates the pivotal role of judiciously selected activation functions in shaping the future of neural network training.

Foundations

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

Your Notes