paper-with-me

홈 › Papers

Faster Exact MPE and Constrained Optimization with Deterministic Finite State Automata

2021-08-09 · Filippo Bistaffa

We propose a concise function representation based on deterministic finite state automata for exact most probable explanation and constrained optimization tasks in graphical models. We then exploit our concise representation within Bucket Elimination (BE). We denote our version of BE as FABE. FABE significantly improves the performance of BE in terms of runtime and memory requirements by minimizing redundancy. Results on most probable explanation and weighted constraint satisfaction benchmarks show that FABE often outperforms the state of the art, leading to significant runtime improvements (up to 5 orders of magnitude in our tests).

📄 PDF Abstract BibTeX arXiv:2108.03899

Code (1)

filippobistaffa/fabe 공식 구현

Similar Papers 제목 키워드 기반

Linear programming-based solution methods for constrained partially observable Markov decision processes

2022-06-28 · Robert K. Helmeczi, Can Kavaklioglu, Mucahit Cevik

Constrained partially observable Markov decision processes (CPOMDPs) have been used to model various real-world phenomena. However, they are notoriously difficult to solve to optimality, and there exist only a few approx…

CPU

Geometry and Determinism of Optimal Stationary Control in Partially Observable Markov Decision Processes

2015-03-24 · Guido Montufar, Keyan Ghazi-Zahedi, Nihat Ay

It is well known that for any finite state Markov decision process (MDP) there is a memoryless deterministic policy that maximizes the expected reward. For partially observable Markov decision processes (POMDPs), optimal…

Sarah Frank-Wolfe: Methods for Constrained Optimization with Best Rates and Practical Features

2023-04-23 · Aleksandr Beznosikov, David Dobre, Gauthier Gidel

The Frank-Wolfe (FW) method is a popular approach for solving optimization problems with structured constraints that arise in machine learning applications. In recent years, stochastic versions of FW have gained populari…

Constrained Optimization via Exact Augmented Lagrangian and Randomized Iterative Sketching

2023-05-28 · Ilgee Hong, Sen Na, Michael W. Mahoney, Mladen Kolar

We consider solving equality-constrained nonlinear, nonconvex optimization problems. This class of problems appears widely in a variety of applications in machine learning and engineering, ranging from constrained deep n…

Complexity of Inexact Proximal Point Algorithm for minimizing convex functions with Holderian Growth

2021-08-10 · Andrei Pătraşcu, Paul Irofti

Several decades ago the Proximal Point Algorithm (PPA) started to gain a long-lasting attraction for both abstract operator theory and numerical optimization communities. Even in modern applications, researchers still us…