5
Maximum A Posteriori (MAP) Estimation Pieter Abbeel UC Berkeley EECS

Maximum A Posteriori (MAP) Estimation Pieter Abbeel UC Berkeley EECS

  • Upload
    selia

  • View
    53

  • Download
    0

Embed Size (px)

DESCRIPTION

Maximum A Posteriori (MAP) Estimation Pieter Abbeel UC Berkeley EECS. TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: A A A A A A A A A A A A A. Overview. Filtering: Smoothing: MAP:. X 0. X 0. X 0. X t-1. X t-1. X t-1. X t. X t. X t. X t+1. - PowerPoint PPT Presentation

Citation preview

Page 1: Maximum A Posteriori (MAP) Estimation Pieter  Abbeel UC Berkeley EECS

Maximum A Posteriori (MAP) Estimation

Pieter AbbeelUC Berkeley EECS

Page 2: Maximum A Posteriori (MAP) Estimation Pieter  Abbeel UC Berkeley EECS

Filtering:

Smoothing:

MAP:

OverviewXt-1 XtX0

zt-1 ztz0

Xt-1 XtXt+

1XTX0

zt-1 zt zt+1 zTz0

Xt-1 XtXt+

1XTX0

zt-1 zt zt+1 zTz0

Page 3: Maximum A Posteriori (MAP) Estimation Pieter  Abbeel UC Berkeley EECS

Generally:

MAP Naively solving by enumerating all

possible combinations of

x_0,…,x_T is exponential in T !

Page 4: Maximum A Posteriori (MAP) Estimation Pieter  Abbeel UC Berkeley EECS

MAP --- Complete Algorithm

O(T n2)

Page 5: Maximum A Posteriori (MAP) Estimation Pieter  Abbeel UC Berkeley EECS

Summations integrals But: can’t enumerate over all instantations However, we can still find solution efficiently:

the joint conditional P(x0:T | z0:T) is a multivariate Gaussian

for a multivariate Gaussian the most likely instantiation equals the mean

we just need to find the mean of P(x0:T | z0:T) the marginal conditionals P(xt | z0:T) are Gaussians

with mean equal to the mean of xt under the joint conditional, so it suffices to find all marginal conditionals

We already know how to do so: marginal conditionals can be computed by running the Kalman smoother.

Kalman Filter (aka Linear Gaussian) setting