Situated approach (artificial intelligence)

Source: Wikipedia, the free encyclopedia.

In artificial intelligence research, the situated approach builds agents that are designed to behave effectively successfully in their environment. This requires designing AI "from the bottom-up" by focussing on the basic perceptual and motor skills required to survive. The situated approach gives a much lower priority to abstract reasoning or problem-solving skills.

The approach was originally proposed as an alternative to traditional approaches (that is, approaches popular before 1985 or so). After several decades, classical

AI technologies started to face intractable issues (e.g. combinatorial explosion) when confronted with real-world modeling problems. All approaches to address these issues focus on modeling intelligences situated
in an environment. They have become known as the situated approach to AI.

Emergence of a concept

From traditional AI to Nouvelle AI

During the late 1980s, the approach now known as Nouvelle AI (Nouvelle means new in French) was pioneered at the

MIT new AI did lead to an attempt for humanoid AI in the Cog Project
.

From Nouvelle AI to behavior-based and situated AI

The conceptual shift introduced by nouvelle AI flourished in the robotics area, given way to

Aibo and many RoboCup
robot teams.

Realizing that in fact all these approaches were aiming at building not an abstract intelligence, but rather an intelligence situated in a given environment, they have come to be known as the situated approach. In fact, this approach stems out from early insights of Alan Turing, describing the need to build machines equipped with sense organs to learn directly from the real-world instead of focusing on abstract activities, such as playing chess.[relevant?]

Definitions

Classically, a software entity is defined as a simulated element, able to act on itself and on its environment, and which has an internal representation of itself and of the outside world. An entity can communicate with other entities, and its behavior is the consequence of its perceptions, its representations, and its interactions with the other entities.

AI loop

Simulating entities in a virtual environment requires simulating the entire process that goes from a perception of the environment, or more generally from a stimulus, to an action on the environment. This process is called the AI loop and technology used to simulate it can be subdivided in two categories. Sensorimotor or low-level AI deals with either the perception problem (what is perceived?) or the animation problem (how are actions executed?). Decisional or high-level AI deals with the action selection problem (what is the most appropriate action in response to a given perception, i.e. what is the most appropriate behavior?).

Traditional or symbolic AI

There are two main approaches in decisional AI. The vast majority of the technologies available on the market, such as

expert systems, are based on the traditional or symbolic
AI approach. Its main characteristics are:

  • It is top-down: it subdivides, in a recursive manner, a given problem into a series of sub-problems that are supposedly easier to solve.
  • It is knowledge-based: it relies on a symbolic description of the world, such as a set of rules.

However, the limits of traditional AI, which goal is to build systems that mimic human intelligence, are well-known: inevitably, a combinatorial explosion of the number of rules occurs due to the complexity of the environment. In fact, it is impossible to predict all the situations that will be encountered by an autonomous entity.

Situated or behavioral AI

In order to address these issues, another approach to decisional AI, also known as situated or behavioral AI, has been proposed. It does not attempt to model systems that produce deductive reasoning processes, but rather systems that behave realistically in their environment. The main characteristics of this approach are the following:

  • It is bottom-up: it relies on elementary behaviors, which can be combined to implement more complex behaviors.
  • It is behavior-based: it does not rely on a symbolic description of the environment, but rather on a model of the interactions of the entities with their environment.

The goal of situated AI is to model entities that are autonomous in their environment. This is achieved thanks to both the intrinsic robustness of the control architecture, and its adaptation capabilities to unforeseen situations.

Situated agents

In

embedded in an environment. The term situated is commonly used to refer to robots, but some researchers argue that software
agents can also be situated if:

Examples might include web-based agents, which can alter data or trigger processes (such as purchases) over the Internet, or virtual-reality bots which inhabit and change virtual worlds, such as Second Life.

Being situated is generally considered to be part of being embodied, but it is useful to consider each perspective individually. The situated perspective emphasizes that intelligent behavior derives from the environment and the agent's interactions with it. The nature of these interactions are defined by an agent's embodiment.

Implementation principles

Modular decomposition

The most important attribute of a system driven by situated AI is that the intelligence is controlled by a set of independent semi-

thread. Generally, though, the modules are just abstractions. In this respect, situated AI may be seen as a software engineering approach to AI, perhaps akin to object oriented design
.

Situated AI is often associated with

finite state machines and thus contained no conventional memory or learning. This is associated with reactive AI because reactive AI requires reacting to the current state of the world, not to an agent's memory or preconception of that world. However, learning is obviously key to realistic strong AI
, so this constraint has been relaxed, though not entirely abandoned.

Action selection mechanism

The situated AI community has presented several solutions to modeling decision-making processes, also known as action selection mechanisms. The first attempt to solve this problem goes back to subsumption architectures,[1] which were in fact more an implementation technique than an algorithm. However, this attempt paved the way to several others, in particular the free-flow hierarchies[2] and activation networks.[3] A comparison of the structure and performances of these two mechanisms demonstrated the advantage of using free-flow hierarchies in solving the action selection problem.[4][5] However, motor schemas[6] and process description languages[7] are two other approaches that have been used with success for autonomous robots.

Notes and references

  1. ^ Brooks, R. (1986). A robust layered control system for a mobile robot. IEEE Journal of Robotics and Automation 2(1):14-23.
  2. ^ Rosenblatt J. and Payton D (1989). A fine-grained alternative to the subsumption architecture for mobile robot control. In: Proceedings of the IEEE International Conference on Neural Networks 2:317-324.
  3. ^ Maes P. (1989). How to do the right thing. Technical Report AIM-1180, MIT Artificial Intelligence Laboratory.
  4. ^ Tyrrell T. (1993). Computational mechanisms for action selection. PhD, University of Edinburgh.
  5. ^ Tyrrell T (1993). The use of hierarchies for action selection. Adaptive Behavior 1(4):387-420.
  6. ^ Arkin R. Motor schema based navigation for a mobile robot: an approach to programming by behavior. In: Proceedings of the IEEE Conference on Robotics and Automation, pp. 264-271, 1987.
  7. ^ Steels, L. (1993). Building agents with autonomous behavior systems. In: The artificial route to artificial intelligence. Building situated embodied agents. Lawrence Erlbaum Associates, New Haven.
  • Arsenio, Artur M. (2004) Towards an embodied and situated AI, In: Proceedings of the International FLAIRS conference, 2004. (online)
  • The Artificial Life Route To Artificial Intelligence: Building Embodied, Situated Agents, Luc Steels and Rodney Brooks Eds., Lawrence Erlbaum Publishing, 1995. ()
  • Rodney A. Brooks Cambrian Intelligence (MIT Press, 1999) ; collection of early papers including "Intelligence without representation" and "Intelligence without reason", from 1986 & 1991 respectively.
  • Ronald C. Arkin Behavior-Based Robotics (MIT Press, 1998)
  • Hendriks-Jansen, Horst (1996) Catching Ourselves in the Act: Situated Activity, Interactive Emergence, Evolution, and Human Thought. Cambridge, Mass.: MIT Press.

See also

Related articles

Traditional AI

Situated AI

Robotics

External links