paper-with-me

홈 › Papers

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

2025-10-25 · David Freire-Obregón, José Salas-Cáceres, Modesto Castrillón-Santana arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.22383

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Data-Centric Approach to Constrained Machine Learning: A Case Study on Conway's Game of Life

2024-08-23 · Anton Bibin, Anton Dereventsov

This paper focuses on a data-centric approach to machine learning applications in the context of Conway's Game of Life. Specifically, we consider the task of training a minimal architecture network to learn the transitio…

Automata Quest: NCAs as a Video Game Life Mechanic

2023-09-23 · Hiroki Sato, Tanner Lund, Takahide Yoshida, Atsushi Masumori

We study life over the course of video game history as represented by their mechanics. While there have been some variations depending on genre or "character type", we find that most games converge to a similar represent…

Using Fractal Neural Networks to Play SimCity 1 and Conway's Game of Life at Variable Scales

2020-01-29 · Sam Earle

We introduce gym-city, a Reinforcement Learning environment that uses SimCity 1's game engine to simulate an urban environment, wherein agents might seek to optimize one or a combination of any number of city-wide metric…

Reinforcement Learning

Searching for Spaceships

2000-04-10 · David Eppstein

We describe software that searches for spaceships in Conway's Game of Life and related two-dimensional cellular automata. Our program searches through a state space related to the de Bruijn graph of the automaton, using …

Conditions for Open-Ended Evolution in Immigration Games

2020-04-06 · Peter D. Turney

The Immigration Game (invented by Don Woods in 1971) extends the solitaire Game of Life (invented by John Conway in 1970) to enable two-player competition. The Immigration Game can be used in a model of evolution by natu…

Solitaire