2014
DOI: 10.1007/978-3-319-10428-7_70
|View full text |Cite
|
Sign up to set email alerts
|

Anytime AND/OR Depth-First Search for Combinatorial Optimization

Abstract: One popular and efficient scheme for solving exactly combinatorial optimization problems over graphical models is depth-first Branch and Bound. However, when the algorithm exploits problem decomposition using AND/OR search spaces, its anytime behavior breaks down. This paper 1) analyzes and demonstrates this inherent conflict between effective exploitation of problem decomposition (through AND/OR search spaces) and the anytime behavior of depthfirst search (DFS), 2) presents a first scheme to address this issu… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
24
0

Year Published

2015
2015
2020
2020

Publication Types

Select...
6
2
1

Relationship

2
7

Authors

Journals

citations
Cited by 23 publications
(24 citation statements)
references
References 8 publications
0
24
0
Order By: Relevance
“…Solutions of ILPs are found by solving a sequence of LPs and either adding additional constraints to the polytope (cutting plane techniques), or branching the polytope into several polytopes (branchand-bound techniques). We evaluate three state-of-the-art ILP solvers: IBM CPLEX wrapped by OpenGM2 [5] (ogm-ILP), the current best performing method in the PIC called breath-rotating and/or branch-and-bound [31] (BRAOBB), and the AStar-Method (ogm-ASTAR) [11]. To reduce the large memory requirements which come along with the vectorization of the objective for the LP, we also consider the multicut-representation introduced by Kappes et al [19].…”
Section: Inference Methodsmentioning
confidence: 99%
“…Solutions of ILPs are found by solving a sequence of LPs and either adding additional constraints to the polytope (cutting plane techniques), or branching the polytope into several polytopes (branchand-bound techniques). We evaluate three state-of-the-art ILP solvers: IBM CPLEX wrapped by OpenGM2 [5] (ogm-ILP), the current best performing method in the PIC called breath-rotating and/or branch-and-bound [31] (BRAOBB), and the AStar-Method (ogm-ASTAR) [11]. To reduce the large memory requirements which come along with the vectorization of the objective for the LP, we also consider the multicut-representation introduced by Kappes et al [19].…”
Section: Inference Methodsmentioning
confidence: 99%
“…Breadth-Rotating AND/OR Branch-and-Bound (BRAO-BB) Otten et al suggested a depth-first search branch-andbound algorithm over AND/OR search spaces using minibucket heuristics for bounding [26]. Contrary to naive depthfirst search, which processes one branch of the tree after another, BRAOBB processes all branches "simultaneously" in a round-robin style.…”
Section: Exact Optimization Methodsmentioning
confidence: 97%
“…In the last years combinatorial methods based on cuttingplane and branch-and-bound techniques have come more into focus in the computer vision community [4,16,26,10,34]. The main advantage of these methods is that they provide globally optimal integer solutions if no runtime restrictions are specified.…”
Section: Introductionmentioning
confidence: 99%
“…We next provide an overview of a depth-first branch and bound and best-first search algorithms, that explore AND/OR search spaces (Marinescu & Dechter, 2009b, 2009aOtten & Dechter, 2011). These schemes use heuristics generated either by the mini-bucket elimination scheme (2.3.4) or through soft arc-consistency schemes (Marinescu & Dechter, 2009a, 2009bSchiex, 2000;Darwiche, Dechter, Choi, Gogate, & Otten, 2008) or their composite (Ihler, Flerova, Dechter, & Otten, 2012).…”
Section: Definitionmentioning
confidence: 99%