日本語
 
Help Privacy Policy ポリシー/免責事項
  詳細検索ブラウズ

アイテム詳細


公開

成果報告書

FastDOG: Fast Discrete Optimization on GPU

MPS-Authors
/persons/resource/persons238023

Abbas,  Ahmed
Computer Vision and Machine Learning, MPI for Informatics, Max Planck Society;

/persons/resource/persons221924

Swoboda,  Paul
Computer Vision and Machine Learning, MPI for Informatics, Max Planck Society;

External Resource
There are no locators available
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
フルテキスト (公開)

arXiv:2111.10270.pdf
(プレプリント), 775KB

付随資料 (公開)
There is no public supplementary material available
引用

Abbas, A., & Swoboda, P. (2021). FastDOG: Fast Discrete Optimization on GPU. Retrieved from https://arxiv.org/abs/2111.10270.


引用: https://hdl.handle.net/21.11116/0000-0009-B3EA-5
要旨
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.