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

Direct link
Jonsson, Peter, ProfessorORCID iD iconorcid.org/0000-0002-5288-3330
Publications (10 of 103) Show all publications
Dabrowski, K. K., Jonsson, P., Ordyniak, S., Osipov, G. & Wahlström, M. (2023). Almost Consistent Systems of Linear Equations. In: Proceedings of the 2023 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA): . Paper presented at ACM-SIAM Symposium on Discrete Algorithms (SODA), Florence, January 22-25, 2023 (pp. 3179-3217). Society for Industrial and Applied Mathematics
Open this publication in new window or tab >>Almost Consistent Systems of Linear Equations
Show others...
2023 (English)In: Proceedings of the 2023 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), Society for Industrial and Applied Mathematics, 2023, p. 3179-3217Conference paper, Published paper (Refereed)
Abstract [en]

Checking whether a system of linear equations is consistent is a basic computational problem with ubiquitous applications. When dealing with inconsistent systems, one may seek an assignment that minimizes the number of unsatisfied equations. This problem is NP-hard and UGC-hard to approximate within any constant even for two-variable equations over the two-element field. We study this problem from the point of view of parameterized complexity, with the parameter being the number of unsatisfied equations. We consider equations defined over Euclidean domains—a family of commutative rings that generalize finite and infinite fields including the rationals, the ring of integers and many other structures. We show that if every equation contains at most two variables, the problem is fixed-parameter tractable. This generalizes many eminent graph separation problems such as Bipartization, Multiway Cut and Multicut parameterized by the size of the cutset. To complement this, we show that the problem is W[1]-hard when three or more variables are allowed in an equation, as well as for many commutative rings that are not Euclidean domains. On the technical side, we introduce the notion of important balanced subgraphs, generalizing important separators of Marx [Theor. Comput. Sci. 2006] to the setting of biased graphs. Furthermore, we use recent results on parameterized MinCSP [Kim et al., SODA 2021] to efficiently solve a generalization of Multicut with disjunctive cut requests.

Place, publisher, year, edition, pages
Society for Industrial and Applied Mathematics, 2023
Series
Discrete Algorithms
National Category
Computational Mathematics
Identifiers
urn:nbn:se:liu:diva-203022 (URN)10.1137/1.9781611977554.ch121 (DOI)001288501200026 ()9781611977554 (ISBN)
Conference
ACM-SIAM Symposium on Discrete Algorithms (SODA), Florence, January 22-25, 2023
Note

Funding Agencies|Wallenberg AI, Autonomous Systems and Software Program (WASP) - Knut and Alice Wallenberg Foundation; Swedish Research Council (VR) [2017-04112, 2021-04371]; Engineering and Physical Sciences Research Council (EPSRC) [EP/V00252X/1]

Available from: 2024-04-24 Created: 2024-04-24 Last updated: 2024-10-22Bibliographically approved
Jonsson, P. & Lagerkvist, V. (2023). General Lower Bounds and Improved Algorithms for Infinite–Domain CSPs. Algorithmica, 85(1), 188-215
Open this publication in new window or tab >>General Lower Bounds and Improved Algorithms for Infinite–Domain CSPs
2023 (English)In: Algorithmica, ISSN 0178-4617, E-ISSN 1432-0541, Vol. 85, no 1, p. 188-215Article in journal (Refereed) Published
Abstract [en]

We study the fine-grained complexity of NP-complete, infinite-domain constraint satisfaction problems (CSPs) parameterised by a set of first-order definable relations (with equality). Such CSPs are of central importance since they form a subclass of any infinite-domain CSP parameterised by a set of first-order definable relations over a relational structure (possibly containing more than just equality). We prove that under the randomised exponential-time hypothesis it is not possible to find c>1 such that a CSP over an arbitrary finite equality language is solvable in O(cn) time (n is the number of variables). Stronger lower bounds are possible for infinite equality languages where we rule out the existence of 2o(nlog⁡n) time algorithms; a lower bound which also extends to satisfiability modulo theories solving for an arbitrary background theory. Despite these lower bounds we prove that for each c>1 there exists an NP-hard equality CSP solvable in O(cn) time. Lower bounds like these immediately ask for closely matching upper bounds, and we prove that a CSP over a finite equality language is always solvable in O(cn) time for a fixed c, and manage to extend this algorithm to the much broader class of CSPs where constraints are formed by first-order formulas over a unary structure.

