International Conference on Automated Planning and Scheduling

Last updated
International Conference on Automated Planning and Scheduling
AbbreviationICAPS
Discipline automated planning and scheduling, artificial intelligence
Publication details
History1990–present [1]
FrequencyAnnual
yes (https://dblp.org/db/conf/icaps/index.html and https://ojs.aaai.org/index.php/ICAPS/issue/archive)
Website https://www.icaps-conference.org/

The International Conference on Automated Planning and Scheduling (ICAPS) is a leading international academic conference in automated planning and scheduling held annually for researchers and practitioners in planning and scheduling. [2] [3] [4] ICAPS is supported by the National Science Foundation, the journal Artificial Intelligence, and other supporters. [5]

Contents

The IPC and PDDL

ICAPS conducts the International Planning Competition (IPC), a competition scheduled every few years that empirically evaluates state-of-the-art planning systems on a collection of benchmark problems. [6] The Planning Domain Definition Language (PDDL) was developed mainly to make the 1998/2000 International Planning Competition possible, and then evolved with each competition. PDDL is an attempt to standardize Artificial Intelligence (AI) planning languages. [7] [8] PDDL was first developed by Drew McDermott and his colleagues in 1998, inspired by STRIPS, ADL, and other sources.

History

The ICAPS conferences began in 2003 as a merge of two bi-annual conferences, the International Conference on Artificial Intelligence Planning and Scheduling (AIPS) and the European Conference on Planning (ECP). [1]

List of Events

YearDate heldNameLocationRef
1990EPS Flag of the United Kingdom.svg Brighton, United Kingdom [9]
1991EWSP Flag of Germany.svg Sankt Augustin, Germany [10]
1992AIPS Flag of the United States.svg College Park, MD , United States [11]
1993EWSP Flag of Sweden.svg Vadstena, Sweden [12]
1994AIPS Flag of the United States.svg Chicago, IL, USA [13]
1995EWSP Flag of Italy.svg Assisi, Italy [14]
1996AIPS Flag of the United Kingdom.svg Edinburgh, United Kingdom [15]
1997ECP Flag of France.svg Toulouse, France [16]
1998AIPS Flag of the United States.svg Pittsburgh, PA, United States [17]
1999ECP Flag of the United Kingdom.svg Durham, United Kingdom [18]
2000AIPS Flag of the United States.svg Breckenridge, CO, United States [19]
200112–14 SeptemberECP Flag of Spain.svg Toledo, Spain [20]
200223–27 AprilAIPS Flag of France.svg Toulouse, France [21]
20039–13 JuneICAPS Flag of Italy.svg Trento, Italy [22]
20043–7 JuneICAPS Flag of Canada (Pantone).svg Whistler, Canada [23]
20055–10 JuneICAPS Flag of the United States.svg Monterey, CA, United States [24]
20066–10 JuneICAPS Flag of the United Kingdom.svg Lake District, United Kingdom [25]
200722–26 SeptemberICAPS Flag of the United States.svg Providence, RI, United States [26]
200814–18 SeptemberICAPS Flag of Australia (converted).svg Sydney, Australia [27]
200919–23 SeptemberICAPS Flag of Greece.svg Thessaloniki, Greece [28]
201012–16 MayICAPS Flag of Canada (Pantone).svg Toronto, Canada [29]
201111–16 JuneICAPS Flag of Germany.svg Freiburg, Germany [30]
201225–29 JuneICAPS Flag of Brazil.svg Atibaia, São Paulo, Brazil [31]
201310–14 JuneICAPS Flag of Italy.svg Rome, Italy [32]
201421–26 JuneICAPS Flag of the United States.svg Portsmouth, VA, United States [33]
20157–11 JuneICAPS Flag of Israel.svg Jerusalem, Israel [34]
201612–17 JuneICAPS Flag of the United Kingdom.svg London, United Kingdom [35]
201718–23 JuneICAPS Flag of the United States.svg Pittsburgh, PA, United States [36]
201824–29 OctoberICAPS Flag of the Netherlands.svg Delft, The Netherlands [37]
201911–15 JulyICAPS Flag of the United States.svg Berkeley, CA, USA [38]
202026–30 OctoberICAPS Flag of France.svg Nancy, France – Virtual Conference [39]
20212–13 AugustICAPS Flag of the People's Republic of China.svg Guangzhou, China – Virtual Conference [40]
202213–24 JuneICAPS Flag of Singapore.svg Singapore – Virtual Conference [41]
20238–13 JulyICAPS Flag of the Czech Republic.svg Prague, Czech Republic [42]
20241–6 JuneICAPS Flag of Canada (Pantone).svg Banff, Canada [43]

Related Research Articles

Artificial intelligence (AI), in its broadest sense, is intelligence exhibited by machines, particularly computer systems. It is a field of research in computer science that develops and studies methods and software that enable machines to perceive their environment and use learning and intelligence to take actions that maximize their chances of achieving defined goals. Such machines may be called AIs.

In the field of artificial intelligence (AI), tasks that are hypothesized to require artificial general intelligence to solve are informally known as AI-complete or AI-hard. Calling a problem AI-complete reflects the belief that it cannot be solved by a simple specific algorithm.

<span class="mw-page-title-main">Multi-agent system</span> Built of multiple interacting agents

A multi-agent system is a computerized system composed of multiple interacting intelligent agents. Multi-agent systems can solve problems that are difficult or impossible for an individual agent or a monolithic system to solve. Intelligence may include methodic, functional, procedural approaches, algorithmic search or reinforcement learning.

A blackboard system is an artificial intelligence approach based on the blackboard architectural model, where a common knowledge base, the "blackboard", is iteratively updated by a diverse group of specialist knowledge sources, starting with a problem specification and ending with a solution. Each knowledge source updates the blackboard with a partial solution when its internal constraints match the blackboard state. In this way, the specialists work together to solve the problem. The blackboard model was originally designed as a way to handle complex, ill-defined problems, where the solution is the sum of its parts.

Automated planning and scheduling, sometimes denoted as simply AI planning, is a branch of artificial intelligence that concerns the realization of strategies or action sequences, typically for execution by intelligent agents, autonomous robots and unmanned vehicles. Unlike classical control and classification problems, the solutions are complex and must be discovered and optimized in multidimensional space. Planning is also related to decision theory.

The Planning Domain Definition Language (PDDL) is an attempt to standardize Artificial Intelligence (AI) planning languages. It was first developed by Drew McDermott and his colleagues in 1998 mainly to make the 1998/2000 International Planning Competition (IPC) possible, and then evolved with each competition. The standardization provided by PDDL has the benefit of making research more reusable and easily comparable, though at the cost of some expressive power, compared to domain-specific systems.

In computer science multi-agent planning involves coordinating the resources and activities of multiple agents.

<span class="mw-page-title-main">Blocks world</span> Toy problem in artificial intelligence research

The blocks world is a planning domain in artificial intelligence. The algorithm is similar to a set of wooden blocks of various shapes and colors sitting on a table. The goal is to build one or more vertical stacks of blocks. Only one block may be moved at a time: it may either be placed on the table or placed atop another block. Because of this, any blocks that are, at a given time, under another block cannot be moved. Moreover, some kinds of blocks cannot have other blocks stacked on top of them.

In artificial intelligence, hierarchical task network (HTN) planning is an approach to automated planning in which the dependency among actions can be given in the form of hierarchically structured networks.

Drew McDermott was a professor of Computer Science at Yale University. He was known for his contributions in artificial intelligence and automated planning.

There are a number of competitions and prizes to promote research in artificial intelligence.

<span class="mw-page-title-main">Sven Koenig (computer scientist)</span> German computer scientist

Sven Koenig is a full professor in computer science at the University of Southern California. He received an M.S. degree in computer science from the University of California at Berkeley in 1991 and a Ph.D. in computer science from Carnegie Mellon University in 1997, advised by Reid Simmons.

Action model learning is an area of machine learning concerned with creation and modification of software agent's knowledge about effects and preconditions of the actions that can be executed within its environment. This knowledge is usually represented in logic-based action description language and used as the input for automated planners.

Karen L. Myers is the director of SRI International's Artificial Intelligence Center, where she is also principal scientist.

Sheila McIlraith is a Canadian computer scientist specializing in Artificial Intelligence (AI). She is a Professor in the Department of Computer Science, University of Toronto. She is a Canada CIFAR AI Chair, a faculty member of the Vector Institute, and Associate Director and Research Lead of the Schwartz Reisman Institute for Technology and Society.

<span class="mw-page-title-main">Thomas Dean (computer scientist)</span> American computer scientist

Thomas L. Dean is an American computer scientist known for his work in robot planning, probabilistic graphical models, and computational neuroscience. He was one of the first to introduce ideas from operations research and control theory to artificial intelligence. In particular, he introduced the idea of the anytime algorithm and was the first to apply the factored Markov decision process to robotics. He has authored several influential textbooks on artificial intelligence.

Adele E. Howe was an American computer scientist specializing in artificial intelligence. She was one of the developers of the Planning Domain Definition Language for automated planning and scheduling, and was also known for her work on metasearch engines. She was a Professor Laureate in the College of Natural Sciences at Colorado State University.

Hector Geffner is an Argentinian computer scientist and a Alexander von Humboldt Professor of artificial intelligence at RWTH Aachen University and Wallenberg Guest Professor in AI at Linköping University. His research interests are focused on artificial intelligence, especially automated planning and the integration of model-based AI and data-based AI. He is best known for his work on domain-independent heuristic planning and received several International Conference on Automated Planning and Scheduling (ICAPS) influential paper awards. Previously he held a research professorship at ICREA and the Artificial Intelligence and Machine Learning Group at University Pompeu Fabra in Barcelona since 2001. He was a staff researcher at the IBM Thomas J. Watson Research Center from 1990 to 1992 and a professor at Simón Bolívar University in Caracas, Venezuela from 1992 to 2001. Geffner was awarded an ERC Advanced Grant in 2020 to explore the connection between machine learning and model-based AI, and is a former board member and current fellow of the European Association for Artificial Intelligence (EurAI).. He was elected an AAAI Fellow in 2007.

Michela Milano is an Italian computer scientist whose research in artificial intelligence includes work on constraint programming, multi-agent systems, metaheuristics, decision support, high-performance computing, and green computing. She is a professor in the Department of Computer Science and Engineering at the University of Bologna, where she heads the Centro Interdipartimentale Alma Mater Research Institute for Human-Centered Artificial Intelligence. She is the former editor-in-chief of the journal Constraints.

References

  1. 1 2 "Conference Series". International Conference on Automated Planning and Scheduling. Retrieved 24 Jan 2024.
  2. "ICAPS 2024: The 34th International Conference on Automated Planning and Scheduling". WikiCFP. 7 Dec 2023.
  3. "ICAPS 2022: 32nd International Conference on Automated Planning and Scheduling". EasyChair Smart CFP. Retrieved 24 Jan 2024.
  4. "ICAPS 2024: International Conference on Automated Planning and Scheduling". Conference Partner. 30 Nov 2023.
  5. "The 33rd International Conference on Automated Planning and Scheduling". International Conference on Automated Planning and Scheduling . Retrieved 24 Jan 2024.
  6. "International Planning Competition 2023". GitHub . Retrieved 24 Jan 2024.
  7. Haslum, Patrik. "Writing Planning Domains and Problems in PDDL". Australian National University . Retrieved 5 February 2024.
  8. Fox, M.; Long, D. (2002). "PDDL+: Modeling continuous time dependent effects". Proceedings of the 3rd International NASA Workshop on Planning and Scheduling for Space. CiteSeerX   10.1.1.15.5965 .
  9. "EPS 1990". icaps-conference.org. Retrieved 26 January 2024.
  10. "EWSP 1991". icaps-conference.org. Retrieved 26 January 2024.
  11. "AIPS 1992". icaps-conference.org. Retrieved 26 January 2024.
  12. "EWSP 1993". icaps-conference.org. Retrieved 26 January 2024.
  13. "AIPS 1994". icaps-conference.org. Retrieved 26 January 2024.
  14. "EWSP 1995". icaps-conference.org. Retrieved 26 January 2024.
  15. "AIPS 1996". icaps-conference.org. Retrieved 26 January 2024.
  16. "ECP 1997". icaps-conference.org. Retrieved 26 January 2024.
  17. "AIPS 1998". icaps-conference.org. Retrieved 26 January 2024.
  18. "ECP 1999". icaps-conference.org. Retrieved 26 January 2024.
  19. "AIPS 2000". icaps-conference.org. Retrieved 26 January 2024.
  20. "ECP 2001". icaps-conference.org. Retrieved 26 January 2024.
  21. "AIPS 2002". icaps-conference.org. Retrieved 26 January 2024.
  22. "ICAPS 2003". icaps-conference.org. Retrieved 26 January 2024.
  23. "ICAPS 2004". icaps-conference.org. Retrieved 26 January 2024.
  24. "ICAPS 2005". icaps-conference.org. Retrieved 26 January 2024.
  25. "ICAPS 2006". icaps-conference.org. Retrieved 26 January 2024.
  26. "ICAPS 2007". icaps-conference.org. Retrieved 26 January 2024.
  27. "ICAPS 2008". icaps-conference.org. Retrieved 26 January 2024.
  28. "ICAPS 2009". icaps-conference.org. Retrieved 26 January 2024.
  29. "ICAPS 2010". icaps-conference.org. Retrieved 26 January 2024.
  30. "ICAPS 2011". icaps-conference.org. Retrieved 26 January 2024.
  31. "ICAPS 2012". icaps-conference.org. Retrieved 26 January 2024.
  32. "ICAPS 2013". icaps-conference.org. Retrieved 26 January 2024.
  33. "ICAPS 2014". icaps-conference.org. Retrieved 26 January 2024.
  34. "ICAPS 2015". icaps-conference.org. Retrieved 26 January 2024.
  35. "ICAPS 2016". icaps-conference.org. Retrieved 26 January 2024.
  36. "ICAPS 2017". icaps-conference.org. Retrieved 26 January 2024.
  37. "ICAPS 2018". icaps-conference.org. Retrieved 26 January 2024.
  38. "ICAPS 2019". icaps-conference.org. Retrieved 26 January 2024.
  39. "ICAPS 2020". icaps-conference.org. Retrieved 26 January 2024.
  40. "ICAPS 2021". icaps-conference.org. Retrieved 26 January 2024.
  41. "ICAPS 2022". icaps-conference.org. Retrieved 26 January 2024.
  42. "ICAPS 2023". icaps-conference.org. Retrieved 26 January 2024.
  43. "ICAPS 2024". icaps-conference.org. Retrieved 26 January 2024.