paper-with-me

홈 › Papers

Variable Shift SDD: A More Succinct Sentential Decision Diagram

2020-04-06 · Kengo Nakamura, Shuhei Denzumi, Masaaki Nishino

The Sentential Decision Diagram (SDD) is a tractable representation of Boolean functions that subsumes the famous Ordered Binary Decision Diagram (OBDD) as a strict subset. SDDs are attracting much attention because they are more succinct than OBDDs, as well as having canonical forms and supporting many useful queries and transformations such as model counting and Apply operation. In this paper, we propose a more succinct variant of SDD named Variable Shift SDD (VS-SDD). The key idea is to create a unique representation for Boolean functions that are equivalent under a specific variable substitution. We show that VS-SDDs are never larger than SDDs and there are cases in which the size of a VS-SDD is exponentially smaller than that of an SDD. Moreover, despite such succinctness, we show that numerous basic operations that are supported in polytime with SDD are also supported in polytime with VS-SDD. Experiments confirm that VS-SDDs are significantly more succinct than SDDs when applied to classical planning instances, where inherent symmetry exists.

📄 PDF Abstract BibTeX arXiv:2004.02502

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Relative Succinctness of Sentential Decision Diagrams

2018-02-13 · Beate Bollig, Matthias Buttkus

Sentential decision diagrams (SDDs) introduced by Darwiche in 2011 are a promising representation type used in knowledge compilation. The relative succinctness of representation types is an important subject in this area…

Tractable Inference in Credal Sentential Decision Diagrams

2020-08-19 · Lilith Mattei, Alessandro Antonucci, Denis Deratani Mauá, Alessandro Facchini 외

Probabilistic sentential decision diagrams are logic circuits where the inputs of disjunctive gates are annotated by probability values. They allow for a compact representation of joint probability mass functions defined…

Computational Approaches for Stochastic Shortest Path on Succinct MDPs

2018-04-24 · Krishnendu Chatterjee, Hongfei Fu, Amir Kafshdar Goharshady, Nastaran Okati

We consider the stochastic shortest path (SSP) problem for succinct Markov decision processes (MDPs), where the MDP consists of a set of variables, and a set of nondeterministic rules that update the variables. First, we…

Image Captioning

2018-05-13 · Vikram Mullachery, Vishal Motwani

This paper discusses and demonstrates the outcomes from our experimentation on Image Captioning. Image captioning is a much more involved task than image recognition or classification, because of the additional challenge…

General ClassificationImage Captioning

Structural Learning of Probabilistic Sentential Decision Diagrams under Partial Closed-World Assumption

2021-07-26 · Alessandro Antonucci, Alessandro Facchini, Lilith Mattei

Probabilistic sentential decision diagrams are a class of structured-decomposable probabilistic circuits especially designed to embed logical constraints. To adapt the classical LearnSPN scheme to learn the structure of …

Clustering