Top Banner
A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)
26

A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Dec 19, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

A Beacon-Less Location Discovery Scheme

for Wireless Sensor Networks

Lei Fang (Syracuse)

Wenliang (Kevin) Du (Syracuse)

Peng Ning (North Carolina State)

Page 2: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Location Discovery in WSN

Sensor nodes need to find their locations Rescue missions Geographic routing protocols Many other applications

Constraints No GPS on sensors Cost must be low

Page 3: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Existing Positioning Schemes

Beacon Nodes

Page 4: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Two Important Elements

Reference points They must know their locations. e.g. beacon nodes, satellites.

Relationship between nodes and reference points Distance Angle of arrival Time of arrival Time difference of arrival

Page 5: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

The Beacon-Less Scheme

Without using beacon nodes Beacon nodes are more expensive They can be the main target of attacks

Nonetheless, we still have to find reference points and the corresponding relationships. Remember: the locations of the reference points

must be known.

Page 6: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

A Group-Based Deployment Scheme

Page 7: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

A Group-Based Deployment Scheme

Page 8: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Modeling of The Group-Based Deployment Scheme

We still need another important element: The relationship between nodes and reference points.

Deployment Points:Their locations are known.

Page 9: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

The Relationships

A

Page 10: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

The Relationships

A

B

Page 11: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Modeling of the Deployment Distribution

Using pdf function to model the node distribution.

Example: two-dimensional Gaussian Distribution.

Other distribution can also be used.

Page 12: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

The Idea

Observation at location O See more nodes from A and D

than from H and I.

Observation at location P Quit different from location O. See more nodes from H and I

than from A and D.

Given a location, we can derive the observation.

Given the observation, can we derive the location?

Page 13: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

The Problem Formulation

Location θ = (x, y)

Observation a = (a1, a2, … an)

LocationEstimation

Page 14: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

A Geometric Approach

Pick the three nearest deployment points (the three highest ai values).

Estimate the distance between the sensor and these points.

MLE (Maximum Likelihood Estimation):

f (Xi = ai | Z): The probability of observing ai nodes from Group i when the distance

is Z.

Find Z, such that f (Xi = ai | Z) is maximized.

Page 15: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

A More General Solution

Instead of considering only three groups, we consider all the groups.

a = (a1, a2, … an): The observation.

fn(a | θ): The probability of observing a at location θ.

MLE Principle: find θ, such that fn(a | θ) is maximized.

Page 16: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Maximum Likelihood Estimation

Likelihood Function fn(a | θ) = Pr (X1=a1, …, Xn=an | θ)

= Pr (X1=a1 | θ) · · · Pr (X1=an | θ)

L(θ) = log fn(a | θ)

Find θ:

0)(

0)(

y

L

x

L

Page 17: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Finding θ

Brute-Force Search: search all possible θ. Small Area Search:

Find an initial point (accuracy can be low). Conduct brute-force search around the initial point.

Gradient Descent: A standard solution.

Page 18: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Gradient Descent

A 2-dimensional function is represented as a surface in a 3-dimensional space

The maximum point (peak) holds a zero gradient

Find the shortest path to reach the peak. Could be expensive

Page 19: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Evaluation

Setup A square plane: 1000 meters by 1000 meters 10 by 10 grids (each is 100m X 100m) σ = 50 (Gaussian Distribution)

What to evaluate? Accuracy vs. Density Accuracy vs. Transmission Range Boundary Effects Computation Costs.

Page 20: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Effect of Density m

An Improvement:Dummy Nodes

m: number of sensors in each group

Page 21: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Effect of Transmission Range R

Page 22: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Effect of Boundary

Page 23: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Comparing the Three Numeric Approaches (Cost)

Page 24: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Comparing the Three Numeric Approaches (Accuracy)

Page 25: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Comparisons

Beacon-Less Beacon-Based

Communication Overhead Low Low

Computation Cost High Low

Device Cost Low High

Robustness/Security High Low

Mobility None Good

Page 26: A Beacon-Less Location Discovery Scheme for Wireless Sensor Networks Lei Fang (Syracuse) Wenliang (Kevin) Du (Syracuse) Peng Ning (North Carolina State)

Conclusion and Future Work

Beacon-Less Location Discovery Formulate the location discovery problem as an estimation

problem Use the Maximum Likelihood Estimation to solve the

estimation problem

Future work How the inaccuracy of the deployment model affect the

result? Resilience and Security:

IPDPS’05 paper (Best Paper Award in the Algorithm Track) Google “Wenliang Du” can get the paper.