A Circus of Circuits: Connections Between Decision Diagrams, Circuits, and Automata
Antoine Amarilli, Marcelo Arenas, YooJung Choi, Mikaël Monet, Guy Van den Broeck, Benjie Wang
TL;DR
This work surveys and unifies representations of Boolean functions across binary decision diagrams and Boolean circuits, highlighting how structure, determinism, and sharing influence tractability in knowledge compilation. It introduces provenance-based correspondences between automata (on words and trees) and both BDDS and structured circuits, enabling linear-time translations that preserve key properties (e.g., free/ordered, unambiguous/deterministic, complete/smooth). The paper provides formal definitions, translation procedures, and complexity bounds that connect automata-theoretic notions to circuit/BDD classes, facilitating cross-domain insights and potential transfer of tractable techniques. Together, these results lay a Rosetta-stone framework to reason about representations, operations, and provenance across BDDS, circuits, and automata, with implications for query evaluation, probabilistic databases, and SAT/knowledge compilation tasks.
Abstract
This document is an introduction to two related formalisms to define Boolean functions: binary decision diagrams, and Boolean circuits. It presents these formalisms and several of their variants studied in the setting of knowledge compilation. Last, it explains how these formalisms can be connected to the notions of automata over words and trees.