Place, publisher, year, edition, pages
Springer, 2023
Keywords
Constraint satisfaction, Infinite domains, Equality languages, Fine-grained complexity, Lower bounds
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-198447 (URN)10.1007/s00453-022-01017-8 (DOI)000839434400001 ()2-s2.0-85135869960 (Scopus ID)
Funder
Swedish Research Council, 2017-04112Swedish Research Council, 2019-03690
Available from: 2023-10-13 Created: 2023-10-13 Last updated: 2024-03-14Bibliographically approved
Dabrowski, K. K., Jonsson, P., Ordyniak, S., Osipov, G., Pilipczuk, M. & Sharma, R. (2023). Parameterized Complexity Classification for Interval Constraints. In: Neeldhara Misra, Magnus Wahlström (Ed.), 18th International Symposium on Parameterized and Exact Computation (IPEC 2023): . Paper presented at International Symposium on Parameterized and Exact Computation (IPEC), Amsterdam, September 6-8, 2023 (pp. 11:1-11:19). Saarbrücken/Wadern: Schloss Dagstuhl – Leibniz-Zentrum für Informatik, 285
Open this publication in new window or tab >>Parameterized Complexity Classification for Interval Constraints
Show others...
2023 (English)In: 18th International Symposium on Parameterized and Exact Computation (IPEC 2023) / [ed] Neeldhara Misra, Magnus Wahlström, Saarbrücken/Wadern: Schloss Dagstuhl – Leibniz-Zentrum für Informatik , 2023, Vol. 285, p. 11:1-11:19Conference paper, Published paper (Refereed)
Abstract [en]

Constraint satisfaction problems form a nicely behaved class of problems that lends itself to complexity classification results. From the point of view of parameterized complexity, a natural task is to classify the parameterized complexity of MinCSP problems parameterized by the number of unsatisfied constraints. In other words, we ask whether we can delete at most k constraints, where k is the parameter, to get a satisfiable instance. In this work, we take a step towards classifying the parameterized complexity for an important infinite-domain CSP: Allen’s interval algebra (IA). This CSP has closed intervals with rational endpoints as domain values and employs a set A of 13 basic comparison relations such as "precedes" or "during" for relating intervals. IA is a highly influential and well-studied formalism within AI and qualitative reasoning that has numerous applications in, for instance, planning, natural language processing and molecular biology. We provide an FPT vs. W[1]-hard dichotomy for MinCSP(Γ) for all Γ ⊆ A. IA is sometimes extended with unions of the relations in A or first-order definable relations over A, but extending our results to these cases would require first solving the parameterized complexity of Directed Symmetric Multicut, which is a notorious open problem. Already in this limited setting, we uncover connections to new variants of graph cut and separation problems. This includes hardness proofs for simultaneous cuts or feedback arc set problems in directed graphs, as well as new tractable cases with algorithms based on the recently introduced flow augmentation technique. Given the intractability of MinCSP(A) in general, we then consider (parameterized) approximation algorithms. We first show that MinCSP(A) cannot be polynomial-time approximated within any constant factor and continue by presenting a factor-2 fpt-approximation algorithm. Once again, this algorithm has its roots in flow augmentation. 

Place, publisher, year, edition, pages
Saarbrücken/Wadern: Schloss Dagstuhl – Leibniz-Zentrum für Informatik, 2023
Series
Leibniz International Proceedings in Informatics (LIPIcs) ; 285
Keywords
(Minimum) constraint satisfaction problem, Allen's interval algebra, Parameterized complexity, Cut problems
National Category
Computational Mathematics
Identifiers
urn:nbn:se:liu:diva-203025 (URN)10.4230/LIPIcs.IPEC.2023.11 (DOI)9783959773058 (ISBN)
Conference
International Symposium on Parameterized and Exact Computation (IPEC), Amsterdam, September 6-8, 2023
Note

