Adversarial Turing Patterns from Cellular Automata

Total Page:16

File Type:pdf, Size:1020Kb

Adversarial Turing Patterns from Cellular Automata The Thirty-Fifth AAAI Conference on Artificial Intelligence (AAAI-21) Adversarial Turing Patterns from Cellular Automata Nurislam Tursynbek1, Ilya Vilkoviskiy1, Maria Sindeeva1, Ivan Oseledets1 1Skolkovo Institute of Science and Technology [email protected], [email protected], [email protected], [email protected] Abstract where authors proposed iterative strategy of gradually push- ing a data point to the decision boundary. However, to con- State-of-the-art deep classifiers are intriguingly vulnerable struct a successful perturbation thousands of images were to universal adversarial perturbations: single disturbances of needed, whereas Khrulkov et. al (Khrulkov and Oseledets small magnitude that lead to misclassification of most in- puts. This phenomena may potentially result in a serious se- 2018) proposed an efficient algorithm of constructing UAPs curity problem. Despite the extensive research in this area, with a very small number of samples. The proposed univer- there is a lack of theoretical understanding of the structure of sal perturbations construct complex and interesting unusual these perturbations. In image domain, there is a certain vi- patterns. Studying how these patterns emerge will allow bet- sual similarity between patterns, that represent these pertur- ter understanding the nature of adversarial examples. bations, and classical Turing patterns, which appear as a so- We start from an interesting observation that patterns gen- lution of non-linear partial differential equations and are un- erated in (Khrulkov and Oseledets 2018) visually look very derlying concept of many processes in nature. In this paper, we provide a theoretical bridge between these two different similarly to the so-called Turing patterns (Figure 1) which theories, by mapping a simplified algorithm for crafting uni- were introduced by Alan Turing in the seminal paper “The versal perturbations to (inhomogeneous) cellular automata, Chemical Basis of Morphogenesis” (Turing 1952). It de- the latter is known to generate Turing patterns. Furthermore, scribes the way in which patterns in nature such as stripes we propose to use Turing patterns, generated by cellular au- and spots can arise naturally out of a homogeneous uni- tomata, as universal perturbations, and experimentally show form state. The original theory of Turing patterns, a two- that they significantly degrade the performance of deep learn- component reaction-diffusion system, is an important model ing models. We found this method to be a fast and efficient in mathematical biology and chemistry. Turing found that a way to create a data-agnostic quasi-imperceptible perturba- stable state in the system with local interactions can become tion in the black-box scenario. The source code is available at unstable in the presence of diffusion. Reaction–diffusion https://github.com/NurislamT/advTuring. systems have gained significant attention and was used as a prototype model for pattern formation. Introduction In this paper, we provide an explanation why UAPs from Deep neural networks have shown success in solving com- (Khrulkov and Oseledets 2018) bear similarity to the Turing plex problems for different applications ranging from medi- patterns using the formalism of cellular automata (CA): the cal diagnoses to self-driving cars, but recent findings surpris- iterative process for generating UAPs can be approximated ingly show they are not safe and vulnerable to well-designed by such process, and Turing patterns can be easily gener- negligibly perturbed inputs (Szegedy et al. 2013; Goodfel- ated by cellular automata (Young 1984). Besides, this gives low, Shlens, and Szegedy 2015), called adversarial exam- a very simple way to generate new examples by learning the ples, compromising people’s confidence in them. Moreover, parameters of such automata by black-box optimization. We most of modern defenses to adversarial examples are found also experimentally show this formalism can produce exam- to be easily circumvented (Athalye, Carlini, and Wagner ples very close to so-called single Fourier attacks by study- 2018). One reason why adversarial examples are hard to de- ing Fourier harmonics of the obtained examples. fend against is the difficulty of constructing a theory of the The main contributions of the paper are following: crafting process of them. Intriguingly, adversarial perturbations can be transferable • We show that the iterative process to generate Universal across inputs. Universal Adversarial Perturbations (UAPs), Adversarial Perturbations from (Khrulkov and Oseledets single disturbances of small magnitude that lead to misclas- 2018) can be reformulated as a cellular automata that gen- sification of most inputs, were presented in image domain erates Turing patterns. by Moosavi-Dezfooli et. al (Moosavi-Dezfooli et al. 2017), • We experimentally show Turing patterns can be used to Copyright c 2021, Association for the Advancement of Artificial generate UAPs in a black-box scenario with high fooling Intelligence (www.aaai.org). All rights reserved. rates for different networks. 2683 (a) Example of UAPs constructed by (Khrulkov and Oseledets 2018) (b) Turing patterns Figure 1: Visual similarity of Universal Adversarial Perturbations by (Khrulkov and Oseledets 2018) and Turing patterns Background to provide fast convergence: T Universal Adversarial Perturbations p0 (Ji (Xb) q(Ji(Xb)"t)) "t+1 = T ; (4) Adversarial perturbations are small disturbances added to k p0 (Ji (Xb) q(Ji(Xb)"t))kp the inputs that cause machine learning models to make a where 1 + 1 = 1 and (z) = sign(z)jzjr−1, and J (X ) 2 mistake. In (Szegedy et al. 2013) authors discovered these p0 p r i b Rbdi×d noises by solving the optimization problem: for a batch Xb with batch size b is given as a block matrix: 2 3 min k"k2 s:t: C(x + ") 6= C(x); (1) Ji(x1) " 6 . 7 Ji(Xb) = . : (5) x C(·) 4 5 where is an input object and is a neural network clas- J (x ) sifier. It was shown that the solution to the minimization i b model (1) leads to perturbations imperceptible to human eye. For the case of p = 1 (4) takes the form: T Universal adversarial perturbation (Moosavi-Dezfooli "t+1 = sign(Ji (Xb) q(Ji(Xb)"t)): (6) et al. 2017) is a small (k"kp ≤ L) noise that makes clas- sifier to misclassify the fraction (1 − δ) of inputs from the Equation (6) is the first crucial point in our study, and we given dataset µ. The goal is to make δ as small as possible will show, how they connect to Turing patterns. We now and find a perturbation " such that: proceed with describing the background behind these pat- terns and mathematical correspondence between Equation Px∼µ [C(x + ") 6= C(x)] ≥ 1 − δ s:t: k"kp ≤ L; (2) (6) and emergence of Turing patterns as cellular automata is described in next Section. In (Khrulkov and Oseledets 2018) an efficient way of computing such UAPs was proposed, achieving relatively Turing Patterns as Cellular Automata high fooling rates using only small number of inputs. Con- In his seminal work (Turing 1952) Alan Turing studied the Rd Rdi sider an input x 2 , its i-th layer output fi(x) 2 and emergence theory of patterns in nature such as stripes and @f (x) J (x) = i 2 Rdi×d spots that can arise out of a homogeneous uniform state. Jacobian matrix i @x . For a small in- x The proposed model was based on the solution of reaction- Rd put perturbation " 2 , using first-order Taylor expansion diffusion equations of two chemical morphogens (reagents): fi(x + ") ≈ fi(x) + Ji(x)", authors find that to construct a UAP, it is sufficient to maximize the sum of norms of Ja- @n1(i; j) 2 = −µ1r n1(i; j) + a(n1(i; j); n2(i; j)); cobian matrix product with perturbation for a small batch of @t (7) inputs X , constrained with perturbation norm (k"k = L is @n (i; j) b p 2 = −µ r2n (i; j) + b(n (i; j); n (i; j)): obtained by multiplying the solution by L): @t 2 2 1 2 X q Here, n1(i; j) and n2(i; j) are concentrations of two kJi(xj)"kq ! max; s.t. k"kp = 1: (3) morphogens in the point with coordinates (i; j) µ1 and xj 2Xb µ2 are scalar coefficients. a and b are nonlinear func- To solve the optimization problem (3) the Boyd iteration tions, with at least two points (i; j), satisfying (i; j): (Boyd 1974) (generalization of the power method to the a(n1(i; j); n2(i; j)) = 0 problem of computing generalized singular vectors) is found b(n1(i; j); n2(i; j)) = 0: 2684 dj ×dj Turing noted the solution presents alternating patterns where Dj(x) = diag(θ(Mjfj−1(x))) 2 R and with specific size that does not depend on the coordinate 1; if z > 0 θ(z) = @ ReLU(z) = : and describes the stationary solution, which interpolates be- @z 0; if z < 0; tween zeros of a and b. The update matrix from Equation (13) is then: Young et. al (Young 1984) proposed to generate Turing patterns by a discrete cellular automata as following. Let us 2J (x )3 consider a 2D grid of cells. Each cell (i; j) is equipped with i 1 T T T 6 . 7 a number n(i; j) 2 f0; 1g. The sum of cells, neighbouring Ji (Xb)Ji(Xb) = Ji (x1) ··· Ji (xb) 4 . 5 = with the current cell (i; j) within the radius ri is multiplied Ji(xb) by w, while the sum of values of cells, neighbouring with the X = JT (x)J (x): (16) current cell (i; j) between radii rin and rout, is multiplied i i by −1. If the total sum of these two terms is positive, the x2Xb new value of the cell is 1, otherwise 0. This process can be Performance of the UAPs from (Khrulkov and Oseledets written by introducing the convolutional kernel Y (m; l): 2018) increases with the increase of batch size.
Recommended publications
  • Cellular Automata in the Triangular Tessellation
    Complex Systems 8 (1994) 127- 150 Cellular Automata in the Triangular Tessellation Cart er B ays Departm ent of Comp uter Science, University of South Carolina, Columbia, SC 29208, USA For the discussion below the following definitions are helpful. A semito­ talistic CA rule is a rule for a cellular aut omaton (CA) where (a) we tally the living neighbors to a cell without regard to their orientation with respect to th at cell, and (b) the rule applied to a cell may depend upon its current status.A lifelike rule (LFR rule) is a semitotalistic CA rule where (1) cells have exactly two states (alive or dead);(2) the rule giving the state of a cell for the next generation depends exactly upon (a) its state this generation and (b) the total count of the number of live neighbor cells; and (3) when tallying neighbors of a cell, we consider exactly those neighbor ing cells that touch the cell in quest ion. An LFR rule is written EIEhFIFh, where EIEh (t he "environment" rule) give th e lower and upper bounds for the tally of live neighbors of a currently live cell C so that C remains alive, and FlFh (the "fertility" rule) give the lower and upp er bounds for the tally of live neighbors required for a current ly dead cell to come to life. For an LFR rule to specify a game of Life we impose two further conditions: (A) there must exist at least one glider (t ranslat ing oscillator) t hat is discoverable with prob­ ability one by st arting with finite random initi al configurations (sometimes called "random primordial soup") , and (B) th e probability is zero that a fi­ nite rando m initial configuration leads to unbounded growth.
    [Show full text]
  • Cellular Automata, Pdes, and Pattern Formation
    18 Cellular Automata, PDEs, and Pattern Formation 18.1 Introduction.............................................. 18 -271 18.2 Cellular Automata ....................................... 18 -272 Fundamentals of Cellular Automaton Finite-State Cellular • Automata Stochastic Cellular Automata Reversible • • Cellular Automata 18.3 Cellular Automata for Partial Differential Equations................................................. 18 -274 Rules-Based System and Equation-Based System Finite • Difference Scheme and Cellular Automata Cellular • Automata for Reaction-Diffusion Systems CA for the • Wave Equation Cellular Automata for Burgers Equation • with Noise 18.4 Differential Equations for Cellular Automata.......... 18 -277 Formulation of Differential Equations from Cellular Automata Stochastic Reaction-Diffusion • 18.5 PatternFormation ....................................... 18 -278 Complexity and Pattern in Cellular Automata Comparison • of CA and PDEs Pattern Formation in Biology and • Xin-She Yang and Engineering Y. Young References ....................................................... 18 -281 18.1 Introduction A cellular automaton (CA) is a rule-based computing machine, which was first proposed by von Newmann in early 1950s and systematic studies were pioneered by Wolfram in 1980s. Since a cellular automaton consists of space and time, it is essentially equivalent to a dynamical system that is discrete in both space and time. The evolution of such a discrete system is governed by certain updating rules rather than differential equations.
    [Show full text]
  • Representing Reversible Cellular Automata with Reversible Block Cellular Automata Jérôme Durand-Lose
    Representing Reversible Cellular Automata with Reversible Block Cellular Automata Jérôme Durand-Lose To cite this version: Jérôme Durand-Lose. Representing Reversible Cellular Automata with Reversible Block Cellular Automata. Discrete Models: Combinatorics, Computation, and Geometry, DM-CCG 2001, 2001, Paris, France. pp.145-154. hal-01182977 HAL Id: hal-01182977 https://hal.inria.fr/hal-01182977 Submitted on 6 Aug 2015 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Discrete Mathematics and Theoretical Computer Science Proceedings AA (DM-CCG), 2001, 145–154 Representing Reversible Cellular Automata with Reversible Block Cellular Automata Jérôme Durand-Lose Laboratoire ISSS, Bât. ESSI, BP 145, 06 903 Sophia Antipolis Cedex, France e-mail: [email protected] http://www.i3s.unice.fr/~jdurand received February 4, 2001, revised April 20, 2001, accepted May 4, 2001. Cellular automata are mappings over infinite lattices such that each cell is updated according to the states around it and a unique local function. Block permutations are mappings that generalize a given permutation of blocks (finite arrays of fixed size) to a given partition of the lattice in blocks. We prove that any d-dimensional reversible cellular automaton can be expressed as the composition of d 1 block permutations.
    [Show full text]
  • Neutral Emergence and Coarse Graining Cellular Automata
    NEUTRAL EMERGENCE AND COARSE GRAINING CELLULAR AUTOMATA Andrew Weeks Submitted for the degree of Doctor of Philosophy University of York Department of Computer Science March 2010 Neutral Emergence and Coarse Graining Cellular Automata ABSTRACT Emergent systems are often thought of as special, and are often linked to desirable properties like robustness, fault tolerance and adaptability. But, though not well understood, emergence is not a magical, unfathomable property. We introduce neutral emergence as a new way to explore emergent phe- nomena, showing that being good enough, enough of the time may actu- ally yield more robust solutions more quickly. We then use cellular automata as a substrate to investigate emergence, and find they are capable of exhibiting emergent phenomena through coarse graining. Coarse graining shows us that emergence is a relative concept – while some models may be more useful, there is no correct emergent model – and that emergence is lossy, mapping the high level model to a subset of the low level behaviour. We develop a method of quantifying the ‘goodness’ of a coarse graining (and the quality of the emergent model) and use this to find emergent models – and, later, the emergent models we want – automatically. i Neutral Emergence and Coarse Graining Cellular Automata ii Neutral Emergence and Coarse Graining Cellular Automata CONTENTS Abstract i Figures ix Acknowledgements xv Declaration xvii 1 Introduction 1 1.1 Neutral emergence 1 1.2 Evolutionary algorithms, landscapes and dynamics 1 1.3 Investigations with
    [Show full text]
  • Cellular Automation
    John von Neumann Cellular automation A cellular automaton is a discrete model studied in computability theory, mathematics, physics, complexity science, theoretical biology and microstructure modeling. Cellular automata are also called cellular spaces, tessellation automata, homogeneous structures, cellular structures, tessellation structures, and iterative arrays.[2] A cellular automaton consists of a regular grid of cells, each in one of a finite number of states, such as on and off (in contrast to a coupled map lattice). The grid can be in any finite number of dimensions. For each cell, a set of cells called its neighborhood is defined relative to the specified cell. An initial state (time t = 0) is selected by assigning a state for each cell. A new generation is created (advancing t by 1), according to some fixed rule (generally, a mathematical function) that determines the new state of each cell in terms of the current state of the cell and the states of the cells in its neighborhood. Typically, the rule for updating the state of cells is the same for each cell and does not change over time, and is applied to the whole grid simultaneously, though exceptions are known, such as the stochastic cellular automaton and asynchronous cellular automaton. The concept was originally discovered in the 1940s by Stanislaw Ulam and John von Neumann while they were contemporaries at Los Alamos National Laboratory. While studied by some throughout the 1950s and 1960s, it was not until the 1970s and Conway's Game of Life, a two-dimensional cellular automaton, that interest in the subject expanded beyond academia.
    [Show full text]
  • Planning Meets Self-Organization Integrating
    Frontiers of Architectural Research (2012) 1, 400–404 Available online at www.sciencedirect.com www.elsevier.com/locate/foar Planning meets self-organization: Integrating interactive evolutionary computation with cellular automata for urban planning Hao Hua Zi.014 Tiechestr. 49; Zurich 8037, Switzerland Received 6 April 2012; received in revised form 13 August 2012; accepted 15 August 2012 KEYWORDS Abstract Interactive; The experiment carried by the author in 2010 is to test if self-organizing systems could be Evolutionary; systematically regulated according to the user’s preference for global behavior. Self-organizing Self-organization; has been appreciated by architects and urban planners for its richness in the emerging global Cellular automata behaviors; however, design and self-organizing are contradictory in principle. It seems that it is inevitable to balance the design and self-organization if self-organization is employed in a design task. There have been approaches combining self-organizing with optimization process in a parallel manner. This experiment strives to regulate a self-organizing system according to non-defined objectives via real-time interaction between the user and the computer. Particularly, cellular automaton is employed as the self-organizing system to model a city district. & 2012. Higher Education Press Limited Company. Production and hosting by Elsevier B.V. All rights reserved. 1. Background and planning. We can group these fields into two categories: the natural and the artificial. The former observes certain 1.1. Self-organization extraordinary phenomena in natural systems and interprets them by self-organization; the latter constructs artificial systems running in a self-organizing manner for novel solu- The concept of self-organization emerged from a wide range tions to certain problems.
    [Show full text]
  • Symbolic Computation Using Cellular Automata-Based Hyperdimensional Computing
    LETTER Communicated by Richard Rohwer Symbolic Computation Using Cellular Automata-Based Hyperdimensional Computing Ozgur Yilmaz ozguryilmazresearch.net Turgut Ozal University, Department of Computer Engineering, Ankara 06010, Turkey This letter introduces a novel framework of reservoir computing that is capable of both connectionist machine intelligence and symbolic com- putation. A cellular automaton is used as the reservoir of dynamical systems. Input is randomly projected onto the initial conditions of au- tomaton cells, and nonlinear computation is performed on the input via application of a rule in the automaton for a period of time. The evolu- tion of the automaton creates a space-time volume of the automaton state space, and it is used as the reservoir. The proposed framework is shown to be capable of long-term memory, and it requires orders of magnitude less computation compared to echo state networks. As the focus of the letter, we suggest that binary reservoir feature vectors can be combined using Boolean operations as in hyperdimensional computing, paving a direct way for concept building and symbolic processing. To demonstrate the capability of the proposed system, we make analogies directly on image data by asking, What is the automobile of air? 1 Introduction Many real-life problems in artificial intelligence require the system to re- member previous input. Recurrent neural networks (RNN) are powerful tools of machine learning with memory. For this reason, they have be- come one of the top choices for modeling dynamical systems. In this letter, we propose a novel recurrent computation framework that is analogous to echo state networks (ESN) (see Figure 1b) but with significantly lower computational complexity.
    [Show full text]
  • Emergent Defect Dynamics in Two-Dimensional Cellular Automata
    Journal of Cellular Automata, Vol. 0, pp. 1–14 ©2008 Old City Publishing, Inc. Reprints available directly from the publisher Published by license under the OCP Science imprint, Photocopying permitted by license only a member of the Old City Publishing Group Emergent Defect Dynamics in Two-Dimensional Cellular Automata Martin Delacourt1 and Marcus Pivato2,∗ 1Laboratoire de l’Informatique du Parallélisme, École Normale Supérieure de Lyon, 46 Allée d’Italie, 69634 Lyon, France 2Department of Mathematics, Trent University, 1600 West Bank Drive, Peterborough, Ontario, K9J 7B8, Canada Received: November 1, 2007. Accepted: March 12, 2008. A cellular automaton (CA) exhibits ‘emergent defect dynamics’ (EDD) if generic initial conditions rapidly coalesce into large, homogeneous ‘domains’(exhibiting some spatial pattern) separated by moving ‘defects’. There are many known examples of EDD in one-dimensional CA, but not in higher dimensions. We describe the results of an automated search for two-dimensional CA exhibiting EDD. We found a plethora of examples of EDD, but we also found that the proportion of CA with EDD declines rapidly with increasing neighbourhood size. Keywords: Defect, dislocation, kink, domain boundary, emergent defect dynamics. A well-known phenomenon in one-dimensional cellular automata (CA) is the emergence of homogeneous ‘domains’—each exhibiting some regular spa- tial pattern—separated by defects (or ‘domain boundaries’ or ‘kinks’) which evolve and propagate over time, and occasionally collide. This emergent defect dynamics (EDD) is clearly visible, for example, in elementary cellular automata #18, #22, #54, #62, #110, and #184. EDD in one-dimensional CAhas been studied both empirically [1–5,11] and theoretically [6,8–10,13–16,19].
    [Show full text]
  • Self-Organized Patterns and Traffic Flow in Colonies of Organisms
    Self-organized patterns and traffic flow in colonies of organisms: from bacteria and social insects to vertebrates∗ Debashish Chowdhury1, Katsuhiro Nishinari2, and Andreas Schadschneider3 1 Department of Physics Indian Institute of Technology Kanpur 208016, India 2 Department of Applied Mathematics and Informatics Ryukoku University Shiga 520-2194, Japan 3 Institute for Theoretical Physics Universit¨at zu K¨oln 50937 K¨oln, Germany August 6, 2018 Abstract arXiv:q-bio/0401006v3 [q-bio.PE] 5 Feb 2004 Flocks of birds and schools of fish are familiar examples of spa- tial patterns formed by living organisms. In contrast to the patterns on the skins of, say, zebra and giraffe, the patterns of our interest are transient although different patterns change over different time scales. The aesthetic beauty of these patterns have attracted the attentions of poets and philosophers for centuries. Scientists from ∗A longer version of this article will be published elsewhere 1 various disciplines, however, are in search of common underlying prin- ciples that give rise to the transient patterns in colonies of organisms. Such patterns are observed not only in colonies of organisms as sim- ple as single-cell bacteria, as interesting as social insects like ants and termites as well as in colonies of vertebrates as complex as birds and fish but also in human societies. In recent years, particularly over the last one decade, physicists have utilized the conceptual framework as well as the methodological toolbox of statistical mechanics to unravel the mystery of these patterns. In this article we present an overview emphasizing the common trends that rely on theoretical modelling of these systems using the so-called agent-based Lagrangian approach.
    [Show full text]
  • Detecting Emergent Processes in Cellular Automata with Excess Information
    Detecting emergent processes in cellular automata with excess information David Balduzzi1 1 Department of Empirical Inference, MPI for Intelligent Systems, Tubingen,¨ Germany [email protected] Abstract channel – transparent occasions whose outputs are marginal- ized over. Finally, some occasions are set as ground, which Many natural processes occur over characteristic spatial and fixes the initial condition of the coarse-grained system. temporal scales. This paper presents tools for (i) flexibly and Gliders propagate at 1/4 diagonal squares per tic – the scalably coarse-graining cellular automata and (ii) identify- 4n ing which coarse-grainings express an automaton’s dynamics grid’s “speed of light”. Units more than cells apart cannot well, and which express its dynamics badly. We apply the interact within n tics, imposing constraints on which coarse- tools to investigate a range of examples in Conway’s Game grainings can express glider dynamics. It is also intuitively of Life and Hopfield networks and demonstrate that they cap- clear that units should group occasions concentrated in space ture some basic intuitions about emergent processes. Finally, and time rather than scattered occasions that have nothing to we formalize the notion that a process is emergent if it is bet- ter expressed at a coarser granularity. do with each other. In fact, it turns out that most coarse- grainings express a cellular automaton’s dynamics badly. The second contribution of this paper is a method for dis- Introduction tinguishing good coarse-grainings from bad based on the following principle: Biological systems are studied across a range of spa- tiotemporal scales – for example as collections of atoms, • Coarse-grainings that generate more information, rela- molecules, cells, and organisms (Anderson, 1972).
    [Show full text]
  • Self-Organization Toward Criticality in the Game of Life
    BioSystems, 26 (1992) 135-138 135 Elsevier Scientific Publishers Ireland Ltd. Self-organization toward criticality in the Game of Life Keisuke Ito and Yukio-Pegio Gunji Department of Earth Sciences, Faculty of Science, Kobe University, Nada, Kobe 657 (Japan) (Received November 12th, 1991) Life seems to be at the border between order and chaos. The Game of Life, which is a cellular automaton to mimic life, also lies at the transition between ordered and chaotic structures. Kauffman recently suggested that the organizations at the edge of chaos may be the characteristic target of selection for systems able to coordinate complex tasks and adapt. In this paper, we present the idea of perpetual disequilibration proposed by Gunji and others as a general principle governing self-organization of complex systems towards the critical state lying at the border of order and chaos. The rule for the Game of Life has the minimum degree of pel~petual disequilibrium among 2 TM rules of the class to which it belongs. Keywards: Life game; Cellular automata; Self-organization; Critical state; Evolution. Phenomena governed by power laws are wide- biological systems, in which the propagation ly known in nature as 1If noise and the fractal velocity of information is slow (Matsuno, 1989), structure. Bak et al. (1988) proposed the idea of is undeterminable. Let us briefly explain this self-organized criticality as a general principle using the description of a cellular automaton to explain such phenomena. A canonical exam- system (Fig. 1). Suppose that the state of the cell ple of self-organi~'ed criticality is a pile of sand.
    [Show full text]
  • A Note on the Reversibility of the Elementary Cellular Automaton with Rule Number 90
    REVISTA DE LA UNION´ MATEMATICA´ ARGENTINA Vol. 56, No. 1, 2015, Pages 107{125 Published online: May 4, 2015 A NOTE ON THE REVERSIBILITY OF THE ELEMENTARY CELLULAR AUTOMATON WITH RULE NUMBER 90 A. MART´IN DEL REY Abstract. The reversibility properties of the elementary cellular automaton with rule number 90 are studied. It is shown that the cellular automaton con- sidered is not reversible when periodic boundary conditions are considered, whereas when null boundary conditions are stated, the reversibility appears when the number of cells of the cellular space is even. The DETGTRI algo- rithm is used to prove these statements. Moreover, the explicit expressions of inverse cellular automata of reversible ones are computed. 1. Introduction Cellular automata are simple models of computation capable to simulate phys- ical, biological or environmental complex phenomena (see, for example, [19, 30]). This concept was introduced by J. von Neumann and S. Ulam in the late 1940s (see [17]), their motivation being to obtain a better formal understanding of biological systems that are composed of many identical objects that are relatively simple. The local interactions of these objects yield the pattern evolution of the cellular automata. Cellular automata have been studied from a dynamical system per- spective, from a logic, automata and language theoretic perspective, and through ergodic theory. Roughly speaking, a cellular automaton consists of a discrete spatial lattice of sites called cells, each one endowed at each time with a state belonging to a finite state set. The state of each cell is updated in discrete time steps according to a local transition function which depends on the states of the cells in some neighborhood around it.
    [Show full text]