Immune-Inspired Self-Healing Swarm Robotic Systems Amelia

Total Page:16

File Type:pdf, Size:1020Kb

Immune-Inspired Self-Healing Swarm Robotic Systems Amelia Immune-Inspired Self-Healing Swarm Robotic Systems Amelia Ritahani Ismail Submitted for the degree of Doctor of Philosophy University of York Department of Computer Science September 2011 Abstract The field of artificial immune system (AIS) is an example of biologically inspired comput- ing that takes its inspiration from various aspects of immunology. Techniques from AIS have been applied in solving many different problems such as classification, optimisation and anomaly detection. However, despite the apparent success of the AIS approach, the unique advantages of AIS over and above other computational intelligence approaches are not clear. In order to address this, AIS practitioners need to carefully consider the application area and design methodologies that they adopt. It has been argued that of increasing importance is the development of a greater understanding of the underlying immunological system that acts as inspiration, as well as the understanding of the prob- lem that need to be solved before proposing the immune-inspired solution to solve the desired problem. This thesis therefore aims to pursue a more principled approach for the development of an AIS, considering the application areas that are suitable based on the underlying biological system under study, as well as the engineering problems that needs to be solved. This directs us to recognise a methodology for developing AIS that integrates several explicit modelling phases to extract the key features of the biological system. An analysis of the immunological literature acknowledges our immune inspira- tion: granuloma formation, which represents a chronic inflammatory reaction initiated by various infectious and non-infectious agents. Our first step in developing an AIS sup- ported by these properties is to construct an Unified Modelling Language (UML) model agent-based simulation to understand the underlying properties of granuloma formation. Based on the model and simulation, we then investigate the development of granuloma formation, based on the interactions of different signalling mechanisms and the recruit- ment of different cells in the system. Using the insight gained from these investigation, we construct a design principles to be incorporated into AIS algorithm development. The design principles are then instantiated for a self-healing algorithm for swarm robotic sys- tems, specifically in the case of swarm beacon taxis when there exist failure of robots’ energy in the systems. The self-healing algorithm, which is inspired by the granuloma formation of immune systems is then tested in swarm robotics simulation. To conclude, we analyse the process we have pursued to develop our AIS and evaluate the advantages and the disadvantages of the approach that we have taken, showing how a more principled approach with careful consideration the application area can be applied to the design of biologically-inspired algorithms. 1 Contents 1 Introduction 21 1.1 Motivation . 21 1.1.1 Biologically-Inspired Computation . 22 1.1.2 Artificial Immune Systems . 24 1.2 Swarm Robotics . 24 1.3 Outline of Thesis . 26 1.3.1 Research Goal and Contributions . 26 1.3.2 Thesis Structure . 27 1.3.3 Publications . 29 2 Swarm Robotics 31 2.1 Swarm Intelligence . 32 2.2 Swarm Robotics and Its Applications . 35 2.2.1 Challenges and Issues . 40 2.3 Swarm Taxis Algorithms . 41 2.3.1 α-algorithm . 44 2.3.2 β-algorithm . 47 2.3.3 !-algorithm . 49 2.4 Swarm Intelligence Approaches to Swarm Robotics . 50 2.5 Conclusions . 52 3 Artificial Immune Systems 55 3.1 Artificial Immune Systems and Its Algorithms . 56 3.1.1 Swarm-like Immune-inspired Algorithms . 57 2 3.1.2 Non-swarm Immune-Inspired Algorithms . 58 3.2 Immune Algorithms in Swarm Robotics . 59 3.3 Approaches in Developing Immune-inspired Swarm Robotic Systems . 62 3.4 Modelling and Simulation of the Immune Systems . 65 3.4.1 Diagrammatic and Software Engineering Approaches . 69 3.4.2 Agent-based Simulation for Biological System . 74 3.4.3 Engineering-Informed Modelling Approach . 76 3.5 Granuloma Formation as an Inspirations for Swarm Robotic Systems . 77 3.5.1 Biological Background of Granuloma Formation . 78 3.5.2 Cells and Development of Granuloma Formation . 79 3.5.3 Mapping from Granuloma Formation to Swarm of Robots . 82 3.6 Conclusions . 85 4 A Model and Simulation of Granuloma Formation 87 4.1 Research Context . 88 4.2 Domain Model . 89 4.2.1 Modelling the Expected Behaviours . 93 4.2.2 Modelling Low-level Dynamics of Cells . 93 4.3 Platform Model . 101 4.3.1 The Environment . 102 4.3.2 The Chemokine Space . 102 4.3.3 Agents and Their Rules . 104 4.3.4 The Simulation . 105 4.4 Simulation Platform . 106 4.5 Results Model . 109 4.5.1 An Example Run . 110 4.5.2 Early and Later Stages of Infections . 111 4.5.3 Varying T-cells Arrival Time . 117 4.5.4 Intracellular Bacterial Growth Rate . 121 4.6 Validation . 121 4.7 Conclusion . 126 5 Granuloma Formation Algorithm 127 5.1 Design Principles for Distributed Decision Making . 128 5.1.1 Design Principle I . 129 5.1.2 Design Principle II . 129 5.1.3 Design Principle III . 130 5.1.4 Design Principle IV . 130 3 5.2 The Algorithm . 131 5.2.1 Mapping the Design Principles to the Algorithm . 132 5.3 Conclusions . 138 6 Experimental Methods and Results Analysis 140 6.1 Experimental Protocol . 140 6.1.1 Simulation Platform . 143 6.1.2 Performance Metrics . 144 6.1.3 Significance Test . 144 6.2 Experiment I: !-algorithm . 144 6.2.1 Description . 145 6.2.2 Results and Analysis . 145 6.3 Experiment II: Single Nearest Charger Algorithm . 149 6.3.1 Description . 149 6.3.2 Results and Analysis . 151 6.4 Experiment III: Shared Nearest Charger Algorithm . 156 6.4.1 Description . 157 6.4.2 Results and Analysis . 159 6.4.3 Experimental Findings . 166 6.5 Experiment V: Granuloma Formation Algorithm . 166 6.5.1 Description . 167 6.5.2 Results and Analysis . 167 6.6 Conclusions . 172 7 Reflections on the Development of Immune-inspired Solution for Swarm Robotic Systems 177 7.1 Summary of Work . 178 7.1.1 Understanding the Problem Domain in Swarm Robotic Systems . 178 7.1.2 Applying Conceptual Framework in Developing Immune-Inspired Solution for Swarm Robotic Systems . 180 7.2 Reflections on the Development of Immune-inspired Solution for Swarm Robotic Systems . 184 7.2.1 Reflections on the Conceptual Framework . 184 7.2.2 Reflections on Swarm Robotic Systems . 187 7.3 Conclusions and Future Work . 189 A Robustness Analysis 192 A.1 Description . 192 4 A.2 Results and Analysis . 193 A.3 Conclusion . 197 Glossary 200 5 List of Tables 2.1 Classification of the role of Swarm Intelligence and Artificial Immune Systems in Science and Engineering (Timmis et al., 2010a) . 34 3.1 Properties of swarm robotics and granuloma formation . 85 4.1 Cells and their functions in granuloma formation . 100 4.2 Parameter for the Netlogo simulator for the agent-based model of granu- loma formation. 108 4.3 Mapping from the domain model to Netlogo. 109 4.4 Initial parameter definitions of the simulation. 111 4.5 Parameter definitions of the simulation. 121 4.6 Agents in granuloma formation and swarm robots . 124 5.1 Mapping from granuloma formation signalling mechanism (in figure 4.10) to granuloma formation algorithm signalling and interactions (in figure 5.2).133 6.1 Robot fixed parameters for all simulations according to experiments con- ducted in Bjerknes (2009) with epuck robots. 142 6.2 Results for difference in time between the robot’s wheel and robot’s led when the robot stops moving . 142 6.3 Variable parameters for failing scenario in the environment . 142 6.4 P and A values for mean centroid distance on robots between M1 and M2 in 1100 simulation seconds. 154 6.5 P and A values for mean centroid distance on robots between M3 and M2 in 1100 simulation seconds. 161 6 6.6 P and A value for mean centroid distance on robots between M3 and M1 in 1100 simulation seconds. 163 6.7 P and A value for mean centroid distance on robots between M4 and M3 in 1000 simulation seconds. 171 6.8 P and A value for mean centroid distance on robots between M4 and M2 in 1000 simulation seconds. 171 7.1 Properties of swarm robotics and granuloma formation . 182 A.1 The magnitude of effect size indicated by A test score for different sim- ulation runs for single nearest charger algorithm with one, two, three, four and five failing robots. A test scores with less than 0.56 (small) are marked with ∗ which are seen in the case of one and two failing robots. 193 A.2 The magnitude of effect size indicated by A test score for different sim- ulation runs for shared nearest charger algorithm. A test score with less than 0.56 (small) is marked with ∗ which are seen in the case of one and two failing robots. 195 A.3 The magnitude of effect size indicated by A test score for different simu- lation runs for granuloma formation algorithm. A test score with less than 0.56 (small) are marked with ∗ ....................... 197 7 List of Figures 2.1 The setup of swarm beacon taxis. A swarm of robots (left) with limited sensors must move to a beacon (on the right). 43 2.2 The illuminated (light-coloured circle).
Recommended publications
  • Evolving Behaviour Trees for Supervisory Control of Robot Swarms
    Evolving Behaviour Trees for Supervisory Control of Robot Swarms Elliott Hogg1y, Sabine Hauert1, David Harvey, Arthur Richards1 1Bristol Robotics Laboratory, University of Bristol, UK. E-mail: [email protected], [email protected] Abstract: Supervisory control of swarms is essential to their deployment in real world scenarios to both monitor their operation and provide guidance. We explore mechanisms by which humans might provide supervisory control to swarms and improve their performance. Rather than have humans guess the correct form of supervisory control, we use artificial evolution to learn effective human-readable strategies to help human operators understanding and performance when con- trolling swarms. These strategies can be thoroughly tested and can provide knowledge to be used in the future in a variety of scenarios. Behaviour trees are applied to represent human readable decision strategies which are produced through evolution. We investigate a simulated set of scenarios where a swarm of robots have to explore varying environments and reach sets of objectives. Effective supervisory control strategies are evolved to explore each environment using different local swarm behaviours. The evolved behaviour trees are animated alongside swarm simulations to enable clear under- standing of the supervisory strategies. We conclude by identifying the strengths in accelerated testing and the benefits of this approach for scenario exploration and training of human operators. Keywords: Human Swarm Interaction; Swarm; Artificial Evolution; Supervisory Control; Behaviour Trees 1. INTRODUCTION • Parametric: Adjusting the characteristics of an emer- gent behaviour [6, 12]. Growing interest in the use of swarm systems has led • Environmental: The operator highlights points of inter- to new questions regarding effective design for real-world est within an environment [8, 26].
    [Show full text]
  • Dense Active Matter Model of Motion Patterns in Confluent Cell Monolayers Henkes, Silke; Kostanjevec, Kaja; Collinson, J
    University of Dundee Dense active matter model of motion patterns in confluent cell monolayers Henkes, Silke; Kostanjevec, Kaja; Collinson, J. Martin; Sknepnek, Rastko; Bertin, Eric Published in: Nature Communications DOI: 10.1038/s41467-020-15164-5 Publication date: 2020 Licence: CC BY Document Version Publisher's PDF, also known as Version of record Link to publication in Discovery Research Portal Citation for published version (APA): Henkes, S., Kostanjevec, K., Collinson, J. M., Sknepnek, R., & Bertin, E. (2020). Dense active matter model of motion patterns in confluent cell monolayers. Nature Communications, 11, [1405]. https://doi.org/10.1038/s41467-020-15164-5 General rights Copyright and moral rights for the publications made accessible in Discovery Research Portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from Discovery Research Portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain. • You may freely distribute the URL identifying the publication in the public portal. Take down policy If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. Download date: 29. Sep. 2021 ARTICLE https://doi.org/10.1038/s41467-020-15164-5 OPEN Dense active matter model of motion patterns in confluent cell monolayers ✉ ✉ ✉ Silke Henkes 1,2 , Kaja Kostanjevec3, J.
    [Show full text]
  • Plasticity of Cell Migration Resulting from Mechanochemical Coupling Yuansheng Cao†, Elisabeth Ghabache†, Wouter-Jan Rappel*
    RESEARCH ARTICLE Plasticity of cell migration resulting from mechanochemical coupling Yuansheng Cao†, Elisabeth Ghabache†, Wouter-Jan Rappel* Department of Physics, University of California, San Diego, La Jolla, United States Abstract Eukaryotic cells can migrate using different modes, ranging from amoeboid-like, during which actin filled protrusions come and go, to keratocyte-like, characterized by a stable morphology and persistent motion. How cells can switch between these modes is not well understood but waves of signaling events are thought to play an important role in these transitions. Here we present a simple two-component biochemical reaction-diffusion model based on relaxation oscillators and couple this to a model for the mechanics of cell deformations. Different migration modes, including amoeboid-like and keratocyte-like, naturally emerge through transitions determined by interactions between biochemical traveling waves, cell mechanics and morphology. The model predictions are explicitly verified by systematically reducing the protrusive force of the actin network in experiments using Dictyostelium discoideum cells. Our results indicate the importance of coupling signaling events to cell mechanics and morphology and may be applicable in a wide variety of cell motility systems. DOI: https://doi.org/10.7554/eLife.48478.001 Introduction Eukaryotic cell migration is a fundamental biological process that is essential in development and wound healing and plays a critical role in pathological diseases, including inflammation and
    [Show full text]
  • Mobility and Infectiousness in the Spatial Spread of an Emerging Fungal Pathogen
    Received: 7 May 2020 | Accepted: 11 January 2021 DOI: 10.1111/1365-2656.13439 RESEARCH ARTICLE Mobility and infectiousness in the spatial spread of an emerging fungal pathogen Kate E. Langwig1 | J. Paul White2 | Katy L. Parise3 | Heather M. Kaarakka2 | Jennifer A. Redell2 | John E. DePue4 | William H. Scullon5 | Jeffrey T. Foster3 | A. Marm Kilpatrick6 | Joseph R. Hoyt1 1Department of Biological Sciences, Virginia Polytechnic Institute, Blacksburg, VA, USA; 2Wisconsin Department of Natural Resources, Madison, WI, USA; 3Pathogen and Microbiome Institute, Northern Arizona University, Flagstaff, AZ, USA; 4Michigan Department of Natural Resources, Baraga, MI, USA; 5Michigan Department of Natural Resources, Norway, MI, USA and 6Department of Ecology and Evolutionary Biology, University of California, Santa Cruz, CA, USA Correspondence Kate E. Langwig Abstract Email: [email protected] 1. Emerging infectious diseases can have devastating effects on host communities, caus- Funding information ing population collapse and species extinctions. The timing of novel pathogen arrival National Science Foundation, Grant/Award into naïve species communities can have consequential effects that shape the trajec- Number: DEB- 1115895, DEB- 1336290 and DEB- 1911853; U.S. Fish and Wildlife tory of epidemics through populations. Pathogen introductions are often presumed Service, Grant/Award Number: F17AP00591 to occur when hosts are highly mobile. However, spread patterns can be influenced Handling Editor: Isabella Cattadori by a multitude of other factors including host body condition and infectiousness. 2. White- nose syndrome (WNS) is a seasonal emerging infectious disease of bats, which is caused by the fungal pathogen Pseudogymnoascus destructans. Within- site transmission of P. destructans primarily occurs over winter; however, the influence of bat mobility and infectiousness on the seasonal timing of pathogen spread to new populations is unknown.
    [Show full text]
  • Inter-Kingdom Signaling by the Legionella Quorum Sensing Molecule LAI-1 Modulates Cell Migration Through an IQGAP1-Cdc42-ARHGEF9-Dependent Pathway
    http://www.diva-portal.org This is the published version of a paper published in PLoS Pathogens. Citation for the original published paper (version of record): Simon, S., Schell, U., Heuer, N., Hager, D., Albers, M F. et al. (2015) Inter-kingdom Signaling by the Legionella Quorum Sensing Molecule LAI-1 Modulates Cell Migration through an IQGAP1-Cdc42-ARHGEF9-Dependent Pathway. PLoS Pathogens, 11(12): e1005307 http://dx.doi.org/10.1371/journal.ppat.1005307 Access to the published version may require subscription. N.B. When citing this work, cite the original published paper. Permanent link to this version: http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-114332 RESEARCH ARTICLE Inter-kingdom Signaling by the Legionella Quorum Sensing Molecule LAI-1 Modulates Cell Migration through an IQGAP1-Cdc42- ARHGEF9-Dependent Pathway Sylvia Simon1,2, Ursula Schell1, Natalie Heuer3, Dominik Hager4, Michael F. Albers5, Jan Matthias3, Felix Fahrnbauer4, Dirk Trauner4, Ludwig Eichinger3, Christian Hedberg5,6, Hubert Hilbi1,2* 1 Max von Pettenkofer Institute, Ludwig-Maximilians University, Munich, Germany, 2 Institute of Medical Microbiology, University of Zürich, Zürich, Switzerland, 3 Institute of Biochemistry I, University of Cologne, Cologne, Germany, 4 Department of Chemistry, Ludwig-Maximilians University, Munich, Germany, 5 Department of Chemistry and Umeå Center for Microbial Research, Umeå University, Umeå, Sweden, 6 Department of Chemical Biology, Max-Planck-Institute of Molecular Physiology, Dortmund, Germany * [email protected] OPEN ACCESS Citation: Simon S, Schell U, Heuer N, Hager D, Abstract Albers MF, Matthias J, et al. (2015) Inter-kingdom Signaling by the Legionella Quorum Sensing Small molecule signaling promotes the communication between bacteria as well as Molecule LAI-1 Modulates Cell Migration through an between bacteria and eukaryotes.
    [Show full text]
  • Information Systems Foundations: Constructing and Criticising
    Information Systems Foundations: Constructing and Criticising Information Systems Foundations: Constructing and Criticising Dennis N. Hart and Shirley D. Gregor (Editors) Workshop Chair Shirley D. Gregor ANU Program Chairs Dennis N. Hart ANU Shirley D. Gregor ANU Program Committee Bob Colomb University of Queensland Brian Corbitt Deakin University Colin Freeman ANU Chris Freyberg Massey University Sigi Goode ANU Peter Green University of Queensland Juhani Iivari University of Oulu Robert Johnston University of Melbourne Eija Koskivaara Turku University John Lamp Deakin University Ed Lewis Australian Defence Force Academy Nigel Martin ANU Mike Metcalfe University of South Australia Craig McDonald University of Canberra Simon Milton University of Melbourne Steven Pace Central Queensland University Michael Rosemann Queensland University of Technology Elizabeth Tansley Central Queensland University Tim Turner Australian Defence Force Academy Leoni Warne Defence Science and Technology Organisation Published by ANU E Press The Australian National University Canberra ACT 0200, Australia Email: [email protected] Web: http://epress.anu.edu.au Cataloguing-in-Publication information is available from the National Library of Australia ISBN 1 9209 4221 1 ISBN 1 9209 4220 3 (online) All rights reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying or otherwise, without the prior permission of the publisher. Cover design by Brendon McKinley with logo by Michael Gregor Authors’ photographs on back cover: ANU Photography Printed by Digital Print Australia, Adelaide Individual papers © 2005 with the author(s) This edition © 2005 ANU E Press Contents Information systems foundations ................................................................. ix I.
    [Show full text]
  • Biomimicry--A Review
    document title/ titre du document BIOMIMICRY – A REVIEW prepared by/préparé par Mark Ayre reference/réference issue/édition 2 revision/révision 03 date of issue/date 22 August 2004 d’édition status/état Document type/type de Work Package Report document Distribution/distribution Biomimicry – A Review Page 2 of 86 ABSTRACT A broad and brief introduction to biomimetics is presented. The review has two aims: to provide a general appreciation of the different areas of biomimicry, and to facilitate the construction of a ‘Biomimicry Technology Tree’. European Space Agency Agence Spatiale Européenne ESTEC Keplerlaan 1 - 2201 AZ Noordwijk - The Netherlands Tel. (31) 71 5656227 - Fax (31) 71 5656024 Biomimicry – A Review Page 3 of 86 Table of Contents ABSTRACT .............................................................................................................................. 2 1 INTRODUCTION............................................................................................................ 4 1.1 CENTRAL CONCEPTS IN BIOMIMETIC ENGINEERING.................................................... 4 1.2 AREAS OF BIOMIMETICS.............................................................................................. 7 2 STRUCTURES AND MATERIALS (6100) .................................................................. 8 2.1 STRUCTURES ............................................................................................................... 8 2.2 MATERIALS ..............................................................................................................
    [Show full text]
  • Expert Assessment of Stigmergy: a Report for the Department of National Defence
    Expert Assessment of Stigmergy: A Report for the Department of National Defence Contract No. W7714-040899/003/SV File No. 011 sv.W7714-040899 Client Reference No.: W7714-4-0899 Requisition No. W7714-040899 Contact Info. Tony White Associate Professor School of Computer Science Room 5302 Herzberg Building Carleton University 1125 Colonel By Drive Ottawa, Ontario K1S 5B6 (Office) 613-520-2600 x2208 (Cell) 613-612-2708 [email protected] http://www.scs.carleton.ca/~arpwhite Expert Assessment of Stigmergy Abstract This report describes the current state of research in the area known as Swarm Intelligence. Swarm Intelligence relies upon stigmergic principles in order to solve complex problems using only simple agents. Swarm Intelligence has been receiving increasing attention over the last 10 years as a result of the acknowledgement of the success of social insect systems in solving complex problems without the need for central control or global information. In swarm- based problem solving, a solution emerges as a result of the collective action of the members of the swarm, often using principles of communication known as stigmergy. The individual behaviours of swarm members do not indicate the nature of the emergent collective behaviour and the solution process is generally very robust to the loss of individual swarm members. This report describes the general principles for swarm-based problem solving, the way in which stigmergy is employed, and presents a number of high level algorithms that have proven utility in solving hard optimization and control problems. Useful tools for the modelling and investigation of swarm-based systems are then briefly described.
    [Show full text]
  • Possibilities at the Intersection of AI and Blockchain Technology
    International Journal of Innovative Technology and Exploring Engineering (IJITEE) ISSN: 2278-3075, Volume-9 Issue-1S, November 2019 Possibilities at the Intersection of AI and Blockchain Technology Smriti, Saru Dhir, Madhurima Hooda Block-chain as we know that is the distribution and decentralized storage of bulky data at various levels Abstract. Artificial intelligence and Blockchain are the without the involvement of intermediates. There are most trending technologies these days, where artificial intelligence offers intelligent decision-making capabilities huge possibilities by the convergence of AI and to machines which is similar to human beings and block-chain. In-fact they compliment each other in blockchain technology allows a decentralised pathway for every possible way. Like AI rely on centralized encrypted data sharing between ledgers in a secured model of training which makes it prone to data manner. Integration of both technologies forms a decentralised AI which enables the process of decision tampering which make authenticity of the source making on digitally encrypted platform for secure data unguaranteed thus integration of AI and block-chain sharing without involvement of any Third Party. This would provide decentralized AI which could enable paper gives a detail on the possibilities of intersection of machine to process and make decisions on trusted, AI and Blockchain. The paper also contains the issues and problems related to the respective integration. An digitally, signed and secured shared data in a Algorithm is proposed in two parts, based on one of the decentralized manner without involving given issues, which predicts the action plan of AI for intermediates thus we can say that block-chain destructing malware blocks in blockchain.
    [Show full text]
  • As a Generative Model of Collective Cell Migration Mechanisms Arnab Barua1,2,6, Josue M
    www.nature.com/scientificreports OPEN A least microenvironmental uncertainty principle (LEUP) as a generative model of collective cell migration mechanisms Arnab Barua1,2,6, Josue M. Nava‑Sedeño2,4,6, Michael Meyer‑Hermann1,3 & Haralampos Hatzikirou1,2,5* Collective migration is commonly observed in groups of migrating cells, in the form of swarms or aggregates. Mechanistic models have proven very useful in understanding collective cell migration. Such models, either explicitly consider the forces involved in the interaction and movement of individuals or phenomenologically defne rules which mimic the observed behavior of cells. However, mechanisms leading to collective migration are varied and specifc to the type of cells involved. Additionally, the precise and complete dynamics of many important chemomechanical factors infuencing cell movement, from signalling pathways to substrate sensing, are typically either too complex or largely unknown. The question is how to make quantitative/qualitative predictions of collective behavior without exact mechanistic knowledge. Here we propose the least microenvironmental uncertainty principle (LEUP) that may serve as a generative model of collective migration without precise incorporation of full mechanistic details. Using statistical physics tools, we show that the famous Vicsek model is a special case of LEUP. Finally, to test the biological applicability of our theory, we apply LEUP to construct a model of the collective behavior of spherical Serratia marcescens bacteria, where the underlying migration mechanisms remain elusive. Collective movement of dense populations is observed in several biological systems at diferent scales, from mas- sive migration of mammals 1 to cells during embryogenesis 2. In these systems, individuals which are able to propel themselves independently and interact with other nearby, start moving in a coordinated fashion once enough similar individuals are brought together.
    [Show full text]
  • Swarm Intelligence Among Humans the Case of Alcoholics
    Swarm Intelligence among Humans The Case of Alcoholics Andrew Schumann1 and Vadim Fris2 1Department of Cognitivistics, University of Information Technology and Management in Rzeszow, Sucharskiego 2, 35-225, Rzeszow, Poland 2Private Health Unitary Enterprise “Iscelenie”, Kazinca 120, 220000 Minsk, Belarus Keywords: Swarm Intelligence, Swarm Computing, Alcoholic, Illocutionary. Abstract: There are many forms of swarm behaviour, such as swarming of insects, flocking of birds, herding of quadrupeds, and schooling of fish. Sometimes people behave unconsciously and this behaviour of them has the same patterns as behaviour of swarms. For instance, pedestrians behave as herding or flocking, aircraft boarding passengers behave as ant colony, people in escape panic behave as flocking, etc. In this paper we propose a swarm model of people with an addictive behaviour. In particular, we consider small groups of alcohol-dependent people drinking together as swarms with a form of intelligence. In order to formalize this intelligence, we appeal to modal logics K and its modification K'. The logic K is used to formalize preference relation in the case of lateral inhibition in distributing people to drink jointly and the logic K' is used to formalize preference relation in the case of lateral activation in distributing people to drink jointly. 1 INTRODUCTION mammals, too, e.g. among naked mole-rats (Heterocephalus glaber sp.). In one colony they Usually, a social behaviour is understood as a have only one queen and one to three males to synonymous to a collective animal behaviour. It is reproduce, while other members of the colony are claimed that there are many forms of this behaviour just workers (Jarvis, 1981).
    [Show full text]
  • Science & Fiction-Febr, 2020 1 Off-Shore Fly Or Die
    Science & Fiction-Febr, 2020 Off-Shore Fly or Die Holograms for Desert Locust Swarms Dr. Ugur Sevilmis Eastern Mediterranean Agricultural Research Institute, Adana, Turkey [email protected] Abstract A random walk search was conducted on academic papers to find a method for ecological combat of desert locust. Relatedness of papers and concepts were mainly analysed with the core idea of “Fighting Rooster” vs “Desert Locust “ interspecies competition. It was interesting to find a better preator than fighting roosters for locust swarms in the sea. Usage of a technology is required in this theoric approach to modify collective behavior of desert locusts which looks like the achilles heel of swarms. Keywords: Invasion, migration, predation, interspecies competition, süper-organism, swarm intelligence, collective intelligence, multi-species communities Conclusions A locust swarm is a highly adaptive süper-organism using collective behavior and collective intelligence. Complex interactions exists within its interiror and environmental relations coming from genetic evolution of this species. It is hard to totally change its capacity of foraging on herbage due to its high adaptation capacity. The best method to prevent it is to keep them away from terestial ecosystems and keep them off-shore to spend their fats. Just one day will be adequate to destroy a whole swarm; when the night comes. During night time when all individual visual sensors are shut down, the süper-organsim will be fragmented. Under dark and no landing condition, they will spend their energy. Dead bodies of locusts will be the landing zone for the rest of the huge swarm. But predator fishes will be vey happy to hunt 40 and 80 million locusts per square kilometer (a total of around 50 to 100 billion locusts per swarm, representing 100,000 to 200,000 tons of flesh).
    [Show full text]