paper-with-me

Papers

Accelerating Dynamic Programs via Nested Benders Decomposition with Application to Multi-Person Pose Estimation

2018-09-01 · ECCV 2018 9 · Shaofei Wang, Alexander Ihler, Konrad Kording, Julian Yarkony

We present a novel approach to solve dynamic programs (DP), which are frequent in computer vision, on tree-structured graphs with exponential node state space. Typical DP approaches have to enumerate the joint state space of two adjacent nodes on every edge of the tree to compute the optimal messages. Here we propose an algorithm based on Nested Benders Decomposition (NBD) which iteratively lower-bounds the message on every edge and promises to be far more efficient. We apply our NBD algorithm along with a novel Minimum Weight Set Packing (MWSP) formulation to a multi-person pose estimation problem. While our algorithm is provably optimal at termination it operates in linear time for practical DP problems, gaining up to 500x speed up over traditional DP algorithm which have polynomial complexity.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Person Pose EstimationPose Estimation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Accelerating Signal-Temporal-Logic-Based Task and Motion Planning of Bipedal Navigation using Benders Decomposition

2025-08-18 · Jiming Ren, Xuan Lin, Roman Mineyev, Karen M. Feigh 외 arxiv

Task and motion planning under Signal Temporal Logic constraints is known to be NP-hard. A common class of approaches formulates these hybrid problems, which involve discrete task scheduling and continuous motion plannin…

Motion Planning

Accelerating L-shaped Two-stage Stochastic SCUC with Learning Integrated Benders Decomposition

2023-11-17 · Fouad Hasan, Amin Kargarian

Benders decomposition is widely used to solve large mixed-integer problems. This paper takes advantage of machine learning and proposes enhanced variants of Benders decomposition for solving two-stage stochastic security…

regression

Accelerating Message Passing for MAP with Benders Decomposition

2018-05-13 · Julian Yarkony, Shaofei Wang

We introduce a novel mechanism to tighten the local polytope relaxation for MAP inference in Markov random fields with low state space variables. We consider a surjection of the variables to a set of hyper-variables and …

Exploiting skeletal structure in computer vision annotation with Benders decomposition

2017-09-13 · Shaofei Wang, Konrad Kording, Julian Yarkony

Many annotation problems in computer vision can be phrased as integer linear programs (ILPs). The use of standard industrial solvers does not to exploit the underlying structure of such problems eg, the skeleton in pose …

Pose Estimation

Massively Parallel Benders Decomposition for Correlation Clustering

2019-02-15 · Margret Keuper, Jovita Lukasik, Maneesh Singh, Julian Yarkony

We tackle the problem of graph partitioning for image segmentation using correlation clustering (CC), which we treat as an integer linear program (ILP). We reformulate optimization in the ILP so as to admit efficient opt…

Clusteringgraph partitioningImage SegmentationSemantic Segmentation