Presentation is loading. Please wait.

Presentation is loading. Please wait.

Swarm Intelligence State of the Art Marek ACO, PSO, SDS, Stigmetry.

Similar presentations


Presentation on theme: "Swarm Intelligence State of the Art Marek ACO, PSO, SDS, Stigmetry."— Presentation transcript:

1 Swarm Intelligence State of the Art Marek Kopel @PWr ACO, PSO, SDS, Stigmetry

2 SI - Swarm intelligence ● AI based on the collective behavior of decentralized, self-organized systems ● by Gerardo Beni and Jing Wang in the context of cellular robotic systems, 1989 ● a population of simple agents interacting locally with one another and with their environment ● agents follow simple rules - no centralized control structure ● emergence of complex global behavior ● Natural examples of SI ● ant colonies ● bird flocking ● animal herding ● bacterial growth ● fish schooling from Wikipedia, the free encyclopedia In The Matrix movies, the robotic sentinels exhibit signs of SI.

3 Stigmetry ● a form of self-organization ● mechanism of spontaneous, indirect coordination between agents or actions ● the trace left in the environment by an action stimulates the performance of a subsequent action (by the same or a different agent) ● produces complex, apparently intelligent structures, without need for any planning, control, or even communication ● efficient collaboration between extremely simple agents, who lack any memory, intelligence or even awareness of each other from Wikipedia, the free encyclopedia

4 Stigmetry (2) ● first observed in social insects (eusocial) ● example: ants exchange information by laying down pheromones on their way back to the nest when they have found food. In that way, they collectively develop a complex network of trails, connecting the nest in the most efficient way to the different food sources. ● On Inet: users interact only by modifying local parts of their shared virtual environment. ● Wikipedia - perfect example: the massive structure of information available in a wiki - termite nest; one initial user leaves a seed of an idea (a mudball) which attracts other users who then build upon and modify this initial concept eventually constructing an elaborate structure of connected thoughts from Wikipedia, the free encyclopedia

5 SI example 1 ● Ant colony optimization ● a class of optimization algorithms ● modeled on the actions of an ant colony ● Artificial 'ants' - simulation agents ● locate optimal solutions by moving through a parameter space representing all possible solutions ● real ants lay down pheromones directing each other to resources ● simulated 'ants' similarly record their positions and the quality of their solutions ● in later simulation iterations more ants locate better solutions ● a variation : bees algorithm, which is more analogous to the foraging patterns of the honey bee from Wikipedia, the free encyclopedia

6 ACO in action ACO simulators: ● http://www.rennard.org/alife/english/antsgb.html (Java applet) http://www.rennard.org/alife/english/antsgb.html ● http://djoh.net/blog/ANTColony/applet.html (Java applet) http://djoh.net/blog/ANTColony/applet.html ● http://www.geocities.com/chamonate/hormigas/antfarm/ (.zip) http://www.geocities.com/chamonate/hormigas/antfarm/ ● http://www.nightlab.ch/antsim/ (.rar) http://www.nightlab.ch/antsim/

7 SI example 2 ● Particle swarm optimization ● a global optimization algorithm ● problems in which a best solution can be represented as a point or surface in an n-dimensional space ● hypotheses are plotted and seeded with an initial velocity ● a communication channel between the particles ● particles @ each timestep: – move through the solution space – are evaluated according to some fitness criterion ● over time, particles are accelerated towards those particles (within their communication grouping) which have better fitness values from Wikipedia, the free encyclopedia

8 SI example 3 ● Stochastic diffusion search ● agent based on probabilistic global search and optimization technique ● problems: objective function can be decomposed into multiple independent partial-functions ● each agent maintains a hypothesis - iteratively tested by evaluating a randomly selected partial objective function parameterised by the agent's current hypothesis ● standard version: 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 stigmergic comm. used in ACO, in SDS agents communicate via a one-to-one comm. strategy analogous to the tandem running procedure observed in some species of ant ● positive feedback mechanism ensures that, over time, a population of agents stabilise around the global-best solution from Wikipedia, the free encyclopedia

