Cognitive architecture
A cognitive architecture is a computational process that acts like a certain cognitive system, most often, like a person, or acts intelligent under some definition. The term architecture implies an approach that attempts to model not only behavior, but also structural properties of the modelled system.
Table of contents |
Characterization
Common to cognitive architecture is the belief that understanding (human) cognitive processing means being able to implement them on a computational level. Cognitive architectures can be characterized by certain properties or goals that are as follows:
- not just of various different aspects of cognitive behavior but of cognition as a whole (Holism, e.g. Unified theory of cognition). This is in contrast to cognitive models.
- The architecture often tries to reproduce the behavior of the modelled system (human), in a way that timely behavior (reaction times) of the architecture and modelled cognitive systems can be compared in detail.
- Robust behavior in the face of error, the unexpected, and the unknown. (see Graceful degradation).
- Learning (not for all cognitive architectures)
- Parameter-free – The system does not depend on parameter tuning (in contrast to Artificial neural networks) (this characteristics also doesn't hold for all architectures)
Distinctions
Cognitive architectures can be symbolic, connectionist, or hybrid. Some cognitive architecures or models base on a set of generic rules, as, e.g., the Information Processing Language (such as e.g. SOAR based on the unified theory of cognition, or similarly ACT). Many of these architectures base on a the-mind-is-like-a-computer analogy. In contrast subsymbolic processing specifies no such rules a priori and relies on emergent properties of processing units (e.g. nodes). A further distinction is whether the architecture is centralized with a neural correlate of a processor at its core, or decentralized (distributed). The decentralized flavor, has become popular under the name of parallel distributed processing in mid-1980s and connectionism, a prime example being neural networks. A further design issue is additionally a decision between holistic and atomism, or (more concrete) modular in structure. By analogy, this extends to issues of knowledge representation.
In traditional AI, intelligenceis often programmed from above: the programmer is the creator, and makes something and imbues it with its intelligence. Biologically-inspired computing, on the other hand, takes sometimes a more bottom-up, decentralised approach; bio-inspired techniques often involve the method of specifying a set of simple generic rules or a set of simple nodes, from the interaction of which emerges the overall behavior. It is hoped to build up complexity until the end result is something markedly complex (see complex systems).
Some famous cognitive architectures
- ACT-R, developed at Carnegie-Mellon University under John R. Anderson.
- SOAR, developed under Allen Newell at the University of Michigan.
- Copycat, by Douglas Hofstadter and Melanie Mitchell at the University of Indiana.
- DUAL, developed at the New Bulgarian University under Boicho Kokinov.
- Psi developed under Dietrich Dörner at the Otto-Friedrich University in Bamberg, Germany.
A special kind of architectures are subsumption architectures as developed e.g. by Rodney Brooks.
See also
- Cognitive Science
- Strong AI
- Artificial consciousness
- Autonomous Agents
- production systems
- unified theory of cognition
External links
- A Survey of Cognitive and Agent Architectures
- Architecture-Based Conceptions of Mind research paper pdf by Aaron Sloman, University of Birmingham
Categories: Cognitive architecture