Artificial intelligence systems integration

Artificial intelligence systems integration

The core idea of A.I. systems integration is making individual software components, such as speech synthesizers, interoperable with other components, such as common sense knowledgebases, in order to create larger, broader and more capable A.I. systems. The main methods that have been proposed for integration are message routing, or communication protocols that the software components use to communicate with each other, often through a middleware blackboard system.

Most artificial intelligence systems involve some sort of integrated technologies, for example the integration of speech synthesis technologies with that of speech recognition. However, in recent years there has been an increasing discussion on the importance of systems integration as a field in its own right. Proponents of this approach are researchers such as Marvin Minsky, Aaron Sloman, Deb Roy, Kristinn R. Thórisson and Michael A. Arbib. A reason for the recent attention A.I. integration is attracting is that there have already been created a number of (relatively) simple A.I. systems for specific problem domains (such as computer vision, speech synthesis, etc.), and that integrating what's already available is a more logical approach to broader A.I. than building monolithic systems from scratch.

Why integration?

The focus on systems integration, especially with regards to modular approaches, derive from the fact that most intelligences of signifact scales are composed of a multitude of processes and/or utilize multimodal input and output. For example, a humanoid-type of intelligence would preferably have to be able to talk using speech synthesis, hear using speech recognition, understand using a logical (or some other undefined) mechanism, and so forth. In order to produce artificially intelligent software of broader intelligence, integration of these modalities is necessary.

Challenges & solutions

Collaboration is an integral part of software development as evidenced by the size of software companies and the size of their software departments. Among the tools to ease software collaboration are various procedures and standards that developers can follow to ensure quality, reliability and that their software is compatible with software created by others (such as W3C standards for webpage development). However, collaboration in fields of A.I. has been lacking, for the most part not seen outside of the respected schools, departments or research institutes (and sometimes not within them either). This presents practitioners of A.I. systems integration with a substantial problem and often causes A.I. researchers to have to 're-invent the wheel' each time they want a specific functionality to work with their software. Even more damaging is the "not invented here" syndrome, which manifests itself in a strong reluctance of A.I. researchers to build on the work of others.

The outcome of this in A.I. is a large set of "solution islands": A.I. research has produced numerous isolated software components and mechanisms that deal with various parts of intelligence separately. To take some examples:

*Speech synthesis
**FreeTTS from CMU
*Speech recognition
**Sphinx from CMU
*Logical reasoning
**OpenCyc from Cycorp
**Open Mind Common Sense Net from MIT

With the increased popularity of the free software movement, a lot of the software being created, including A.I. systems, that is available for public exploit. The next natural step is to merge these individual software components into coherent, intelligent systems of a broader nature. As a multitude of components (that often serve the same purpose) have already been created by the community, the most accessible way of integration is giving each of these components an easy way to communicate with each other. By doing so, each component by itself becomes a module which can then be tried in various settings and configurations of larger architectures.

