Old Tricks, New Dogs: Ethology and Interactive Creatures
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Flocks and Crowds
Flocks and Crowds Flocks and crowds are other essential concepts we'll be exploring in this book. amount of realism to your simulation in just a few lines of code. Crowds can be a bit more complex, but we'll be exploring some of the powerful tools that come bundled with Unity to get the job done. In this chapter, we'll cover the following topics: Learning the history of flocks and herds Understanding the concepts behind flocks Flocking using the Unity concepts Flocking using the traditional algorithm Using realistic crowds the technology being the swarm of bats in Batman Returns in 1992, for which he won an and accurate, the algorithm is also very simple to understand and implement. [ 115 ] Understanding the concepts behind As with them to the real-life behaviors they model. As simple as it sounds, these concepts birds exhibit in nature, where a group of birds follow one another toward a common on the group. We've explored how singular agents can move and make decisions large groups of agents moving in unison while modeling unique movement in each Island. This demo came with Unity in Version 2.0, but has been removed since Unity 3.0. For our project. the way, you'll notice some differences and similarities, but there are three basic the algorithm's introduction in the 80s: Separation: This means to maintain a distance with other neighbors in the flock to avoid collision. The following diagram illustrates this concept: Here, the middle boid is shown moving in a direction away from the rest of the boids, without changing its heading [ 116 ] Alignment: This means to move in the same direction as the flock, and with the same velocity. -
Swarm Intelligence
Swarm Intelligence Leen-Kiat Soh Computer Science & Engineering University of Nebraska Lincoln, NE 68588-0115 [email protected] http://www.cse.unl.edu/agents Introduction • Swarm intelligence was originally used in the context of cellular robotic systems to describe the self-organization of simple mechanical agents through nearest-neighbor interaction • It was later extended to include “any attempt to design algorithms or distributed problem-solving devices inspired by the collective behavior of social insect colonies and other animal societies” • This includes the behaviors of certain ants, honeybees, wasps, cockroaches, beetles, caterpillars, and termites Introduction 2 • Many aspects of the collective activities of social insects, such as ants, are self-organizing • Complex group behavior emerges from the interactions of individuals who exhibit simple behaviors by themselves: finding food and building a nest • Self-organization come about from interactions based entirely on local information • Local decisions, global coherence • Emergent behaviors, self-organization Videos • https://www.youtube.com/watch?v=dDsmbwOrHJs • https://www.youtube.com/watch?v=QbUPfMXXQIY • https://www.youtube.com/watch?v=M028vafB0l8 Why Not Centralized Approach? • Requires that each agent interacts with every other agent • Do not possess (environmental) obstacle avoidance capabilities • Lead to irregular fragmentation and/or collapse • Unbounded (externally predetermined) forces are used for collision avoidance • Do not possess distributed tracking (or migration) -
Φ-Features in Animal Cognition
φ-Features in Animal Cognition Chris Golston This paper argues that the core φ-features behind grammatical person, number, and gender are widely used in animal cognition and are in no way limited to humans or to communication. Based on this, it is hypothesized (i) that the semantics behind φ-features were fixed long before primates evolved, (ii) that most go back as far as far as vertebrates, and (iii) that some are shared with insects and plants. Keywords: animal cognition; gender; number; person 1. Introduction Bickerton claims that language is ill understood as a communication system: [F]or most of us, language seems primarily, or even exclusively, to be a means of communication. But it is not even primarily a means of communication. Rather, it is a system of representation, a means for sorting and manipulating the plethora of information that deluges us throughout our waking life. (Bickerton 1990: 5) As Berwick & Chomsky (2016: 102) put it recently “language is fundamentally a system of thought”. Since much of our system of representation seems to be shared with other animals, it has been argued that we should “search for the ancestry of language not in prior systems of animal communication, but in prior representational systems” (Bickerton 1990: 23). In support of this, I provide evidence that all the major φ-features are shared with primates, most with vertebrates, and some with plants; and that there are no φ-features whose semantics are unique to humans. Specifically human categories, including all things that vary across human cultures, seem to I’d like to thank Steve Adisasmito-Smith, Charles Ettner, Sean Fulop, Steven Moran, Nadine Müller, three anonymous reviewers for EvoLang, two anonymous reviewers for Biolinguistics and Kleanthes Grohmann for help in identifying weakness in earlier drafts, as well as audiences at California State University Fresno, Marburg Universität, and Universitetet i Tromsø for helpful discussion. -
Counter-Misdirection in Behavior-Based Multi-Robot Teams *
Counter-Misdirection in Behavior-based Multi-robot Teams * Shengkang Chen, Graduate Student Member, IEEE and Ronald C. Arkin, Fellow, IEEE Abstract—When teams of mobile robots are tasked with misdirection approach using a novel type of behavior-based different goals in a competitive environment, misdirection and robot agents: counter-misdirection agents (CMAs). counter-misdirection can provide significant advantages. Researchers have studied different misdirection methods but the II. BACKGROUND number of approaches on counter-misdirection for multi-robot A. Robot Deception systems is still limited. In this work, a novel counter-misdirection approach for behavior-based multi-robot teams is developed by Robotic deception can be interpreted as robots using deploying a new type of agent: counter misdirection agents motions and communication to convey false information or (CMAs). These agents can detect the misdirection process and conceal true information [4],[5]. Deceptive behaviors can have “push back” the misdirected agents collaboratively to stop the a wide range of applications from military [6] to sports [7]. misdirection process. This approach has been implemented not only in simulation for various conditions, but also on a physical Researchers have studied robotic deception previously [4] robotic testbed to study its effectiveness. It shows that this through computational approaches [8] in a wide range of areas approach can stop the misdirection process effectively with a from human–robot interaction (HRI) [9]–[11] to ethical issues sufficient number of CMAs. This novel counter-misdirection [4]. Shim and Arkin [5] proposed a taxonomy of robot approach can potentially be applied to different competitive deception with three basic dimensions: interaction object, scenarios such as military and sports applications. -
Boids Algorithm in Economics and Finance a Lesson from Computational Biology
University of Amsterdam Faculty of Economics and Business Master's thesis Boids Algorithm in Economics and Finance A Lesson from Computational Biology Author: Pavel Dvoˇr´ak Supervisor: Cars Hommes Second reader: Isabelle Salle Academic Year: 2013/2014 Declaration of Authorship The author hereby declares that he compiled this thesis independently, using only the listed resources and literature. The author also declares that he has not used this thesis to acquire another academic degree. The author grants permission to University of Amsterdam to reproduce and to distribute copies of this thesis document in whole or in part. Amsterdam, July 18, 2014 Signature Bibliographic entry Dvorˇak´ , P. (2014): \Boids Algorithm in Economics and Finance: A Les- son from Computational Biology." (Unpublished master's thesis). Uni- versity of Amsterdam. Supervisor: Cars Hommes. Abstract The main objective of this thesis is to introduce an ABM that would contribute to the existing ABM literature on modelling expectations and decision making of economic agents. We propose three different models that are based on the boids model, which was originally designed in biology to model flocking be- haviour of birds. We measure the performance of our models by their ability to replicate selected stylized facts of the financial markets, especially those of the stock returns: no autocorrelation, fat tails and negative skewness, non- Gaussian distribution, volatility clustering, and long-range dependence of the returns. We conclude that our boids-derived models can replicate most of the listed stylized facts but, in some cases, are more complicated than other peer ABMs. Nevertheless, the flexibility and spatial dimension of the boids model can be advantageous in economic modelling in other fields, namely in ecological or urban economics. -
Magnetic and Celestial Orientation of Migrating European Glass Eels
Magnetic and Celestial Orientation of Migrating European Glass Eels (Anguilla anguilla) Cresci, Alessandro https://scholarship.miami.edu/view/delivery/01UOML_INST/12356199980002976 Cresci, A. (2020). Magnetic and Celestial Orientation of Migrating European Glass Eels (Anguilla anguilla) (University of Miami). Retrieved from https://scholarship.miami.edu/discovery/fulldisplay/alma991031453189802976/01U OML_INST:ResearchRepository Open 2020/05/11 19:16:33 UNIVERSITY OF MIAMI MAGNETIC AND CELESTIAL ORIENTATION OF MIGRATING EUROPEAN GLASS EELS (ANGUILLA ANGUILLA) By Alessandro Cresci A DISSERTATION Submitted to the Faculty of the University of Miami in partial fulfillment of the requirements for the degree of Doctor of Philosophy Coral Gables, Florida May 2020 ©2020 Alessandro Cresci All Rights Reserved UNIVERSITY OF MIAMI A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy MAGNETIC AND CELESTIAL ORIENTATION OF MIGRATING EUROPEAN GLASS EELS (ANGUILLA ANGUILLA) Alessandro Cresci Approved: ________________ _________________ Josefina Olascoaga, Ph.D. Joseph E. Serafy, Ph.D. Professor of Physical Oceanography Research Professor Ocean Sciences Marine Biology and Ecology ________________ _________________ William E. Johns, Ph.D. Evan K. D’Alessandro, Ph.D. Professor of Physical Oceanography Lecturer and Director, M.P.S Ocean Sciences Marine Biology and Ecology ________________ ________________ Howard I. Browman, Ph.D. Caroline M.F. Durif, Ph.D. Principal Research Scientist Principal Research Scientist Institute of Marine Research Institute of Marine Research ________________ Guillermo Prado, Ph.D. Dean of the Graduate School CRESCI, ALESSANDRO (Ph.D., Ocean Sciences) Magnetic and Celestial Orientation of Migrating (May 2020) European Glass Eels (Anguilla anguilla) Abstract of a dissertation at the University of Miami. Dissertation supervised by Professor Josefina Olascoaga. -
Animating Predator and Prey Fish Interactions
Georgia State University ScholarWorks @ Georgia State University Computer Science Dissertations Department of Computer Science 5-6-2019 Animating Predator and Prey Fish Interactions Sahithi Podila Follow this and additional works at: https://scholarworks.gsu.edu/cs_diss Recommended Citation Podila, Sahithi, "Animating Predator and Prey Fish Interactions." Dissertation, Georgia State University, 2019. https://scholarworks.gsu.edu/cs_diss/149 This Dissertation is brought to you for free and open access by the Department of Computer Science at ScholarWorks @ Georgia State University. It has been accepted for inclusion in Computer Science Dissertations by an authorized administrator of ScholarWorks @ Georgia State University. For more information, please contact [email protected]. ANIMATING PREDATOR AND PREY FISH INTERACTIONS by SAHITHI PODILA Under the Direction of Ying Zhu, PhD ABSTRACT Schooling behavior is one of the most salient social and group activities among fish. They form schools for social reasons like foraging, mating and escaping from predators. Animating a school of fish is difficult because they are large in number, often swim in distinctive patterns that is they take the shape of long thin lines, squares, ovals or amoeboid and exhibit complex coordinated patterns especially when they are attacked by a predator. Previous work in computer graphics has not provided satisfactory models to simulate the many distinctive interactions between a school of prey fish and their predator, how does a predator pick its target? and how does a school of fish react to such attacks? This dissertation presents a method to simulate interactions between prey fish and predator fish in the 3D world based on the biological research findings. -
Flocks, Herds, and Schools: a Distributed Behavioral Model 1
Published in Computer Graphics, 21(4), July 1987, pp. 25-34. (ACM SIGGRAPH '87 Conference Proceedings, Anaheim, California, July 1987.) Flocks, Herds, and Schools: A Distributed Behavioral Model 1 Craig W. Reynolds Symbolics Graphics Division [obsolete addresses removed 2] Abstract The aggregate motion of a flock of birds, a herd of land animals, or a school of fish is a beautiful and familiar part of the natural world. But this type of complex motion is rarely seen in computer animation. This paper explores an approach based on simulation as an alternative to scripting the paths of each bird individually. The simulated flock is an elaboration of a particle system, with the simulated birds being the particles. The aggregate motion of the simulated flock is created by a distributed behavioral model much like that at work in a natural flock; the birds choose their own course. Each simulated bird is implemented as an independent actor that navigates according to its local perception of the dynamic environment, the laws of simulated physics that rule its motion, and a set of behaviors programmed into it by the "animator." The aggregate motion of the simulated flock is the result of the dense interaction of the relatively simple behaviors of the individual simulated birds. Categories and Subject Descriptors: 1.2.10 [Artificial Intelligence]: Vision and Scene Understanding; 1.3.5 [Computer Graphics]: Computational Geometry and Object Modeling; 1.3.7 [Computer Graphics]: Three Dimensional Graphics and Realism-Animation: 1.6.3 [Simulation and Modeling]: Applications. General Terms: Algorithms, design.b Additional Key Words, and Phrases: flock, herd, school, bird, fish, aggregate motion, particle system, actor, flight, behavioral animation, constraints, path planning. -
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. -
The Emergence of Animal Social Complexity
The Emergence of Animal Social Complexity: theoretical and biobehavioral evidence Bradly Alicea Orthogonal Research (http://orthogonal-research.tumblr.com) Keywords: Social Complexity, Sociogenomics, Neuroendocrinology, Metastability AbstractAbstract ThisThis paper paper will will introduce introduce a a theorytheory ofof emergentemergent animalanimal socialsocial complexitycomplexity usingusing variousvarious results results from from computational computational models models andand empiricalempirical resultsresults.. TheseThese resultsresults willwill bebe organizedorganized into into a avertical vertical model model of of socialsocial complexity.complexity. ThisThis willwill supportsupport thethe perspperspectiveective thatthat social social complexity complexity is isin in essence essence an an emergent emergent phenomenon phenomenon while while helping helping to answerto answer of analysistwo interrelated larger than questions. the individual The first organism.of these involves The second how behavior involves is placingintegrated aggregate at units socialof analysis events larger into thethan context the individual of processes organism. occurring The secondwithin involvesindividual placing organi aggregatesms over timesocial (e.g. events genomic into the and context physiological of processes processes) occurring. withinBy using individual a complex organisms systems over perspective,time (e.g. fivegenomic principles and physiologicalof social complexity processes). can Bybe identified.using a complexThese principles systems -
Background on Swarms the Problem the Algorithm Tested On: Boids
Anomaly Detection in Swarm Robotics: What if a member is hacked? Dan Cronce, Dr. Andrew Williams, Dr. Debbie Perouli Background on Swarms The Problem Finding Absolute Positions of Others ● Swarm - a collection of homogeneous individuals who The messages broadcasted from each swarm member contain In swarm intelligence, each member locally contributes to the locally interact global behavior. If a member were to be maliciously positions from its odometry. However, we cannot trust the controlled, its behavior could be used to control a portion of member we’re monitoring, so we must have a another way of ● Swarm Intelligence - the collective behavior exhibited by the global behavior. This research attempts to determine how finding the position of the suspect. Our method is to find the a swarm one member can determine anomalous behavior in another. distance from three points using the signal strength of its WiFi However, a problem arises: and then using trilateration to determine its current position. Swarm intelligence algorithms enjoy many benefits such as If all we’re detecting is anomalous behavior, how do we tell the scalability and fault tolerance. However, in order to achieve difference between a fault and being hacked? these benefits, the algorithm should follow four rules: Experimental Setting From an outside perspective, we can’t tell if there’s a problem Currently, we have a large, empty space for the robots to roam. with the sensors, the motor, or whether the device is being ● Local interactions only - there cannot be a global store of We plan to set up devices to act as wifi trilateration servers, information or a central server to command the swarm manipulated. -
Collective Behavior As a Driver of Critical Transitions in Migratory Populations Andrew Berdahl1,2*†, Anieke Van Leeuwen2†, Simon A
Berdahl et al. Movement Ecology (2016) 4:18 DOI 10.1186/s40462-016-0083-8 RESEARCH Open Access Collective behavior as a driver of critical transitions in migratory populations Andrew Berdahl1,2*†, Anieke van Leeuwen2†, Simon A. Levin2 and Colin J. Torney2,3 Abstract Background: Mass migrations are among the most striking examples of animal movement in the natural world. Such migrations are major drivers of ecosystem processes and strongly influence the survival and fecundity of individuals. For migratory animals, a formidable challenge is to find their way over long distances and through complex, dynamic environments. However, recent theoretical and empirical work suggests that by traveling in groups, individuals are able to overcome these challenges and increase their ability to navigate. Here we use models to explore the implications of collective navigation on migratory, and population, dynamics, for both breeding migrations (to-and-fro migrations between distinct, fixed, end-points) and feeding migrations (loop migrations that track favorable conditions). Results: We show that while collective navigation does improve a population’s ability to migrate accurately, it can lead to Allee effects, causing the sudden collapse of populations if numbers fall below a critical threshold. In some scenarios, hysteresis prevents the migration from recovering even after the cause of the collapse has been removed. In collectively navigating populations that are locally adapted to specific breeding sites, a slight increase in mortality can cause a collapse of genetic population structure, rather than population size, making it more difficult to detect and prevent. Conclusions: Despite the large interest in collective behavior and its ubiquity in many migratory species, there is a notable lack of studies considering the implications of social navigation on the ecological dynamics of migratory species.