paper-with-me

Papers

A Tiered Move-making Algorithm for General Non-submodular Pairwise Energies

2014-03-25 · Vibhav Vineet, Jonathan Warrell, Philip H. S. Torr

A large number of problems in computer vision can be modelled as energy minimization problems in a Markov Random Field (MRF) or Conditional Random Field (CRF) framework. Graph-cuts based $\alpha$-expansion is a standard move-making method to minimize the energy functions with sub-modular pairwise terms. However, certain problems require more complex pairwise terms where the $\alpha$-expansion method is generally not applicable. In this paper, we propose an iterative {\em tiered move making algorithm} which is able to handle general pairwise terms. Each move to the next configuration is based on the current labeling and an optimal tiered move, where each tiered move requires one application of the dynamic programming based tiered labeling method introduced in Felzenszwalb et. al. \cite{tiered_cvpr_felzenszwalbV10}. The algorithm converges to a local minimum for any general pairwise potential, and we give a theoretical analysis of the properties of the algorithm, characterizing the situations in which we can expect good performance. We first evaluate our method on an object-class segmentation problem using the Pascal VOC-11 segmentation dataset where we learn general pairwise terms. Further we evaluate the algorithm on many other benchmark labeling problems such as stereo, image segmentation, image stitching and image denoising. Our method consistently gets better accuracy and energy values than alpha-expansion, loopy belief propagation (LBP), quadratic pseudo-boolean optimization (QPBO), and is competitive with TRWS.

📄 PDF Abstract BibTeX arXiv:1403.6275

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage DenoisingImage SegmentationImage StitchingSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

GRSA: Generalized Range Swap Algorithm for the Efficient Optimization of MRFs

2015-06-01 · CVPR 2015 6 · Kangwei Liu, Junge Zhang, Peipei Yang, Kaiqi Huang

Markov Random Field (MRF) is an important tool and has been widely used in many vision tasks. Thus, the optimization of MRFs is a problem of fundamental importance. Recently, Veskler and Kumar et. al propose the range mo…

Robust Submodular Maximization: A Non-Uniform Partitioning Approach

2017-06-15 · ICML 2017 8 · Ilija Bogunovic, Slobodan Mitrović, Jonathan Scarlett, Volkan Cevher

We study the problem of maximizing a monotone submodular function subject to a cardinality constraint $k$, with the added twist that a number of items $\tau$ from the returned set may be removed. We focus on the worst-ca…

Data Summarization

Robust Sequence Submodular Maximization

2020-12-01 · NeurIPS 2020 12 · Gamal Sallam, Zizhan Zheng, Jie Wu, Bo Ji

Submodularity is an important property of set functions and has been extensively studied in the literature. It models set functions that exhibit a diminishing returns property, where the marginal value of adding an eleme…

Submodular Maximization in Clean Linear Time

2020-06-16 · Wenxin Li, Moran Feldman, Ehsan Kazemi, Amin Karbasi

In this paper, we provide the first deterministic algorithm that achieves the tight $1-1/e$ approximation guarantee for submodular maximization under a cardinality (size) constraint while making a number of queries that …

Movie RecommendationText SummarizationVideo Summarization

Fast Stochastic Greedy Algorithm for $k$-Submodular Cover Problem

2025-11-02 · Hue T. Nguyen, Tan D. Tran, Nguyen Long Giang, Canh V. Pham arxiv

We study the $k$-Submodular Cover ($kSC$) problem, a natural generalization of the classical Submodular Cover problem that arises in artificial intelligence and combinatorial optimization tasks such as influence maximiza…