Ciberseguridad Fusin de Sensores Dr. Ponciano Jorge Escamilla - - PowerPoint PPT Presentation

ciberseguridad
SMART_READER_LITE
LIVE PREVIEW

Ciberseguridad Fusin de Sensores Dr. Ponciano Jorge Escamilla - - PowerPoint PPT Presentation

INSTITUTO POLITCNICO NACIONAL CENTRO DE INVESTIGACION EN COMPUTACION Laboratorio de Ciberseguridad Fusin de Sensores Dr. Ponciano Jorge Escamilla Ambrosio pescamilla@cic.ipn.mx http://www.cic.ipn.mx/~pescamilla/ CIC Sensor Fu Sensor


slide-1
SLIDE 1

INSTITUTO POLITÉCNICO NACIONAL CENTRO DE INVESTIGACION EN COMPUTACION

Fusión de Sensores

  • Dr. Ponciano Jorge Escamilla Ambrosio

pescamilla@cic.ipn.mx http://www.cic.ipn.mx/~pescamilla/

Laboratorio de Ciberseguridad

slide-2
SLIDE 2

CIC

2

Sensor Fu Sensor Fusion sion Pr Probabil

  • babilit

ity y rev review iew

Based on Hugh Durrant-Whyte, Introduction to Sensor Data Fusion http://www.acfr.usyd.edu.au/teaching/graduate/Fusion/index.html

slide-3
SLIDE 3

CIC

3

Sensor Fu Sensor Fusion sion Pr Probabil

  • babilit

ity y rev review iew

slide-4
SLIDE 4

CIC

4

Sensor Fu Sensor Fusion sion Pr Probabil

  • babilit

ity y rev review iew

slide-5
SLIDE 5

CIC

5

Sensor Fu Sensor Fusion sion Pr Probabil

  • babilit

ity y rev review iew

slide-6
SLIDE 6

CIC

6

Sensor Fu Sensor Fusion sion Pr Probabil

  • babilit

ity y rev review iew

slide-7
SLIDE 7

CIC

7

Sensor Fu Sensor Fusion sion Pr Probabil

  • babilit

ity y rev review iew

slide-8
SLIDE 8

CIC

 One of the simplest and most intuitive general

methods of sensor data fusion is to take a weighted average of redundant information provided by a group of sensors and use this as the fused value.

 Formally, the weighted average of N sensor

measurements xi with weights 0 ≤ wi ≤ 1 is,

8

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-9
SLIDE 9

CIC

 Formally, the weighted average of N sensor

measurements xi with weights 0 ≤ wi ≤ 1 is: where 𝑗 𝑥𝑗 = 1 and wi = 0 if xi is not within some specified thresholds.

 How to obtain the weights wi?

9

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-10
SLIDE 10

CIC

 Example

10

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-11
SLIDE 11

CIC

11

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-12
SLIDE 12

CIC

 If w1 = w2 = 1/2 then:

12

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-13
SLIDE 13

CIC

 What if we have heterogeneous senosrs?

13

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-14
SLIDE 14

CIC

14

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-15
SLIDE 15

CIC

 If the xi, i = 1, 2,…, n measurements are assumed

to be independent normally distributed random variables, with distribution 𝑂( 𝑦𝑗, 𝜏 𝑗

2), then a

linear weighted mean aggregation model combining these random variables into one random variable xf is given by: 𝑦𝑔 = 𝛾1𝑦1 + 𝛾1𝑦1 + ⋯ + 𝛾𝑜𝑦𝑜 with variance:

15

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-16
SLIDE 16

CIC

Where 𝛾𝑗 is a positive weighting factor calculated by:

16

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-17
SLIDE 17

CIC

17

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-18
SLIDE 18

CIC

18

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-19
SLIDE 19

CIC

19

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-20
SLIDE 20

CIC

20

Sensor Fu Sensor Fusion sion Weighted Weighted average average

w1 w2

slide-21
SLIDE 21

CIC

21

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-22
SLIDE 22

CIC

22

Sensor Fu Sensor Fusion sion Weighted Weighted average average

slide-23
SLIDE 23

CIC

 Conditional probability definition:

  • If we multiply both sides of the definition of P(A|B)

by P(B) we obtain: P(A ∩ B) = P(A|B) P(B)

  • Similarly, if we multiply both sides of the definition
  • f P(B|A) by P(A) we obtain:

P(B ∩ A) = P(B|A) P(A)

23

Sensor Fu Sensor Fusion sion Bayesian Bayesian method method

slide-24
SLIDE 24

CIC

 Because P(A ∩ B) = P(B ∩ A), Bayes’ rule:

𝑄 𝐵 𝐶 = 𝑄 𝐶 𝐵 𝑄(𝐵) 𝑄(𝐶) 𝑄 𝐵 𝐶 = 𝑄 𝐶 𝐵 𝑄(𝐵) 𝑗 𝑄(𝐶|𝐵𝑗) 𝑄(𝐵𝑗)

where: P(A|B) = a posteriori probability. P(B|A) = likelihood function of A. P(A) = a priori probability of A.

24

Sensor Fu Sensor Fusion sion Bayesian Bayesian method method

slide-25
SLIDE 25

CIC

 Commonly, Bayes’ rule is thought of in terms of

