Download presentation
Presentation is loading. Please wait.
Published byArron Dickerson Modified over 8 years ago
1
Adaptive Cleaning for RFID Data Streams
2
RFID: Radio Frequency IDentification
3
RFID data is dirty A simple experiment: 2 RFID-enabled shelves 10 static tags 5 mobile tags
4
RFID Data Cleaning Time Raw readings Smoothed output RFID data has many dropped readings Typically, use a smoothing filter to interpolate SELECT distinct tag_id FROM RFID_stream [RANGE ‘5 sec’] GROUP BY tag_id SELECT distinct tag_id FROM RFID_stream [RANGE ‘5 sec’] GROUP BY tag_id Smoothing Filter
5
Smoothing filter Middleware Clean RFID Completeness Tag dynamics Read all tags in range
6
RFID Data Cleaning Time Raw readings Smoothed output RFID data has many dropped readings Typically, use a smoothing filter to interpolate SELECT distinct tag_id FROM RFID_stream [RANGE ‘5 sec’] GROUP BY tag_id SELECT distinct tag_id FROM RFID_stream [RANGE ‘5 sec’] GROUP BY tag_id But, how to set the size of the window? But, how to set the size of the window? Smoothing Filter
7
Window Size for RFID Smoothing Fido movingFido resting Small window Reality Raw readings Large window Need to balance completeness vs. capturing tag movement
8
Truly Declarative Smoothing Problem: window size non-declarative Application wants a clean stream of data Window size is how to get it Solution: adapt the window size in response to data
9
RFID EpochTagIDReadRate 01.9 02.6 03.3 Tag 1 Tag 2 Tag 3 Tag 4 Antenna & reader Tags E1E2E3E4E5E6E7E8E9E0 Read Cycle (Epoch) (For Alien readers) Tag List 1. Interrogation cycle 2. Epoch
10
Controlled condition real condition
11
SMURF Statistical Smoothing for Unreliable RFID Data Adapts window based on statistical properties Mechanisms for: Per-tag and multi-tag cleaning
12
Per-Tag Smoothing: Model and Background Epoch t, Tag population N t p i,t : Per epoch sampling prob. Response count of tag i per epoch (total interrogation cycle) EpochTagIDReadRate 01.9 02.6 03.3
13
Smoothing window size w i epoch Per epoch sampling prob: p i Number of successful observations of tag i Binominal distribution B(wi,pi) Per-Tag Smoothing: Model and Background
14
Use a binomial sampling model Time (epochs) pipi 1 0 Smoothing Window w i Bernoulli trials p i avg SiSi (Read rate of tag i) E1E2E3E4E5E6E7E8E9E0 Set of epochs where tag i can be seen
16
We want to ensure that there are enough epochs in Wi such that tag i is observed (if it exists within the reader’s range) Completeness Per-Tag Smoothing: Completeness
17
If the tag is there, read it with high probability Want a large window pipi 1 0 Reading with a low p i Expand the window Time (epochs) E1E2E3E4E5E6E7E8E9E0
18
Per-Tag Smoothing: Completeness
19
Expected epochs needed to read With probability 1- Desired window size for tag i
20
Per-Tag Smoothing: Transitions Detect transitions as statistically significant changes in the data pipi 1 0 Statistically significant difference Flag a transition and shrink the window The tag has likely left by this point Time (epochs) E1E2E3E4E5E6E7E8E9E0
21
Significant difference between mean observed sample size Si and expected size Find outlier (2 ) Number of successful epochs in a window SiSi Mean
22
Per-Tag Smoothing: Transitions # expected readings Is the difference “statistically significant”? # observed readings Statistically significantStatistically significant
23
Algorithm
24
SMURF in Action Fido movingFido resting SMURF Experiments with real and simulated data show similar results
25
Normal sliding windowCompleteness Transition
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.