Abstract
Self-organization can be broadly defined as the ability of a system to display ordered spatiotemporal patterns solely as the result of the interactions among the system components. Processes of this kind characterize both living and artificial systems, making self-organization a concept that is at the basis of several disciplines, from physics to biology and engineering. Placed at the frontiers between disciplines, artificial life (ALife) has heavily borrowed concepts and tools from the study of self-organization, providing mechanistic interpretations of lifelike phenomena as well as useful constructivist approaches to artificial system design. Despite its broad usage within ALife, the concept of self-organization has been often excessively stretched or misinterpreted, calling for a clarification that could help with tracing the borders between what can and cannot be considered self-organization. In this review, we discuss the fundamental aspects of self-organization and list the main usages within three primary ALife domains, namely “soft” (mathematical/computational modeling), “hard” (physical robots), and “wet” (chemical/biological systems) ALife. We also provide a classification to locate this research. Finally, we discuss the usefulness of self-organization and related concepts within ALife studies, point to perspectives and challenges for future research, and list open questions. We hope that this work will motivate discussions related to self-organization in ALife and related fields.
1 What Is Self-Organization?
The idea of self-organization can be traced to antiquity, including Greek and Buddhist philosophies [68, 108]. The term “self-organization” was used sparingly in the 19th century, mainly applied to social systems. Similar concepts had been proposed earlier by Kant [98], and in the 1930s, it was introduced into embryology [184].
The modern term “self-organizing system” was coined by Ashby [8] to describe phenomena where local interactions between independent elements lead to global behaviors or patterns. The phrase is used when an external observer perceives a pattern in a system with many components, and this pattern is not imposed by a central authority among or external to those components, but rather arises from the collective behavior of the elements themselves. Natural examples are found in areas such as collective motion [198], as when birds or fish move in flocks or schools exhibiting complex group behavior; morphogenesis [120], in which cells in a living body divide and specialize to develop into a complex body plan; and pattern formation [36] in a variety of physical, chemical, and biological systems [29, 49], such as convection and crystal growth as well as the formation of patterns like stripes and spots on animal coats.
A formal definition of the term runs into difficulties in agreeing on what is a system, what is organization, and what is self [72], none of which is perfectly straightforward. However, a pragmatic approach focuses on when it is useful to describe a system as self-organizing [64]. This utility typically comes when an observer identifies a pattern at a higher scale but is also interested in phenomena at a lower scale; there then arise questions of how the lower scale produces the observables at the higher scale, as well as how the higher scale constrains and promotes observables at the lower scale. For example, bird behavior leads to flock formation, and descriptors at the level of the flock can also be used to understand regulation of individual bird behavior [105].
Self-organization has been an important concept within a number of disciplines [179], including statistical mechanics [37, 210], supramolecular chemistry [123], and computer science [110, 129]. Artificial life (ALife) frequently draws heavily on self-organizing systems in different contexts [5], starting in the early days of the field with studies of systems like snowflake formation [140] and agent flocking [161], and continuing to the present day. However, there are often confusions and misinterpretations involved with this concept, possibly due to an apparent lack of recent systematic literature.
In this work, we intend to:
- 1.
Review research at the intersection of self-organization and ALife.
- 2.
Provide a classification to locate this research.
- 3.
Guide newcomers to the field with this classification.
- 4.
Synthesize relevant concepts, challenges, and open questions.
- 5.
Open discussions on this topic within ALife and related fields.
We first articulate some fundamental aspects of self-organization, outline ways the term has been used by researchers in the field, and then summarize work based on self-organization within soft (simulated), hard (robotic), and wet (chemical and biochemical) domains of ALife. We then present a classification for categorizing different types of self-organization. We also provide perspectives for further research. A list of open questions closes this article.
2 Usage
Ashby coined the term “self-organizing system” to show that a machine could be strictly deterministic and yet exhibit a self-induced change of organization [8]. This notion was further developed within cybernetics [9, 200]. In many contexts, a thermodynamical perspective has been taken [81, 82, 96], where “organization” is viewed as a reduction of entropy in a(n) (open) system [137]. Since there is an equivalence between Boltzmann-Gibbs entropy and Shannon information, this notion has also been applied in contexts related to information theory [50, 146, 147, 152]. In this view, a self-organizing system is one whose dynamics lead it to decrease its information content, hence becoming more predictable. Based on information theory, the recent subfield of guided self-organization explores mechanisms by which self-organization can be regulated for specific purposes—that is, how to find or design dynamics for a system such that it will have particular attractors or outcomes [10, 148, 150, 151, 153]. For example, the self-organization of random Boolean networks [100, 101] can be guided to specific dynamical regimes [65].
There are several other definitions of self-organization as well. [176] defines self-organization as an increase in statistical complexity, which in turn is defined as the amount of information required to minimally specify the state of the system's causal architecture. As an alternative to entropy, the use of the mean value of random variables has also been proposed [92].
The concept of self-organization is also heavily used in organization science, with relevance to early artificial society models [46, 74], which have evolved into what is known today as computational social science [121].
Self-organization is commonly used in a broad sense that encompasses self-assembly and other processes, but the term has at times been used in a more restrictive sense for far-from-equilibrium processes [132].
While there may be no single agreed-on definition of self-organization, this lack need not be an insurmountable obstacle for its study, any more than a lack of a unanimous formal definition of “life” has been an obstacle for progress in the fields of biology or ALife. In what follows, we provide a concise review of how the idea of self-organization has contributed to the progress of ALife.
3 Domains
One way to classify ALife research is to divide it into soft, hard, and wet domains, roughly referring to computer simulations, physical robots, and chemical/biological research (including living technology as the application of ALife [21]), respectively. Self-organization has played a central role in work in all three domains.
3.1 Soft ALife
Soft ALife, or mathematical and computational modeling and simulation of lifelike behaviors, has been linked to self-organization in many subdomains. Cellular automata (CAs) [94], one of the most popular modeling frameworks used in earlier forms of soft ALife, are well-explored, illustrative examples of self-organizing systems. A CA consists of many units (cells), each of which can be in any of a number of discrete states, and each of which repeatedly determines its next state in a fully distributed manner, based on its current state and those of its neighbors. With no central controller involved, CAs can organize their state configurations to demonstrate various forms of self-organization: dynamical critical states such as in sand-pile models [15] and in the Game of Life [14], spontaneous formation of spatial patterns [47, 211, 216] (Figure 1(a)), self-replication1 [116, 117, 158, 178], and evolution by variation and natural selection [138, 139, 164, 166, 167, 185]. Similarly, partial differential equations (PDEs), a continuous counterpart of CAs, have an even longer history of demonstrating self-organizing dynamics [52, 76, 142, 190] (Figure 1(b)).
Another representative class of soft ALife that shows self-organization comprises models of collective behavior of self-propelled agents [198]. Reynolds' “Boids” model [161] is probably the best known in this category. In this work, self-propelled agents move in a continuous space according to three kinetic rules: cohesion (to maintain positional proximity), alignment (to maintain directional similarity), and separation (to avoid overcrowding and collision). A variety of related models have since been proposed and studied, including simplified, statistical-physics-oriented ones [6, 125, 135, 197] and more detailed, behavioral-ecology-oriented ones [35, 90, 115]. These models produce natural-looking flocking/schooling/swarming collective behaviors out of simple decentralized behavioral rules, and they also exhibit phase transitions between distinct macroscopic states. They have also been used as inspiration for a variety of optimization algorithms [40, 103, 114, 145, 214].
Such collective behavior models have been brought into artificial chemistry studies as well [17, 39], such as swarm chemistry, its variants, and similar models [48, 112, 137, 168, 169, 170, 175], in which kinetically and chemically distinct species of idealized agents interact to form nontrivial spatiotemporal dynamic patterns. More recently, these collective behavior models have also been actively utilized in morphogenetic engineering [43, 44], in which researchers attempt to achieve a successful merger of self-organization and programmable architectural design, by discovering or designing agent rules that result in specific desired high-level patterns.
Other examples of self-organization in soft ALife are found in simulation models of artificial societies. Their roots can be traced back to the famous segregation models developed by Sakoda and Schelling back in the early 1970s [87, 163, 174], in which simple, independent decision making by individual agents would eventually cause a spatially segregated state of society at a macroscopic level. Agent-based simulation of artificial societies has been one of the core topics discussed in the ALife community [46, 118], and has elucidated self-organization of phenomena in social order such as geographical resource management [23, 119], cooperative strategies [4, 25, 93, 126], and common languages [107, 127, 181, 183]. The literature on adaptive social network models may also be included in this category [28, 38, 62, 80, 172, 193], as those “artificial society” models describe self-organization of society into a nontrivial configuration through coevolution of autonomous dynamic state changes of social constituents and topological changes of social ties.
As adaptive networks at an individual organism level, brains and nervous systems also have been described for decades as self-organizing systems [88, 108], in that neurons interact to produce behavioral and cognitive patterns. Self-organization of such neural systems has been particularly useful in computer science, and in the study of artificial neural networks [63]; as a particularly conspicuous example, Kohonen networks [110] are also called self-organizing maps. Since a large part of soft and hard ALife research deals with agents, animats, or robots (virtual or physical) being controlled by artificial neural networks, it can be said that self-organization is present not only at the behavioral level, but also at the controller level in many cases.
Similar approaches have also been used in search and optimization techniques [45]. For example, Watson and colleagues have proposed using Hebbian learning [86] to self-organize components of a complex system to resolve conflicts [205, 206]. This mechanism probably has also been exploited beyond neural systems, as computational anthropology studies suggest [56, 57].
3.2 Hard ALife
Robots can be considered to be lifelike artefacts in their ability to sense their physical environment and take action in response. Physical agents, even very simple ones, can evoke in the observer a particularly strong sense of being animate. From W. Grey Walter's tortoises [203, 204] to simple machines based on the principles of Braitenberg's vehicles [24], from behavior-based reactive robots [26] to recent biomimetic and bioinspired designs [106, 165, 213], ALife built into machines stems from the rich dynamics underlying the interaction between the embodied agent and its environment, so that even simple mechanisms and behavioral rules can confer sophisticated lifelike attributes on limited machines [177]. Complex ALife forms can be attained either by increasing the sophistication of a single robot, or by increasing the number of robots in a system that, through the resulting interaction and self-organization, can then display more sophisticated abilities collectively, from adaptive responses to group decision making.
Hardware has the strong advantage that the physical characteristics of the system (dynamics, sensor performance, actuator noise profiles, etc.) are by definition realistic, whereas simulations are necessarily simplified and typically fail to capture phenomena that only become evident through material experimentation [27, 97, 162]. Conversely, while simulation can readily handle very large numbers of agents, hardware considerations (cost, space, scalability of operation, etc.) have traditionally limited hard ALife studies to using a small number of robots. In some scenarios, self-organizing phenomena of interest do not necessarily require many robots. When the mechanism for coordination is based on stigmergy (persistent information left in a shared environment), the important element is a large number of interactions between robots and environment, and even a single robot could suffice to generate complex patterns [18, 208]. More recently, hardware advances have made it possible to conduct physical experiments with robots in numbers exceeding a thousand [162].
Physical experiments have been used to explore self-organizing phenomena in a variety of areas. Aggregation of objects has been studied from a physics perspective [75] in ways inspired by behavior observed in living systems, such as cockroaches or bees [61, 83, 104] and using controllers designed through automatic methods such as artificial evolution [41, 53]. Another topic is collective navigation, in which groups of robots coordinate their overall direction of motion and collectively avoid obstacles [16, 188, 189]. The coordination of flying robots has also been explored using self-organization [196, 199]. In other studies, collective decision-making processes are determined by positive feedback from recruitment and negative feedback from cross-inhibition [53, 59, 60, 104, 159, 173, 191, 192]. Self-assembly [209] is another form of self-organization largely studied in hard ALife with self-assembling or self-reconfiguring robots [7, 42, 78, 134, 162, 180, 215, 217].
3.3 Wet ALife
Wet ALife, or physico-chemical synthesis of lifelike behaviors, extensively utilizes self-organization as its core principle. A classic example is spatial pattern formation in experimentally realized reaction-diffusion systems, such as the Belousov-Zhabotinsky reaction [3, 192] and Gray-Scott-like self-replicating spots [55, 122], where dynamic patterns self-organize entirely from spatially localized chemical reactions. Similar approaches can also be taken by using microscopic biological organisms (e.g., slime molds) as the media of self-organization [2, 3, 58, 91, 130].
In research on the origins of life, molecular self-assembly plays the essential role in producing protocell structures and their metabolic dynamics [84, 155, 156, 157]. Chemical autopoiesis such as dynamic formation and maintenance of micelles and vesicles [12, 13, 128, 202] may also be included in this context.
More recently, dynamic behaviors of macroscopically visible chemical droplets, AKA liquid robots [31], have become a focus of active study in ALife. In this line of research, interactions among chemical reactions, physical microfluid dynamics, and possibly other not yet fully understood microscopic mechanisms cause self-organization of spontaneous movements [33, 85] and complex morphology [32] of those droplets. Moreover, droplet-based systems have also been used to demonstrate artificial evolution in experimental chemical systems [141].
Recently, there have been a few studies on the collective behavior of protocells (e.g., [154]) and droplets [31]. The potential chemical interaction space is vast, so it is difficult to explore with traditional techniques. Still, the automation of this exploration offers a promising approach [79].
Wet ALife has developed more recently than the soft and hard perspectives, but it has great potential to better understand living processes and also to exploit and regulate them with engineering principles and purposes.
4 A Classification
There are different potential classifications that could be considered to characterize self-organization in the context of ALife studies. One fundamental aspect concerns the level at which self-organization takes place with respect to the lifelike process under consideration. In this respect, we can distinguish between internal and external self-organization. Internal self-organization would occur within an individual or agent, and could be functional for the production of lifelike properties (e.g., morphogenesis) as well as useful for determining physical characteristics or behavioral responses that determine the way in which the individual agent interacts with its environment (e.g., pattern formation, neural plasticity). External self-organization is that occurring among individuals or agents. Such forms of self-organization pertain to the social aspects of life like processes, which are often fundamental to support reproduction and survival. These include collective behavior, social coordination, and ecological organization. Note that in some cases the same process could be considered internal or external, depending on the observation level. For example, morphogenesis would be external at the cell level, but internal at the organism level. Behavior can be external at the individual level, but internal at the social level.
An orthogonal direction that characterizes a self-organizing system concerns the nature of the interactions among the system components that bring about the lifelike spatiotemporal patterns. In this respect, it is customary to distinguish between direct and indirect (e.g., stigmergic) forms of interaction. When elements, individuals, or agents interact directly, their coordination can be fast. However, they need to be synchronized in time and space, and this sometimes can be challenging. Additionally, mechanisms must be concurrently provided for interactions to be encoded into a communication act and then suitably decoded. Indirect, stigmergic interactions take place by means of traces left in the environment, usually as a result of a unit of work performed by some agent that is recognized by a fellow agent [187]. Initially used to describe the organization of work in social insects (e.g., nest construction in termites or pheromone communication in ants), the concept of indirect interactions has been expanded to include any external medium that can store information and thus allow for coordination without the need of synchronous, direct communication. Indeed, the persistence of indirect interactions within the environment facilitates asynchronous coordination and the stratification of information, which can lead to complex patterns that extend in space and time. Note that internal self-organization is usually direct. This is because the environment in most cases is considered external to agents.
Examples of different types of self-organization belonging to different domains are given in Table 1.
Level: | Internal | External | |
Interactions: | Direct | Indirect | |
Soft | Pattern formation, cellular automata, artificial neural networks | Boids [161], swarm chemistry [168] | Ant colony optimization [40] |
Hard | Self-modeling robots [22], swarm-bots [42] | Alice [61], Jasmine [104], Kilobots [162] | TERMES [208] |
Wet | Protocells [155], active droplets [31] | Xenobots [113], Predator protocells [154] | Slime mold machines [1], collective behavior of droplets [31] |
Level: | Internal | External | |
Interactions: | Direct | Indirect | |
Soft | Pattern formation, cellular automata, artificial neural networks | Boids [161], swarm chemistry [168] | Ant colony optimization [40] |
Hard | Self-modeling robots [22], swarm-bots [42] | Alice [61], Jasmine [104], Kilobots [162] | TERMES [208] |
Wet | Protocells [155], active droplets [31] | Xenobots [113], Predator protocells [154] | Slime mold machines [1], collective behavior of droplets [31] |
5 Perspectives
As mentioned above, we can understand a self-organizing system as one in which organization increases in time, without an external agency imposing this change. However, it can be shown that, depending on how the variables of a system are chosen, the same system can be said to be either organizing or disorganizing [72]. Moreover, in several examples of self-organization, it is not straightforward to identify the self of the system, as oftentimes all elements composing the system can be ascribed equal agency. Finally, in cybernetics and systems theory, the dependence of the boundaries of a system on the observer has been thoroughly discussed [70]: One wants to have an objective description of phenomena, but descriptions are necessarily made by observers, making them partially subjective.
It becomes clear, then, that discussing self-organization requires the identification of what is self and what is other, and what are the elements that are increasing in their organization. Similar issues have been tackled in [131] in the definition of living systems as autopoietic systems. According to this tradition, a living system is inherently self-organizing because the self is continuously produced or renewed by processes brought forth by the system's internal components. In other words, an autopoietic system can be recognized as a unity with boundaries that encompass a number of simpler elementary components that are at the basis of the organization of the system, as they are responsible for the definition of the system boundaries and for the (re)production of the very same components [195]. This is a peculiar characteristic of living systems. If life is deeply rooted in self-organization, so can be ALife, and the several acceptations of ALife discussed above demonstrate the richness of the links it holds with self-organization. Nevertheless, the tradition of autopoiesis did not originally consider evolution (history), an essential aspect of biology.
Whether evolution itself is an example of self-organization warrants discussion, too. Evolution is often depicted as synonymous with adaptation, a convergent process toward optimal types that are driven by external mechanisms (selection criteria or fitness landscapes). This has often been discussed as opposed or complementary to self-organization, most notably by [77] and [101]. Meanwhile, there is also an effort toward re-describing biological evolution as a kind of self-organization [207], as all the mechanisms of evolution, such as variation, reproduction, and selection, are ultimately grounded upon local, uncontrolled physical/chemical processes. Also, if one uses a very large spatial/temporal-scale perspective to observe evolution, it can be regarded as a self-organizing process of the population of evolving organisms in that they may spontaneously generate more diverse species, more complex interspecific interactions, and even higher-order evolving entities, as diverse scales of space, time, and complexity are relevant [124].
Looking at the perspectives of ALife, it can be useful to think of self-organization as a common language that unifies the soft, hard, and wet domains. The term is broadly used across many areas, pointing to the existence of common features that can tie together otherwise disparate studies. By recognizing and exploiting these commonalities, a better understanding of self-organization should help the advancement of ALife. The ALife community can progress owing to shared concepts and definitions, and despite the mentioned difficulties, self-organization stands as a common ground on which to build consensus. Most importantly, we believe that the identification and classifications of the mechanisms that underpin self-organization can be extremely useful to synthesize novel forms of ALife and gain a better understanding of life itself.
These mechanisms should be identified at the level of the system components and characterized by the effects they have on the system organization. Mechanisms pertain to the modalities of interaction among system components (e.g., collisions, perceptions, direct communication, stigmergy), to behavioral patterns pertaining to individual components (e.g., exploration versus exploitation), and to information enhancement or suppression (e.g., recruitment or inhibitory processes). The effects of the mechanisms should be visible in the creation of feedback loops—positive or negative—at the system level, which determine the complex dynamics underlying self-organization. We believe that, by identifying and characterizing the mechanisms that support self-organization, the synthesis of artefacts with lifelike properties would be much simplified. In this perspective, mechanisms underlying self-organization could potentially be thought of as design patterns to generate ALife systems [11, 52, 160]. By exploiting and composing them, different forms of ALife could be designed with a principled approach, owing to the understanding of the relationship between mechanisms and system organization.
The possibility of exploiting self-organization for design purposes is especially relevant to the development of living technologies, that is, technologies presenting features of living systems [21], such as robustness, adaptability, and self-organization, which can include self-reconfiguration, self-healing, self-management, self-assembly, and so on, often named together as “self-*” in the context of autonomic computing [149].
Self-organization has been used directly in living technologies within a variety of domains [20], from protocells [155] to cities [67]. Recent work programming [1] or designing multicellular organisms [99, 112] also falls within this category. Also, several methodologies that use self-organization have been proposed in engineering [54]. A major leap forward can be expected when principled design methodologies are laid down, and a better understanding of self-organization for ALife can be at the forefront of the development of such methods.
It is also worth considering when self-organization is not useful in the context of ALife. Tracing a clear line across the domain is of course impossible, but our reasoning above provides some suggestions. Indeed, self-organization does not account for every lifelike process, for instance when there is no clear increase in organization. For instance, hard ALife has strongly developed the concept of embodied cognition and morphological computation [143, 144], where the dynamics of mind-body-environment interaction are fundamental aspects. These dynamics, albeit very complex, are not easily described within the framework of self-organization. Self-organization is useful when we are interested in observing phenomena at more than one scale, as it allows us to describe how elements interact to produce systemic properties. Still, if we are only interested in observing phenomena at a single scale, then perhaps self-organization would not offer any descriptive advantage. Examples include embodied cognition (when we are focusing on a single cognitive agent and its interaction with its environment) and most of the traditional types of evolutionary algorithms (when there are no interactions between individuals of a population).
Depending on the desired function of a system and the properties of its environment, several balances have to be considered, for example, between order and chaos, between robustness and adaptability, between production and destruction, and between exploration and exploitation. Self-organization can be useful for letting systems find by themselves the appropriate balances for their current context, as the optimal balance can change [71].
6 Open Questions
There are several open questions that make for promising lines of research in the near future within ALife:
- 1.
How can self-organization be programmed? Self-organization relies on interactions (direct or indirect). Thus, it makes sense to focus on designing interactions to regulate and guide self-organization. Mediators [89, 132] can promote or constrain individual behaviors, precisely to achieve the proper interactions that will lead to the desired self-organization [64]. Information-theoretical approaches can also be used to program self-organization [111, 151]. Still, proposed approaches have been either too general or too specific. This makes it difficult to replicate successful self-organizing solutions beyond the original problems and remains an open challenge.
- 2.
Can the macroscopic outcomes of self-organization be predicted? Interactions in complex systems generate novel information that is not present in initial or boundary conditions, limiting predictability. This is referred to as “computational irreducibility” [66, 212]: There is no shortcut to the future; a system has to go through all intermediate steps. Thus, a priori claims are limited, and we often work with a posteriori approaches. In some cases, coarse-grained descriptions can be found to predict self-organization and other properties (e.g., [95]). Still, this has not been generalized. In the ALife community, we rely on the synthetic method [182]: We build artificial systems to contrast theories, but of course this is a posteriori. Even when prediction is limited by the complex nature of phenomena studied within ALife, forecasting could be useful. Just as with the weather, precise prediction is not possible (e.g., when, where, and how much will it rain?), but within a certain range, forecasts can be made with a high probability (e.g., 80% chance of rain).
- 3.
What is the role of self-organization in the open problems of ALife? [19] listed fourteen challenges grouped in three broad subjects: the transition to life; the evolutionary potential of life; and the relation between life, mind, and culture. It can be argued that self-organization is present in all of these, and thus relevant. Certainly, solving problems related to self-organization will not solve all ALife problems, but it can provide useful advances. For example, research related to open-ended evolution [186] goes beyond self-organization. Still, better understanding self-organizing mechanisms could assist in the development and characterization of systems that exhibit open-ended evolution.
- 4.
What are the theoretical and practical limits of self-organization? Even when it has demonstrated its usefulness, self-organization is no panacea. Self-organization is most appropriate when there is multiscale causality and high complexity [69], but centralized or distributed approaches can be more appropriate for other contexts (when there is only bottom-up or top-down causality, or when complexity is low or medium). Still, further work is needed to be able to identify qualitative and quantitative limits of self-organization.
- 5.
How can understanding of self-organization in ALife benefit other disciplines? These include biology, medicine, engineering, philosophy, sociology, economics, and more. Independent of whether ALife is credited or not, the question is whether ALife research will be able to contribute to the solution of problems that otherwise would not be solvable. There are promising examples and successful case studies (e.g., [30, 109]), but broader adoption and dissemination are required to make a difference.
These and more questions highlight the strong role that self-organization has within ALife. Searching for their answers will be challenging, but the insights provided will permeate beyond ALife.
Acknowledgments
This article benefited from comments by Luis Rocha and reviewers from the ALIFE 2018 conference on an earlier version of this work [73].
Note
Note that earlier literature on self-reproducing cellular automata [34, 201] is not included here, because those models typically had a clear separation between a central universal controller and a structure that is procedurally constructed by the controller; thus they may not constitute a good example of self-organization as discussed in this article.