paper-with-me

Papers

Streamlining Variational Inference for Constraint Satisfaction Problems

2018-11-24 · NeurIPS 2018 12 · Aditya Grover, Tudor Achim, Stefano Ermon

Several algorithms for solving constraint satisfaction problems are based on survey propagation, a variational inference scheme used to obtain approximate marginal probability estimates for variable assignments. These marginals correspond to how frequently each variable is set to true among satisfying assignments, and are used to inform branching decisions during search; however, marginal estimates obtained via survey propagation are approximate and can be self-contradictory. We introduce a more general branching strategy based on streamlining constraints, which sidestep hard assignments to variables. We show that streamlined solvers consistently outperform decimation-based solvers on random k-SAT instances for several problem sizes, shrinking the gap between empirical performance and theoretical limits of satisfiability by 16.3% on average for k=3,4,5,6.

📄 PDF Abstract BibTeX arXiv:1811.09813

Code (1)

ermongroup/streamline-vi-csp 공식 구현

Tasks

SurveyVariational Inference

Similar Papers 제목 키워드 기반

Generating Streamlining Constraints with Large Language Models

2024-08-16 · Florentina Voboril, Vaidyanathan Peruvemba Ramaswamy, Stefan Szeider

Streamlining constraints (or streamliners, for short) narrow the search space, enhancing the speed and feasibility of solving complex constraint satisfaction problems. Traditionally, streamliners were crafted manually or…

Memorization

The Regularization of Small Sub-Constraint Satisfaction Problems

2019-08-16 · Sven Löffler, Ke Liu, Petra Hofstedt

This paper describes a new approach on optimization of constraint satisfaction problems (CSPs) by means of substituting sub-CSPs with locally consistent regular membership constraints. The purpose of this approach is to …

Dual-space posterior sampling for Bayesian inference in constrained inverse problems

2026-02-28 · Ali Siahkoohi, Kamal Aghazade, Ali Gholami arxiv

Inverse problems constrained by partial differential equations are often ill-conditioned due to noisy and incomplete data or inherent non-uniqueness. A prominent example is full waveform inversion, which estimates Earth'…

Bayesian Inference

Incremental Inference on Higher-Order Probabilistic Graphical Models Applied to Constraint Satisfaction Problems

2022-02-25 · Simon Streicher

Probabilistic graphical models (PGMs) are tools for solving complex probabilistic relationships. However, suboptimal PGM structures are primarily used in practice. This dissertation presents three contributions to the PG…

Land Cover Classification

Constraint-Aware Neurosymbolic Uncertainty Quantification with Bayesian Deep Learning for Scientific Discovery

2026-01-18 · Shahnawaz Alam, Mohammed Mudassir Uddin, Mohammed Kaif Pasha arxiv

Scientific Artificial Intelligence (AI) applications require models that deliver trustworthy uncertainty estimates while respecting domain constraints. Existing uncertainty quantification methods lack mechanisms to incor…