Paper
21 March 1989 Constant-Time Pattern Matching For Real-Time Production Systems
Dale E. Parson, Glenn D. Blank
Author Affiliations +
Abstract
Many intelligent systems must respond to sensory data or critical environmental conditions in fixed, predictable time. Rule-based systems, including those based on the efficient Rete matching algorithm, cannot guarantee this result. Improvement in execution-time efficiency is not all that is needed here; it is important to ensure constant, 0(1) time limits for portions of the matching process. Our approach is inspired by two observations about human performance. First, cognitive psychologists distinguish between automatic and controlled processing. Analogously, we partition the matching process across two networks. The first is the automatic partition; it is characterized by predictable 0(1) time and space complexity, lack of persistent memory, and is reactive in nature. The second is the controlled partition; it includes the search-based goal-driven and data-driven processing typical of most production system programming. The former is responsible for recognition and response to critical environmental conditions. The latter is responsible for the more flexible problem-solving behaviors consistent with the notion of intelligence. Support for learning and refining the automatic partition can be placed in the controlled partition. Our second observation is that people are able to attend to more critical stimuli or requirements selectively. Our match algorithm uses priorities to focus matching. It compares priority of information during matching, rather than deferring this comparison until conflict resolution. Messages from the automatic partition are able to interrupt the controlled partition, enhancing system responsiveness. Our algorithm has numerous applications for systems that must exhibit time-constrained behavior.
© (1989) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
Dale E. Parson and Glenn D. Blank "Constant-Time Pattern Matching For Real-Time Production Systems", Proc. SPIE 1095, Applications of Artificial Intelligence VII, (21 March 1989); https://doi.org/10.1117/12.969347
Lens.org Logo
CITATIONS
Cited by 2 scholarly publications and 6 patents.
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Sensors

Artificial intelligence

Computer programming

Computing systems

Environmental sensing

Evolutionary algorithms

Process control

RELATED CONTENT

CBRNE sensors: intelligent systems
Proceedings of SPIE (April 12 2021)
A Generic Controller For Manufacturing Workcells
Proceedings of SPIE (May 11 1987)
Applications Of Artificial Intelligence/Robotics
Proceedings of SPIE (May 23 1983)
A Scene Interpretation System
Proceedings of SPIE (March 29 1988)

Back to Top