Top Banner
Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao
25

Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

May 08, 2020

Download

Documents

dariahiddleston
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: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

Fast and Reliable Estimation Schemes in RFID Systems

MobiCom 2006Presented by Yiyang Zhao

Page 2: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

2

Outline

MotivationBackgroundRelated Work

Basic IdeaProposed AlgorithmConclusionDiscussion

Page 3: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

3

Motivation

RFID systems have been widely used in many areasTwo major problems arise in any RFID deployment

IdentificationEstimation

Some applications need to estimate the number of tags as fast as possible for a given accuracy Existing protocols are not fast enough

Page 4: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

4

Background I—RFID system

An RFID system

Three types of tagsPassiveSemi-passiveActive

Page 5: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

5

Background II—ALOHA protocols

Slotted ALOHA—DeterministicTree based algorithm

Framed ALOHA—Probabilistic

frame

time

slottag

Page 6: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

6

Related Work

Many existing protocols just focus on the identification Few of them proposed a simple algorithm for estimating the number of tags

Identification timeN N1+2Nc

The estimation time is too long≥

Page 7: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

7

Outline

MotivationBackgroundRelated Work

Basic IdeaProposed AlgorithmConclusionDiscussion

Page 8: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

8

Basic Idea

Authors use the numbers of empty slots and collision slots to calculate the cardinality of a tag set in a very short time compared to the time needed for identification

Page 9: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

9

Contributions

Proposing two estimation algorithms (estimators) for a static set of RFID tagsIntroducing an Unified Simple Estimation Algorithm (USEA)Using a probabilistic framed-ALOHAmodel to estimate magnitude numbers of tags (UPEA)

Page 10: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

10

Outline

MotivationBackgroundRelated Work

Basic IdeaProposed AlgorithmConclusionDiscussion

Page 11: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

11

Basic Estimation Algorithms

Three types of slotsEmpty –n0

Singleton—n1

Collision—nc

Page 12: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

12

Estimators

Load FactorZero Estimator (ZE)ρ<1, many empty slots and few singleton and collision slots

Collision Estimator (CE)

ρ>1, many collision slots and singleton slots decrease

Singleton Estimator (SE) ρ=1

tfρ =

Page 13: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

13

Operating Range for the Estimators

Operating range is the upper bound of t for an estimatorRange of CE is greater than that of ZE

CE

ZE

Page 14: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

14

Simulation Results

With increasing frame size, the operation range for CE is bigger than for ZE

CE works well for greater range of load factors than ZE

CE

ZE

Page 15: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

15

Accuracy of the Estimators

ρ<1 ZE gets more accurate results than CECE performs better when ρ greater than a threshold

CE

ZE

Page 16: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

16

Comparison

CE compares with the Vogt methodFar superior and higher confidence

Vogt

CE

Page 17: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

17

Unified Simple Estimation Algorithm

USEA computes the estimate simply combined the two estimatorsAccording to the total number of slots for estimators, USEA chooses ZE or CE as the estimator for each repetition

Page 18: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

18

Simulation Results of USEA

Large number of slots needed for the desired accuracyThe estimation time is faster than the identification time within an accuracy

16s vs. 100s

Page 19: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

19

Unified Probabilistic Estimation Algorithm

UPEA introduces the probabilistic framed ALOHA protocolAn additional contention probability—p PZE and PCE estimator

Combined estimators using same approach of USEA

Page 20: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

20

Simulation Results of UPEA

The number of slots needed is nearlyindependent of the tag sizeThe estimation slots needed is significantly smaller than USEA

0.25s vs. 16s

Page 21: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

21

Outline

MotivationBackgroundRelated Work

Basic IdeaProposed AlgorithmConclusionDiscussion

Page 22: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

22

Conclusion

Presenting three estimation algorithms to estimate the number of a set of RFID tags at a given accuracy in a very short timeUSEA and UPEA have complementary propertiesUPEA is faster than any known algorithm for estimation of the huge number of tags in a desired accuracy

Page 23: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

23

Outline

MotivationBackgroundRelated Work

Basic IdeaProposed AlgorithmConclusionDiscussion

Page 24: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

24

Discussion

AdvantagesDifferent point of view in identification Good looking mathematicsExciting simulation results

PitfallsA theoretical work (simulation)The analysis of the estimation time is not very clear (different size of a frame)

Page 25: Fast and Reliable Estimation Schemes in RFID Systemsliu/comp680k/ppt/Mobicom06.pdf · Fast and Reliable Estimation Schemes in RFID Systems MobiCom 2006 Presented by Yiyang Zhao. 2

25

Thanks!

Q & A