|
Bayesian Framework for Classification of Sensor Data
|
|
|
|
Bayesian Analysis |
||
Bayesian analysis is a statistical procedure which endeavors to estimate
parameters of an underlying distribution based on the observed distribution.
|
||
|
Bayes Theorem |
||
|
The aim is to find the probability that a certain label is the right classification for the current input vector x. This is called the posterior probability:
from Bayes' Theorem:
|
||
|
Maximum A Posteriori (MAP) hypothesis |
||
|
To classify a certain input vector, we look for the label li that
has the highest probability to be the right classification for the current
input vector (x1,...,xd): The Maximum A Posteriori
hypothesis for the current label is:
We can leave out
|
||
|
Maximum Likelihood (ML) hypothesis |
||
|
The Maximum Likelihood hypothesis for the current label is defined
as:
The term
|
||
|
Naive Bayes (NB) classifier |
||
|
The first term of the MAP hypothesis could be simplified if
the assumption is made that all sensors are conditionally independent, if
the correct label is given:
This assumption is usually not very workable when dealing
with multiple sensors, though. Conditionally independent means that we can
write:
|
||
Compiled by Kristof Van Laerhoven.