Funding agency: Partially supported by the Swedish Research Council (VR) under grant 2021-0437 and the Wallenberg AI, Autonomous Systems and Software Program (WASP) funded by the Knut and Alice Wallenberg Foundation.

Available from: 2024-04-24 Created: 2024-04-24 Last updated: 2024-04-24Bibliographically approved
Gnad, D., Helmert, M., Jonsson, P. & Shleyfman, A. (2023). Planning over Integers: Compilations and Undecidability. In: : . Paper presented at ICAPS.
Open this publication in new window or tab >>Planning over Integers: Compilations and Undecidability
2023 (English)Conference paper, Published paper (Refereed)
Keywords
WASP
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-198698 (URN)
Conference
ICAPS
Available from: 2023-10-23 Created: 2023-10-23 Last updated: 2023-10-23
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
Jonsson, P., Lagerkvist, V. & Osipov, G. (2021). Acyclic orders, partition schemes and CSPs: Unified hardness proofs and improved algorithms. Artificial Intelligence, 296, Article ID 103505.
Open this publication in new window or tab >>Acyclic orders, partition schemes and CSPs: Unified hardness proofs and improved algorithms
2021 (English)In: Artificial Intelligence, ISSN 0004-3702, E-ISSN 1872-7921, Vol. 296, article id 103505Article in journal (Refereed) Published
Abstract [en]

Many computational problems arising in, for instance, artificial intelligence can be realized as infinite-domain constraint satisfaction problems (CSPs) based on partition schemes: a set of pairwise disjoint binary relations (containing the equality relation) whose union spans the underlying domain and which is closed under converse. We first consider partition schemes that contain an acyclic order and where the constraint language contains all unions of the basic relations; such CSPs are frequently occurring in e.g. temporal and spatial reasoning. We identify properties of such orders which, when combined, are sufficient to establish NP-hardness of the CSP and strong lower bounds under the exponential-time hypothesis, even for degree-bounded problems. This result explains, in a uniform way, many existing hardness results from the literature, and shows that it is impossible to obtain subexponential time algorithms unless the exponential-time hypothesis fails. However, some of these problems (including several important temporal problems), despite likely not being solvable in subexponential time, admit non-trivial improved exponential-time algorithm, and we present a novel improved algorithm for RCC-8 and related formalisms.

Place, publisher, year, edition, pages
Elsevier, 2021
Keywords
Constraint satisfaction problems, Infinite domains, Partition schemes, Lower bounds
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-175145 (URN)10.1016/j.artint.2021.103505 (DOI)000648650600003 ()
Note

Funding: Wallenberg AI, Autonomous Systems and Software Program (WASP) - Knut and Alice Wallenberg Foundation; Swedish Research Council (VR)Swedish Research Council [2017-04112]; VRSwedish Research Council [2019-03690]

Available from: 2021-04-20 Created: 2021-04-20 Last updated: 2021-06-01Bibliographically approved
Shleyfman, A. & Jonsson, P. (2021). Computational Complexity of Computing Symmetries in Finite-Domain Planning. The journal of artificial intelligence research, 70, 1183-1221
Open this publication in new window or tab >>Computational Complexity of Computing Symmetries in Finite-Domain Planning
2021 (English)In: The journal of artificial intelligence research, ISSN 1076-9757, E-ISSN 1943-5037, Vol. 70, p. 1183-1221Article in journal (Refereed) Published
Abstract [en]

