Bayesian Positioning in Wireless Networks usingAngle of...

48
Bayesian Positioning in Wireless Networks using Angle of Arrival Presented by: Rich Martin Joint work with: David Madigan, Eiman Elnahrawy, Wen-Hua Ju, P. Krishnan, A.S. Krishnakumar Rutgers University and Avaya Labs Presented at Rutgers Sensor Networks Seminar, Sept. 2005

Transcript of Bayesian Positioning in Wireless Networks usingAngle of...

Page 1: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Bayesian Positioning in Wireless Networksusing Angle of ArrivalPresented by: Rich Martin

Joint work with: David Madigan, Eiman Elnahrawy, Wen-Hua Ju,P. Krishnan, A.S. Krishnakumar

Rutgers University and Avaya Labs

Presented at Rutgers Sensor Networks Seminar,Sept. 2005

Page 2: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Wireless Explosion

• Technology trends creating cheap wireless communication inevery computing device

• Radio offers localization opportunity in 2D and 3D– New capability compared to traditional communication networks

• 3 technology communities:

– WLAN (802.11x)

– Sensor networks (802.15)

– Cell carriers(3G)

Page 3: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

• General purpose localization analogous to general purposecommunication!

• Work on any device with little/no modification• Supports vast range of performance• Will drive new applications

• Challenge: Can we localize all device radios using only thecommunication infrastructure?– How much existing infrastructure can we leverage?

• 1st Application: Search– General purpose communication needed for global search– Can we make finding objects in the physical space as easy asGoogle ?

Challenge and Opportunity

Page 4: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Vision to reality

• Getting closer …This talk:• Localize with only existing infrastructure

– Signal strength-> available on almost all radios• Ad-hoc

– No more labeled data (our contribution)• Adding additional infrastructure

– Directional Antennas

Page 5: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Radio-based Localization

• Signal decays linearly with log distancein laboratory and line of sight settings

– Use trilateration to compute (x,y) »Problem solved

[-80,-67,-50]

Fingerprint of RSS

(x?,y?)

Dj (x xj)2 (y yj)2

Sj b1j b2jlog(Dj)

Page 6: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

RSS to distance: Outdoor 802.11

Page 7: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

RSS to Distance -- Telos Mote Outdoor

Page 8: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Indoor Localization

• Reality is Bad– Noise (could average out)

• Worse ..– Multi-path– Reflections– AttenuationSystematic bias

Page 9: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

RSS to Distance --- Indoor 802.11

Page 10: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Machine Learning Motivation

• Data generally follows model– E.g. 0-50 ft, follows model closely

• Can we use machine learning toautomatically obtain signal parameters?

• Identify/ignore noise?• Match bias to particular regions?

Page 11: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Supervised Learning-based Systems

• Training

• Offline phase– Collect “labeled” trainingdata [(X,Y), S1,S2,S3,..]

• Online phase– Match “unlabeled” RSS– [(?,?), S1,S2,S3,..] toexisting “labeled” trainingfingerprints

[-80,-67,-50]

Fingerprint of RSS

(x?,y?)

Page 12: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Previous ML Work

• People have tried almost all existing supervised learningapproaches– Well known RADAR (nearest neighbor)– Probabilistic, e.g., Bayes a posteriori likelihood– Support Vector Machines– Multi-layer Perceptrons– …[Bahl00, Battiti02, Roos02,Youssef03, Krishnan04,…]

• All have a major drawback– Labeled training fingerprints: “profiling”– Labor intensive (286 points in 32 hrs => 6.7 min/point)– Need to be repeated over the time

Page 13: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Contribution

Used Bayesian Graphical Models (BGM):– Performance-wise: comparable– Minimum labeled fingerprints– Adaptive– Simultaneously locate a set of objects

• Advantage: zero-profiling– No more “labeled” training data needed– Unlabeled data can be obtained using existing data traffic

Page 14: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Outline

• Motivations and Goals• Bayesian background• Prior Work

– Distance-based Bayesian Models• M1, M2, M3

• Angle & Distance model: A1• Conclusions and Future Work

Page 15: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Bayesian Graphical Models

• Encode dependencies/conditional independencebetween variables

X Y

D

S

Vertices = random variablesEdges = relationships

Example [(X,Y), S], AP at (xb, yb)Log-based signal strength propagation

D (xxb)2 (yyb)

2

Sb1 b2log(D)

b2b1

