AICGJan 24, 2022

Problife: a Probabilistic Game of Life

arXiv:2201.09521v1
Originality Synthesis-oriented
AI Analysis

This is an incremental extension of the Game of Life for generative art applications.

The paper introduces ProbLife, a probabilistic extension of the Game of Life cellular automaton where rules have associated probabilities and cells are represented by their chance to live, and demonstrates its implementation in ProbLog to generate rule-based generative art images.

This paper presents a probabilistic extension of the well-known cellular automaton, Game of Life. In Game of Life, cells are placed in a grid and then watched as they evolve throughout subsequent generations, as dictated by the rules of the game. In our extension, called ProbLife, these rules now have probabilities associated with them. Instead of cells being either dead or alive, they are denoted by their chance to live. After presenting the rules of ProbLife and its underlying characteristics, we show a concrete implementation in ProbLog, a probabilistic logic programming system. We use this to generate different images, as a form of rule-based generative art.

Foundations

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

Your Notes