9 ACO - Ant Colony Optimization ● metaheuristic (heuristic method for solving a very general class of computational problems by combining user-given black-box procedures - usually heuristics themselves) ● by Marco Dorigo, PhD thesis,1992 ● technique for solving computational problems ● which can be reduced to finding good paths through graphs ● inspired by the behaviour of ants ● in finding paths from the colony to food from Wikipedia, the free encyclopedia

10 ACO related methods ● Genetic Algorithms (GA) ● maintain a pool of solutions rather than just one. The process of finding superior solutions mimics that of evolution, with solutions being combined or mutated to alter the pool of solutions, with solutions of inferior quality being discarded. ● Simulated Annealing (SA) ● a related global optimization technique which traverses the search space by generating neighbouring solutions of the current solution. A superior neighbour is always accepted. An inferior neighbour is accepted probabilistically based on the difference in quality and a temperature parameter. The temperature parameter is modified as the algorithm progresses to alter the nature of the search. ● Tabu search (TS) ● similar to Simulated Annealing, in that both traverse the solution space by testing mutations of an individual solution. While simulated annealing generates only one mutated solution, tabu search generates many mutated solutions and moves to the solution with the lowest fitness of those generated. In order to prevent cycling and encourage greater movement through the solution space, a tabu list is maintained of partial or complete solutions. It is forbidden to move to a solution that contains elements of the tabu list, which is updated as the solution traverses the solution space. ● Harmony search (HS) ● algorithm based on the analogy between music improvisation and optimization. Each musician (variable) together seeks better harmonies (vectors). from Wikipedia, the free encyclopedia

11 Vitorino Ramos coming soon to a university near You CEC 07 - IEEE Press - Vitorino Ramos Computational Chemotaxis 70. Ramos, V., Fernandes, C., Rosa, A.C., Abraham, A., Computational Chemotaxis in Ants and Bacteria over Dynamic Environments, in CEC´07 - Congress on Evolutionary Computation, IEEE Press, USA, ISBN 1-4244-1340-0, pp. 1009- 1017, Sep. 2007. GECCO 07 - ACM Press - Vitorino Ramos, Binary ant Algorithm, Vol. 1 pp. 41-48 69. Fernandes, C., Rosa, A.C., Ramos V., Binary Ant Algorithm, in Dirk Thierens et al. (Eds.), GECCO´07 - Genetic and Evolutionary Computation Conference, Vol. 1, pp. 41-48, ACM Press, London, UK, 7-11 July, 2007. 68. Vitorino Ramos, Self-Organized Co-Evolutionary Complex Network Learning on Bounded Rationality Environments, submitted to Adaptive Behaviour Journal, 2007. 64. Vitorino Ramos, Carlos Fernandes, Agostinho C. Rosa, Societal Implicit Memory and his Speed on Tracking Extrema over Dynamic Environments using Self-Regulatory Swarms, to appear soon. 63. Vitorino Ramos, Carlos Fernandes, Agostinho C. Rosa, Social Cognitive Maps, Swarm Collective Perception and Distributed Search on Dynamic Landscapes, submitted to A. Porto, A. Pazos, W. Buno (Eds.), Advancing Artificial Intelligence through Biological Process Applications, IDEA Group Inc., 2007. Vitorino Ramos - Swarm Intelligence in Data Mining - Springer 62. Abraham, Ajith; Grosan, Crina; Ramos, Vitorino (Eds.), Swarm Intelligence in Data Mining, Studies in Computational Intelligence (series), Vol. 34, Springer-Verlag, ISBN: 3-540-34955-3, Approx. 270 p., Hardcover, 2006. http://www.chemoton.org/books.html


Download ppt "Swarm Intelligence State of the Art Marek ACO, PSO, SDS, Stigmetry."

Similar presentations


Ads by Google