Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

4298571,2861,714 · Jun 202019922001200920182026
48 results for MRF Structure Learning

Paper proposes a new method for MRF structure learning.

problem Learning MRF structures without strong distributional assumptions.
method Grow-Shrink Maximum Pseudolikelihood Estimation (MPLE) for edge set optimization.
result The method successfully handles symmetricity in MRFs and outperforms previous methods.

New method controls false discovery rate in learning Gaussian MRF structures.

problem Learning the structure of Gaussian MRFs from data, especially when p >> n, leads to false edges.
method Proposes nsSLOPE using sorted l1-norm regularization to control false discovery rate.
result Controls false discovery rate in learning the structure of Gaussian MRFs.

AdVIL improves inference and learning for MRFs with minimal assumptions.

problem Improving inference and learning for Markov random fields (MRFs) with minimal assumptions.
method AdVIL uses adversarial variational inference and learning to approximate latent variables and estimate partition functions.
result AdVIL provides a tighter estimate of the log partition function and better empirical results.

Real world systems typically feature a variety of different dependency types and topologies that complicate model selection for probabilistic graphical models. We introduce the ensemble-of-forests model, a generalization of the ensemble-of-trees model. Our model enables structure learning of Markov random fields (MRF) …

2013-12-17abs ↗pdf ↗

A fundamental challenge in developing high-impact machine learning technologies is balancing the need to model rich, structured domains with the ability to scale to big data. Many important problem areas are both richly structured and large scale, from social and biological networks, to knowledge graphs and the Web, to…

2015-05-17abs ↗pdf ↗

Learning structured outputs with general structures is computationally challenging, except for tree-structured models. Thus we propose an efficient boosting-based algorithm AdaBoost.MRF for this task. The idea is based on the realization that a graph is a superimposition of trees. Different from most existing work, our…

2014-07-24abs ↗pdf ↗

We present Vector-Space Markov Random Fields (VS-MRFs), a novel class of undirected graphical models where each variable can belong to an arbitrary vector space. VS-MRFs generalize a recent line of work on scalar-valued, uni-parameter exponential family and mixed graphical models, thereby greatly broadening the class o…

2015-05-19abs ↗pdf ↗

Proposes a new method for learning MRFs without sampling.

problem Learning deep undirected graphical models (MRFs) efficiently.
method Optimizes a saddle-point objective derived from the Bethe free energy approximation, using trained inference networks to amortize the optimization.
result The method compares favorably with loopy belief propagation and achieves better held-out log likelihood.

Markov random field (MRF) learning is intractable, and its approximation algorithms are computationally expensive. We target a small subset of MRF that is used frequently in computer vision. We characterize this subset with three concepts: Lattice, Homogeneity, and Inertia; and design a non-markov model as an alternati…

2015-12-23abs ↗pdf ↗

A neural network model minimizes region-based free energy for faster inference in MRFs.

problem Efficient inference in complex Markov random fields (MRFs).
method Region-based Energy Neural Network (RENN) that directly minimizes region-based free energy.
result RENN outperforms other methods in marginal distribution estimation, partition function estimation, and MRF learning.

The theory of learning under the uniform distribution is rich and deep, with connections to cryptography, computational complexity, and the analysis of boolean functions to name a few areas. This theory however is very limited due to the fact that the uniform distribution and the corresponding Fourier basis are rarely …

2013-07-13abs ↗pdf ↗

New method controls gradient error for sparse MRFs.

problem Efficient learning for sparse discrete MRFs with NP-hard inference.
method Stochastic proximal gradient (SPG) with controlled gradient approximation error.
result Novel bounds control gradient approximation quality.

Efficiently infers time-varying sparse MRFs with strong statistical guarantees.

problem Inference of time-varying sparse MRFs with strong statistical guarantees.
method Constrained optimization with exact 0\ell_0 regularization, near-linear time and memory complexity.
result Sharp statistical guarantees for sparsely-changing Gaussian MRFs with as few as one sample per time.

Enhances MMSB for complex graph structures with HL-MRF priors.

problem Limited modeling of correlated graph structures in MMSB.
method HL-MRF as structured prior for mixed membership distributions.
result Improves log-likelihood by 15% on average across datasets.

We introduce a class of dependence structures, that we call the Multiple Risk Factor (MRF) dependence structures. On the one hand, the new constructions extend the popular CreditRisk+ approach, and as such they formally describe default risk portfolios exposed to an arbitrary number of fatal risk factors with condition…

2016-07-16abs ↗pdf ↗

Optimizes ASL-MRF scan design for precise brain hemodynamics quantification.

problem Fixing model parameters in ASL introduces bias, and multiparametric estimation degrades precision.
method Optimizes ASL labeling durations using Cramer-Rao Lower Bound (CRLB) and proposes a neural network regression framework.
result Improved precision in estimating multiple hemodynamic parameters from a single scan.

In this paper we address the problem of finding the most probable state of a discrete Markov random field (MRF), also known as the MRF energy minimization problem. The task is known to be NP-hard in general and its practical importance motivates numerous approximate algorithms. We propose a submodular relaxation approa…

2015-01-15abs ↗pdf ↗

We learn higher-order Markov random fields from evolving data, bypassing computational barriers.

