paper-with-me

Papers

Efficient semidefinite-programming-based inference for binary and multi-class MRFs

2020-12-04 · NeurIPS 2020 12 · Chirag Pabbaraju, Po-Wei Wang, J. Zico Kolter

Probabilistic inference in pairwise Markov Random Fields (MRFs), i.e. computing the partition function or computing a MAP estimate of the variables, is a foundational problem in probabilistic graphical models. Semidefinite programming relaxations have long been a theoretically powerful tool for analyzing properties of probabilistic inference, but have not been practical owing to the high computational cost of typical solvers for solving the resulting SDPs. In this paper, we propose an efficient method for computing the partition function or MAP estimate in a pairwise MRF by instead exploiting a recently proposed coordinate-descent-based fast semidefinite solver. We also extend semidefinite relaxations from the typical binary MRF to the full multi-class setting, and develop a compact semidefinite relaxation that can again be solved efficiently using the solver. We show that the method substantially outperforms (both in terms of solution quality and speed) the existing state of the art in approximate inference, on benchmark problems drawn from previous work. We also show that our approach can scale to large MRF domains such as fully-connected pairwise CRF models used in computer vision.

📄 PDF Abstract BibTeX arXiv:2012.02661

Code (1)

locuslab/sdp_mrf 공식 구현

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Achieving Exact Cluster Recovery Threshold via Semidefinite Programming

2014-11-24 · Bruce Hajek, Yihong Wu, Jiaming Xu

The binary symmetric stochastic block model deals with a random graph of $n$ vertices partitioned into two equal-sized clusters, such that each pair of vertices is connected independently with probability $p$ within clus…

Stochastic Block Model

A Fast Semidefinite Approach to Solving Binary Quadratic Problems

2013-04-03 · CVPR 2013 6 · Peng Wang, Chunhua Shen, Anton Van Den Hengel

Many computer vision problems can be formulated as binary quadratic programs (BQPs). Two classic relaxation methods are widely used for solving BQPs, namely, spectral methods and semidefinite programming (SDP), each with…

ClusteringImage SegmentationSegmentationSemantic Segmentation

Inference in Graphical Models via Semidefinite Programming Hierarchies

2017-09-19 · NeurIPS 2017 12 · Murat A. Erdogdu, Yash Deshpande, Andrea Montanari

Maximum A posteriori Probability (MAP) inference in graphical models amounts to solving a graph-structured combinatorial optimization problem. Popular inference algorithms such as belief propagation (BP) and generalized …

Combinatorial OptimizationComputational EfficiencyDenoisingImage Denoising

Binary Hashing with Semidefinite Relaxation and Augmented Lagrangian

2016-07-19 · Thanh-Toan Do, Anh-Dzung Doan, Duc-Thanh Nguyen, Ngai-Man Cheung

This paper proposes two approaches for inferencing binary codes in two-step (supervised, unsupervised) hashing. We first introduce an unified formulation for both supervised and unsupervised hashing. Then, we cast the le…

Achieving Exact Cluster Recovery Threshold via Semidefinite Programming: Extensions

2015-02-26 · Bruce Hajek, Yihong Wu, Jiaming Xu

Resolving a conjecture of Abbe, Bandeira and Hall, the authors have recently shown that the semidefinite programming (SDP) relaxation of the maximum likelihood estimator achieves the sharp threshold for exactly recoverin…

Community DetectionStochastic Block Model