Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Distributed artificial intelligence
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Subfield of artificial intelligence}} {{more refs|date=February 2023}} {{Artificial intelligence}} {{Multi-agent system}} '''Distributed artificial intelligence''' ('''DAI''') also called Decentralized Artificial Intelligence<ref name=Demazeau>Demazeau, Yves, and J-P. MΓΌller, eds. Decentralized Ai. Vol. 2. Elsevier, 1990.</ref> is a subfield of [[artificial intelligence]] research dedicated to the development of distributed solutions for problems. DAI is closely related to and a predecessor of the field of [[multi-agent system]]s. Multi-agent systems and distributed problem solving are the two main DAI approaches. There are numerous applications and tools. ==Definition== Distributed Artificial Intelligence (DAI) is an approach to solving complex learning, [[automated planning|planning]], and decision-making problems. It is [[embarrassingly parallel]], thus able to exploit large scale computation and [[spatial distribution]] of [[System resource|computing resources]]. These properties allow it to solve problems that require the processing of very large [[data set]]s. DAI systems consist of autonomous learning [[Processing mode|processing nodes]] ([[Intelligent agent|agents]]), that are distributed, often at a very large scale. DAI nodes can act independently, and partial solutions are integrated by communication between nodes, [[Asynchrony (computer programming)|often asynchronously]]. By virtue of their scale, DAI systems are robust and elastic, and by necessity, loosely coupled. Furthermore, DAI systems are built to be adaptive to changes in the problem definition or underlying data sets due to the scale and difficulty in redeployment. DAI systems do not require all the relevant data to be [[Aggregate data|aggregated]] in a single location, in contrast to [[Monolithic application|monolithic]] or [[Centralized computing|centralized]] Artificial Intelligence systems which have tightly coupled and geographically close processing nodes. Therefore, DAI systems often operate on sub-samples or hashed impressions of very large [[Training, validation, and test data sets|datasets]]. In addition, the source dataset may change or be updated during the course of the execution of a DAI system. ==Development== In 1975 distributed artificial intelligence emerged as a subfield of artificial intelligence that dealt with interactions of intelligent agents.<ref name=Chaib>{{cite journal |last1=Chaib-Draa |first1=Brahim |last2=Moulin |first2=B. |last3=Mandiau |first3=R. |last4=Millot |first4=P. |title=Trends in distributed artificial intelligence |journal=Artificial Intelligence Review |date=1992 |volume=6 |issue=1 |pages=35β66 |doi=10.1007/BF00155579|s2cid=15730245 }}</ref> Distributed artificial intelligence systems were conceived as a group of intelligent entities, called agents, that interacted by cooperation, by coexistence or by competition. DAI is categorized into multi-agent systems and distributed problem solving.<ref name="Bond Gasser">{{cite book |editor1-last=Bond |editor1-first=Alan H. |editor2-last=Gasser |editor2-first=Les |title=Readings in distributed artificial intelligence |date=1988 |publisher=Morgan Kaufmann Publishers |location=San Mateo, California |isbn=9781483214443 |url=https://www.sciencedirect.com/book/9780934613637/readings-in-distributed-artificial-intelligence}}</ref> In [[multi-agent system]]s the main focus is how agents coordinate their knowledge and activities. For distributed problem solving the major focus is how the problem is decomposed and the solutions are synthesized. ==Goals== The objectives of Distributed Artificial Intelligence are to solve the [[automated reasoning|reasoning]], planning, learning and perception problems of [[artificial intelligence]], especially if they require large data, by distributing the problem to autonomous processing nodes (agents). To reach the objective, DAI requires: * A [[Distributed computing|distributed system]] with robust and elastic computation on unreliable and failing resources that are loosely coupled * Coordination of the actions and communication of the nodes * Subsamples of large data sets and [[online machine learning]] There are many reasons for wanting to distribute intelligence or cope with multi-agent systems. Mainstream problems in DAI research include the following: * Parallel problem solving: mainly deals with how classic artificial intelligence concepts can be modified, so that [[multiprocessor]] systems and clusters of computers can be used to speed up calculation. * Distributed [[problem solving]] (DPS): the concept of [[Intelligent agent|agent]], autonomous entities that can communicate with each other, was developed to serve as an [[abstraction]] for developing DPS systems. See below for further details. * Multi-Agent Based Simulation (MABS): a branch of DAI that builds the foundation for simulations that need to analyze not only phenomena at [[macroscopic|macro]] level but also at [[microscopic scale|micro]] level, as it is in many [[social simulation]] scenarios. ==Approaches== Two types of DAI has emerged: * In [[Multi-agent system]]s agents coordinate their knowledge and activities and reason about the processes of coordination. Agents are physical or virtual entities that can act, perceive its environment and communicate with other agents. The agent is autonomous and has skills to achieve goals. The agents change the state of their environment by their actions. There are a number of different coordination techniques.<ref name="Jennings">{{cite book |last1=Jennings |first1=Nick |editor1=Gregory M. P. O'Hare |editor2=N. R. Jennings |title=Foundations of Distributed Artificial Intelligence |date=1996 |publisher=Wiley |location=New York |chapter=Coordination Techniques for Distributed Artificial Intelligence |pages=187β210 |chapter-url=https://philpapers.org/rec/JENFOD |isbn=978-0-471-00675-6 |archive-date=1 November 2018 |archive-url=https://web.archive.org/web/20181101052328/https://eprints.soton.ac.uk/252187/1/FOUND%2DDAI%2DCOORD.pdf }}</ref> * In distributed problem solving the work is divided among nodes and the knowledge is shared. The main concerns are task decomposition and synthesis of the knowledge and solutions. DAI can apply a bottom-up approach to AI, similar to the [[subsumption architecture]] as well as the traditional top-down approach of AI. In addition, DAI can also be a vehicle for [[emergence]]. ===Challenges=== The challenges in Distributed AI are: # How to carry out communication and interaction of agents and which communication language or protocols should be used. # How to ensure the coherency of agents. # How to synthesise the results among 'intelligent agents' group by formulation, description, decomposition and allocation. ==Applications and tools== Areas where DAI have been applied are: * [[E-commerce|Electronic commerce]], e.g. for [[Trading strategy|trading strategies]] the DAI system learns financial trading rules from subsamples of very large samples of financial data * [[Telecommunications network|Networks]], e.g. in [[telecommunications]] the DAI system controls the cooperative resources in a [[Wireless LAN|WLAN]] network<ref>{{cite web|author1=Anita Raja |author2=Linda Xie|author2-link= Jiang Xie |author3=Ivan Howitt |author4=Shanjun Cheng |others= Project sponsor: NSF |title=WLAN Resource Management using Distributed Constraint Optimization |id=CS Research: Past projects β Project summary |url=http://dair.uncc.edu/projects/past-projects/wlan-resource |archive-url=https://web.archive.org/web/20150512081820/http://dair.uncc.edu/projects/past-projects/wlan-resource |archive-date=2015-05-12 |website=UNC Charlotte: Department of Computer Science}} [https://cci.charlotte.edu/departments/computer-science-cs/cs-research UNC Charlotte College of Computing and Informatics]</ref> * [[Scheduling (production processes)|Routing]], e.g. model vehicle flow in transport networks * [[Scheduling (production processes)|Scheduling]], e.g. [[flow shop scheduling]] where the [[resource management]] entity ensures local optimization and cooperation for global and local consistency * [[Search engine|Search engines]], e.g. in LLM [[Federated search|federated search]] like Ithy where document retrieval and analysis are distributed to DAI agents before aggregation <ref>{{cite web|title=Ithy: A distributed AI search engine|url=https://ithy.com}}</ref> * Multi-Agent systems, e.g. [[artificial life]], the study of [[Artificial life|simulated life]] * Electric power systems, e.g. Condition Monitoring Multi-Agent System (COMMAS) applied to transformer condition monitoring, and IntelliTEAM II Automatic Restoration System<ref>{{Cite journal|last1=Catterson|first1=Victoria M.|last2=Davidson|first2=Euan M.|last3=McArthur|first3=Stephen D. J.|date=2012-03-01|title=Practical applications of multi-agent systems in electric power systems|journal=European Transactions on Electrical Power|language=en|volume=22|issue=2|pages=235β252|doi=10.1002/etep.619|issn=1546-3109|url=https://strathprints.strath.ac.uk/33136/1/Catterson9830393_File000000_173961975.pdf}}</ref> DAI integration in tools has included: * ECStar is a distributed rule-based learning system.<ref>{{cite web |title=Anyscale Learning For All {{!}} alfagroup |url=http://groups.csail.mit.edu/EVO-DesignOpt/groupWebSite/index.php?n=Site.BP#ECStar-fig |website=alfagroup.csail.mit.edu}}</ref> ==Agents== ===Systems: Agents and multi-agents=== {{Further|Multi-agent system#Applications}} Notion of Agents: Agents can be described as distinct entities with standard boundaries and interfaces designed for problem solving. Notion of Multi-Agents: Multi-Agent system is defined as a network of agents which are loosely coupled working as a single entity like society for problem solving that an individual agent cannot solve. ===Software agents=== The key concept used in DPS and MABS is the abstraction called [[software agent]]s. An agent is a virtual (or physical) [[Wiktionary:autonomy|autonomous]] entity that has an understanding of its environment and acts upon it. An agent is usually able to communicate with other agents in the same system to achieve a common goal, that one agent alone could not achieve. This communication system uses an [[agent communication language]]. A first classification that is useful is to divide agents into: * reactive agent β A reactive agent is not much more than an automaton that receives input, processes it and produces an output. * deliberative agent β A [[deliberative agent]] in contrast should have an internal view of its environment and is able to follow its own plans. * hybrid agent β A hybrid agent is a mixture of reactive and deliberative, that follows its own plans, but also sometimes directly reacts to external events without deliberation. Well-recognized agent architectures that describe how an agent is internally structured are: * [[ASMO (cognitive architecture)|ASMO]] (emergence of distributed modules) * [[BDI software agent|BDI]] (Believe Desire Intention, a general architecture that describes how plans are made) * [[InterRAP]] (A three-layer architecture, with a reactive, a deliberative and a social layer) * PECS (Physics, Emotion, Cognition, Social, describes how those four parts influences the agents behavior). * [[Soar (cognitive architecture)|Soar]] (a rule-based approach) == See also == * {{Annotated link |Collective intelligence}} * {{Annotated link |Federated learning}} * {{Annotated link |Simulated reality}} * {{Annotated link |Swarm Intelligence}} == References == {{Reflist}} <!--- After listing your sources please cite them using inline citations and place them after the information they cite. Please see http://en.wikipedia.org/wiki/Wikipedia:REFB for instructions on how to add citations. ---> == Further reading == * Hewitt, Carl; and Jeff Inman (November/December 1991). "DAI Betwixt and Between: From 'Intelligent Agents' to Open Systems Science" ''IEEE Transactions on Systems, Man, and Cybernetics''. Volume: 21 Issue: 6, pps. 1409β1419. ISSN 0018-9472 * Grace, David; Zhang, Honggang (August 2012). ''Cognitive Communications: Distributed Artificial Intelligence(DAI), Regulatory Policy and Economics, Implementation''. John Wiley & Sons Press. {{ISBN|978-1-119-95150-6}} * {{cite book | last1=Shoham | first1=Yoav | last2=Leyton-Brown | first2=Kevin | title=Multiagent Systems: Algorithmic, Game-Theoretic, and Logical Foundations | publisher=[[Cambridge University Press]] | isbn=978-0-521-89943-7 | url=http://www.masfoundations.org/download.html | year=2009 | location=New York}} * Sun, Ron, (2005). ''Cognition and Multi-Agent Interaction''. New York: Cambridge University Press. {{ISBN|978-0-521-83964-8}} * {{cite journal |last1=Trentesaux |first1=Damien |last2= Philippe |first2=Pesin |last3=Tahon |first3=Christian |title= Distributed artificial intelligence for FMS scheduling, control and design support |journal=Journal of Intelligent Manufacturing |date=2000 |volume=11 |issue=6 |pages=573β589 |doi=10.1023/A:1026556507109|s2cid=36570655 }} * {{cite book |last1=Vlassis |first1=Nikos |title=A Concise Introduction to Multiagent Systems and Distributed Artificial Intelligence |publisher=Morgan & Claypool Publishers |isbn=978-1-59829-526-9 |date=2007 |location=San Rafael, CA}} {{Authority control}} {{DEFAULTSORT:Distributed Artificial Intelligence}} [[Category:Distributed artificial intelligence| ]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Annotated link
(
edit
)
Template:Artificial intelligence
(
edit
)
Template:Authority control
(
edit
)
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite web
(
edit
)
Template:Further
(
edit
)
Template:ISBN
(
edit
)
Template:More refs
(
edit
)
Template:Multi-agent system
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)