Symmetry-based pruning is a powerful method for reducing the search effort in finitedomain planning. This method is based on exploiting an automorphism group connected to the ground description of the planning task - these automorphisms are known as structural symmetries. In particular, we are interested in the STRUCTSYM problem where the generators of this group are to be computed. It has been observed in practice that the STRUCTSYM problem is surprisingly easy to solve. We explain this phenomenon by showing that STRUCTSYM is GI-complete, i.e., the graph isomorphism problem is polynomial-time equivalent to it and, consequently, solvable in quasi-polynomial time. This implies that it is solvable substantially faster than most computationally hard problems encountered in AI. We accompany this result by identifying natural restrictions of the planning task and its causal graph that ensure that STRUCTSYM can be solved in polynomial time. Given that the STRUCTSYM problem is GI-complete and thus solvable quite efficiently, it is interesting to analyse if other symmetries (than those that are encompassed by the STRUCTSYM problem) can be computed and/or analysed efficiently, too. To this end, we present a highly negative result: checking whether there exists an automorphism of the state transition graph that maps one state s into another state t is a PSPACE-hard problem and, consequently, at least as hard as the planning problem itself.

Place, publisher, year, edition, pages
Palo Alto, CA, United States: AI Access Foundation, Inc., 2021
National Category
Discrete Mathematics
Identifiers
urn:nbn:se:liu:diva-182818 (URN)10.1613/jair.1.12283 (DOI)000743970700005 ()2-s2.0-85104323369 (Scopus ID)
Note

Funding Agencies: Adams Fellowship Program of the Israel Academy of Sciences and Humanities; Swedish Research Council (VR) [2017-04112]

Available from: 2022-02-18 Created: 2022-02-18 Last updated: 2022-03-11Bibliographically approved
Jonsson, P., Lagerkvist, V. & Ordyniak, S. (2021). Reasoning Short Cuts in Infinite Domain Constraint Satisfaction: Algorithms and Lower Bounds for Backdoors. In: Proceedings of the 27th International Conference on Principles and Practice of Constraint Programming: . Paper presented at International Conference on Principles and Practice of Constraint Programming, October 25-29, 2021 (pp. 32:1-32:20). Dagstuhl, Germany: Schloss Dagstuhl -- Leibniz-Zentrum für Informatik, 210
Open this publication in new window or tab >>Reasoning Short Cuts in Infinite Domain Constraint Satisfaction: Algorithms and Lower Bounds for Backdoors
2021 (English)In: Proceedings of the 27th International Conference on Principles and Practice of Constraint Programming, Dagstuhl, Germany: Schloss Dagstuhl -- Leibniz-Zentrum für Informatik , 2021, Vol. 210, p. 32:1-32:20Conference paper, Published paper (Refereed)
Abstract [en]

A backdoor in a finite-domain CSP instance is a set of variables where each possible instantiation moves the instance into a polynomial-time solvable class. Backdoors have found many applications in artificial intelligence and elsewhere, and the algorithmic problem of finding such backdoors has consequently been intensively studied. Sioutis and Janhunen (KI, 2019) have proposed a generalised backdoor concept suitable for infinite-domain CSP instances over binary constraints. We generalise their concept into a large class of CSPs that allow for higher-arity constraints. We show that this kind of infinite-domain backdoors have many of the positive computational properties that finite-domain backdoors have: the associated computational problems are fixed-parameter tractable whenever the underlying constraint language is finite. On the other hand, we show that infinite languages make the problems considerably harder. 

Place, publisher, year, edition, pages
Dagstuhl, Germany: Schloss Dagstuhl -- Leibniz-Zentrum für Informatik, 2021
Series
Leibniz International Proceedings in Informatics (LIPIcs), ISSN 1868-8969 ; 32
Keywords
Constraint Satisfaction Problems, Parameterised Complexity, Backdoors
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-198452 (URN)10.4230/LIPIcs.CP.2021.32 (DOI)9783959772112 (ISBN)
Conference
International Conference on Principles and Practice of Constraint Programming, October 25-29, 2021
Available from: 2023-10-13 Created: 2023-10-13 Last updated: 2023-10-18Bibliographically approved
Dabrowski, K. K., Jonsson, P., Ordyniak, S. & Osipov, G. (2020). Fine-Grained Complexity of Temporal Problems. In: KR2020: Proceedings of the 17th International Conference on Principles of Knowledge Representation and Reasoning: . Paper presented at 17th International Conference on Principles of Knowledge Representation and Reasoning, KR 2020, Rhodes, Greece, September 12-18, 2020 (pp. 284-293). IJCAI-INT JOINT CONF ARTIF INTELL
Open this publication in new window or tab >>Fine-Grained Complexity of Temporal Problems
2020 (English)In: KR2020: Proceedings of the 17th International Conference on Principles of Knowledge Representation and Reasoning, IJCAI-INT JOINT CONF ARTIF INTELL , 2020, p. 284-293Conference paper, Published paper (Refereed)
Abstract [en]