Page 16: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Model 1 (Simple): labeled data

Xi Yi

D1

S1

b11b01 b15

D2 D3 D4 D5

S2 S3 S4 S5

b12 b13 b14b02 b03 b04 b05

Position Variables

Distances

Observed Signal Strengths

Base Station Propagationconstants (unknown)

Xi ~ uniform(0, Length) Yi ~ uniform(0, Width)i=1,2,3,4,5 : Si ~ N(b0i+b1ilog(Di),δi),

b0i ~ N(0,1000), b1i ~ N(0,1000)

Page 17: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Input

Labeled: training[(x1,y1),(-40,-55,-90,..)][(x2,y2),(-60,-56,-80,..)][(x3,y3),(-80,-70,-30,..)][(x4,y4),(-64,-33,-70,..)]

Unlabeled: mobile object(s)[(?,?),(-45,-65,-40,..)][(?,?),(-35,-45,-78,..)][(?,?),(-75,-55,-65,..)]

• Probability distributions for all theunknown variables

• Propagation constants– b0i, b1i for each Base Station

• (x,y) for each mobile (?,?)

Output

Page 18: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Solving for the Variables

• Closed form solution doesn’t usually exist» simulation/analytic approx

• We used MCMC simulation (Markov ChainMonte Carlo) to generate predictive samplesfrom the joint distribution for every unknown(X,Y) location

Page 19: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Example Output

Page 20: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Performance results

M1 better

Comparable

25thMed75th

Min

Max

Page 21: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Model 2 (Hierarchical): labeled data

• Intuition:– Same hardware shouldgenerate same signalpropagation constants

– Systematic bias in differentenvironments (e.g. a closet)

Xi Yi

D1 D2 D3 D4 D5

S1 S2 S3 S4 S5

b11 b12 b13 b14 b15b01 b02 b03 b04 b05

Allowing any signal propagation constants tooconstrained!

Assume all base-stations parametersnormally distributed around a hiddenvariable with a mean and variance

Page 22: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

M2 similar to M1, but better with very small training setsBoth comparable to SmoothNN

M1, M2, SmoothNN Comparison

Leave-one-out error (feet)

Size of labeled data

AverageError(feet)

Labeled M1

Labeled M2

SmoothNN

1015

2025

3035

40

0 50 100 150 200 250

Page 23: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

• Challenge: Position estimates without labeled data

• Observe signal strengths from existing data packets(unlabeled by default)

• No more running around collecting data..• Over and over.. and over..

No Labels

Page 24: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Input

Labeled: training[(x1,y1),(-40,-55,-90,..)][(x2,y2),(-60,-56,-80,..)][(x3,y3),(-80,-70,-30,..)][(x4,y4),(-64,-33,-70,..)]

Unlabeled: mobile object(s)[(?,?),(-45,-65,-40,..)][(?,?),(-35,-45,-78,..)][(?,?),(-75,-55,-65,..)]

• Probability distributions forall the unknowns

• Propagation constants– b0i, b1i for each Base Station

• (x,y) for each (?,?)

Output

Page 25: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Model 3 (Zero Profiling)

• Same graph as M2 (Hierarchical)but with (unlabeled data)

Xi Yi

D1 D2 D3 D4 D5

S1 S2 S3 S4 S5

b11 b12 b13 b14 b15b01 b02 b03 b04 b05

Why this works:[1] Prior knowledge about distance-signal strength

[2] Prior knowledge that access points behave similarly

Page 26: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Results Close to SmoothNN

0 50 100 150 200 250

20

40

60

80

0 50 100 150 200 250

20

40

60

80

0 50 100 150 200 250

2040

6080

Leave-one-out error (feet)

Size of input data

AverageErrorinFeet

Zero Profiling M3

SmoothNN

LABELED

UNLABELED

Page 27: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Comparison to previous work

0 10 20 30 40 50 60 70 80 90 1000

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

0.9

1

Distance in feet

Probability

Error CDF Across Algorithms

RADARProbabilisticM1-labeledM3-unlabeledM2-labeled

•More ad-hoc

•Adaptive

•No labor investment

Page 28: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Outline

• Motivations and Goals• Experimental setup• Bayesian background• Distance-based Bayesian Models:

– M1, M2, M3– Comparison to previous RSS work

• Angle & Distance model: A1• Conclusions and Future Work

Page 29: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Augmenting the Base Station

19 dB antenna

Motor

Motor Controller

LaptopBase station

