paper-with-me

Papers

Conditional Expectation Propagation

2019-10-27 · Zheng Wang, Shandian Zhe

Expectation propagation (EP) is a powerful approximate inference algorithm. However, a critical barrier in applying EP is that the moment matching in message updates can be intractable. Handcrafting approximations is usually tricky, and lacks generalizability. Importance sampling is very expensive. While Laplace propagation provides a good solution, it has to run numerical optimizations to find Laplace approximations in every update, which is still quite inefficient. To overcome these practical barriers, we propose conditional expectation propagation (CEP) that performs conditional moment matching given the variables outside each message, and then takes expectation w.r.t the approximate posterior of these variables. The conditional moments are often analytical and much easier to derive. In the most general case, we can use (fully) factorized messages to represent the conditional moments by quadrature formulas. We then compute the expectation of the conditional moments via Taylor approximations when necessary. In this way, our algorithm can always conduct efficient, analytical fixed point iterations. Experiments on several popular models for which standard EP is available or unavailable demonstrate the advantages of CEP in both inference quality and computational efficiency.

📄 PDF Abstract BibTeX arXiv:1910.12360

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Expectation Propagation

2014-09-22 · Jack Raymond, Andre Manoel, Manfred Opper

Variational inference is a powerful concept that underlies many iterative approximation algorithms; expectation propagation, mean-field methods and belief propagations were all central themes at the school that can be pe…

Variational Inference

Approximation-Aware Dependency Parsing by Belief Propagation

2015-08-10 · TACL 2015 1 · Matthew R. Gormley, Mark Dredze, Jason Eisner

We show how to train the fast dependency parser of Smith and Eisner (2008) for improved accuracy. This parser can consider higher-order interactions among edges while retaining O(n^3) runtime. It outputs the parse with m…

Dependency Parsing

Non-Euclidean Conditional Expectation and Filtering

2017-10-16 · Anastasis Kratsios, Cody B. Hyndman

A non-Euclidean generalization of conditional expectation is introduced and characterized as the minimizer of expected intrinsic squared-distance from a manifold-valued target. The computational tractable formulation exp…

Time-consistent conditional expectation under probability distortion

2020-06-25

We introduce a new notion of conditional nonlinear expectation under probability distortion. Such a distorted nonlinear expectation is not sub-additive in general, so it is beyond the scope of Peng's framework of nonline…

Stochastic Optimizationvalid

Data-Driven Estimation of Conditional Expectations, Application to Optimal Stopping and Reinforcement Learning

2024-07-18 · George V. Moustakides

When the underlying conditional density is known, conditional expectations can be computed analytically or numerically. When, however, such knowledge is not available and instead we are given a collection of training dat…

Stochastic Optimization