scholarly journals Treewidth-Aware Cycle Breaking for Algebraic Answer Set Counting

2021 ◽  
Author(s):  
Thomas Eiter ◽  
Markus Hecher ◽  
Rafael Kiesel

Probabilistic reasoning, parameter learning, and most probable explanation inference for answer set programming have recently received growing attention. They are only some of the problems that can be formulated as Algebraic Answer Set Counting (AASC) problems. The latter are however hard to solve, and efficient evaluation techniques are needed. Inspired by Vlasser et al.'s Tp-compilation (JAR, 2016), we introduce Tp-unfolding, which employs forward reasoning to break the cycles in the positive dependency graph of a program by unfolding them. Tp-unfolding is defined for any normal answer set program and unfolds programs with respect to unfolding sequences, which are akin to elimination orders in SAT-solving. Using "good" unfolding sequences, we can ensure that the increase of the treewidth of the unfolded program is small. Treewidth is a measure adhering to a program's tree-likeness, which gives performance guarantees for AASC. We give sufficient conditions for the existence of good unfolding sequences based on the novel notion of component-boosted backdoor size, which measures the cyclicity of the positive dependencies in a program. The experimental evaluation of a prototype implementation, the AASC solver aspmc, shows promising results.

2021 ◽  
pp. 107754632110340
Author(s):  
Jia Wu ◽  
Ning Liu ◽  
Wenyan Tang

This study investigates the tracking consensus problem for a class of unknown nonlinear multi-agent systems A novel data-driven protocol for this problem is proposed by using the model-free adaptive control method To obtain faster convergence speed, one-step-ahead desired signal is introduced to construct the novel protocol Here, switching communication topology is considered, which is not required to be strongly connected all the time Through rigorous analysis, sufficient conditions are given to guarantee that the tracking errors of all agents are convergent under the novel protocol Examples are given to validate the effectiveness of results derived in this article


Author(s):  
Bart Jacobs ◽  
Aleks Kissinger ◽  
Fabio Zanasi

Abstract Extracting causal relationships from observed correlations is a growing area in probabilistic reasoning, originating with the seminal work of Pearl and others from the early 1990s. This paper develops a new, categorically oriented view based on a clear distinction between syntax (string diagrams) and semantics (stochastic matrices), connected via interpretations as structure-preserving functors. A key notion in the identification of causal effects is that of an intervention, whereby a variable is forcefully set to a particular value independent of any prior propensities. We represent the effect of such an intervention as an endo-functor which performs ‘string diagram surgery’ within the syntactic category of string diagrams. This diagram surgery in turn yields a new, interventional distribution via the interpretation functor. While in general there is no way to compute interventional distributions purely from observed data, we show that this is possible in certain special cases using a calculational tool called comb disintegration. We demonstrate the use of this technique on two well-known toy examples: one where we predict the causal effect of smoking on cancer in the presence of a confounding common cause and where we show that this technique provides simple sufficient conditions for computing interventions which apply to a wide variety of situations considered in the causal inference literature; the other one is an illustration of counterfactual reasoning where the same interventional techniques are used, but now in a ‘twinned’ set-up, with two version of the world – one factual and one counterfactual – joined together via exogenous variables that capture the uncertainties at hand.


2021 ◽  
Vol 6 (11) ◽  
pp. 12011-12027
Author(s):  
Jingfeng Wang ◽  
◽  
Chuanzhi Bai

<abstract><p>In this paper, we investigate and obtain a new discrete $ q $-fractional version of the Gronwall inequality. As applications, we consider the existence and uniqueness of the solution of $ q $-fractional damped difference systems with time delay. Moreover, we formulate the novel sufficient conditions such that the $ q $-fractional damped difference delayed systems is finite time stable. Our result extend the main results of the paper by Abdeljawad et al. [A generalized $ q $-fractional Gronwall inequality and its applications to nonlinear delay $ q $-fractional difference systems, J.Inequal. Appl. 2016,240].</p></abstract>


Human Forms ◽  
2019 ◽  
pp. 31-54
Author(s):  
Ian Duncan

This chapter examines how the science of man became the natural history of man, a history not of individuals or nations but of the human species. A new biological conception of species “as an entity distributed in time and space,” released from the synchronic grid of Linnaean taxonomy as well as from a providential cosmology, comprised what Philip Sloan has called the “Buffonian revolution.” That revolution would be as consequential for literary genres, especially the novel, as it was for the natural and human sciences, in part due to Buffon's recourse to a literary style and techniques of “speculative thought experiment,” probabilistic reasoning, “analogical reasoning, and divination” in his scientific method. The chapter then looks at the debate over the history of man that broke out in the mid-1780s between Immanuel Kant and Gottfried Herder. One of the great intellectual quarrels of the late Enlightenment, it signposted the forking paths of Kant's critical philosophy, on the one hand, and the scientific project of natural history on the other.


2019 ◽  
Vol 2019 ◽  
pp. 1-13
Author(s):  
YaJun Li ◽  
Quanxin Zhu

This paper is concerned with the stability problem of a class of discrete-time stochastic fuzzy neural networks with mixed delays. New Lyapunov-Krasovskii functions are proposed and free weight matrices are introduced. The novel sufficient conditions for the stability of discrete-time stochastic fuzzy neural networks with mixed delays are established in terms of linear matrix inequalities (LMIs). Finally, numerical examples are given to illustrate the effectiveness and benefits of the proposed method.


Algorithms ◽  
2021 ◽  
Vol 14 (3) ◽  
pp. 81
Author(s):  
Johannes Fichte ◽  
Markus Hecher ◽  
Michael Morak ◽  
Stefan Woltran

