Dual Hashing-Based Algorithms For Discrete Integration

PRINCIPLES AND PRACTICE OF CONSTRAINT PROGRAMMING, CP 2019(2019)

引用 7|浏览7
暂无评分
摘要
Given a boolean formula F and a weight function., the problem of discrete integration seeks to compute the weight of F, defined as the sum of the weights of satisfying assignments. Discrete integration, also known as weighted model counting, is a fundamental problem in computer science with wide variety of applications ranging from machine learning and statistics to physics and infrastructure reliability. Given the intractability of the exact variant, the problem of approximate weighted model counting has been subject to intense theoretical and practical investigations over the years.The primary contribution of this paper is to investigate development of algorithmic approaches for discrete integration. Our framework allows us to derive two different algorithms: WISH, which was already discovered by Ermon et al. [8], and a new algorithm: SWITCH. We argue that these algorithms can be seen as dual to each other, in the sense that their complexities differ only by a permutation of certain parameters. Indeed we show that, for F defined over n variables, a weight function rho that can be represented using p bits, and a confidence parameter delta, there is a function f and an NP oracle such that WISH makes O(f(n, p, delta)) calls to NP oracle while SWITCH makes O(f(p, n, delta)) calls. We find f(x, y, delta) polynomial in x, y and 1/delta, more specifically f(x, y, delta) = x log(y) log(x/delta). We first focus on striking similarities of both the design process and structure of the two algorithms but then show that despite this quasi-symmetry, the analysis yields time complexities dual to each other. Another contribution of this paper is the use of 3-wise property independence of XOR based hash functions in the analysis of WISH and SWITCH. To the best of our knowledge, this is the first usage of 3-wise independence in deriving stronger concentration bounds and we hope our usage can be generalized to other applications.
更多
查看译文
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要