20 results on '"Mixed-Initiative planning"'
Search Results
2. Supporting mixed-initiative emergency flight planning by portraying procedure context information.
- Author
-
Pritchett, Amy and Ockerman, Jennifer
- Subjects
- *
FLIGHT planning (Aeronautics) , *INFORMATION theory , *MATHEMATICAL sequences , *EMERGENCY management , *COGNITION - Abstract
Determining a suitable airport and planning a trajectory in detail all the way down to landing is a difficult task to do well, especially in emergencies. While a variety of planning aids have been proposed to aid in this task, their evaluation with pilots has led to the question: How do we support a human in a task that is too hard for them to perform well in the time provided, but is too open-ended for automation to perform perfectly in every situation? This paper specifically focuses on whether procedure context information can help pilots evaluate an emergency descent trajectory provided by automation, building on prior studies finding that such information can encourage a more interpretative strategy for evaluating and appropriately following (or not exactly following) procedures. Here, pilots were asked to quickly evaluate emergency flight plans presented both spatially and as a procedure (list of discrete actions). The procedures were presented in a variety of formats, where some explicitly presented the rationale for critical actions and/or emphasized which actions need to be done in a particular sequence. The results indicate that including rationale with a suggested plan can improve some aspects of a human's reasoning about an automatically generated plan. This finding has implications for both the design of plans and procedures, and the design of mixed-initiative planning aids: capturing the underlying rationale for key actions when generating a plan or procedure can then be beneficial when it can be portrayed to the human planner. [ABSTRACT FROM AUTHOR]
- Published
- 2016
- Full Text
- View/download PDF
3. Influencing Trust for Human-Automation Collaborative Scheduling of Multiple Unmanned Vehicles.
- Author
-
Clare, Andrew S., Cummings, Mary L., and Repenning, Nelson P.
- Subjects
- *
AUTONOMOUS vehicles , *HUMAN-computer interaction , *MATHEMATICAL optimization , *ALGORITHMS , *OPERATOR theory , *AUTOMATION - Abstract
Objective: We examined the impact of priming on operator trust and system performance when supervising a decentralized network of heterogeneous unmanned vehicles (UVs).Background: Advances in autonomy have enabled a future vision of single-operator control of multiple heterogeneous UVs. Real-time scheduling for multiple UVs in uncertain environments requires the computational ability of optimization algorithms combined with the judgment and adaptability of human supervisors. Because of system and environmental uncertainty, appropriate operator trust will be instrumental to maintain high system performance and prevent cognitive overload.Method: Three groups of operators experienced different levels of trust priming prior to conducting simulated missions in an existing, multiple-UV simulation environment.Results: Participants who play computer and video games frequently were found to have a higher propensity to overtrust automation. By priming gamers to lower their initial trust to a more appropriate level, system performance was improved by 10% as compared to gamers who were primed to have higher trust in the automation.Conclusion: Priming was successful at adjusting the operator's initial and dynamic trust in the automated scheduling algorithm, which had a substantial impact on system performance.Application: These results have important implications for personnel selection and training for futuristic multi-UV systems under human supervision. Although gamers may bring valuable skills, they may also be potentially prone to automation bias. Priming during training and regular priming throughout missions may be one potential method for overcoming this propensity to overtrust automation. [ABSTRACT FROM AUTHOR]- Published
- 2015
- Full Text
- View/download PDF
4. Efficient Plan Adaptation through Replanning Windows and Heuristic Goals.
- Author
-
Gavanelli, Marco, Mancini, Toni, Gerevini, Alfonso E., and Serina, Ivan
- Subjects
- *
HEURISTIC algorithms , *ARTIFICIAL intelligence , *PROBLEM solving , *INFORMATION technology , *GRAPHIC methods , *DECLARATIVE programming , *COMPUTER software - Abstract
Fast plan adaptation is important in many AI applications. From a theoretical point of view, in the worst case adapting an existing plan to solve a new problem is no more efficient than a complete regeneration of the plan. However, in practice plan adaptation can be much more efficient than plan generation, especially when the adapted plan can be obtained by performing a limited amount of changes to the original plan. In this paper, we investigate a domain-independent method for plan adaptation that modifies the original plan by replanning within limited temporal windows containing portions of the plan that need to be revised. Each window is associated with a particular replanning subproblem that contains some 'heuristic goals' facilitating the plan adaptation, and that can be solved using different planning methods. An experimental analysis shows that, in practice, adapting a given plan for solving a new problem using our techniques can be much more efficient than replanning from scratch. [ABSTRACT FROM AUTHOR]
- Published
- 2010
5. Hierarchical planning through propositional logic : highly efficient, versatile, and flexible
- Author
-
Behnke, Gregor, Biundo-Stephan, Susanne, Nau, Dana S., and Schöning, Uwe
- Subjects
Planning ,Artificial intelligence ,Künstliche Intelligenz ,K��nstliche Intelligenz ,SAT ,DDC 004 / Data processing & computer science ,ddc:004 ,Operations research ,HTN Planning ,Mixed-Initiative Planning ,Programmierlogik - Abstract
AI Planning is a core technology in enabling advanced assistance for human users. When faced with complex problems such as handicraft tasks for household repairs, Do-It-Yourself projects, or difficult assembly tasks, a planning-based assistance system can provide individualised and context-dependent instructions. It thus effectively supports the user in achieving his or her goals. High-quality assistance should in addition conform to the user���s current wishes and preferences to ensure maximum utility. This can be achieved by involving the user into the planning process, i.e. by making planning mixed-initiative. Hierarchical Task Network (HTN) planning is a method particularly well suited for providing user support, as it resembles the means and structures humans use for problem solving. We identified two major challenges that every mixed-initiative HTN planning system must face and show how to address them: generating plans quickly and flexibly altering them according to the user's demands. The main focus of this thesis lies on addressing the first challenge, i.e. on developing a quickly responding and efficient HTN planner. Designing efficient HTN planners is particularly difficult. Their algorithms have to take both dimensions of the problem description - state and hierarchy - into account and have to consider interactions between them. We use a translation into propositional logic, enabling for the first time a uniform view on the whole planning problem. First, we describe a new encoding for totally-ordered HTN planning, before extending it in two consecutive steps to capture general, partially-ordered domains. Second, we introduce Path Decomposition Trees (PDTs) and Solution Order Graphs (SOGs) which enable a compact encoding and alleviate unnecessary reasoning from a SAT solver. They also pave the way for future insights into structural properties of HTN planning problems, which allow for more efficient planning as well as for more advanced user support. Third, we show that our encodings are a significant empirical improvement over the current state of the art in HTN planning. Lastly, we present a fundamental technique for optimal HTN planning - which is especially important in assistance scenarios - namely a method to compute succinct depth bounds for plan-length optimisation. In a mixed-initiative planning environment, users will frequently request the planner to change a currently considered plan. We start solving this second challenge by considering the most basic task involved: to verify that the changed plan is a solution to the planning problem at hand. First, we show that this task is NP-complete. Second, we develop the first plan verifier for HTN planning, which is based on a transformation into propositional logic. Third, we analyse and categorise the requests possibly made by a user and show that the objectives posed by her or him can be suitably represented as formulae in Linear Temporal Logic (LTL). Fourth, we analyse the computational complexity of changing a plan, showing that this task can be between NP-complete and undecidable. Lastly, we use our SAT-based planner to change a plan with respect to a request formulated as an LTL formula. We show that the full spectrum of LTL formulae can be supported efficiently in a propositional encoding. For that, we introduce a new theoretical foundation for reasoning about parallelism in LTL traces. The practical applicability of our techniques has been demonstrated within a joint transfer project with Robert Bosch GmbH. In it, we developed an assistance system that guides novice users through a handicraft Do-It-Yourself project. The underlying hierarchical planning model is highly complex. Currently the only planner that is able to find plans for this model within an acceptable time frame is the SAT-based HTN planner developed as part of this thesis.
- Published
- 2019
6. Système de planification en mixed-initiative pour l'assistance à la gestion des systèmes informatisés complexes
- Author
-
Ramoul, Abdeldjalil, Laboratoire d'Informatique de Grenoble (LIG ), Institut polytechnique de Grenoble - Grenoble Institute of Technology (Grenoble INP )-Centre National de la Recherche Scientifique (CNRS)-Université Grenoble Alpes [2016-2019] (UGA [2016-2019]), Université Grenoble Alpes, Sylvie Pesty, and Damien Pellier
- Subjects
Systèmes informatisés complexes ,Plannification automatique ,[INFO.INFO-RB]Computer Science [cs]/Robotics [cs.RO] ,Planification en mixed-Initiative ,HTN planning ,Planification HTN ,Mixed-Initiative planning ,Complex IT systems ,Automated planning - Abstract
The concept of complex IT systems includes all systems consisting of a large number of inter-connected and computer-managed components. The configuration and management of these systems involves a multitude of tasks that are critical to their proper functioning and their evolution. The problem of defining procedures for managing and configuring such systems becomes very critical in view of their increasing complexity and their rapid evolution. The aim of this thesis is to develop a mixed-initiative planning tool for the automatic co-generation of a set of management and configuration actions, regardless of the application domain. In this perspective, we develop GTOHP, a hierarchical automatic planner, with HTN, that present the high performance needed for a mixed-initiative interaction. We propose an algorithm for the instantiation and the simplification of HTN planning problems, which significantly reduces their complexity and improves the performance of the planning algorithms. We also propose an extension to the « Planning Domain Definition Language » (PDDL) in order to modelize the knowledge of domain experts in the form of tasks decomposition methods that will be used to guide the HTN planning algorithm. Then, we integrate some mechanisms to GTOHP for collecting statistics and information about the tests results carried out during the plans search and integrate them into the MIP which provides several features of mixed-initiative interaction. We demonstrate the high performance of the GTOHP planner and the contributions of the instantiation and simplification algorithm, by comparing them to a state-of-the-art HTN planner through a series of experiments on planning domains from the international planning competitions. Finally, we propose a panel of evaluation criteria of mixed-initiative systems that serve as a basis for the discussion about the performances and contributions of the MIP system.; Le concept de systèmes informatisés complexes rassemble tous les systèmes constitués d’un grand nombre de composantes inter-connectées et gérées par ordinateur. La configuration et la gestion de ces systèmes passe par une multitude de tâches critiques à leur bon fonctionnement et leur évolution. La problématique de la mise en place et la maîtrise des procédures de gestion et de configuration de tels systèmes devient un point critique au vu de la complexité croissante et du besoin d’évolution de ces derniers. L’objectif de cette thèse est de répondre à cette problématique, à travers le développement d’un outil de planification en mixed-initiative pour la co-génération automatique d’actions de gestion et de configuration, indépendamment du domaine d’application. Dans cette perspective, nous développons « Grounded Totally Ordered Hierarchical Planner » (GTOHP), un planificateur automatique hiérarchique, en « Hierarchical Task Network » (HTN), qui présente des performances élevées nécessaires à une interaction en mixed-initiative. Pour cela nous proposons un algorithme d’instanciation et de simplification des problèmes de planification HTN qui réduit de manière très significative leur complexité et améliore de ce fait les performances des algorithmes de planification. Nous proposons aussi une extension au langage de définition des domaines de planification automatique PDDL afin de modéliser les connaissances des experts du domaine d’application sous forme de méthodes de décomposition des tâches qui serviront à guider l’algorithme de planification HTN. Ensuite, nous intégrons au planificateur GTOHP des mécanismes de récolte de statistiques et d’in- formations sur les résultats des tests réalisés lors de la recherche de plans et nous l’intégrons dans le système « Mixed-Initiative Planner » (MIP) qui fournit plusieurs fonctionnalités d’interaction en mixed-initiative. Nous démontrons les performances élevées du planificateur GTOHP et les apports de l’algorithme d’instanciation et de simplification en le comparant à un planificateur HTN de l’état de l’art à travers une série d’expérimentations sur des domaines de planification issues de la compé- tition internationale de planification automatique. Enfin, nous proposons des critères d’évaluation pour les systèmes en mixed-initiative qui servent de base à la discussion du système MIP.
- Published
- 2018
7. Mixed-initiative planning system to assist the management of complex IT systems
- Author
-
Ramoul, Abdeldjalil, Laboratoire d'Informatique de Grenoble (LIG ), Institut polytechnique de Grenoble - Grenoble Institute of Technology (Grenoble INP )-Centre National de la Recherche Scientifique (CNRS)-Université Grenoble Alpes [2016-2019] (UGA [2016-2019]), Université Grenoble Alpes, Sylvie Pesty, and Damien Pellier
- Subjects
Systèmes informatisés complexes ,Plannification automatique ,[INFO.INFO-RB]Computer Science [cs]/Robotics [cs.RO] ,Planification en mixed-Initiative ,HTN planning ,Planification HTN ,Mixed-Initiative planning ,Complex IT systems ,Automated planning - Abstract
The concept of complex IT systems includes all systems consisting of a large number of inter-connected and computer-managed components. The configuration and management of these systems involves a multitude of tasks that are critical to their proper functioning and their evolution. The problem of defining procedures for managing and configuring such systems becomes very critical in view of their increasing complexity and their rapid evolution. The aim of this thesis is to develop a mixed-initiative planning tool for the automatic co-generation of a set of management and configuration actions, regardless of the application domain. In this perspective, we develop GTOHP, a hierarchical automatic planner, with HTN, that present the high performance needed for a mixed-initiative interaction. We propose an algorithm for the instantiation and the simplification of HTN planning problems, which significantly reduces their complexity and improves the performance of the planning algorithms. We also propose an extension to the « Planning Domain Definition Language » (PDDL) in order to modelize the knowledge of domain experts in the form of tasks decomposition methods that will be used to guide the HTN planning algorithm. Then, we integrate some mechanisms to GTOHP for collecting statistics and information about the tests results carried out during the plans search and integrate them into the MIP which provides several features of mixed-initiative interaction. We demonstrate the high performance of the GTOHP planner and the contributions of the instantiation and simplification algorithm, by comparing them to a state-of-the-art HTN planner through a series of experiments on planning domains from the international planning competitions. Finally, we propose a panel of evaluation criteria of mixed-initiative systems that serve as a basis for the discussion about the performances and contributions of the MIP system.; Le concept de systèmes informatisés complexes rassemble tous les systèmes constitués d’un grand nombre de composantes inter-connectées et gérées par ordinateur. La configuration et la gestion de ces systèmes passe par une multitude de tâches critiques à leur bon fonctionnement et leur évolution. La problématique de la mise en place et la maîtrise des procédures de gestion et de configuration de tels systèmes devient un point critique au vu de la complexité croissante et du besoin d’évolution de ces derniers. L’objectif de cette thèse est de répondre à cette problématique, à travers le développement d’un outil de planification en mixed-initiative pour la co-génération automatique d’actions de gestion et de configuration, indépendamment du domaine d’application. Dans cette perspective, nous développons « Grounded Totally Ordered Hierarchical Planner » (GTOHP), un planificateur automatique hiérarchique, en « Hierarchical Task Network » (HTN), qui présente des performances élevées nécessaires à une interaction en mixed-initiative. Pour cela nous proposons un algorithme d’instanciation et de simplification des problèmes de planification HTN qui réduit de manière très significative leur complexité et améliore de ce fait les performances des algorithmes de planification. Nous proposons aussi une extension au langage de définition des domaines de planification automatique PDDL afin de modéliser les connaissances des experts du domaine d’application sous forme de méthodes de décomposition des tâches qui serviront à guider l’algorithme de planification HTN. Ensuite, nous intégrons au planificateur GTOHP des mécanismes de récolte de statistiques et d’in- formations sur les résultats des tests réalisés lors de la recherche de plans et nous l’intégrons dans le système « Mixed-Initiative Planner » (MIP) qui fournit plusieurs fonctionnalités d’interaction en mixed-initiative. Nous démontrons les performances élevées du planificateur GTOHP et les apports de l’algorithme d’instanciation et de simplification en le comparant à un planificateur HTN de l’état de l’art à travers une série d’expérimentations sur des domaines de planification issues de la compé- tition internationale de planification automatique. Enfin, nous proposons des critères d’évaluation pour les systèmes en mixed-initiative qui servent de base à la discussion du système MIP.
- Published
- 2018
8. Achieving dynamic, multi-commander, multi-mission planning and execution.
- Author
-
Santos Jr, Eugene, DeLoach, Scott A., and Cox, Michael T.
- Subjects
BATTLEFIELDS ,MILITARY parks ,BATTLES ,DECISION making ,PROBLEM solving ,AUTHORITY ,CRITICAL thinking ,DECISION support systems ,PROTOTYPES - Abstract
The Multi-Agent Distributed Goal Satisfaction (MADGS) system facilitates distributed mission planning and execution in complex dynamic environments with a focus on distributed goal planning and satisfaction and mixed-initiative interactions with the human user. By understanding the fundamental technical challenges faced by our commanders on and off the battlefield, we can help ease the burden of decision-making. MADGS lays the foundations for retrieving, analyzing, synthesizing, and disseminating information to commanders. In this paper, we present an overview of the MADGS architecture and discuss the key components that formed our initial prototype and testbed. [ABSTRACT FROM AUTHOR]
- Published
- 2006
- Full Text
- View/download PDF
9. Model-based control architecture for attentive robots in rescue scenarios
- Author
-
Carbone, Andrea, Finzi, Alberto, Orlandini, Andrea, and Pirri, Fiora
- Published
- 2008
- Full Text
- View/download PDF
10. Awareness in mixed initiative planning
- Author
-
Gianni, M., Panagiotis Papadakis, Pirri, F., and Pizzoli, M.
- Subjects
Exchange of information ,Human operator ,Human perception ,Human-robot collaboration ,Human-robot-team ,Mixed-initiative planning ,Mixed-initiative systems ,Morphological adaptations ,Rescue robot ,Robot perception ,Task-driven ,Urban search and rescue - Published
- 2011
11. Improving Plan Adaptation Process Through Semantic Technologies
- Author
-
AIR FORCE RESEARCH LAB ROME NY INFORMATION DIRECTORATE, Staskevich, Gennady R., Carozzoni, Joseph A., AIR FORCE RESEARCH LAB ROME NY INFORMATION DIRECTORATE, Staskevich, Gennady R., and Carozzoni, Joseph A.
- Abstract
Advancements in technology have significantly impacted the methods and tactics of modern military operations, thereby significantly shortening the window of opportunity to act. The plan development process takes up a significant portion of the available time and has a direct impact on effectiveness of the response. We postulate that the plan development process can be improved and shortened by leveraging the semantic technologies to improve the adaptation of human experiences within a distributed, mixed-initiative, case-based planning system. In particular, we present research that builds upon the semantic extensions of the Distributed Episodic Exploratory Planning project, where agents utilize the capabilities of actors and resources through the available taxonomies to improve the instantiation and adaptation of plans., Presented at the International Command and Control Research and Technology Symposium (ICCRTS) (14th), Topic 5: Experimentation and Analysis, held in Washington, DC, on 15-17 Jun 2009. Prepared in collaboration with Aptima, Inc., Woburn, MA. The original document contains color images.
- Published
- 2009
12. Visualization tool for the TechNET planning system
- Author
-
Agrawal, Himanshu, Ceccaroni, Luigi, Universitat Politècnica de Catalunya. Departament de Llenguatges i Sistemes Informàtics, and Universitat Politècnica de Catalunya. KEMLG - Grup d'Enginyeria del Coneixement i Aprenentatge Automàtic
- Subjects
Multi-agent system ,ComputingMethodologies_DOCUMENTANDTEXTPROCESSING ,Informàtica::Intel·ligència artificial [Àrees temàtiques de la UPC] ,Mixed-initiative planning - Abstract
The work described in this document has been carried out in the frame of the @LIS TechNET project, which aims to create a live network across Europe and Latin America as a new, virtual, and interactive learning environment, based on software-agent technology. The purpose of this document is to describe a visualization tool developed for the TechNET's planning system. As background, this document also briefly describes what mixed-initiative planning is.
- Published
- 2005
13. Distributed Episodic Exploratory Planning (Deep)
- Author
-
AIR FORCE RESEARCH LAB ROME NY INFORMATION DIRECTORATE, Carozzoni, Joseph A., Lawton, James H., DeStefano, Chad, Ford, Anthony J., Hudack, Jeffrey W., Lachevet, Kurt K., Staskevich, Gennady R., AIR FORCE RESEARCH LAB ROME NY INFORMATION DIRECTORATE, Carozzoni, Joseph A., Lawton, James H., DeStefano, Chad, Ford, Anthony J., Hudack, Jeffrey W., Lachevet, Kurt K., and Staskevich, Gennady R.
- Abstract
This report describes an overview and the progress to date of the Distributed Episodic Exploratory Planning (DEEP) project. DEEP is a mixed-initiative decision support system that utilizes past experiences to suggest courses of action for new situations. It has been designed as a distributed multi-agent system, using agents to maintain and exploit the experiences of individual commanders as well as to transform suggested past plans into potential solutions for new problems. The system is mixed-initiative in the sense that a commander, through his or her agent, can view and modify the contents of the shared repository as needed. The agents interact through a common knowledge repository, represented by a blackboard in the initial architecture. The blackboard architecture is well suited for dealing with ill-defined, complex situations such as warfare., The original document contains color images.
- Published
- 2008
14. Semantic Interoperability in Distributed Planning
- Author
-
AIR FORCE RESEARCH LAB ROME NY INFORMATION DIRECTORATE, Staskevich, Gennady R., Hudack, Jeffrey W., Lawton, James, Carozzoni, Joseph A., AIR FORCE RESEARCH LAB ROME NY INFORMATION DIRECTORATE, Staskevich, Gennady R., Hudack, Jeffrey W., Lawton, James, and Carozzoni, Joseph A.
- Abstract
The USAF Command and Control (C2) is undergoing a transformation from a co-located, theater-centric process to one that is worldwide and distributed. A key challenge for this transformation to Globally-Linked Air and Space Operations Centers is developing the ability to collaboratively plan and execute operations with multiple cooperating command centers. This paper describes an in-house program underway at the USAF Research Laboratory Information Directorate that is developing technologies to support the concepts of Network Centric Operations. In particular, research is presented that extends the Object Model Working Group's Core Plan Representation (CPR) framework utilizing semantic technologies to capture planning experiences in both human- and machine-readable form. A key feature of these extensions is common, interoperable plan representation amongst the distributed heterogeneous planning agents. Semantic interoperability of the plan representation is critical to support distributed planning. The initial approach to achieving interoperability is a limited taxonomy for describing key plan-related information. The research presented utilizes open standards semantic technology to encapsulate plans as self-describing semantic objects., Presented at the International Command and Control Research and Technology Symposium (ICCRTS 2008) (13th), held in Seattle, WA, on 17-19 June 2008. Document includes briefing charts in addition to text. The original document contains color images.
- Published
- 2008
15. Distributed Planning in a Mixed-Initiative Environment
- Author
-
AIR FORCE RESEARCH LAB ROME NY SYSTEMS AND INFORMATION INTEROPERABILITY BRANCH, DeStefano, Chad, Lachevet, Kurt, Carozzoni, Joseph, AIR FORCE RESEARCH LAB ROME NY SYSTEMS AND INFORMATION INTEROPERABILITY BRANCH, DeStefano, Chad, Lachevet, Kurt, and Carozzoni, Joseph
- Abstract
The USAF Command and Control (C2) is undergoing a transformation to enable a full-spectrum, joint warfighting capability. To be able to meet the future challenge of employing forces anywhere in the world in support of national security objectives, the USAF requires a highly synchronized, distributed planning and replanning capability that is flexible to adapt to any level of conflict. This paper describes an in-house program underway at the USAF Research Laboratory Information Directorate that is developing technologies to support the concepts of Network-Centric Operations (NCO). The research focus of this program is on the concepts and architecture needed to support the distributed, mixed-initiative planning required for NCO. Our system builds upon distributed blackboards and multi-agent systems to provide automated opportunistic planning capabilities for distributed C2 operations. An extensible UML model of plans has also been developed to support human-machine dialog for mix-initiative planning. The plan representation is object oriented, recursive, and supports plan fragment operations, a key concept for distributed planning. This paper will also discuss our future research directions, including the encoding of human-planner experience and expertise for rapid formation of distributed expert planning teams., Presented at the International Command and Control Research and Technology Symposia (13th), ICCRTS 2008, Seattle, WA on 17-19 Jun 2008. The original document contains color images.
- Published
- 2008
16. Combining Technical and Human-Centered Strategies for Decision Support in Command and Control - The ComPlan Approach
- Author
-
Leifler, Ola and Leifler, Ola
- Abstract
ComPlan (A Combined, Collaborative Command and Control Planning tool) is an approach to providing knowledge-based decision support in the context of command and control. It combines technical research on automated planning tools with human-centered research on mission planning. At its core, ComPlan uses interconnected views of a planning situation to present and manipulate aspects of a scenario. By using domain knowledge flexibly, it presents immediate and directly visible feedback on constraint violations of a plan, facilitates mental simulation of events, and provides support for synchronization of concurrently working mission planners. The conceptual framework of ComPlan is grounded on three main principles from human-centered research on command and control: transparency, graceful regulation, and event-based feedback. As a result, ComPlan provides a model for applying a human-centered perspective on plan authoring tools for command and control, and a demonstration for how to apply that model in an integrated plan-authoring environment.
- Published
- 2008
17. Implementing Hierarchical Agent-Human Teamworks via Constraint-Based Models
- Author
-
Siebra, C, Tate, Austin, and CAPES Foundation, DARPA, US Air Force Research Laboratory
- Subjects
Informatics ,mixed-initiative planning ,Computer Science ,Artificial Intelligence Applications Institute ,ontology ,teamwork - Abstract
The University of Edinburgh and research sponsors are authorised to reproduce and distribute reprints and on-line copies for their purposes notwithstanding any copyright annotation hereon. The views and conclusions contained herein are the author’s and shouldn’t be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of other parties. The teamwork research defines several important concepts regarding the design of agents so that they are in fact able to play as members of a collaborative group. Currently such research has been focused on multiagent domains, where agents have full autonomy to take decisions. However this model is not common in real applications where humans may wish to be in control for critical decisions. This paper discusses the use of a constraint-based ontology to create models of mixed-initiative interaction for teamworks. Furthermore we show a practical application on how hierarchical users can use this approach during operations in critical domains.
- Published
- 2004
18. Visualization tool for the TechNET planning system
- Author
-
Universitat Politècnica de Catalunya. Departament de Llenguatges i Sistemes Informàtics, Universitat Politècnica de Catalunya. KEMLG - Grup d'Enginyeria del Coneixement i Aprenentatge Automàtic, Agrawal, Himanshu, Ceccaroni, Luigi, Universitat Politècnica de Catalunya. Departament de Llenguatges i Sistemes Informàtics, Universitat Politècnica de Catalunya. KEMLG - Grup d'Enginyeria del Coneixement i Aprenentatge Automàtic, Agrawal, Himanshu, and Ceccaroni, Luigi
- Abstract
The work described in this document has been carried out in the frame of the @LIS TechNET project, which aims to create a live network across Europe and Latin America as a new, virtual, and interactive learning environment, based on software-agent technology. The purpose of this document is to describe a visualization tool developed for the TechNET's planning system. As background, this document also briefly describes what mixed-initiative planning is., Postprint (published version)
- Published
- 2005
19. The TRAINS Project: A Case Study in Defining a Conversational Planning Agent
- Author
-
Allen, James F., Schubert, Lenhart K., Ferguson, George M., Heeman, Peter A., Hwang, Chung Hee, Kato, Tsuneaki, Light, Marc, Martin, Nathaniel G., Miller, Bradford W., Poesio, Massimo, Traum, David R. (1963 - ), Allen, James F., Schubert, Lenhart K., Ferguson, George M., Heeman, Peter A., Hwang, Chung Hee, Kato, Tsuneaki, Light, Marc, Martin, Nathaniel G., Miller, Bradford W., Poesio, Massimo, and Traum, David R. (1963 - )
- Abstract
The TRAINS project is an effort to build a conversationally proficient planning assistant. A key part of the project is the construction of the TRAINS system, which provides the research platform for a wide range of issues in natural language understanding, mixed-initiative planning systems, and representing and reasoning about time, actions and events. Four years have now passed since the beginning of the project. Each year we have produced a demonstration system that focused on a dialog that illustrates particular aspects of our research. The commitment to building complete integrated systems is a significant overhead on the research, but we feel it is essential to guarantee that the results constitute real progress in the field. This paper describes the goals of the project, and our experience with the effort so far.
20. The Design and Implementation of the TRAINS-96 System: A Prototype Mixed-Initiative Planning Assistant
- Author
-
Ferguson, George M., Allen, James F., Miller, Bradford W., Ringger, Eric K., Ferguson, George M., Allen, James F., Miller, Bradford W., and Ringger, Eric K.
- Abstract
This document describes the design and implementation of TRAINS-96, a prototype mixed-initiative planning assistant system. The TRAINS-96 system helps a human manager solve routing problems in a simple transportation domain. It interacts with the human using spoken, typed, and graphical input and generates spoken output and graphical map displays. The key to TRAINS-96 is that it treats the interaction with the user as a dialogue in which each participant can do what they do best. The TRAINS-96 system is intended as both a demonstration of the feasibility of realistic mixed-initiative planning and as a platform for future research. This document describes both the design of the system and such features of its use as might be useful for further experimentation. Further references and a comprehensive set of manual pages are also provided.
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.