problem Learning graphical models from temporally correlated samples, especially with noisy data.
method Using the trajectory data from Glauber dynamics, we develop an algorithm to recover the graph and parameters efficiently.
result We demonstrate efficient learning of higher-order Markov random fields from trajectory data, overcoming computational hardness.

The paper uses MRFs to improve recommendation accuracy in collaborative filtering.

problem Improving recommendation accuracy in collaborative filtering.
method Modeling dependencies via Gaussian Markov Random Fields (MRFs) with auto-normal parameterization and pseudo-likelihood.
result The proposed approach achieved competitive ranking-accuracy and a 20% gain in accuracy on the largest data-set.

Efficiently solves MRF inference problems with semidefinite programming.

problem Computing partition function or MAP estimate in binary and multi-class MRFs.
method Coordinate-descent-based fast semidefinite solver for SDPs.
result Substantially outperforms existing state-of-the-art methods in approximate inference.

New method speeds up sampling of Markov random fields.

problem Efficient sampling of Markov random fields is computationally expensive.
method Introduced a new class of Markov random fields linked to Gaussian Markov Random fields for faster sampling.
result At least 35x faster and 37x less energy consumption compared to Gibbs sampling.

Almost all of the work in graphical models for game theory has mirrored previous work in probabilistic graphical models. Our work considers the opposite direction: Taking advantage of recent advances in equilibrium computation for probabilistic inference. We present formulations of inference problems in Markov random f…

2016-04-10abs ↗pdf ↗

In this paper, we study a nonconvex continuous relaxation of MAP inference in discrete Markov random fields (MRFs). We show that for arbitrary MRFs, this relaxation is tight, and a discrete stationary point of it can be easily reached by a simple block coordinate descent algorithm. In addition, we study the resolution …

2018-02-21abs ↗pdf ↗

New GAN design uses conditional independence graphs to improve model-based GANs.

problem Designing model-based GANs using additional information about underlying distribution.
method Study subadditivity properties of probability divergences to design model-based GANs.
result Model-based GANs using neighborhood discriminators provide significant statistical and computational benefits.

Bayesian Cox model identifies biomarkers from multi-omics data.

problem Produce interpretable survival prognosis from multi-omics data.
method Penalized semiparametric Bayesian Cox model with graph-structured selection priors.
result Model identifies new biomarkers and improves survival prediction.

PS-VAE extracts multi-parameter MRI biomarkers with uncertainty quantification.

problem Uncertainty in inverse problems limits clinical acceptance of quantitative MRI methods.
method Physics-Structured Variational Autoencoder (PS-VAE) integrating physics simulator and self-supervised learning.
result PS-VAE provides full covariance of inter-parameter correlations and accelerates multi-parametric MRI quantification.

Recommender systems play a central role in providing individualized access to information and services. This paper focuses on collaborative filtering, an approach that exploits the shared structure among mind-liked users and similar items. In particular, we focus on a formal probabilistic framework known as Markov rand…

2016-02-09abs ↗pdf ↗

Algorithm learns Sherrington-Kirkpatrick model parameters at low temperatures.

problem Learning parameters of random graphical models at low temperatures.
method Multiplicative-weight update algorithm for polynomial time learning.
result Algorithm learns SK model parameters at βlognβ\leq \sqrt{\log n}.

A novel method for estimating group-representative functional networks from multi-subject fMRI data.

problem Estimating common neuronal characteristics in a population from multi-subject fMRI data.
method Two-phase approach: clustering-based ICA for component maps, MAP-MRF labeling for group-representative map estimation.
result Demonstrated the viability of the proposed method in extracting group-representative functional networks from simulated fMRI data.

We describe a new technique for computing lower-bounds on the minimum energy configuration of a planar Markov Random Field (MRF). Our method successively adds large numbers of constraints and enforces consistency over binary projections of the original problem state space. These constraints are represented in terms of …

2012-02-14abs ↗pdf ↗

Inference in general Markov random fields (MRFs) is NP-hard, though identifying the maximum a posteriori (MAP) configuration of pairwise MRFs with submodular cost functions is efficiently solvable using graph cuts. Marginal inference, however, even for this restricted class, is in #P. We prove new formulations of deriv…

2012-12-31abs ↗pdf ↗

We present a unifying framework which reduces the construction of probabilistic component analysis techniques to a mere selection of the latent neighbourhood, thus providing an elegant and principled framework for creating novel component analysis models as well as constructing probabilistic equivalents of deterministi…

2013-03-13abs ↗pdf ↗

BWFlow improves graph generation by smoothly interpolating graph components.

problem Disjoint modeling of graph nodes and edges leads to irregular and non-smooth probability paths.
method Modeling graphs as MRFs and using optimal transport displacement for a smooth probability path.
result BWFlow achieves better training convergence and efficient sampling in graph generation.

Alternative optimizer outperforms gradient descent in weakly-supervised CNN segmentation.

problem Training deep neural networks with complex loss functions.
method Demonstrated an alternative optimizer (ADM) outperforming gradient descent.
result Gradient descent performs poorly with certain loss functions, while an alternative optimizer achieves state-of-the-art results.

Integrates MRF into multimodal VAE for better complex intermodal interactions.

problem Lack of effective modeling of complex intermodal interactions in multimodal VAEs.
method Incorporates Markov Random Field into prior and posterior distributions of multimodal VAE.
result Demonstrates superior performance in managing complex intermodal dependencies.