ARGUS: An Automated Multi-Agent Visitor Identification System
Abstract
ARGUS is a multi-agent visitor identication system distributed over several workstations. Human faces are extracted from security camera images by a neuralnetwork -based face detector, and identied as frequent visitors by ARENA, a memory-based face recognition system. ARGUS then uses a messaging system to notify hosts that their guests have arrived. An interface agent enables users to submit feedback, which is immediately incorporated by ARENA to improve its face recognition performance. The ARGUS components were rapidly developed using JGram, an agent framework that is also detailed in this paper. JGram automatically converts high-level agent specications into Java source code, and assembles complex tasks by composing individual agent services into a JGram pipeline. ARGUS has been operating successfully in an outdoor environment for several months. Introduction Consider the following scenario. Visitors to large apartment complexes are typically screened by a security guard in the ...
Cite
Text
Sukthankar and Stockton. "ARGUS: An Automated Multi-Agent Visitor Identification System." AAAI Conference on Artificial Intelligence, 1999.Markdown
[Sukthankar and Stockton. "ARGUS: An Automated Multi-Agent Visitor Identification System." AAAI Conference on Artificial Intelligence, 1999.](https://mlanthology.org/aaai/1999/sukthankar1999aaai-argus/)BibTeX
@inproceedings{sukthankar1999aaai-argus,
title = {{ARGUS: An Automated Multi-Agent Visitor Identification System}},
author = {Sukthankar, Rahul and Stockton, Robert G.},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {1999},
pages = {208-213},
url = {https://mlanthology.org/aaai/1999/sukthankar1999aaai-argus/}
}