Efficient exact parameterized algorithms are an active research area. Such algorithms exhibit a broad interest in the theoretical community. In the last few years, implementations for computing various parameters (parameter detection) have been established in parameterized challenges, such as treewidth, treedepth, hypertree width, feedback vertex set, or vertex cover. In theory, instances, for which the considered parameter is small, can be solved fast (problem evaluation), i.e., the runtime is bounded exponential in the parameter. While such favorable theoretical guarantees exists, it is often unclear whether one can successfully implement these algorithms under practical considerations. In other words, can we design and construct implementations of parameterized algorithms such that they perform similar or even better than well-established problem solvers on instances where the parameter is small. Indeed, we can build an implementation that performs well under the theoretical assumptions. However, it could also well be that an existing solver implicitly takes advantage of a structure, which is often claimed for solvers that build on Sat-solving. In this paper, we consider finding one solution to instances of answer set programming (ASP), which is a logic-based declarative modeling and solving framework. Solutions for ASP instances are so-called answer sets. Interestingly, the problem of deciding whether an instance has an answer set is already located on the second level of the polynomial hierarchy. An ASP solver that employs treewidth as parameter and runs dynamic programming on tree decompositions is DynASP2. Empirical experiments show that this solver is fast on instances of small treewidth and can outperform modern ASP when one counts answer sets. It remains open, whether one can improve the solver such that it also finds one answer set fast and shows competitive behavior to modern ASP solvers on instances of low treewidth. Unfortunately, theoretical models of modern ASP solvers already indicate that these solvers can solve instances of low treewidth fast, since they are based on Sat-solving algorithms. In this paper, we improve DynASP2 and construct the solver DynASP2.5, which uses a different approach. The new solver shows competitive behavior to state-of-the-art ASP solvers even for finding just one solution. We present empirical experiments where one can see that our new implementation solves ASP instances, which encode the Steiner tree problem on graphs with low treewidth, fast. Our implementation is based on a novel approach that we call multi-pass dynamic programming (MDPSINC). In the paper, we describe the underlying concepts of our implementation (DynASP2.5) and we argue why the techniques still yield correct algorithms.


Author(s):  
NIKOS KATZOURIS ◽  
GEORGIOS PALIOURAS ◽  
ALEXANDER ARTIKIS

Abstract Complex Event Recognition (CER) systems detect event occurrences in streaming time-stamped input using predefined event patterns. Logic-based approaches are of special interest in CER, since, via Statistical Relational AI, they combine uncertainty-resilient reasoning with time and change, with machine learning, thus alleviating the cost of manual event pattern authoring. We present a system based on Answer Set Programming (ASP), capable of probabilistic reasoning with complex event patterns in the form of weighted rules in the Event Calculus, whose structure and weights are learnt online. We compare our ASP-based implementation with a Markov Logic-based one and with a number of state-of-the-art batch learning algorithms on CER data sets for activity recognition, maritime surveillance and fleet management. Our results demonstrate the superiority of our novel approach, both in terms of efficiency and predictive performance. This paper is under consideration for publication in Theory and Practice of Logic Programming (TPLP).


Author(s):  
Cory J. Butz ◽  
Jhonatan S. Oliveira ◽  
André E. Dos Santos ◽  
André L. Teixeira

We give conditions under which convolutional neural networks (CNNs) define valid sum-product networks (SPNs). One subclass, called convolutional SPNs (CSPNs), can be implemented using tensors, but also can suffer from being too shallow. Fortunately, tensors can be augmented while maintaining valid SPNs. This yields a larger subclass of CNNs, which we call deep convolutional SPNs (DCSPNs), where the convolutional and sum-pooling layers form rich directed acyclic graph structures. One salient feature of DCSPNs is that they are a rigorous probabilistic model. As such, they can exploit multiple kinds of probabilistic reasoning, including marginal inference and most probable explanation (MPE) inference. This allows an alternative method for learning DCSPNs using vectorized differentiable MPE, which plays a similar role to the generator in generative adversarial networks (GANs). Image sampling is yet another application demonstrating the robustness of DCSPNs. Our preliminary results on image sampling are encouraging, since the DCSPN sampled images exhibit variability. Experiments on image completion show that DCSPNs significantly outperform competing methods by achieving several state-of-the-art mean squared error (MSE) scores in both left-completion and bottom-completion in benchmark datasets.


2014 ◽  
Vol 2014 ◽  
pp. 1-8 ◽  
Author(s):  
Xiying Wang ◽  
Wei Xu ◽  
Yujun Cui ◽  
Xiaomei Wang

This paper aims to study the dynamics of new HIV (the human immunodeficiency virus) models with switching nonlinear incidence functions and pulse control. Nonlinear incidence functions are first assumed to be time-varying functions and switching functional forms in time, which have more realistic significance to model infectious disease models. New threshold conditions with the periodic switching term are obtained to guarantee eradication of the disease, by using the novel type of common Lyapunov function. Furthermore, pulse vaccination is applied to the above model, and new sufficient conditions for the eradication of the disease are presented in terms of the pulse effect and the switching effect. Finally, several numerical examples are given to show the effectiveness of the proposed results, and future directions are put forward.


2018 ◽  
Vol 18 (3-4) ◽  
pp. 607-622 ◽  
Author(s):  
JOOHYUNG LEE ◽  
YI WANG

AbstractWe present a probabilistic extension of action language${\cal BC}$+$. Just like${\cal BC}$+$is defined as a high-level notation of answer set programs for describing transition systems, the proposed language, which we callp${\cal BC}$+$, is defined as a high-level notation of LPMLNprograms—a probabilistic extension of answer set programs. We show how probabilistic reasoning about transition systems, such as prediction, postdiction, and planning problems, as well as probabilistic diagnosis for dynamic domains, can be modeled inp${\cal BC}$+$and computed using an implementation of LPMLN.


Sign in / Sign up

Export Citation Format

Share Document