paper-with-me

홈 › Papers

DPER: Dynamic Programming for Exist-Random Stochastic SAT

2022-05-19 · Vu H. N. Phan, Moshe Y. Vardi

In Bayesian inference, the maximum a posteriori (MAP) problem combines the most probable explanation (MPE) and marginalization (MAR) problems. The counterpart in propositional logic is the exist-random stochastic satisfiability (ER-SSAT) problem, which combines the satisfiability (SAT) and weighted model counting (WMC) problems. Both MAP and ER-SSAT have the form $\operatorname{argmax}_X \sum_Y f(X, Y)$, where $f$ is a real-valued function over disjoint sets $X$ and $Y$ of variables. These two optimization problems request a value assignment for the $X$ variables that maximizes the weighted sum of $f(X, Y)$ over all value assignments for the $Y$ variables. ER-SSAT has been shown to be a promising approach to formally verify fairness in supervised learning. Recently, dynamic programming on graded project-join trees has been proposed to solve weighted projected model counting (WPMC), a related problem that has the form $\sum_X \max_Y f(X, Y)$. We extend this WPMC framework to exactly solve ER-SSAT and implement a dynamic-programming solver named DPER. Our empirical evaluation indicates that DPER contributes to the portfolio of state-of-the-art ER-SSAT solvers (DC-SSAT and erSSAT) through competitive performance on low-width problem instances.

📄 PDF Abstract BibTeX arXiv:2205.09826

Code (1)

vardigroup/DPMC

Tasks

Bayesian InferenceFairness

Similar Papers 제목 키워드 기반

Personalized Federated Learning with Exact Stochastic Gradient Descent

2022-02-20 · Sotirios Nikoloutsopoulos, Iordanis Koutsopoulos, Michalis K. Titsias

In Federated Learning (FL), datasets across clients tend to be heterogeneous or personalized, and this poses challenges to the convergence of standard FL schemes that do not account for personalization. To address this, …

Federated LearningMulti-class ClassificationPersonalized Federated Learning

DPERC: Direct Parameter Estimation for Mixed Data

2025-01-17 · Tuan L. Vo, Quan Huu Do, Uyen Dang, Thu Nguyen 외

The covariance matrix is a foundation in numerous statistical and machine-learning applications such as Principle Component Analysis, Correlation Heatmap, etc. However, missing values within datasets present a formidable…

Computational EfficiencyImputationMissing Valuesparameter estimation

Enhancing Deep Deterministic Policy Gradients on Continuous Control Tasks with Decoupled Prioritized Experience Replay

2025-12-04 · Mehmet Efe Lorasdagi, Dogan Can Cicek, Furkan Burak Mutlu, Suleyman Serdar Kozat arxiv

Background: Deep Deterministic Policy Gradient-based reinforcement learning algorithms utilize Actor-Critic architectures, where both networks are typically trained using identical batches of replayed transitions. Howeve…

Reinforcement LearningContinuous ControlOpenAI Gym

FedPerm: Private and Robust Federated Learning by Parameter Permutation

2022-08-16 · Hamid Mozaffari, Virendra J. Marathe, Dave Dice

Federated Learning (FL) is a distributed learning paradigm that enables mutually untrusting clients to collaboratively train a common machine learning model. Client data privacy is paramount in FL. At the same time, the …

Federated LearningInformation RetrievalModel PoisoningRetrieval

Cloning Outfits from Real-World Images to 3D Characters for Generalizable Person Re-Identification

2022-04-06 · CVPR 2022 1 · Yanan Wang, Xuezhi Liang, Shengcai Liao

Recently, large-scale synthetic datasets are shown to be very useful for generalizable person re-identification. However, synthesized persons in existing datasets are mostly cartoon-like and in random dress collocation, …

Generalizable Person Re-identificationPerson Re-IdentificationUnsupervised Domain AdaptationUnsupervised Person Re-Identification