Many online communities for A.I. developers exist where tutorials, examples and forums aim at helping both beginners and experts build intelligent systems (for example the [http://ai-depot.com AI Depot] , [http://www.generation5.org Generation 5] ). However, few communities have succeeded in making a certain standard or a code of conduct popular to allow the large collection of miscellaneous systems to be integrated with any ease. Recently, however, there have been focused attempts at producing standards for A.I. research collaboration, [http://www.mindmakers.org Mindmakers.org] is an online community specifically created to harbor collaboration in the development of A.I. systems. The community has proposed the OpenAIR message and routing protocol for communication between software components, making it easier for individual developers to make modules instantly integrateble into other peoples' projects.

Methodologies

Constructionist Design Methodology

The Constructionist design methodology (CDM, or 'Constructionist A.I.') is a formal methodology proposed in the year 2004, for use in the development of cognitive robotics, communicative humanoids and broad AI systems. The creation of such systems requires integration of a large number of functionalities that must be carefully coordinated to achieve coherent system behavior. CDM is based on iterative design steps that lead to the creation of a network of named interacting modules, communicating via explicitly typed streams and discrete messages. The OpenAIR message protocol (see below) was inspired by the CDM, and has frequently been used to aid in development of intelligent systems using CDM.

One of the first projects to use CDM was [http://www.mindmakers.org/projects/MIRAGE Mirage] , an embodied, graphical agent visualized through augmented reality which could communicate with human users and talk about objects present in the user's physical room. Mirage was created by Kristinn R. Thórisson, the creator of CDM, and a number of students at Columbia University in 2004. The methodology is actively being developed at Reykjavik University.

Tools

OpenAIR Protocol

"' is a message routing and communication protocol that has been gaining in popularity over the past two years. The protocol is managed by [http://www.mindmakers.org Mindmakers.org] , and is described on their site in the following manner:

"OpenAIR is a routing and communication protocol based on a publish-subscribe architecture. It is intended to be the "glue" that allows numerous A.I. researchers to share code more effectively — "AIR to share". It is a definition or a blueprint of the "post office and mail delivery system" for distributed, multi-module systems. OpenAIR provides a core foundation upon which subsequent markup languages and semantics can be based, for e.g. gesture recognition and generation, computer vision, hardware-software interfacing etc; for a recent example see [http://www.mindmakers.org/projects/CVML CVML] "." [http://www.mindmakers.org/openair/airPage.jsp]

OpenAIR was created to allow software components that serve their own purpose to communicate with each other in order to produce large scale, overall behavior of an intelligent systems. A simple example would be to have a speech recognition system, and a speech synthesizer communicate with an expert system through OpenAIR messages, to create a system that can hear and answer various questions through spoken dialogue. CORBA (see below) is an older but similar architecture that can be used for comparison, but OpenAIR was specifically created for A.I. research, while CORBA is a more general standard.

The OpenAIR protocol has been used for collaboration on a number of A.I. systems, a list can be found on the [http://www.mindmakers.org Mindmakers project pages] . Psyclone is a popular platform to pair with the OpenAIR protocol (see below).

Psyclone AIOS

[http://www.cmlabs.com/psyclone/ Psyclone] is a software platform, or an AI operating system (AIOS), developed by [http://www.cmlabs.com Communicative Machines Laboratories] for use in creating large, multi modal A.I. systems. The system is an implementation of a blackboard system that supports the OpenAIR message protocol. Psyclone is available for free for non-commercial purposes and has therefore often been used by research institutes on low budgets and novice A.I. developers.

Elvin

Elvin is a content-based router with a central routing station, similar to the Psyclone AIOS (see above).

OAA

The OOA is a hybrid architecture that relies on a special inter-agent communication language (ICL) – a logic-based declarative language which is good for expressing high-level, complex tasks and natural language expressions.

CORBA

The Common Object Request Broker Architecture (CORBA) is a standard that enables software components written in multiple computer languages and running on multiple computers to interoperate. CORBA is defined by the Object Management Group (OMG). CORBA follows similar principles as the OpenAIR protocol (see above), and can be used for A.I. systems integration.

MOSID

The Messaging Open Service Interface Definition (OSID) is an O.K.I. specification which provides a means of sending, subscribing and receiving messages. OSIDs are programmatic interfaces which comprise a Service Oriented Architecture for designing and building reusable and interoperable software.

Examples of Integrated Systems

* [http://www.mindmakers.org/projects/MIRAGE MIRAGE] , an A.I. embodied humanoid in an augmented reality environment.
*ASIMO, Honda's humanoid robot, and QRIO, Sony's version of a humanoid robot.
*Cog, M.I.T. humanoid robot project under the direction of Rodney Brooks.
*AIBO, Sony's robot dog integrates vision, hearing and motorskills.

See also

*Artificial intelligence
*Hybrid intelligent system, systems that combine the methods of Conventional A.I. (or GOFAI) & that of Computational Intelligence.
*Humanoid robots utilize systems integration intensely.
*Constructionist design methodology
*Cognitive architectures

References

* [http://www.mindmakers.org/projects/MIRAGE The Mirage project page]
* [http://www.mindmakers.org/openair/airPage.jsp The OpenAIR page on Mindmakers.org]
* [http://xenia.media.mit.edu/%7Ekris/ftp/AIMag-CDM-ThorissonEtAl04.pdf Constructionist Design Methodology, published in A.I. magazine]
* [http://www.python.org/pycon/2005/papers/4/MissionEngine.WhitePaper.pdf MissionEngine: Multi-system integration using Python in the Tactical Language Project]

External links

* [http://www.mindmakers.org Mindmakers.org] , a community portal for A.I. research collaboration and system integration.
* [http://www.ai.mit.edu/projects/humanoid-robotics-group/cog/methodology.html COG, a humanoid robot at M.I.T.]
* [http://okicommunity.mit.edu/filemgmt/index.php The Open Knowledge Initiative Library]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Artificial intelligence — AI redirects here. For other uses, see Ai. For other uses, see Artificial intelligence (disambiguation). TOPIO, a humanoid robot, played table tennis at Tokyo International Robot Exhibition (IREX) 2009.[1] Artificial intelligence ( …   Wikipedia

  • Topic outline of artificial intelligence — Artificial intelligence (AI) is a branch of computer science that deals with intelligent behavior, learning, and adaptation in machines . Research in AI is concerned with producing machines to automate tasks requiring intelligent behavior. The… …   Wikipedia

  • Artificial — is something which is not natural. Its original sense, related to artifact and artifice , refers to a product of human endeavor; a more English but gendered synonym is man made . It is also used to mean false , a substitute for the real thing, as …   Wikipedia

  • Outline of artificial intelligence — The following outline is provided as an overview of and topical guide to artificial intelligence: Artificial intelligence (AI) – branch of computer science that deals with intelligent behavior, learning, and adaptation in machines. Research in AI …   Wikipedia

  • List of artificial intelligence projects — The following is a list of current and past notable artificial intelligence projects.* [http://www.adaptiveai.com/ a2i2 (Adaptive Artificial Intelligence Inc.)] , a private for profit venture to develop general artificial intelligence for… …   Wikipedia

  • Systems theory — is an interdisciplinary field of science and the study of the nature of complex systems in nature, society, and science. More specificially, it is a framework by which one can analyze and/or describe any group of objects that work in concert to… …   Wikipedia

  • intelligence — /in tel i jeuhns/, n. 1. capacity for learning, reasoning, understanding, and similar forms of mental activity; aptitude in grasping truths, relationships, facts, meanings, etc. 2. manifestation of a high mental capacity: He writes with… …   Universalium

  • Collective intelligence — Types of collective intelligence Collective intelligence is a shared or group intelligence that emerges from the collaboration and competition of many individuals and appears in consensus decision making in bacteria, animals, humans and computer… …   Wikipedia

  • Ambient intelligence — In computing, ambient intelligence (AmI) refers to electronic environments that are sensitive and responsive to the presence of people. Ambient intelligence is a vision on the future of consumer electronics, telecommunications and computing that… …   Wikipedia

  • System of systems — is a moniker for a collection of task oriented or dedicated systems that pool their resources and capabilities together to obtain a new, more complex, meta system which offers more functionality and performance than simply the sum of the… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”