Presentation is loading. Please wait.

Presentation is loading. Please wait.

FIND: Faulty Node Detection for Wireless Sensor Networks Shuo Guo, Ziguo Zhong and Tian He University of Minnesota, Twin Cities.

Similar presentations


Presentation on theme: "FIND: Faulty Node Detection for Wireless Sensor Networks Shuo Guo, Ziguo Zhong and Tian He University of Minnesota, Twin Cities."— Presentation transcript:

1 FIND: Faulty Node Detection for Wireless Sensor Networks Shuo Guo, Ziguo Zhong and Tian He University of Minnesota, Twin Cities

2 Shuo Guo@University of Minnesota Background  Importance of fault detection in WSNs Node failures => performance degradation  Two types of faults Function fault  Crash of nodes, packet loss, routing failure or network partition 2

3 Shuo Guo@University of Minnesota Related Work  Function faults 3  Q. Cao, et. al, Declarative Tracepoints in SenSys’08  M. Khan, et. al, DustMiner in SenSys’08  J. Yang, et.al, Clairvoyant in SenSys’07  V. Krunic, et.al, NodeMD in MobiSys’07  N. Ramanathan, et.al, Sympathy in SenSys’05

4 Shuo Guo@University of Minnesota Background  Importance of fault detection  Two types of faults Function fault  Crash of nodes, packet loss, routing failure or network partition Data fault  Behaves normally except for sensing results 4

5 Shuo Guo@University of Minnesota Related Work  Function faults  Data faults 5  Q. Cao, et. al, Declarative Tracepoints in SenSys’08  M. Khan, et. al, DustMiner in SenSys’08  J. Yang, et.al, Clairvoyant in SenSys’07  V. Krunic, et.al, NodeMD in MobiSys’07  N. Ramanathan, et.al, Sympathy in SenSys’05  M. Ding, et.al, Localized Fault-Tolerant Event Boundary Detection in Sensor Networks. In INFOCOM’05  L. Balzano, et.al, Blind Calibration of Sensor Networks. In IPSN’07  V. Bychkovskiy, et.al, A Collaborative Approach to In-Place Sensor Calibration. In IPSN’03  J. Feng, et.al, Model-Based Calibration for Sensor Networks. In IEEE Sensors, 2003.

6 Shuo Guo@University of Minnesota Related Work  Outlier detection Identify readings numerically distant from the rest  After-deployment calibration Find a mapping function that maps faulty readings into correct ones (Y=aX+b)  Limitations Assumptions on data distribution Mapping functions may not exist 6

7 Shuo Guo@University of Minnesota Our Work  Objective: find a blacklist of possible faulty nodes, in order of their probability of being faulty Node locations are available Generally monotonic sensing readings over distance, can have violations locally, but general trend holds No longer assume any mathematical model for reading-distance relationship No longer assume any function to map faulty readings into correct ones Detect both random and biased faulty readings 7

8 Shuo Guo@University of Minnesota Node Sequences and Ranks  Node sequence A complete node list of node IDs sorted by reading (e.g., RSS), or physical distance from targets  Rankings The rank a node appears in a node sequence 8 12 4 3 physical distance-based sequence:1243 -50dBm -55dBm -60dBm -65dBm RSS-based node sequence: 1243 Node 1’s ranking in 1243 is 1 2413 Node 1’s ranking in 2413 is 3 Ranking Difference -62dBm RSS: Received Signal Strength

9 Shuo Guo@University of Minnesota Main Idea  Find mismatch between RSS-based and physical distance-based rankings 9 12 43 Distance 1243 2314 4123 Ranking Difference 4 3 21 3 1 1 1 1 0 0 1 1 1 0 0 5 2 1 2 Total: Events 1.Unknown target locations? Estimate distance sequences from RSS-based sequences? 2.Why ranking difference? 3.How many nodes are faulty, given ranking differences? RSS 2431 2341 4213

