Swarm intelligence
From Wikipedia, the free encyclopedia
Swarm intelligence (SI) is an artificial intelligence technique based around the study of collective behavior in decentralized, self-organized systems. The expression "swarm intelligence" was introduced by Beni & Wang in 1989, in the context of cellular robotic systems.
SI systems are typically made up of a population of simple agents interacting locally with one another and with their environment. Although there is normally no centralized control structure dictating how individual agents should behave, local interactions between such agents often lead to the emergence of global behavior. Examples of systems like this can be found in nature, including ant colonies, bird flocking, animal herding, bacteria molding and fish schooling.
Application of swarm principles to large numbers of robots is called as swarm robotics.
Contents |
[edit] Example Algorithms
[edit] Ant colony optimization
Ant colony optimization or ACO is a metaheuristic optimization algorithm that can be used to find approximate solutions to difficult combinatorial optimization problems. In ACO artificial ants build solutions by moving on the problem graph and they, mimicking real ants, deposit artificial pheromone on the graph in such a way that future artificial ants can build better solutions. ACO has been successfully applied to an impressive number of optimization problems.
[edit] Particle swarm optimization
Particle swarm optimization or PSO is a global optimization algorithm for dealing with problems in which a best solution can be represented as a point or surface in an n-dimensional space. Hypotheses are plotted in this space and seeded with an initial velocity, as well as a communication channel between the particles. Particles then move through the solution space, and are evaluated according to some fitness criterion after each timestep. Over time, particles are accelerated towards those particles within their communication grouping which have better fitness values. The main advantage of such an approach over other global minimization strategies such as simulated annealing is that the large number of members that make up the particle swarm make the technique impressively resilient to the problem of local minima.
[edit] Stochastic diffusion search
Stochastic Diffusion Search or SDS is an agent based probabilistic global search and optimization technique best suited to problems where the objective function can be decomposed into multiple independent partial-functions. Each agent maintains a hypothesis which is iteratively tested by evaluating a randomly selected partial objective function parameterised by the agent's current hypothesis. In the standard version of SDS such partial function evaluations are binary resulting in each agent becoming active or inactive. Information on hypotheses is diffused across the population via inter-agent communication. Unlike the stigmergetic communication used in ACO, in SDS agents communicate hypotheses via a one-to-one communication strategy analogous to the tandem running procedure observed in some species of ant. A positive feedback mechanism ensures that, over time, a population of agents stabilise around the global-best solution. SDS is both an efficient and robust search and optimisation algorithm, which has been extensively mathematically described.
[edit] Applications
Swarm Intelligence-based techniques can be used in a number of applications. The U.S. military is investigating swarm techniques for controlling unmanned vehicles. NASA is investigating the use of swarm technology for planetary mapping. A 1992 paper by M. Anthony Lewis and George A. Bekey discusses the possibility of using swarm intelligence to control nanobots within the body for the purpose of killing cancer tumors. Artists are using swarm technology as a means of creating complex interactive environments. Disney's The Lion King was the first movie to make use of swarm technology (the stampede of the wildebeests scene). The movie "Lord of the Rings" has also made use of similar technology during battle scenes. Swarm technology is particularly attractive because it is cheap, robust, and simple.
[edit] References in popular culture
Swarm Intelligence-related concepts and references can be found throughout popular culture:
- The Invincible, by Stanislaw Lem A rescue mission to a distant planet encounters a mysterious and dangerous colony of evolved, insectlike machines.
- Prey, by Michael Crichton deals with the danger of intelligent nano-robots escaping from human control and becoming dangerous.
- Wyrm, a novel by Mark Fabi deals with a virus developing emergent intelligence on the Internet
- Jason X, a movie in the Friday the 13th series, had a swarm of nanobots repair Jason's damaged body.
- Hacker and the ants, a book by Rudy Rucker on AI ants within a virtual environment
- The Swarm, a novel by Frank Schaetzig about an ocean organism that has developed swarm intelligence and begins to eradicate humanity the same way humans are eradicating the oceans.
- Ygramul, the Many -- she is an intelligent being consisting of a swarm of many wasp-like insects, a character in the novel The Neverending Story written by Michael Ende. Ygramul is also mentioned in a scientific paper Flocks, Herds, and Schools written by Knut Hartmann (Computer Graphics and Interactive Systems * Otto-von-Guericke-University of Magdeburg).
[edit] Researchers
- See also List of swarm researchers.
- Ajith Abraham
- William Agassounon
- Carl Anderson
- Payman Arabshahi
- John M. Bishop
- [Christian Blum]
- Eric Bonabeau
- Anthony Brabazon
- Alfred M. Bruckstein
- Sven Brueckner
- Yuehui Chen
- [Maurice Clerc]
- Sanjoy Das
- [Gianni A. Di Caro]
- Marco Dorigo
- Russell C. Eberhart
- Houman Ehrami
- Andries Engelbrecht
- Luca Gambardella
- Paolo Gaudiano
- Crina Grosan
- Paul Kantor
- James Kennedy
- Arun Khosla
- Hongbo Liu
- Marco Mamei
- Alcherio Martinoli
- Rui Mendes
- Ronaldo Menezes
- Slawek Nasuto
- Julien Nembrini
- Michael O'Neill
- Konstantinos E. Parsopoulos
- Van Parunak
- Abbas Pirnia
- Vitorino Ramos
- Craig Reynolds
- Ken Rinaldo
- Yuhui Shi
- Shamoon Siddiqui
- Jagatpreet Singh
- Juan Solis
- Thomas Stützle
- Guy Theraulaz
- Robert Tolksdorf
- Michael N. Vrahatis
- Alan F.T. Winfield
- Franco Zambonelli
[edit] See also
- Collective intelligence
- Cellular automaton
- Emergence
- Evolutionary computation
- Differential evolution
- Ant Colony Optimization
[edit] References
- Swarm Intelligence: From Natural to Artificial Systems by Eric Bonabeau, Marco Dorigo and Guy Theraulaz. (1999) ISBN 0-19-513159-2
- Turtles, Termites, and Traffic Jams: Explorations in Massively Parallel Microworlds by Mitchel Resnick. ISBN 0-262-18162-2
- Swarm Intelligence by James Kennedy and Russell C. Eberhart. ISBN 1-55860-595-9
- The Behavioral Self-Organization of Nanorobots Using Local Rules. by Lewis, M. Anthony, and Bekey, George A. (1992) Proceedings of the 1992 IEEE/RSJ International Conference on Intelligent Robots and Systems.
- Fundamentals of Computational Swarm Intelligence by Andries Engelbrecht. Wiley & Sons. ISBN 0-470-09191-6
- Recent Approaches to Global Optimization Problems Through Particle Swarm Optimization", by Parsopoulos, K.E., Vrahatis, M.N., Natural Computing, 1 (2-3), pp. 235-306, 2002.
- Ant Colony Optimization by Marco Dorigo and Thomas Stützle, MIT Press, 2004. ISBN 0-262-04219-3
- Particle Swarm Optimization by Maurice Clerc, ISTE, ISBN 1-905209-04-5, 2006.
[edit] External links
- LEURRE - Artificial Life Control in Mixed Societies
- Swarm Intelligence Resources
- Swarm Intelligent Systems Group at EPFL in Lausanne, a very active group in the field of Swarm Intelligent Systems
- NetLogo, a free software for multi-agent modeling, simulation, and the like, which can be used to explore the concepts of swarm intelligence.
- SwarmWiki, a collaborative resource for agent-based modelling.
- WASP '03, a Workshop for Agent/Swarm Programming
- SiS, the IEEE Swarm Intelligence Symposium
- Swarm Intelligence and Patterns - Series of International Workshops
- Cool School, free software that demonstrates fish shoaling
- MC2 project - Machines of Collective Conscience
- Ant Colony Optimization
- Swarm-Bots Project
- PARTICLE SWARM CENTRAL
- Particle Swarm Optimization toolbox An open source pso toolbox written in MATLAB. (sourceforge home for the project)
- Audience Mass Interaction System using SI techniques
- VisualBots - Freeware multi-agent simulator in Microsoft Excel - Visual Basic syntax
- CILib - GPLed computational intelligence simulation and research environment written in Java, includes PSO and ACO implementations
- SWARM-BOTS project
- RoombaDevTools.com - Use Roomba as an inexpensive robot for multi-agent experiments
- Swarm Intelligence Journal - The future journal Swarm Intelligence edited by Springer-Verlag
[edit] Swarm simulation links
- Boids - a flocking simulation produced by Craig Reynolds
- Kafka 2 Red Ant - Emergent and highly adaptive patterns using Artificial Ant Colonies over Digital Image Habitats, produced by Vitorino Ramos
- Flocking Simulator - A flocking behavior simulator in Java. Run online or free download. Includes multiple flocks, predators, and food.
- Swarm - a generic swarm simulation package
- ArtsBot - the Artistic Swarm Robots project, and two related works: On the Implicit and on the Artificial as well his Swarm Paintings.
- Swarmtech - a mass audience interaction technology for real-time interaction (such as playing computer games, polling) with large groups
[edit] Tools for Studying Swarm Intelligence
- Swistrack - A Tracking Tool for Multi-Unit Biological and Artificial Systems