liu.seSearch for publications in DiVA
Change search
Link to record
Permanent link

Direct link
Publications (10 of 12) Show all publications
Speck, D., Hecher, M., Gnad, D., Fichte, J. K. & Corrêa, A. B. (2025). Counting and Reasoning with Plans. In: Toby Walsh, Julie Shah, Zico Kolter (Ed.), Proceedings of the 39th Annual AAAI Conference on Artificial Intelligence (AAAI'25): . Paper presented at The 39th Annual AAAI Conference on Artificial Intelligence, Philadelphia, Pennsylvania, USA, February 25 – March 4, 2025 (pp. 26688-26696). AAAI Press, 39 (25)
Open this publication in new window or tab >>Counting and Reasoning with Plans
Show others...
2025 (English)In: Proceedings of the 39th Annual AAAI Conference on Artificial Intelligence (AAAI'25) / [ed] Toby Walsh, Julie Shah, Zico Kolter, AAAI Press, 2025, Vol. 39 (25), p. 26688-26696Conference paper, Published paper (Refereed)
Abstract [en]

Classical planning asks for a sequence of operators reach-ing a given goal. While the most common case is to compute a plan, many scenarios require more than that. However, quantitative reasoning on the plan space remains mostly unexplored. A fundamental problem is to count plans, which relates to the conditional probability on the plan space. Indeed, qualitative and quantitative approaches are well-established in various other areas of automated reasoning.

We present the first study to quantitative and qualitative reasoning on the plan space. In particular, we focus on polynomially bounded plans. On the theoretical side, we study its complexity, which gives rise to rich reasoning modes. Sincecounting is hard in general, we introduce the easier notion of facets, which enables understanding the significance of operators. On the practical side, we implement quantitative reasoning for planning. Thereby, we transform a planning task into a propositional formula and use knowledge compilationto count different plans. This framework scales well to largeplan spaces, while enabling rich reasoning capabilities suchas learning pruning functions and explainable planning.

Place, publisher, year, edition, pages
AAAI Press, 2025
Series
AAAI Conference on Artificial Intelligence, ISSN 2159-5399, E-ISSN 2374-3468 ; 39
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-211351 (URN)10.1609/aaai.v39i25.34871 (DOI)001477487000055 ()2-s2.0-105003948978 (Scopus ID)9781577358978 (ISBN)
Conference
The 39th Annual AAAI Conference on Artificial Intelligence, Philadelphia, Pennsylvania, USA, February 25 – March 4, 2025
Funder
ELLIIT - The Linköping‐Lund Initiative on IT and Mobile Communications
Note

Funding Agencies|Swiss National Science Foundation (SNSF) as part of the project "Unifying the Theory and Algorithms of Factored State-Space Search" (UTA); Austrian Science Fund (FWF) [J 4656, P 32830]; Society for Research Funding in Lower Austria (GFF, Gesellschaft fur Forschungsforderung NO) [ExzF-0004]; Vienna Science and Technology Fund (WWTF) [ICT19-065]; ELLIIT - Swedish government

Available from: 2025-02-04 Created: 2025-02-04 Last updated: 2025-08-28
Kornherr, M., Corrêa, A. B., Gaggl, S., Hecher, M., Rusovac, D., Speck, D., . . . Gnad, D. (2025). Graphical Navigation in Solution Spaces using PlanPilot.
Open this publication in new window or tab >>Graphical Navigation in Solution Spaces using PlanPilot
Show others...
2025 (English)Report (Other academic)
Abstract [en]

Many planning applications require not only a single solution but benefit substantially from having a set of possible plans from which users can select according to preferences. Surprisingly, planning research has primarily focused on quickly finding single plans for decades. Only recently have researchers started to investigate plan enumeration by top-k planning, offering more flexibility to the user. But simply enumerating the k best plans is far from targeted due to the time-consuming nature of enumeration, likely feeding many similar plans to the user, and forcing the user to define filters beforehand. In fact, in extensive search spaces, enumeration is hardly practical. We present an approach and a tool called PlanPilot to navigate solution spaces of planning tasks iteratively and interactively. We build on answer-set programming (ASP) to restrict the plan space. To that end, we employ facets, which are meaningful actions that appear in some, but not all plans. Enforcing or forbidding such facets allows for navigating even large plan spaces while ensuring desired properties quickly and step by step. 

National Category
Artificial Intelligence
Identifiers
urn:nbn:se:liu:diva-217456 (URN)
Funder
ELLIIT - The Linköping‐Lund Initiative on IT and Mobile Communications
Note

System Demonstrations and Exhibits program at ICAPS 2025 (The 35th International Conference on Automated Planning and Scheduling).

Available from: 2025-09-08 Created: 2025-09-08 Last updated: 2025-09-08
Gnad, D., Hecher, M., Gaggl, S., Rusovac, D., Speck, D. & Fichte, J. K. (2025). PlanPilot: Interactive Exploration of Plan Spaces. In: Proceedings of the 22nd International Conference on Principles of Knowledge Representation and Reasoning (KR 2025): . Paper presented at KR 2025.
Open this publication in new window or tab >>PlanPilot: Interactive Exploration of Plan Spaces
Show others...
2025 (English)In: Proceedings of the 22nd International Conference on Principles of Knowledge Representation and Reasoning (KR 2025), 2025Conference paper, Published paper (Refereed)
Abstract [en]

Many planning applications require not only a single solution but benefit substantially from having a set of possible plans from which users can select, for example, when explaining plans. For decades, research in classical AI planning has primarily focused on quickly finding single plans. Only recently have researchers started to investigate preferences, enumerate plans by top-k planning, or count plans to reason about the plan space. Unfortunately, reasoning about the plan space is computationally extremely hard and feeding many similar plans to the user is hardly practical. To circumvent computational shortcomings while still being able to reason about variability in plans, faceted actions have been introduced very recently. These are meaningful actions that can be used by some plan but are not required by all plans. Enforcing or forbidding such facets allows for navigating even large plan spaces while ensuring desired properties quickly and step by step. In this paper, we illustrate an industrial challenge where reasoning with facets enables targeted plan space navigation. We present an approach to handle large plan spaces iteratively and interactively and present a tool that we call PlanPilot. 

National Category
Artificial Intelligence
Identifiers
urn:nbn:se:liu:diva-217457 (URN)
Conference
KR 2025
Funder
ELLIIT - The Linköping‐Lund Initiative on IT and Mobile Communications
Available from: 2025-09-08 Created: 2025-09-08 Last updated: 2025-09-08
Skjelnes, M., Gnad, D. & Seipp, J. (2024). Cost Partitioning for Multiple Sequence Alignment. In: : . Paper presented at 27TH EUROPEAN CONFERENCE ON ARTIFICIAL INTELLIGENCE (ECAI 2024) (pp. 4224-4231). , 392
Open this publication in new window or tab >>Cost Partitioning for Multiple Sequence Alignment
2024 (English)Conference paper, Published paper (Refereed)
Abstract [en]

Multiple Sequence Alignment (MSA) is a fundamental problem in computational biology that is used to understand the evolutionary history of protein, DNA, or RNA sequences. An optimal alignment for two sequences can efficiently be found using dynamic programming, but computing optimal alignments for more sequences continues to be a hard problem. A common method to solve MSA problems is A* search with admissible heuristics, computed from subsets of the input sequences. In this paper, we consider MSA from the perspective of cost partitioning and relate the existing heuristics for MSA to uniform cost partitioning and post-hoc optimization, two well-known techniques from the automated planning literature. We show that the MSA heuristics are bounded by uniform cost partitioning and that post-hoc optimization yields strictly dominating heuristics. For a common benchmark set of protein sequences and a set of DNA sequences, we show that the theoretical dominance relations between the heuristics carry over to practical instances.

Keywords
Automated Planning, Artificial Intelligence, Heuristic Search, WASP
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-215807 (URN)10.3233/FAIA240995 (DOI)
Conference
27TH EUROPEAN CONFERENCE ON ARTIFICIAL INTELLIGENCE (ECAI 2024)
Funder
Wallenberg AI, Autonomous Systems and Software Program (WASP)
Available from: 2025-06-29 Created: 2025-06-29 Last updated: 2025-06-29
Skjelnes, M., Gnad, D. & Seipp, J. (2024). Cost Partitioning for Multiple Sequence Alignment. In: : . Paper presented at The 34th International Conference on Automated Planning and Scheduling (ICAPS 2024).
Open this publication in new window or tab >>Cost Partitioning for Multiple Sequence Alignment
2024 (English)Conference paper, Published paper (Refereed)
Abstract [en]

Multiple Sequence Alignment (MSA) is a fundamental prob-lem in computational biology that is used to understand theevolutionary history of protein, DNA, or RNA sequences. Anoptimal alignment for two sequences can efficiently be foundusing dynamic programming, but computing optimal align-ments for more sequences continues to be a hard problem. Acommon method to solve MSA problems is A∗ search with admissible heuristics, computed from subsets of the input se-quences. In this paper, we consider MSA from the perspectiveof cost partitioning and relate the existing heuristics for MSAto uniform cost partitioning and post-hoc optimization, twowell-known techniques from the automated planning litera-ture. We show that the MSA heuristics are bounded by uni-form cost partitioning and that post-hoc optimization yieldsstrictly dominating heuristics. For a common benchmark setof protein sequences and a set of DNA sequences, we showthat the theoretical dominance relations between the heuris-tics carry over to practical instances

Keywords
Automated Planning, Artificial Intelligence, Heuristic Search, WASP
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-215823 (URN)
Conference
The 34th International Conference on Automated Planning and Scheduling (ICAPS 2024)
Funder
Wallenberg AI, Autonomous Systems and Software Program (WASP)
Note

Workshop paper for the Heuristics and Search for Domain-Independent Planning (HSDIP 2024) workshop.

Available from: 2025-06-30 Created: 2025-06-30 Last updated: 2025-06-30
Speck, D. & Gnad, D. (2024). Decoupled Search for the Masses: A Novel Task Transformation for Classical Planning. In: Sara Bernardini, Christian Muise (Ed.), Proceedings of the Thirty-Fourth International Conference on Automated Planning and Scheduling: . Paper presented at 34th International Conference on Automated Planning and Scheduling 2024 (ICAPS'24), Alberta, Canada, June 1-6, 2024. Washington, DC, USA: AAAI Press, 34
Open this publication in new window or tab >>Decoupled Search for the Masses: A Novel Task Transformation for Classical Planning
2024 (English)In: Proceedings of the Thirty-Fourth International Conference on Automated Planning and Scheduling / [ed] Sara Bernardini, Christian Muise, Washington, DC, USA: AAAI Press, 2024, Vol. 34Conference paper, Published paper (Refereed)
Abstract [en]

Automated problem reformulation is a common technique in classical planning to identify and exploit problem structures. Decoupled search is an approach that automatically decomposes planning tasks based on their causal structure, often significantly reducing the search effort. However, its broad applicability is limited by the need for specialized algorithms. In this paper, we present an approach that embodies decoupled search for non-optimal planning through a novel task transformation. Specifically, given a task and a decomposition, we create a transformed task such that the state space of the transformed task is isomorphic to that of decoupled search on the original task. This eliminates the need for specialized algorithms and allows the use of various planning technology in the decoupled-search framework. Empirical evaluation shows that our method is empirically competitive with specialized decoupled algorithms and favorable to other related problem reformulation techniques. 

Place, publisher, year, edition, pages
Washington, DC, USA: AAAI Press, 2024
Keywords
Artificial Intelligence, Automated Planning, Heuristik Search, WASP
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-208100 (URN)10.1609/icaps.v34i1.31516 (DOI)9781577358893 (ISBN)
Conference
34th International Conference on Automated Planning and Scheduling 2024 (ICAPS'24), Alberta, Canada, June 1-6, 2024
Funder
Wallenberg AI, Autonomous Systems and Software Program (WASP)Swedish National Infrastructure for Computing (SNIC)EU, Horizon 2020, 952215
Available from: 2024-10-03 Created: 2024-10-03 Last updated: 2024-10-18Bibliographically approved
Gnad, D., Sievers, S. & Torralba, A. (2023). Efficient Evaluation of Large Abstractions for Decoupled Search: Merge-and-Shrink and Symbolic Pattern Databases. In: : . Paper presented at ICAPS.
Open this publication in new window or tab >>Efficient Evaluation of Large Abstractions for Decoupled Search: Merge-and-Shrink and Symbolic Pattern Databases
2023 (English)Conference paper, Published paper (Refereed)
Keywords
WASP
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-198697 (URN)
Conference
ICAPS
Funder
Wallenberg AI, Autonomous Systems and Software Program (WASP)
Available from: 2023-10-23 Created: 2023-10-23 Last updated: 2023-10-23
Speck, D., Höft, P., Gnad, D. & Seipp, J. (2023). Finding Matrix Multiplication Algorithms with Classical Planning. In: Proceedings of the 33rd International Conference on Automated Planning and Scheduling (ICAPS 2023): . Paper presented at 33rd International Conference on Automated Planning and Scheduling (ICAPS 2023) (pp. 411-416).
Open this publication in new window or tab >>Finding Matrix Multiplication Algorithms with Classical Planning
2023 (English)In: Proceedings of the 33rd International Conference on Automated Planning and Scheduling (ICAPS 2023), 2023, p. 411-416Conference paper, Published paper (Refereed)
Abstract [en]

Matrix multiplication is a fundamental operation of linear algebra, with applications ranging from quantum physics to artificial intelligence. Given its importance, enormous resources have been invested in the search for faster matrix multiplication algorithms. Recently, this search has been cast as a single-player game. By learning how to play this game efficiently, the newly-introduced AlphaTensor reinforcement learning agent is able to discover many new faster algorithms. In this paper, we show that finding matrix multiplication algorithms can also be cast as a classical planning problem. Based on this observation, we introduce a challenging benchmark suite for classical planning and evaluate state-of-the-art planning techniques on it. We analyze the strengths and limitations of different planning approaches in this domain and show that we can use classical planning to find lower bounds and concrete algorithms for matrix multiplication.

Keywords
Classical planning, Automated planning, Artificial Intelligence, WASP
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-196476 (URN)
Conference
33rd International Conference on Automated Planning and Scheduling (ICAPS 2023)
Funder
EU, Horizon 2020, 952215
Available from: 2023-08-08 Created: 2023-08-08 Last updated: 2023-08-08
Gnad, D., Helmert, M., Jonsson, P. & Shleyfman, A. (2023). Planning over Integers: Compilations and Undecidability. In: Sven Koenig; Roni Stern; Mauro Vallati (Ed.), Proceedings of the Thirty-Third International Conference on Automated Planning and Scheduling: . Paper presented at Thirty-Third International Conference on Automated Planning and Scheduling (ICAPS 2023) (pp. 148-152). Cambridge, MA: AAAI Press, 33
Open this publication in new window or tab >>Planning over Integers: Compilations and Undecidability
2023 (English)In: Proceedings of the Thirty-Third International Conference on Automated Planning and Scheduling / [ed] Sven Koenig; Roni Stern; Mauro Vallati, Cambridge, MA: AAAI Press, 2023, Vol. 33, p. 148-152Conference paper, Published paper (Refereed)
Abstract [en]

Restricted Tasks (RT) are a special case of numeric planning characterized by numeric conditions that involve one numeric variable per formula and numeric effects that allow only the addition of constants. Despite this, RTs form an expressive class whose planning problem is undecidable. The restricted nature of RTs often makes problem modeling awkward and unnecessarily complicated. We show that this can be alleviated by compiling mathematical operations that are not natively supported into RTs using macro-like action sequences. With that, we can encode many features found in general numeric planning such as constant multiplication, addition of linear formulas, and integer division and residue. We demonstrate how our compilations can be used to capture challenging mathematical problems such as the (in)famous Collatz conjecture. Our approach additionally gives a simple undecidability proof for RTs, and the proof shows that the number of variables needed to construct an undecidable class of RTs is surprisingly low: two numeric and one propositional variable.

Place, publisher, year, edition, pages
Cambridge, MA: AAAI Press, 2023
Series
Proceedings of the International Conference on Automated Planning and Scheduling, ISSN 2334-0835, E-ISSN 2334-0843
Keywords
Theoretical foundations of planning and scheduling; Planning and scheduling with continuous state and action spaces
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-198698 (URN)10.1609/icaps.v33i1.27189 (DOI)1-57735-881-3 (ISBN)978-1-57735-881-7 (ISBN)
Conference
Thirty-Third International Conference on Automated Planning and Scheduling (ICAPS 2023)
Projects
WASP
Available from: 2023-10-23 Created: 2023-10-23 Last updated: 2025-11-13
Shleyfman, A., Gnad, D. & Jonsson, P. (2023). Structurally Restricted Fragments of Numeric Planning – a Complexity Analysis. In: THIRTY-SEVENTH AAAI CONFERENCE ON ARTIFICIAL INTELLIGENCE, VOL 37 NO 10: . Paper presented at 37th AAAI Conference on Artificial Intelligence (AAAI) / 35th Conference on Innovative Applications of Artificial Intelligence / 13th Symposium on Educational Advances in Artificial Intelligence, Washington, DC, FEB 07-14, 2023. (pp. 12112-12119). ASSOC ADVANCEMENT ARTIFICIAL INTELLIGENCE, 37
Open this publication in new window or tab >>Structurally Restricted Fragments of Numeric Planning – a Complexity Analysis
2023 (English)In: THIRTY-SEVENTH AAAI CONFERENCE ON ARTIFICIAL INTELLIGENCE, VOL 37 NO 10, ASSOC ADVANCEMENT ARTIFICIAL INTELLIGENCE , 2023, Vol. 37, p. 12112-12119Conference paper, Published paper (Refereed)
Abstract [en]

Numeric planning is known to be undecidable even under severe restrictions. Prior work has investigated the decidability boundaries by restricting the expressiveness of the planning formalism in terms of the numeric functions allowed in conditions and effects. We study a well-known restricted form of Hoffmann's simple numeric planning, which is undecidable. We analyze the complexity by imposing restrictions on the causal structure, exploiting a novel method for bounding variable domain sizes. First, we show that plan existence for tasks where all numeric variables are root nodes in the causal graph is in PSPACE. Second, we show that for tasks with only numeric leaf variables the problem is decidable, and that it is in PSPACE if the propositional state space has a fixed size. Our work lays a strong foundation for future investigations of structurally more complex tasks. From a practical perspective, our method allows to employ heuristics and methods that are geared towards finite variable domains (such as pattern database heuristics or decoupled search) to solve non-trivial families of numeric planning problems.

Place, publisher, year, edition, pages
ASSOC ADVANCEMENT ARTIFICIAL INTELLIGENCE, 2023
Series
AAAI Conference on Artificial Intelligence, ISSN 2159-5399
Keywords
PRS: Mixed Discrete/Continuous Planning, PRS: Deterministic Planning
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-198694 (URN)10.1609/aaai.v37i10.26428 (DOI)001243749200068 ()
Conference
37th AAAI Conference on Artificial Intelligence (AAAI) / 35th Conference on Innovative Applications of Artificial Intelligence / 13th Symposium on Educational Advances in Artificial Intelligence, Washington, DC, FEB 07-14, 2023.
Funder
Wallenberg AI, Autonomous Systems and Software Program (WASP)Swedish Research Council, 2021-04371
Available from: 2023-10-23 Created: 2023-10-23 Last updated: 2024-09-06
Organisations
Identifiers
ORCID iD: ORCID iD iconorcid.org/0000-0001-7434-2669

Search in DiVA

Show all publications