10 Shuo Guo@University of Minnesota Sequence Estimation  Estimate physical distance-based sequence from RSS-based sequences Map Division: find = consisting of all possible distance-based sequences Maximum A Posterior (MAP) estimation 10 N-node Network N! Possible Sequences small subset Given Topology O(N 4 )

11 Shuo Guo@University of Minnesota Map Division  Divide map into subareas identified by a unique node sequence indicating distance information 11 1 2 distance-based sequence 1 2 1 2

12 Shuo Guo@University of Minnesota Map Division  Divide map into subareas identified by a unique node sequence indicating distance information 12 1 2 4 3 1423 1243 4123 2314 4312 3421 3241 2134

13 Shuo Guo@University of Minnesota Sequence Estimation  Estimate physical distance-based sequence from RSS-based sequences Map Division: find all possible distance-based sequences = Maximum A Posterior (MAP) estimation 13 N-node Network N! Possible Sequences subset

14 Shuo Guo@University of Minnesota MAP Estimation (1)  Estimate physical distance-based sequence from RSS-based sequences 14 V =

15 Shuo Guo@University of Minnesota Main Idea  Find mismatch between RSS-based and physical distance-based rankings 15 12 43 RSS Distance 2431 1243 2341 2314 4213 4123 Ranking Difference 4 3 21 3 1 1 1 1 0 0 1 1 1 0 0 5 2 1 2 Total: Events 1.Unknown target locations? Estimate distance sequences from RSS-based sequences? 2.Why ranking difference? 3.How many nodes are faulty, given ranking differences? DONE!

16 Shuo Guo@University of Minnesota Why ranking difference?  Average ranking difference is a provable indicator of possible data faults  Theorem 1: A node is faulty if its average ranking difference is above a bound B given by N: Total number of nodes N e : Total number of faulty nodes μ e : Average ranking difference of faulty nodes 16

17 Shuo Guo@University of Minnesota Why ranking difference?  Theorem 2: Nodes with larger average ranking difference have higher probability of being faulty 17 Theorem 1 Theorem 2 Sorting by ranking differences gives correct order in likelihood of being faulty nodes Ranking Difference 4321 3 1 1 1 1 0 0 1 1 1 0 0 5 2 1 2Total: Sort in descending order of ranking differences: 1 3 4 2 probability of being faulty High Low

18 Shuo Guo@University of Minnesota Why ranking difference?  Theorem 2: Nodes with larger average ranking difference have higher probability of being faulty 18 Theorem 1 Theorem 2 Sorting by ranking differences gives correct order in likelihood of being faulty nodes Sort in descending order of ranking differences: 1 3 4 2 probability of being faulty High Low α=25% 1 α=75% 1 4 2 α unknown?? : defective rate

19 Shuo Guo@University of Minnesota Main Idea  Find mismatch between RSS-based and physical distance-based rankings 19 12 43 RSS Distance 2431 1243 2341 2314 4213 4123 Ranking Difference 4 3 21 3 1 1 1 1 0 0 1 1 1 0 0 5 2 1 2 Total: Events 1.Unknown target locations? Estimate distance sequences from RSS-based sequences? 2.Why ranking difference? 3.How many nodes are faulty, given ranking differences? DONE! DONE!

20 Shuo Guo@University of Minnesota Detection Algorithm 20 High Low probability of being faulty nodes Theorem 1 432187659 ranking difference Blacklist UpdateCheck K Add next node Yes! No! Stop

21 Shuo Guo@University of Minnesota Practical Issues  Detection in noisy environments Increases ranking differences of normal nodes Remove nodes from blacklist if their ranking difference is close to that of normal nodes 21 4 32187659 RSS, Noise Free 432187659 432187659 Distance-Based RSS, with Noise

22 Shuo Guo@University of Minnesota Practical Issues  Simultaneous events elimination Detected sequence no longer matches with any distance sequence Remove sequences with short Longest Common Subsequence (LCS) 22 12 43 Radio signal : sum of RSS

