paper-with-me

Papers

Fast Convex Relaxations using Graph Discretizations

2020-04-23 · Jonas Geiping, Fjedor Gaede, Hartmut Bauermeister, Michael Moeller

Matching and partitioning problems are fundamentals of computer vision applications with examples in multilabel segmentation, stereo estimation and optical-flow computation. These tasks can be posed as non-convex energy minimization problems and solved near-globally optimal by recent convex lifting approaches. Yet, applying these techniques comes with a significant computational effort, reducing their feasibility in practical applications. We discuss spatial discretization of continuous partitioning problems into a graph structure, generalizing discretization onto a Cartesian grid. This setup allows us to faithfully work on super-pixel graphs constructed by SLIC or Cut-Pursuit, massively decreasing the computational effort for lifted partitioning problems compared to a Cartesian grid, while optimal energy values remain similar: The global matching is still solved near-globally optimal. We discuss this methodology in detail and show examples in multi-label segmentation by minimal partitions and stereo estimation, where we demonstrate that the proposed graph discretization can reduce runtime as well as memory consumption of convex relaxations of matching problems by up to a factor of 10.

📄 PDF Abstract BibTeX arXiv:2004.11075

Code (0)

등록된 구현이 없습니다.

Tasks

Optical Flow EstimationSegmentation

Similar Papers 제목 키워드 기반

Sublabel-Accurate Discretization of Nonconvex Free-Discontinuity Problems

2016-11-21 · ICCV 2017 10 · Thomas Möllenhoff, Daniel Cremers

In this work we show how sublabel-accurate multilabeling approaches can be derived by approximating a classical label-continuous convex relaxation of nonconvex free-discontinuity problems. This insight allows to extend t…

DS*: Tighter Lifting-Free Convex Relaxations for Quadratic Matching Problems

2017-11-29 · CVPR 2018 6 · Florian Bernard, Christian Theobalt, Michael Moeller

In this work we study convex relaxations of quadratic optimisation problems over permutation matrices. While existing semidefinite programming approaches can achieve remarkably tight relaxations, they have the strong dis…

Graph Matching

New Convex Relaxations for MRF Inference With Unknown Graphs

2019-10-01 · ICCV 2019 10 · Zhenhua Wang, Tong Liu, Qinfeng Shi, M. Pawan Kumar 외

Treating graph structures of Markov random fields as unknown and estimating them jointly with labels have been shown to be useful for modeling human activity recognition and other related tasks. We propose two novel rela…

Activity RecognitionHuman Activity Recognition

Convex Relaxations for Pose Graph Optimization with Outliers

2018-01-07 · Luca Carlone, Giuseppe C. Calafiore

Pose Graph Optimization involves the estimation of a set of poses from pairwise measurements and provides a formalization for many problems arising in mobile robotics and geometric computer vision. In this paper, we cons…

Lifting the Convex Conjugate in Lagrangian Relaxations: A Tractable Approach for Continuous Markov Random Fields

2021-07-13 · Hartmut Bauermeister, Emanuel Laude, Thomas Möllenhoff, Michael Moeller 외

Dual decomposition approaches in nonconvex optimization may suffer from a duality gap. This poses a challenge when applying them directly to nonconvex problems such as MAP-inference in a Markov random field (MRF) with co…

Stereo Matching