updating the belief about a hypothesis A in the light of new evidence B. Thus, the posterior belief P(A|B) is calculated by multiplying the prior belief P(A) by the likelihood P(B|A) that B will occur if A is true.

25

Sensor Fu Sensor Fusion sion Bayesian Bayesian method method

slide-26
SLIDE 26

CIC

 Replacing A with x and B with z, we obtain the

following relation: 𝑄 𝐲 𝐴 = 𝑄 𝐴 𝐲 𝑄(𝐲) 𝑗 𝑄(𝐴|𝐲𝑗) 𝑄(𝐲𝑗)

 The items x and z are regarded as random

variables.

 x is a state or parameter of the system.  z is the sensor measurements.

26

Sensor Fu Sensor Fusion sion Bayesian Bayesian method method

slide-27
SLIDE 27

CIC

 The Bayes’ theorem is interpreted as the

computation of the posterior probability P(x|z), given the prior probability of the state or parameter (P(x)), and the observation probability (P(z|x)): the value of x that maximizes the term (x|data).

27

Sensor Fu Sensor Fusion sion Bayesian Bayesian method method

slide-28
SLIDE 28

CIC

 The term P(z|x) assumes the role of a sensor model in

the following way:

(1) First build a sensor model: fix x = x and then ask what probability density function (pdf) on z results. (2) Use the sensor model: observe z = z and then ask what the pdf on x is. (3) Practically P(z|x) is constructed as a function of both variables (or a matrix in discrete form). (4) For each fixed value of x, a distribution in z is defined. Therefore as x varies, a family of distributions in z is created.

28

Sensor Fu Sensor Fusion sion Bayesian Bayesian method method

slide-29
SLIDE 29

CIC

29

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Example method: Example 1

slide-30
SLIDE 30

CIC

30

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Example method: Example 1

slide-31
SLIDE 31

CIC

31

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Example method: Example 2a 2a

slide-32
SLIDE 32

CIC

32

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Example method: Example 2a 2a

slide-33
SLIDE 33

CIC

33

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Example method: Example 2b 2b

slide-34
SLIDE 34

CIC

34

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: method: Data fusion Data fusion

slide-35
SLIDE 35

CIC

35

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: method: Data fusion Data fusion

slide-36
SLIDE 36

CIC

36

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: method: Data fusion Data fusion

slide-37
SLIDE 37

CIC

37

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Data method: Data fusion fusion

slide-38
SLIDE 38

CIC

38

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Data method: Data fusion fusion

slide-39
SLIDE 39

CIC

39

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Data method: Data fusion fusion

slide-40
SLIDE 40

CIC

40

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Data method: Data fusion fusion

slide-41
SLIDE 41

CIC

41

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Data method: Data fusion fusion

slide-42
SLIDE 42

CIC

42

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Data method: Data fusion fusion

slide-43
SLIDE 43

CIC

43

Sensor Fu Sensor Fusion sion Bayesian Bayesian method: Data method: Data fusion fusion

slide-44
SLIDE 44

CIC

44

Sensor Sensor Fusion Fusion Recursive Recursive Bayes Bayes Updating Updating

slide-45
SLIDE 45

CIC

45

Sensor Fu Sensor Fusion sion Recursive Recursive Bayes Bayes Updating Updating

slide-46
SLIDE 46

CIC

46

Sensor Fu Sensor Fusion sion Recu Recursi rsive ve Bayes Bayes Updati Updating: Exampl ng: Example

slide-47
SLIDE 47

CIC

47

Sensor Fu Sensor Fusion sion Recu Recursi rsive ve Bayes Bayes Updati Updating: Example ng: Example

slide-48
SLIDE 48

CIC

48

Sensor Fu Sensor Fusion sion Recu Recursi rsive ve Bayes Bayes Updati Updating: Example ng: Example

slide-49
SLIDE 49

CIC

49

Sensor Fu Sensor Fusion sion

slide-50
SLIDE 50

CIC

50

Sensor Fu Sensor Fusion sion

slide-51
SLIDE 51

CIC

51

Sensor Fu Sensor Fusion sion

slide-52
SLIDE 52

CIC

52

Generalised Generalised Bayesian Bayesian Filter Filtering: ing: Problem Statement Problem Statement

slide-53
SLIDE 53

CIC

53

Generalised Generalised Bayesian Bayesian Filter Filtering ing

slide-54
SLIDE 54

CIC

54

Generalised Generalised Bayesian Bayesian Filter Filtering ing

slide-55
SLIDE 55

CIC

55

Generalised Generalised Bayesian Bayesian Filter Filtering ing

slide-56
SLIDE 56

CIC

56

Generalised Generalised Bayesian Bayesian Filt Filteri ering ng

slide-57
SLIDE 57

CIC

57

Generalised Generalised Bayesian Bayesian Filt Filteri ering ng

slide-58
SLIDE 58

CIC

58

Sensor Fu Sensor Fusion sion

slide-59
SLIDE 59

CIC

59

Sensor Fu Sensor Fusion sion

slide-60
SLIDE 60

CIC

60

Sensor Fu Sensor Fusion sion

slide-61
SLIDE 61

CIC

61

Sensor Fu Sensor Fusion sion

slide-62
SLIDE 62

CIC

62

Sensor Fu Sensor Fusion sion