23 Shuo Guo@University of Minnesota Practical Issues  Subsequence estimation Complete RSS-based node sequences unavailable Use also truncated distance-based subsequence in mapping process 23 12 43 -50dBm-55dBm -60dBm???

24 Shuo Guo@University of Minnesota Evaluation  Two test-bed experiments Radio signal: 25 nodes recording RSS, 35m×35m map, R=25m 24 29,39 and 49 events

25 Shuo Guo@University of Minnesota 19 events 49 events Avg. Evaluation  Two test-bed experiments Radio signal: 25 nodes recording RSS, 35m×35m map, R=25m 25 29,39 and 49 events

26 Shuo Guo@University of Minnesota 19 events Evaluation  Two test-bed experiments Radio signal: 25 nodes recording RSS, 35m×35m map, R=25m 26 29,39 and 49 events

27 Shuo Guo@University of Minnesota Evaluation  Two test-bed experiments Radio signal: 25 nodes recording RSS, 35m×35m map, R=25m Acoustic signal: 20 nodes recording timestamp, 5m×6m map, 18 events 27

28 Shuo Guo@University of Minnesota Evaluation  Simulations 100 nodes, 250m×250m map, 50 events, R=25m where 28 Noise Free With Noise

29 Shuo Guo@University of Minnesota Summary  FIND detects faulty nodes by assuming only monotonic sensing readings over distance  Ranking difference is a provable indicator of possible faulty nodes  Detection algorithm finalizes blacklist given node list ordered by ranking difference  5% false positive rate and false negative rate can be achieved in most noisy environments 29

30 Shuo Guo@University of Minnesota Preliminary Experiments 30 49 sensor nodes, 49 events EVENT 1 RSS vs. Distance

31 Shuo Guo@University of Minnesota Preliminary Experiments 31 49 sensor nodes, 49 events EVENT 1 EVENT 2 RSS vs. Distance

32 Shuo Guo@University of Minnesota Preliminary Experiments 32 The monotonicity assumption is more accommodating to real world environments than the assumption based on a more specific model. RSS vs. Distance EVENT 1 EVENT 2 Average of 49 Events Large Variance! Y = f(x)??

33 Shuo Guo@University of Minnesota Evaluation  Simulations 100 nodes, 250m×250m map, 50 events, R=25m where 33 α sensitivity: α is changed from 25% to 400% of true value 4α4α 0.25α,0.5α, α, 2α

34 Shuo Guo@University of Minnesota Detection Algorithm  Given a node list in descending order of ranking differences, find k such that are best estimation (blacklist) for faulty nodes. 34 Theorem 1 Theorem 2  Starting from, add nodes into blacklist one by one  Update, after adding a new node  Stop if no longer holds Uniqueness proved!

35 Shuo Guo@University of Minnesota MAP Estimation (2) 35 How to calculate ? 432187659362187459 K L 43219875 53219874 21987 21987 : defective rate … + 6 faulty 6 normal 3 4 5 faulty 5 4 Subsequence Matched, Stop! distance-based RSS-based

36 Shuo Guo@University of Minnesota MAP Estimation (1)  Estimate physical distance-based sequence from RSS-based sequences 36 V =

37 Shuo Guo@University of Minnesota Map Division  Divide map into subareas identified by a unique node sequence indicating distance information 37 1 2 4 3 1423 1243 4123 2314 4312 3421 3241 2134 Size of V = 8 << 4! = 24

38 Shuo Guo@University of Minnesota MAP Estimation (2) 38 How to calculate ? 432187659362187459 K L 43219875 53219874 21987 21987 : defective rate … + 6 faulty 6 normal 5 faulty 4 Subsequence Matched, Stop! distance-based RSS-based


Download ppt "FIND: Faulty Node Detection for Wireless Sensor Networks Shuo Guo, Ziguo Zhong and Tian He University of Minnesota, Twin Cities."

Similar presentations


Ads by Google