Dynamic Dropout: Leveraging Conway's Game of Life for Neural Networks Regularization

📅 2025-10-25
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Traditional dropout suffers from poor interpretability and lack of data adaptivity due to its static, random neuron deactivation. To address this, we propose a dynamic regularization method inspired by Conway’s Game of Life, where neurons are modeled as cells in a cellular automaton. Activation states evolve dynamically according to local neighborhood rules, yielding structured, data-driven dropout patterns with explicit spatial semantics. This introduces intrinsic dynamical evolution and interpretable semantic meaning into the regularization process. On CIFAR-10, our method matches standard dropout’s accuracy while revealing, via visualization, implicitly learned structured sparsity during training. Moreover, it demonstrates strong compatibility with deep architectures and consistently improves generalization across diverse settings. The approach bridges dynamical systems theory and deep learning regularization, offering a principled, biologically plausible alternative to stochastic masking.

Technology Category

Application Category

📝 Abstract
Regularization techniques play a crucial role in preventing overfitting and improving the generalization performance of neural networks. Dropout, a widely used regularization technique, randomly deactivates units during training to introduce redundancy and prevent co-adaptation among neurons. Despite its effectiveness, dropout has limitations, such as its static nature and lack of interpretability. In this paper, we propose a novel approach to regularization by substituting dropout with Conway's Game of Life (GoL), a cellular automata with simple rules that govern the evolution of a grid of cells. We introduce dynamic unit deactivation during training by representing neural network units as cells in a GoL grid and applying the game's rules to deactivate units. This approach allows for the emergence of spatial patterns that adapt to the training data, potentially enhancing the network's ability to generalize. We demonstrate the effectiveness of our approach on the CIFAR-10 dataset, showing that dynamic unit deactivation using GoL achieves comparable performance to traditional dropout techniques while offering insights into the network's behavior through the visualization of evolving patterns. Furthermore, our discussion highlights the applicability of our proposal in deeper architectures, demonstrating how it enhances the performance of different dropout techniques.
Problem

Research questions and friction points this paper is trying to address.

Replacing static dropout with dynamic Game of Life-based regularization
Addressing dropout limitations through spatial pattern emergence
Enhancing neural network generalization via cellular automata rules
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dynamic unit deactivation using Conway's Game of Life
Spatial patterns adapt to training data automatically
Visualization of evolving patterns enhances interpretability
🔎 Similar Papers
No similar papers found.