Expressive temporal reasoning formalisms are essential for AI. One family of such formalisms consists of disjunctive extensions of the simple temporal problem (STP). Such extensions are well studied in the literature and they have many important applications. It is known that deciding satisfiability of disjunctive STPs is NP-hard, while the fine-grained complexity of such problems is virtually unexplored. We present novel algorithms that exploit structural properties of the solution space and prove, assuming the Exponential-Time Hypothesis, that their worst-case time complexity is close to optimal. Among other things, we make progress towards resolving a long-open question concerning whether Allens interval algebra can be solved in single-exponential time, by giving a 2(O(n log log n)) algorithm for the special case of unit-length intervals.

Place, publisher, year, edition, pages
IJCAI-INT JOINT CONF ARTIF INTELL, 2020
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-174923 (URN)10.24963/kr.2020/29 (DOI)000720083100028 ()9780999241172 (ISBN)
Conference
17th International Conference on Principles of Knowledge Representation and Reasoning, KR 2020, Rhodes, Greece, September 12-18, 2020
Note

Funding: Wallenberg AI, Autonomous Systems and Software Program (WASP) - Knut and Alice Wallenberg Foundation; Swedish Research Council (VR)Swedish Research Council [2017-04112]

Available from: 2021-04-09 Created: 2021-04-09 Last updated: 2021-12-15Bibliographically approved
Jonsson, P. & Lagerkvist, V. (2020). Lower bounds and faster algorithms for equality constraints. In: Proceedings of the 29th International Joint Conference on Artificial Intelligence: . Paper presented at International Joint Conference on Artificial Intelligence (IJCAI) (pp. 1784-1790). International Joint Conferences on Artificial Intelligence
Open this publication in new window or tab >>Lower bounds and faster algorithms for equality constraints
2020 (English)In: Proceedings of the 29th International Joint Conference on Artificial Intelligence, International Joint Conferences on Artificial Intelligence , 2020, p. 1784-1790Conference paper, Published paper (Refereed)
Abstract [en]

We study the fine-grained complexity of NP-complete, infinite-domain constraint satisfaction problems (CSPs) parameterised by a set of first-order definable relations (with equality). Such CSPs are of central importance since they form a subclass of any infinite-domain CSP parameterised by a set of first-order definable relations. We prove that under the randomised exponential-time hypothesis it is not possible to find c > 1 such that a CSP over an arbitrary finite equality language is solvable in O(cn) time (n is the number of variables). Stronger lower bounds are possible for infinite equality languages where we rule out the existence of 2o(n log n) time algorithms; a lower bound which also extends to satisfiability modulo theories solving for an arbitrary background theory. Despite these lower bounds we prove that for each c > 1 there exists an NP-hard equality CSP solvable in O(cn) time. Lower bounds like these immediately ask for closely matching upper bounds, and we prove that a CSP over a finite equality language is always solvable in O(cn) time for a fixed c. © 2020 Inst. Sci. inf., Univ. Defence in Belgrade. All rights reserved.

Place, publisher, year, edition, pages
International Joint Conferences on Artificial Intelligence, 2020
Series
IJCAI International Joint Conference on Artificial Intelligence, ISSN 1045-0823
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-171245 (URN)000764196701126 ()2-s2.0-85097355261 (Scopus ID)9780999241165 (ISBN)0999241168 (ISBN)
Conference
International Joint Conference on Artificial Intelligence (IJCAI)
Available from: 2020-11-11 Created: 2020-11-11 Last updated: 2024-01-31
Organisations
Identifiers
ORCID iD: ORCID iD iconorcid.org/0000-0002-5288-3330

Search in DiVA

Show all publications