中文
相关论文

相关论文: Understanding the Complexity of Lifted Inference a…

200 篇论文

Weighted First Order Model Counting (WFOMC) is fundamental to probabilistic inference in statistical relational learning models. As WFOMC is known to be intractable in general ($\#$P-complete), logical fragments that admit polynomial time…

人工智能 · 计算机科学 2025-02-27 Sagar Malhotra , Davide Bizzaro , Luciano Serafini

Weighted First-Order Model Counting (WFOMC) computes the weighted sum of the models of a first-order theory on a given finite domain. WFOMC has emerged as a fundamental tool for probabilistic inference. Algorithms for WFOMC that run in…

人工智能 · 计算机科学 2021-05-31 Sagar Malhotra , Luciano Serafini

We study the symmetric weighted first-order model counting task and present ApproxWFOMC, a novel anytime method for efficiently bounding the weighted first-order model count in the presence of an unweighted first-order model counting…

人工智能 · 计算机科学 2020-01-16 Timothy van Bremen , Ondrej Kuzelka

We consider the task of weighted first-order model counting (WFOMC) used for probabilistic inference in the area of statistical relational learning. Given a formula $\phi$, domain size $n$ and a pair of weight functions, what is the…

人工智能 · 计算机科学 2022-11-03 Jan Tóth , Ondřej Kuželka

Weighted first-order model counting (WFOMC) is a central task in lifted probabilistic inference: It asks for the weighted sum of all models of a first-order sentence over a finite domain. A long line of work has identified domain-liftable…

计算机科学中的逻辑 · 计算机科学 2026-05-06 Shixin Sun , Astrid Klipfel , Ondřej Kuželka , Yuanhong Wang , Yi Chang

We investigate lifted inference on ordered domains with predecessor relations, where the elements of the domain respect a total (cyclic) order, and every element has a distinct (clockwise) predecessor. Previous work has explored this…

人工智能 · 计算机科学 2025-07-28 Kuncheng Zou , Jiahao Mai , Yonggang Zhang , Yuyi Wang , Ondřej Kuželka , Yuanhong Wang , Yi Chang

The Weighted First-Order Model Counting Problem (WFOMC) asks to compute the weighted sum of models of a given first-order logic sentence over a given domain. The boundary between fragments for which WFOMC can be computed in polynomial time…

计算机科学中的逻辑 · 计算机科学 2025-08-18 Qipeng Kuang , Václav Kůla , Ondřej Kuželka , Yuanhong Wang , Yuyi Wang

The Weighted First-Order Model Counting Problem (WFOMC) asks to compute the weighted sum of models of a given first-order logic sentence over a given domain. It can be solved in time polynomial in the domain size for sentences from the…

计算机科学中的逻辑 · 计算机科学 2025-12-09 Qipeng Kuang , Ondřej Kuželka , Yuanhong Wang , Yuyi Wang

The Weighted First-Order Model Counting Problem (WFOMC) asks to compute the weighted sum of models of a given first-order logic sentence over a given domain. Conditioning WFOMC on evidence -- fixing the truth values of a set of ground…

计算机科学中的逻辑 · 计算机科学 2025-12-02 Václav Kůla , Qipeng Kuang , Yuyi Wang , Yuanhong Wang , Ondřej Kuželka

It was recently shown by van den Broeck at al. that the symmetric weighted first-order model counting problem (WFOMC) for sentences of two-variable logic FO2 is in polynomial time, while it is Sharp-P_1 complete for some FO3-sentences. We…

计算机科学中的逻辑 · 计算机科学 2018-04-27 Antti Kuusisto , Carsten Lutz

The FO Model Counting problem (FOMC) is the following: given a sentence $\Phi$ in FO and a number $n$, compute the number of models of $\Phi$ over a domain of size $n$; the Weighted variant (WFOMC) generalizes the problem by associating a…

数据库 · 计算机科学 2015-06-02 Paul Beame , Guy Van den Broeck , Eric Gribkoff , Dan Suciu

Weighted model counting (WMC) is the task of computing the weighted sum of all satisfying assignments (i.e., models) of a propositional formula. Similarly, weighted model sampling (WMS) aims to randomly generate models with probability…

人工智能 · 计算机科学 2024-06-17 Yuanhong Wang , Juhua Pu , Yuyi Wang , Ondřej Kuželka

Weighted First-Order Model Counting (WFOMC) computes the weighted sum of the models of a first-order logic theory on a given finite domain. First-Order Logic theories that admit polynomial-time WFOMC w.r.t domain cardinality are called…

计算机科学中的逻辑 · 计算机科学 2022-04-13 Sagar Malhotra , Luciano Serafini

We study the time complexity of the weighted first-order model counting (WFOMC) over the logical language with two variables and counting quantifiers. The problem is known to be solvable in time polynomial in the domain size. However, the…

计算机科学中的逻辑 · 计算机科学 2024-08-26 Jan Tóth , Ondřej Kuželka

Reconciling the tension between inductive learning and deductive reasoning in first-order relational domains is a longstanding challenge in AI. We study the problem of answering queries in a first-order relational probabilistic logic…

人工智能 · 计算机科学 2026-02-17 Luise Ge , Brendan Juba , Kris Nilsson , Alison Shao

First-order model counting (FOMC) is a computational problem that asks to count the models of a sentence in finite-domain first-order logic. In this paper, we argue that the capabilities of FOMC algorithms to date are limited by their…

计算机科学中的逻辑 · 计算机科学 2023-06-08 Paulius Dilkas , Vaishak Belle

Various methods for lifted probabilistic inference have been proposed, but our understanding of these methods and the relationships between them is still limited, compared to their propositional counterparts. The only existing theoretical…

人工智能 · 计算机科学 2012-08-27 Nima Taghipour , Daan Fierens , Guy Van den Broeck , Jesse Davis , Hendrik Blockeel

Statistical relational models provide compact encodings of probabilistic dependencies in relational domains, but result in highly intractable graphical models. The goal of lifted inference is to carry out probabilistic inference without…

人工智能 · 计算机科学 2016-10-27 Seyed Mehran Kazemi , Angelika Kimmig , Guy Van den Broeck , David Poole

It is known due to the work of Van den Broeck et al [KR, 2014] that weighted first-order model counting (WFOMC) in the two-variable fragment of first-order logic can be solved in time polynomial in the number of domain elements. In this…

人工智能 · 计算机科学 2020-08-17 Ondrej Kuzelka

Lifting attempts to speed up probabilistic inference by exploiting symmetries in the model. Exact lifted inference methods, like their propositional counterparts, work by recursively decomposing the model and the problem. In the…

人工智能 · 计算机科学 2013-06-05 Nima Taghipour , Jesse Davis , Hendrik Blockeel
‹ 上一页 1 2 3 10 下一页 ›