2005F


10.23.2005


ARTST 102 Algorithmic Visualization


Alexander Iņigo



Swarm Intelligence



Definition
  Swarm intelligence is an artificial intelligence algorithm based around the study of collective behaviour in decentralised, self-organised, systems. The expression "swarm intelligence" was introduced by Beni & Wang in 1989, in the context of cellular robotic systems.

Swarm intelligence systems, or SI, are usually made up of a population of simple "agents" interacting locally with one another and with their environment. Although there is normally no centralised control structure dictating how individual agents should behave, local interactions between such agents often lead to the emergence of global behaviour. In other words, the individual actions are controlled by individual computations based on surroundings and location between objects. Examples of systems like this can be found in nature, including ant colonies, bird flocking, animal herding, bacteria molding and fish schooling.

Two of the most successful swarm intelligence techniques currently in existence are Ant Colony Optimization (ACO) and Particle Swarm Optimization (PSO). 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. PSO is a global minimisation technique 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 minimisation 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.

Swarm robotics is the application of swarm intelligence principles to large numbers of cheap robots. A particularly interesting application of swarm robotics principles can be found in the SWARM-BOTS project.


Application
  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. Swarm technology is particularly attractive because it is cheap, robust, and simple. These techniques are also used in film today. One of the more prevalent uses of this algorithm is shown in the previously release Lord of the Rings trilogy of movies.



Examples/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
  • 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 as his Swarm Paintings

  • References/Links
     
  • 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 flocking
  • MC2 project - Machines of Collective Conscience
  • Swarm-Bots Project
  • Particle Swarm Central
  • Particle Swarm Optimization toolbox An open source pso toolbox written in MATLAB. (sourceforge home for the project)
  • Special Session on SWARM-BASED SYSTEMS AND APPLICATIONS http://nitj.ac.in/news/HIS'05.php at Fifth International Conference on Hybrid Intelligent Systems (HIS'05) http://his05.hybridsystem.com Rio de Janeiro - Brazil, November 06-09,2005