Pigtail

Tripod

Page 30: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Outdoor AoA Curve

Page 31: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Angle of Arrival Model (A1)

• Use a directional Antenna atthe Base station

Ai is the angle of the directionalAntenna i S2

D2

YiXi

A2

S1

D1A1

S3

D3A3

10 110

11 11

20 220

21 21

30 330

31 31

Si is the signal strength giventhe distance and angle

Page 32: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Text representation of Si

Si[j]~N((i0 i1log(Di))cos(3(ai [j] ))( i2 i1Di),i)

Log-LinearSignal-to-Distance(baseline)

Scaling by Angle(% of peak)

Scaling by Distance(vertical width)

j = angle quantization(e.g. every 10 deg)

Page 33: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Experimental Set Up

(ft)

(ft)

Base station

Measurementpoint

Page 34: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

A1 accuracy CDF compared to M1

Tiny improvement (3ft)

Page 35: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Finding the discrepancy

• Additional angle information provided tinybenefit to localization!

• Origins of performance?• Strategy:

– Characterize errors– Forward method:

• Add errors to synthetic data– Backward method:

• Subtract errors from measured curves– Observe accuracy as function of errors

Page 36: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Types of Errors in AoA curve

• Angle error– Distance of AoA peak from the true angle

• Distance Error– Difference in predicted RSS-to-distance of curveaverage

• Lobe error– Percentage height of side lobe to the peak lobe

Page 37: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Example Errors

Side Lobe

Angle error

Distanceerror

Page 38: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Angle Error Histogram

Page 39: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Distance Error Histogram

Page 40: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Sensitivity to Errors

• Synthetic: Perturb cosine curves– Add random shift in angle– Add random shift up/down to whole curve– Add 2 side lobes of % peak at random points

• Corrected: Subtract errors from measuredcurves– Shift as a % of there error toward the true angle– Correct whole height as a % toward true average– Smooth curve by averaging each point over awindow (in degrees)

Page 41: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

A1 accuracy on synthetic set

Page 42: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

A1 accuracy on corrected set

Page 43: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

A1: Summary

• Too sensitive to distance errors– Distance error dominate angle errors

• Future work:– Weight distance vs. angle?– Throw away distance information?– Sensitivity to base station placement?

• Need a center base station?

Page 44: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Conclusions and Open Issues

• First to use BGM• Considerable promise for localization• Performance comparable to existing approaches• Zero profiling!

– Can we localize anything with a radio? How well?• Can we scale the infrastructure?

– Directional Antennas– High frequency clock– Cross traffic

Page 45: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Future Work using Bayesian Models

• Discount RSS to distance information in A1• Indoor 802.15.4• Variational approximations

– No more sampling to solve variables• Tracking• Additional infrastructure

– Time of Arrival (high frequency clocks)

Page 46: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

References

• D. Madigan , E. Elnahrawy ,R. P. Martin ,W. H. Ju ,P. Krishnan ,A. S.Krishnakumar, Bayesian Indoor Positioning Systems ,In Proceedings ofthe 24th joint conference of the IEEE Computer and CommunicationSocieties (INFOCOM 2005), March 2004

• E. Elnahrawy ,X. Li ,R. P. Martin, Using Area-based Presentations andMetrics for Localization Systems in Wireless LANs ,4th IEEE Workshopon Wireless Local Networks, November 2004.

• E. Elnahrawy ,X. Li ,R. P. Martin, The Limits of Localization UsingSignal Strength: A Comparative Study In Proceedings of the IEEEConference on Sensor and Ad Hoc Communication Networks(SECON), October, 2004.

Page 47: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Experimental Setup

• 3 Office buildings– BR, CA Up, CA Down

• 802.11b

• Different sessions, days

• All give similar performance

• Use BR as example

BR: 5 access points, 225 ft x 175 ft, 254 measurements

Page 48: Bayesian Positioning in Wireless Networks usingAngle of ...rmartin/teaching/fall05/sensornet/rsn.pdf · on Wireless Local Networks, November 2004. • E. Elnahrawy ,X. Li ,R. P. Martin,

Corridor Effects

• Observation: RSS is strongeralong corridors

• Add this to the M2

Variable c =1 if the point shares xor y with the AP

No improvements

Informative Priordistributions

S1 S2 S3 S4 S5

1 2 3 4 5

D1 D2 D3 D4 D5

YiXi

C1 C2 C3 C4 C5