paper-with-me

홈 › Papers

Systematic Parameter Decision in Approximate Model Counting

2025-04-08 · Jinping Lei, Toru Takisaka, Junqiang Peng, Mingyu Xiao

This paper proposes a novel approach to determining the internal parameters of the hashing-based approximate model counting algorithm $\mathsf{ApproxMC}$. In this problem, the chosen parameter values must ensure that $\mathsf{ApproxMC}$ is Probably Approximately Correct (PAC), while also making it as efficient as possible. The existing approach to this problem relies on heuristics; in this paper, we solve this problem by formulating it as an optimization problem that arises from generalizing $\mathsf{ApproxMC}$'s correctness proof to arbitrary parameter values. Our approach separates the concerns of algorithm soundness and optimality, allowing us to address the former without the need for repetitive case-by-case argumentation, while establishing a clear framework for the latter. Furthermore, after reduction, the resulting optimization problem takes on an exceptionally simple form, enabling the use of a basic search algorithm and providing insight into how parameter values affect algorithm performance. Experimental results demonstrate that our optimized parameters improve the runtime performance of the latest $\mathsf{ApproxMC}$ by a factor of 1.6 to 2.4, depending on the error tolerance.

📄 PDF Abstract BibTeX arXiv:2504.05874

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar Papers 제목 키워드 기반

Sequential Enumeration in Large Language Models

2025-12-04 · Kuinan Hou, Marco Zorzi, Alberto Testolin arxiv

Reliably counting and generating sequences of items remain a significant challenge for neural networks, including Large Language Models (LLMs). Indeed, although this capability is readily handled by rule-based symbolic s…

Approximate Model Counting by Partial Knowledge Compilation

2018-05-18 · Yong Lai

Model counting is the problem of computing the number of satisfying assignments of a given propositional formula. Although exact model counters can be naturally furnished by most of the knowledge compilation (KC) methods…

model

Markov Decision Processes with Time-Varying Geometric Discounting

2023-07-19 · Jiarui Gan, Annika Hennes, Rupak Majumdar, Debmalya Mandal 외

Canonical models of Markov decision processes (MDPs) usually consider geometric discounting based on a constant discount factor. While this standard modeling approach has led to many elegant results, some recent studies …

Auditable Algorithms for Approximate Model Counting

2023-12-19 · Kuldeep S. Meel, Supratik Chakraborty, S. Akshay

Model counting, or counting the satisfying assignments of a Boolean formula, is a fundamental problem with diverse applications. Given #P-hardness of the problem, developing algorithms for approximate counting is an impo…

model

Hyperbolic Discounting and Learning over Multiple Horizons

2019-02-19 · ICLR 2020 1 · William Fedus, Carles Gelada, Yoshua Bengio, Marc G. Bellemare 외

Reinforcement learning (RL) typically defines a discount factor as part of the Markov Decision Process. The discount factor values future rewards by an exponential scheme that leads to theoretical convergence guarantees …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)