Incremental Algorithms for Approximate Compilation

Abstract

Compilation is an important approach to a range of inference problems, since it enables linear-time inference in the size S of the compiled representation. However, the main draw-back is that S can be exponentially larger than the size of the original function. To address this issue, we propose an incre-mental, approximate compilation technique that guarantees a sound and space-bounded compilation for weighted boolean functions, at the expense of query completeness. In particu-lar, our approach selectively compiles all solutions exceeding a particular threshold, given a range of weighting functions, without having to perform inference over the full solution-space. We describe incremental, approximate algorithms for the prime implicant and DNNF compilation languages, and provide empirical evidence that these algorithms enable space reductions of several orders-of-magnitude over the full com-pilation, while losing relatively little query completeness.

Cite

Text

Venturini and Provan. "Incremental Algorithms for Approximate Compilation." AAAI Conference on Artificial Intelligence, 2008.

Markdown

[Venturini and Provan. "Incremental Algorithms for Approximate Compilation." AAAI Conference on Artificial Intelligence, 2008.](https://mlanthology.org/aaai/2008/venturini2008aaai-incremental/)

BibTeX

@inproceedings{venturini2008aaai-incremental,
  title     = {{Incremental Algorithms for Approximate Compilation}},
  author    = {Venturini, Alberto and Provan, Gregory M.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2008},
  pages     = {1495-1498},
  url       = {https://mlanthology.org/aaai/2008/venturini2008aaai-incremental/}
}