Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

FastDOG: Fast Discrete Optimization on GPU

About

We present a massively parallel Lagrange decomposition method for solving 0--1 integer linear programs occurring in structured prediction. We propose a new iterative update scheme for solving the Lagrangean dual and a perturbation technique for decoding primal solutions. For representing subproblems we follow Lange et al. (2021) and use binary decision diagrams (BDDs). Our primal and dual algorithms require little synchronization between subproblems and optimization over BDDs needs only elementary operations without complicated control flow. This allows us to exploit the parallelism offered by GPUs for all components of our method. We present experimental results on combinatorial problems from MAP inference for Markov Random Fields, quadratic assignment and cell tracking for developmental biology. Our highly parallel GPU implementation improves upon the running times of the algorithms from Lange et al. (2021) by up to an order of magnitude. In particular, we come close to or outperform some state-of-the-art specialized heuristics while being problem agnostic. Our implementation is available at https://github.com/LPMP/BDD.

Ahmed Abbas, Paul Swoboda• 2021

Related benchmarks

TaskDatasetResultRank
Markov Random Field inferenceMRF (C-seg)
Dual Objective Lower Bound2.00e+4
8
Graph matchingGraph matching Worms
Dual Objective (Lower Bound)-4.89e+4
4
Cell trackingCell tracking Small
Dual Objective Bound-4.39e+6
4
Cell trackingCell tracking Large
Dual Objective (Lower Bound)-1.55e+8
4
Markov Random Field inferenceMRF (C-seg-n4)
Dual Objective Bound2.00e+4
4
Graph matchingGraph matching Hotel
Dual Objective (Lower Bound)-4.29e+3
4
Graph matchingGraph matching (House)
Dual Objective-3.78e+3
4
Markov Random Field inferenceMRF Obj-seg
Dual Objective (Lower Bound)3.13e+4
4
Quadratic Assignment ProblemQAPLib Small
Dual Objective Bound3.75e+6
3
Quadratic Assignment ProblemQAPLib Large
Dual Objective (Lower Bound)8.92e+6
3
Showing 10 of 10 rows

Other info

Code

Follow for update