27
1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian , Farinaz Koushanfar , Miodrag Potkonjak , Mani Srivastava IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL.4, NO. 1, JANUARY-FEBRUARY 2005 IEEE Infocom 2001 , Vol. 3, pp. 1380-1387, April 2001.

1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

  • View
    217

  • Download
    0

Embed Size (px)

Citation preview

Page 1: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

1

Worst and Best-Case Coverage

in Sensor Networks

Seapahn Meguerdichian , Farinaz Koushanfar ,

Miodrag Potkonjak , Mani Srivastava

IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL.4, NO. 1,JANUARY-FEBRUARY 2005

IEEE Infocom 2001, Vol. 3, pp. 1380-1387, April 2001.

Page 2: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

2

Outlines

IntroductionSensing models and assumptionsCoverage formulationsMaximal BreachMaximal SupportExperimentalConclusion

Page 3: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

3

Coverage

Coverage can be considered as a measure of the quality of service of a sensor network.

Coverage formulations can try to find weak points in a sensor field suggest future deployment or reconfiguration

schemes for improving the overall quality of service.

Page 4: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

4

Coverage Problem

Given: Field A S sensors, specified by coordinates Initial(I) and final(F) locations of an agent (I , F)

How well can the field be observed ?

Worst Case Coverage:Find a maximal breach path for an agent moving in A.

Best Case Coverage:Find a maximal support path for an agent moving in A.

Page 5: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

5

Worst Case Coverage

We want to find the closest distance to sensors that an agent traveling on any path in the sensor field must encounter at least once.

We determine the closest distance to sensors even if the agent tries to optimally avoid the sensors.

Page 6: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

6

Best Case Coverage

We want to find the farthest distance to sensors that an agent traveling on any path in the sensor field must have from sensors, even if it tries to stay as close to sensors as possible.

At some points, the agent must move away from sensors in order to be able to traverse the field.

Page 7: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

7

Key Highlight

Transform the difficult to represent coverage problems to discrete-domain optimization using computational geometry(計算幾何 )

and graph theory constructs:

Voronoi DiagramDelaunay Triangulation

Page 8: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

8

Sensing Model

KpsdpsS

),(),(

We express the general sensing model S at an arbitrary point p for a sensor s as:

where d(s,p) is the Euclidean distance between the sensor s and the point p, and positive constants and K are sensor technology dependent parameters

Page 9: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

9

Assumption

Sensing effectiveness diminishes as distance increases

Homogeneous sensor nodes Sensor node locations are known Non-directional sensing technology Centralized computation model

Page 10: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

10

Coverage Formulation

How well can the field be observed ?

Worst Case Coverage: Maximal Breach Path

Best Case Coverage: Maximal Support Path

The “paths” are generally not unique. They quantify the best and worst case observability (coverage) in the sensor field.

Page 11: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

11

Maximal Breach Path

Given: Field A instrumented with sensors S; areas I and F.

Breach: the minimum Euclidean distance from P to any sensor in S.

Problem: Identify PB, the Maximal Breach Path in

S, starting in I and ending in F.

PB is defined as a path with the property that for any

point p on the path PB, the distance from p to the

closest sensor is maximized.

Page 12: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

12

Enabling Step: Voronoi Diagram

By construction, each line-segment maximizes distance from the nearest point (sensor).

Consequence: Path of Maximal Breach of Surveillance in the sensor field lies on the Voronoi diagram lines.

Page 13: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

13

Page 14: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

14

Page 15: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

15

Graph-Theoretic Formulation

Given: Voronoi diagram D with vertex set V and line segment set L and sensors S

Construct graph G(N,E): • Each vertex viV corresponds

to a node ni N

• Each line segment li L

corresponds to an edge ei E

• Each edge eiE, Weight(ei) = Distance of li from closest sensor sk S

Formulation: Is there a path from I to F which uses no edge of weight less than K?

Page 16: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

16

Finding Maximal Breach Path

Algorithm

1. Generate Voronoi Diagram2. Apply Graph-Theoretic Abstraction3. Search for PB

Check existence of path I --> F using BFS Search for path with maximal, minimum edge weights This is a Maximal Breach Path, PB, and it is not

unique.

Page 17: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

17

Page 18: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

18

Critical Regions

I FPB

PSsupport_weight breach_weight

30 sensors are deployed at random.

Page 19: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

19

Bounded Voronoi Diagram

I F

PB

Sensor field with Voronoi Diagram and a Maximal Breach Path.

Page 20: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

20

Maximal Support Path

Given: Field A instrumented with sensors S; areas I and F.

Support : the maximum Euclidean distance fromthe path P to the closest sensor in S..Problem: Identify Ps, the Maximal Support Path in

S, starting in I and ending in F.

Only requirement: the distance from the farthest point on Ps to the closest sensor is minimized.

Page 21: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

21

Maximal Support Path

Given: Delaunay Triangulation

of the sensor nodes

Construct graph G(N,E): The graph is dual to the Voronoi

graph previously described

Formulation: what is the path from which the agent can best be observed while moving from I to F? (The path is embedded in the Delaunay graph of the sensors)

Solution: Similar to the max breach algorithm, use BFS and Binary Search to find the shortest path on the Delaunay graph.

I F

PS

Sensor field with Delaunay triangulation and a Maximal Support Path (Ps)

Page 22: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

22

Maximal Breach Path Example (50 nodes)

Page 23: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

23

Maximal Breach Path Example (200 nodes)

Page 24: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

24

Maximal Breach Path – Sensor Deployment

0%

10%

20%

30%

40%

50%

60%

5 10 15 25 30 65 100Number of Sensors

Bre

ach

Im

pro

vem

en

t Add 4

Add 3

Add 2

Add 1

Even after deploying 100 sensors, breach coverage can be improved by about 10 percent by deploying just one more sensor.

Page 25: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

25

Maximal Support Path – Sensor Deployment

0%

10%

20%

30%

40%

50%

60%

70%

80%

5 10 15 25 30 65 100Number of Sensors

Su

pp

ort

Im

pro

vem

en

t

Add 4

Add 3

Add 2

Add 1

Page 26: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

26

Asymptotic Behavior

On average, after deploying about 100 sensors, additional random sensors do not improve coverage very significantly.

Page 27: 1 Worst and Best-Case Coverage in Sensor Networks Seapahn Meguerdichian, Farinaz Koushanfar, Miodrag Potkonjak, Mani Srivastava IEEE TRANSACTIONS ON MOBILE

27

Conclusions

Best and Worst case coverage formulations Efficient optimal algorithms using computational

geometry and graph theory Maximal Breach Path (worst-case coverage) Maximal Support Path (best-case coverage)

Applications in: Deployment Asymptotic analysis