Accelerated Inference in Markov Random Fields via Smooth Riemannian Optimization
Siyi Hu, Luca Carlone

TL;DR
This paper introduces two novel optimization methods, DARS and FUSES, that significantly accelerate inference in Markov Random Fields by leveraging geometric structures and Riemannian optimization, enabling near-optimal solutions in milliseconds.
Contribution
The paper presents two new scalable SDP relaxation techniques, DARS and FUSES, for fast and accurate inference in MRFs, outperforming existing methods in speed and solution quality.
Findings
FUSES solves large problems in milliseconds.
DARS and FUSES achieve solutions within 0.1% of the optimum.
FUSES is over 100 times faster than traditional SDP solvers.
Abstract
Markov Random Fields (MRFs) are a popular model for several pattern recognition and reconstruction problems in robotics and computer vision. Inference in MRFs is intractable in general and related work resorts to approximation algorithms. Among those techniques, semidefinite programming (SDP) relaxations have been shown to provide accurate estimates while scaling poorly with the problem size and being typically slow for practical applications. Our first contribution is to design a dual ascent method to solve standard SDP relaxations that takes advantage of the geometric structure of the problem to speed up computation. This technique, named Dual Ascent Riemannian Staircase (DARS), is able to solve large problem instances in seconds. Our second contribution is to develop a second and faster approach. The backbone of this second approach is a novel SDP relaxation combined with a fast and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Stochastic Gradient Optimization Techniques · Advanced Neural Network Applications
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
