Radio Tomographic Imaging and Tracking of Stationary and Moving People via Kernel Distance

Size: px
Start display at page:

Download "Radio Tomographic Imaging and Tracking of Stationary and Moving People via Kernel Distance"

Transcription

1 Radio Tomographic Imaging and Tracking of Stationary and Moving People via Kernel Distance Yang Zhao, Neal Patwari, Jeff M. Phillips, Suresh Venkatasubramanian April 11, 2013

2 Outline 1 Introduction Device-Free Localization Limits of Previous Methods 2 Methods Histogram Difference Imaging and Tracking via Kernel Distance 3 Experiments and Results Experiments Results 4 Conclusion

3 Outline 1 Introduction Device-Free Localization Limits of Previous Methods 2 Methods Histogram Difference Imaging and Tracking via Kernel Distance 3 Experiments and Results Experiments Results 4 Conclusion

4 Device-Free Localization Device and Device Free Localization of People T Radio device localization: RFID tag, Mobile Phone Device free localization (DFL): Idea: directly use human motion/presence as signal Applications: emergency response, smart homes, context-aware computing, etc.

5 Device-Free Localization Received Signal Strength (RSS)-Based DFL RSS: available in standard wireless devices Fingerprint-based DFL: training is needed for each environment, not applicable for emergency situations Model-based DFL: [Patwari and Agrawal, 2008] models shadowing effects of people/objects on RSS, and proposes the idea of radio tomographic imaging (RTI) Patwari and Agrawal. Effects of Correlated Shadowing: Connectivity, Localization, and RF Tomography. In Proc. of the 7th ACM/IEEE IPSN, April 2008.

6 Limits of Previous Methods Previous DFL Methods Shadowing-based RTI: first RTI method to image shadowing loss due to human presence, not robust to non-line-of-sight (NLOS) environments; Variance-based RTI (VRTI) [Wilson and Patwari, 2011]: works in NLOS environments, but cannot locate stationary people; Sequential Monte Carlo (SMC) [Wilson and Patwari, 2012]: can locate stationary and moving people, but requires empty-area calibration, and is not a real-time method. Wilson and Patwari. See-Through Walls: Motion Tracking Using Variance-Based Radio Tomography Networks. IEEE Trans. Mobile Computing, May 2011, pp Wilson and Patwari. A Fade Level Skew-Laplace Signal Strength Model for Device-Free Localization with Wireless Networks. IEEE Trans. Mobile Computing, June 2012, pp

7 Limits of Previous Methods Goal: Break These Limits Features RTI VRTI SMC Through-wall? No Yes Yes Stationary people? Yes No Yes Real-time? Yes Yes No Empty-area calibration? Yes No Yes Table: Features of previous DFL methods. Goal: a real-time method capable of imaging both stationary and moving people in both LOS and NLOS environments without training or empty-area calibration.

8 Outline 1 Introduction Device-Free Localization Limits of Previous Methods 2 Methods Histogram Difference Imaging and Tracking via Kernel Distance 3 Experiments and Results Experiments Results 4 Conclusion

9 Histogram Difference Idea: Use RSS Histogram Instead of RSS Mean or Variance Notation of RSS histogram at time n: h n = i w n,i I y i (1) where y i : RSS at time i (discrete value, quantization 1 dbm) N = y max y min + 1: range of RSS histogram I: N-length indicator vector w n,i : weight for I y i

10 Histogram Difference Two Weighting Schemes Uniform weight (FIR filter) w n,i = { 1 T 0 i T 1 0 otherwise (2) Exponentially weighted moving average (EWMA) w n,i = { β(1 β) n i i n 0 otherwise (3) where 0 < β < 1 is the forgetting factor

11 Histogram Difference Two Types of RSS Histograms EWMA: an IIR filter with lower computational and memory complexity h n = (1 β)h n 1 + βi y n (4) only requires current RSS y n and previous histogram h n 1. Long-term histogram (LTH) q and short-term histogram (STH) p FIR scheme: LTH q with a high T value IIR scheme: LTH q with a low β value (β = 0.05 for LTH; β = 0.9 for STH)

12 Histogram Difference Observations of RSS Histograms Online LTH (IIR using online data) is similar to empty-area LTH (FIR using offline data) STH with people is different from LTH STH w/o people is similar to LTH Idea: quantify the difference between online LTH and STH Frequency Online LTH Empty room LTH STH with person STH w/o person RSS (dbm) Figure: RSS histograms (same link).

13 Histogram Difference Histogram Difference Metrics Many ways to measure the difference D(p, q) between p and q: Earth mover s distance (very computationally expensive) Kullback-Leibler divergence (D KL (p, q) = k p k log p k q k ) Kernel distance (symmetric distance metric) [Joshi, et al. 2011] Joshi, et al. Comparing Distributions and Shapes Using the Kernel Distance. In Proc. of the 27th ACM symposium on computational geometry, June 2011.

14 Histogram Difference Kernel Distance Definition: D K (p, q) = p T Kp + q T Kq 2p T Kq, (5) where K is an N by N kernel matrix from a 2-D kernel function. Gaussian kernel: K(y j, y k ) = exp ( y j y k 2 σ 2 G ), where y j and y k are the jth and kth elements, and σg 2 is the kernel width parameter. Epanechnikov kernel: ) K(y j, y k ) = 3 4 (1 y j y k 2 I σe 2 yj y k σe 2, where I a is the indicator function.

15 Histogram Difference Efficient Computation: O (N) Instead of O ( N 2) Rewrite (5) as: D(p, q) = (K 1 2 p) T K 1 2 p + (K 1 2 q) T K 1 2 q 2(K 1 2 p) T K 1 2 q Let u = K 1 2 p, v = K 1 2 q: Updating u n and v n : D(p, q) = u v l2 u n = (1 β p )u n 1 + β p K 1 2 Iy n v n = (1 β q )v n 1 + β q K 1 2 Iy n where the term K 1 2 I y n is simply the y n th column of matrix K 1 2.

16 Histogram Difference Example of Kernel Distance RSS (dbm) Time (n) Kernel distance Figure: RSS ( ) and kernel distance (+) time series for a link which a person crosses at n = 23 and n = 120.

17 Imaging and Tracking via Kernel Distance RTI Idea Divide the area into P pixels Estimate pixel values x = [x 1, x 2,, x P ] T, which represent human presence, from RSS link measurements and model W [Patwari and Agrawal, 2008] Figure: One example of RTI image estimate.

18 Imaging and Tracking via Kernel Distance Kernel Distance-Based Radio Tomographic Imaging (KRTI) Notation: Let d = [d 0,..., d L 1 ] T denote a vector with L kernel distances, d l = D(p l, q l ) Problem: Estimate image ˆx from d and model W (ill-posed inverse problem L < P) Regularized least squares solution: ˆx = Π K d where Π K = (W T W + αc 1 x ) 1 W T. where α is the regularization parameter, and C x is the covariance of the image used in regularization.

19 Imaging and Tracking via Kernel Distance Localization and Tracking The location of a person is estimated as: ẑ = r q where q = arg max ˆx p p where ˆx p is the pth element of vector ˆx. For a moving person: Use a Kalman filter on the localization estimates to track locations over time. Localization and tracking of multiple people can be achieved from KRTI images.

20 Outline 1 Introduction Device-Free Localization Limits of Previous Methods 2 Methods Histogram Difference Imaging and Tracking via Kernel Distance 3 Experiments and Results Experiments Results 4 Conclusion

21 Experiments Experiment Testbed DE C B A ZigBee radio node: 2.4 GHz, IEEE Spin: token passing protocol; when one transmits, others measure RSS DE C B A Packet data: node ID and measured RSS values Laptop-connected note listens all traffic to record all pairwise RSS

22 Experiments Experiments 34 radio nodes are deployed around a 9 m by 8 m (Exp. 1-4) or a 12 m by 5 m (Exp. 5) area to locate a stationary person (Exp. 1) or a moving person (Exp. 2-5). Name Task Description Exp.1 stationary person calm day through-wall Exp.2 moving person calm day through-wall Exp.3 moving person windy day with fans Exp.4 moving person windy day with fans Exp.5 moving person at a cluttered bookstore Table: Experimental datasets (new data Exp. 3 and 4 reported in this paper is available at

23 Experiments Experimental Layout (through-wall) 8 Kitchen Door 6 Door Y (m) 4 2 Living room Tree 0 2 Nodes on stands Camera Nodes not on stands X (m) Figure: Experiment layout of Exp. 1-4.

24 Experiments Experimental Layout (cluttered bookstore) Y (m) A D RF sensors Shelves Path X (m) B C Figure: Experiment layout and picture of Exp. 5.

25 Results Imaging of a Stationary Person (Exp. 1) m m m m Figure: Imaging results of a stationary person (true location shown as ) from KRTI (left) and VRTI (right).

26 Results Localization of a Stationary Person (Exp. 1) Y (m) 4 Y (m) Known locations Estimates RF sensors 2 0 Known locations Estimates RF sensors X (m) X (m) Figure: Location estimates of a person standing at twenty locations from KRTI (left, average error 0.71 m, 0.03 sec per estimate) and SMC (right, average error 0.83 m, 3 to 4 minutes per estimate).

27 Results Localization of a Moving Person (Exp. 2-5) Figure: RMSE comparison with variance-based methods VRTI and subspace variance-based radio tomography (Zhao and Patwari. Noise Reduction for Variance-Based Device-Free Localization and Tracking. In Proc. of the 8th IEEE SECON, June 2011.)

28 Results Tracking of a Moving Person Y (m) X (m) Figure: Kalman filter tracking result of Exp. 5 (true path shown as dash line).

29 Outline 1 Introduction Device-Free Localization Limits of Previous Methods 2 Methods Histogram Difference Imaging and Tracking via Kernel Distance 3 Experiments and Results Experiments Results 4 Conclusion

30 Conclusion Using kernel distance in radio tomography allows us to locate both stationary and moving people in an LOS or non-los environment in real-time; Instead of using empty-area calibration, KRTI uses online calibration, which enables applications in emergency situations; Real-world experiments show that KRTI outperforms previous DFL methods in localization accuracy and computational efficiency.

Building RF Sensor Networks

Building RF Sensor Networks Device-free localization in wireless networks 5th IEEE SenseApp Workshop Keynote Address Outline 1 RF Sensor Networks 2 Shadowing RTI 3 Variance RTI 4 Holistic RSS DFL 5 Current Work 6 Conclusion Outline

More information

Tracking without Tags

Tracking without Tags Environmental Awareness using RF Tomography IEEE RFID 2014 Outline 1 Introduction 2 Algorithms 3 Models 4 Conclusion Outline 1 Introduction 2 Algorithms 3 Models 4 Conclusion RFID / RTLS Goals Track everything

More information

IN recent years, wireless sensor networks (WSNs) have. A Fade Level-based Spatial Model for Radio Tomographic Imaging

IN recent years, wireless sensor networks (WSNs) have. A Fade Level-based Spatial Model for Radio Tomographic Imaging A Fade Level-based Spatial Model for Radio Tomographic Imaging Ossi Kaltiokallio, Maurizio Bocca, and Neal Patwari Member, IEEE Abstract RSS-based device-free localization (DFL) monitors changes in the

More information

One Decade of Sensorless Sensing: Wireless Networks as Human Context Sensors

One Decade of Sensorless Sensing: Wireless Networks as Human Context Sensors One Decade of Sensorless Sensing: Wireless Networks as Human Context Sensors SPAWC 2015 Outline 1 Introduction 2 RSS Device-Free Localization 3 Context Beyond Location 4 Conclusion Outline 1 Introduction

More information

Focusing Through Walls: An E-shaped Patch Antenna Improves Whole-Home Radio Tomography

Focusing Through Walls: An E-shaped Patch Antenna Improves Whole-Home Radio Tomography Focusing Through Walls: An E-shaped Patch Antenna Improves Whole-Home Radio Tomography Peter Hillyard, Cheng Qi, Amal Al-Husseiny, Gregory D. Durgin and Neal Patwari University of Utah, {peter.hillyard,amal.yousseef}@utah.edu,

More information

Approaches for Device-free Multi-User Localization with Passive RFID

Approaches for Device-free Multi-User Localization with Passive RFID Approaches for Device-free Multi-User Localization with Passive RFID Benjamin Wagner, Dirk Timmermann Institute of Applied Microelectronics and Computer Engineering University of Rostock Rostock, Germany

More information

Through-Wall Tracking with Radio Tomography Networks Using Foreground Detection

Through-Wall Tracking with Radio Tomography Networks Using Foreground Detection IEEE Wireless Communications and Networking Conference: Services, Applications, and Business Through-Wall Tracking with Radio Tomography Networks Using Foreground Detection Yi Zheng and Aidong Men Multimedia

More information

Pilot: Device-free Indoor Localization Using Channel State Information

Pilot: Device-free Indoor Localization Using Channel State Information ICDCS 2013 Pilot: Device-free Indoor Localization Using Channel State Information Jiang Xiao, Kaishun Wu, Youwen Yi, Lu Wang, Lionel M. Ni Department of Computer Science and Engineering Hong Kong University

More information

Multi-target device-free tracking using radio frequency tomography

Multi-target device-free tracking using radio frequency tomography Multi-target device-free tracking using radio frequency tomography Santosh Nannuru #, Yunpeng Li, Mark Coates #, Bo Yang # Dept. of Electrical and Computer Engineering, McGill University Montreal, Quebec,

More information

FALL DETECTION USING RF SENSOR NETWORKS

FALL DETECTION USING RF SENSOR NETWORKS FALL DETECTION USING RF SENSOR NETWORKS by Brad Mager A Thesis Presented in Partial Fulfillment of the Requirements for the Undergraduate Degree in Computer Engineering Thesis Advisor: Dr. Neal Patwari

More information

Device-Free People Counting and Localization

Device-Free People Counting and Localization Device-Free People Counting and Localization Chenren Xu WINLAB, Rutgers University 671 Route 1 South North Brunswick, NJ 08854 USA lendlice@winlab.rutgers.edu Abstract Device-free passive (DfP) localization

More information

On-Wall, Wide Bandwidth E-shaped Patch Antenna for Improved Whole-Home Radio Tomography

On-Wall, Wide Bandwidth E-shaped Patch Antenna for Improved Whole-Home Radio Tomography On-Wall, Wide Bandwidth E-shaped Patch Antenna for Improved Whole-Home Radio Tomography Cheng Qi, Peter Hillyard, Amal Al-Husseiny, Neal Patwari and Gregory D. Durgin Georgia Institute of Technology, {chengqi,durgin}@gatech.edu

More information

Detecting Intra-Room Mobility with Signal Strength Descriptors

Detecting Intra-Room Mobility with Signal Strength Descriptors Detecting Intra-Room Mobility with Signal Strength Descriptors Authors: Konstantinos Kleisouris Bernhard Firner Richard Howard Yanyong Zhang Richard Martin WINLAB Background: Internet of Things (Iot) Attaching

More information

Localization in Wireless Sensor Networks

Localization in Wireless Sensor Networks Localization in Wireless Sensor Networks Part 2: Localization techniques Department of Informatics University of Oslo Cyber Physical Systems, 11.10.2011 Localization problem in WSN In a localization problem

More information

Device-Free Electromagnetic Passive Localization with Frequency Diversity

Device-Free Electromagnetic Passive Localization with Frequency Diversity Progress In Electromagnetics Research M, Vol. 47, 129 139, 2016 Device-Free Electromagnetic Passive Localization with Frequency Diversity Wei Ke 1, 2, Yanan Yuan 1, Xiunan Zhang 1, and Jianhua Shao 1,

More information

Device-Free Decade: the Past and Future of RF Sensing Systems (at least 16 minutes worth) Neal Patwari HotWireless October 2017

Device-Free Decade: the Past and Future of RF Sensing Systems (at least 16 minutes worth) Neal Patwari HotWireless October 2017 Device-Free Decade: the Past and Future of RF Sensing Systems (at least 16 minutes worth) Neal Patwari HotWireless 2017 16 October 2017 Talk Outline The Past The Future Today Talk Outline The Past The

More information

Applications & Theory

Applications & Theory Applications & Theory Azadeh Kushki azadeh.kushki@ieee.org Professor K N Plataniotis Professor K.N. Plataniotis Professor A.N. Venetsanopoulos Presentation Outline 2 Part I: The case for WLAN positioning

More information

Long-Term Device-Free Localization for Residential Monitoring

Long-Term Device-Free Localization for Residential Monitoring Follow @grandma: Long-Term Device-Free Localization for Residential Monitoring Ossi Kaltiokallio Department of Automation and Systems Technology Aalto University School of Electrical Engineering Helsinki,

More information

Through-Wall Motion Tracking Using Variance-Based Radio Tomography Networks

Through-Wall Motion Tracking Using Variance-Based Radio Tomography Networks 1 Through-Wall Motion Tracking Using Variance-Based Radio Tomography Networks Joey Wilson and Neal Patwari Sensing and Processing Across Networks (SPAN) Lab University of Utah Salt Lake City, UT, USA joey.wilson@utah.edu,

More information

Detector Based Radio Tomographic Imaging

Detector Based Radio Tomographic Imaging Detector Based Radio Tomographic Imaging Hüseyin Yiğitler, Riku Jäntti, Ossi Kaltiokallio, and Neal Patwari arxiv:.8v [cs.et] Apr Abstract Received signal strength based radio tomographic imaging is a

More information

arxiv: v1 [cs.oh] 12 Feb 2014

arxiv: v1 [cs.oh] 12 Feb 2014 drti: Directional Radio Tomographic Imaging arxiv:.7v [cs.oh] Feb Bo Wei, Ambuj Varshney, Wen Hu, Neal Patwari, Thiemo Voigt, Chun Tung Chou University of New South Wales, Sydney, NSW, Australia SICS,

More information

Detecting Malicious Nodes in RSS-Based Localization

Detecting Malicious Nodes in RSS-Based Localization Detecting Malicious Nodes in RSS-Based Localization Manas Maheshwari*, Sai Ananthanarayanan P.R.**, Arijit Banerjee*, Neal Patwari**, Sneha K. Kasera* *School of Computing University of Utah Salt Lake

More information

On Event Signal Reconstruction in Wireless Sensor Networks

On Event Signal Reconstruction in Wireless Sensor Networks On Event Signal Reconstruction in Wireless Sensor Networks Barış Atakan and Özgür B. Akan Next Generation Wireless Communications Laboratory Department of Electrical and Electronics Engineering Middle

More information

Indoor Localization in Wireless Sensor Networks

Indoor Localization in Wireless Sensor Networks International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 03 (August 2014) PP: 39-44 Indoor Localization in Wireless Sensor Networks Farhat M. A. Zargoun 1, Nesreen

More information

Decentralized Communication-Aware Motion Planning in Mobile Networks: An Information-Gain Approach

Decentralized Communication-Aware Motion Planning in Mobile Networks: An Information-Gain Approach DOI 10.1007/s10846-009-9335-9 Decentralized Communication-Aware Motion Planning in Mobile Networks: An Information-Gain Approach Yasamin Mostofi Received: 16 April 2008 / Accepted: 20 April 2009 Springer

More information

Communication-Aware Motion Planning in Fading Environments

Communication-Aware Motion Planning in Fading Environments Communication-Aware Motion Planning in Fading Environments Yasamin Mostofi Department of Electrical and Computer Engineering University of New Mexico, Albuquerque, NM 873, USA Abstract In this paper we

More information

drti: Directional Radio Tomographic Imaging

drti: Directional Radio Tomographic Imaging drti: Directional Radio Tomographic Imaging Bo Wei, Ambuj Varshney, Neal Patwari, Wen Hu, Thiemo Voigt, Chun Tung Chou University of New South Wales, Sydney, Australia SICS, Stockholm, Sweden CSIRO, Brisbane,

More information

Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion

Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion Rafiullah Khan, Francesco Sottile, and Maurizio A. Spirito Abstract In wireless sensor networks (WSNs), hybrid algorithms are

More information

Bayesian Device-Free Localization and Tracking in a Binary RF Sensor Network. Zhenghuan Wang, Heng Liu *, Shengxin Xu, Xiangyuan Bu and Jianping An

Bayesian Device-Free Localization and Tracking in a Binary RF Sensor Network. Zhenghuan Wang, Heng Liu *, Shengxin Xu, Xiangyuan Bu and Jianping An sensors Article Bayesian Device-Free Localization and Tracking in a Binary RF Sensor Network Zhenghuan Wang, Heng Liu *, Shengxin Xu, Xiangyuan Bu and Jianping An School of Information and Electronics,

More information

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO Antennas and Propagation b: Path Models Rayleigh, Rician Fading, MIMO Introduction From last lecture How do we model H p? Discrete path model (physical, plane waves) Random matrix models (forget H p and

More information

Stability Analysis for Network Coded Multicast Cell with Opportunistic Relay

Stability Analysis for Network Coded Multicast Cell with Opportunistic Relay This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the IEEE ICC 00 proceedings Stability Analysis for Network Coded Multicast

More information

RSSI-based Device Free Localization for Elderly Care Application

RSSI-based Device Free Localization for Elderly Care Application Shaufikah Shukri 1,2, Latifah Munirah Kamarudin 1,2, David Lorater Ndzi 3, Ammar Zakaria 2,4, Saidatul Norlyna Azemi 1, Kamarulzaman Kamarudin 2,4 and Syed Muhammad Mamduh Syed Zakaria 2 1 School of Computer

More information

COMBINING PARTICLE FILTERING WITH CRICKET SYSTEM FOR INDOOR LOCALIZATION AND TRACKING SERVICES

COMBINING PARTICLE FILTERING WITH CRICKET SYSTEM FOR INDOOR LOCALIZATION AND TRACKING SERVICES COMBINING PARTICLE FILTERING WITH CRICKET SYSTEM FOR INDOOR LOCALIZATION AND TRACKING SERVICES Junaid Ansari, Janne Riihijärvi and Petri Mähönen Department of Wireless Networks, RWTH Aachen University

More information

LAT Indoor MIMO-VLC Localize, Access and Transmit

LAT Indoor MIMO-VLC Localize, Access and Transmit LAT Indoor MIMO-VLC Localize, Access and Transmit Mauro Biagi 1, Anna Maria Vegni 2, and Thomas D.C. Little 3 1 Department of Information, Electronics and Telecommunication University of Rome Sapienza,

More information

Mobile Target Tracking Using Radio Sensor Network

Mobile Target Tracking Using Radio Sensor Network Mobile Target Tracking Using Radio Sensor Network Nic Auth Grant Hovey Advisor: Dr. Suruz Miah Department of Electrical and Computer Engineering Bradley University 1501 W. Bradley Avenue Peoria, IL, 61625,

More information

A Blind Array Receiver for Multicarrier DS-CDMA in Fading Channels

A Blind Array Receiver for Multicarrier DS-CDMA in Fading Channels A Blind Array Receiver for Multicarrier DS-CDMA in Fading Channels David J. Sadler and A. Manikas IEE Electronics Letters, Vol. 39, No. 6, 20th March 2003 Abstract A modified MMSE receiver for multicarrier

More information

Secret Key Extraction in MIMO like Sensor Networks Using Wireless Signal Strength

Secret Key Extraction in MIMO like Sensor Networks Using Wireless Signal Strength Secret Key Extraction in MIMO like Sensor Networks Using Wireless Signal Strength Sriram Nandha Premnath Academic Advisors: Sneha K. Kasera, Neal Patwari nandha@cs.utah.edu, kasera@cs.utah.edu, npatwari@ece.utah.edu

More information

Attenuation Field Estimation Using Radio Tomography

Attenuation Field Estimation Using Radio Tomography Attenuation Field Estimation Using Radio Tomography Corey D. Cooke Thesis submitted to the Faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements

More information

SCPL: Indoor Device-Free Multi-Subject Counting and Localization Using Radio Signal Strength

SCPL: Indoor Device-Free Multi-Subject Counting and Localization Using Radio Signal Strength SCPL: Indoor Device-Free Multi-Subject Counting and Localization Using Radio Signal Strength Rutgers University Chenren Xu Joint work with Bernhard Firner, Robert S. Moore, Yanyong Zhang Wade Trappe, Richard

More information

Adaptive Device-Free Passive Localization Coping with Dynamic Target Speed

Adaptive Device-Free Passive Localization Coping with Dynamic Target Speed 3 Proceedings IEEE INFOCOM Adaptive Device-Free Passive Localization Coping with Dynamic Target Speed Xiuyuan Zheng,JieYang, Yingying Chen,YuGan Dept. of ECE, Stevens Institute of Technology Dept. of CSE,

More information

An Empirical Study on Gamma Shadow Fading Based Localization

An Empirical Study on Gamma Shadow Fading Based Localization An Empirical Study on Gamma Shadow Fading Based Localization Saliha Büyükçorak, Güneş Karabulut Kurt, Abbas Yongaçoğlu Istanbul Technical University, Faculty of Electrical and Electronics Engineering,

More information

Throughput-optimal number of relays in delaybounded multi-hop ALOHA networks

Throughput-optimal number of relays in delaybounded multi-hop ALOHA networks Page 1 of 10 Throughput-optimal number of relays in delaybounded multi-hop ALOHA networks. Nekoui and H. Pishro-Nik This letter addresses the throughput of an ALOHA-based Poisson-distributed multihop wireless

More information

INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD

INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD Masashi Sugano yschool of Comprehensive rehabilitation Osaka Prefecture University -7-0, Habikino,

More information

where: P(d l ) = P0 n dl

where: P(d l ) = P0 n dl 1 RTI Goes Wild: Radio Tomographic Imaging for Outdoor People Detection and Localization Cesare Alippi, Fellow, IEEE, Maurizio Bocca, Giacomo Boracchi, Neal Patwari, Fellow, IEEE and Manuel Roveri Abstract

More information

Multiple Antennas in Wireless Communications

Multiple Antennas in Wireless Communications Multiple Antennas in Wireless Communications Luca Sanguinetti Department of Information Engineering Pisa University lucasanguinetti@ietunipiit April, 2009 Luca Sanguinetti (IET) MIMO April, 2009 1 / 46

More information

Ichnaea: A Low-overhead Robust WLAN Device-free Passive Localization System

Ichnaea: A Low-overhead Robust WLAN Device-free Passive Localization System JOURNAL OF SELECTED TOPICS IN SIGNAL PROCESSING, VOL. 99, NO. 1, JANUARY 213 1 Ichnaea: A Low-overhead Robust WLAN Device-free Passive Localization System Ahmed Saeed, Student Member, IEEE, Ahmed E. Kosba,

More information

Physical Layer Network Coding with Multiple Antennas

Physical Layer Network Coding with Multiple Antennas This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the WCNC 00 proceedings Physical Layer Network Coding with Multiple Antennas

More information

Learning Human Context through Unobtrusive Methods

Learning Human Context through Unobtrusive Methods Learning Human Context through Unobtrusive Methods WINLAB, Rutgers University We care about our contexts Glasses Meeting Vigo: your first energy meter Watch Necklace Wristband Fitbit: Get Fit, Sleep Better,

More information

Adaptive Clustering for Device Free User Positioning utilizing Passive RFID

Adaptive Clustering for Device Free User Positioning utilizing Passive RFID Session: CoSDEO 213: Device-free Radio-based Recognition Adaptive Clustering for Device Free User Positioning utilizing Passive RFID Benjamin Wagner University of Rostock Institute of Applied Microelectronics

More information

As a first approach, the details of how to implement a common nonparametric

As a first approach, the details of how to implement a common nonparametric Chapter 3 3D EKF-SLAM Delayed initialization As a first approach, the details of how to implement a common nonparametric Bayesian filter for the simultaneous localization and mapping (SLAM) problem is

More information

Elham Torabi Supervisor: Dr. Robert Schober

Elham Torabi Supervisor: Dr. Robert Schober Low-Rate Ultra-Wideband Low-Power for Wireless Personal Communication Area Networks Channel Models and Signaling Schemes Department of Electrical & Computer Engineering The University of British Columbia

More information

Spatio-Temporal Characteristics of Link Quality in Wireless Sensor Networks

Spatio-Temporal Characteristics of Link Quality in Wireless Sensor Networks 2012 IEEE Wireless Communications and Networking Conference: PHY and Fundamentals Spatio-Temporal Characteristics of Link Quality in Wireless Sensor Networks C. Umit Bas and Sinem Coleri Ergen Electrical

More information

Application of QAP in Modulation Diversity (MoDiv) Design

Application of QAP in Modulation Diversity (MoDiv) Design Application of QAP in Modulation Diversity (MoDiv) Design Hans D Mittelmann School of Mathematical and Statistical Sciences Arizona State University INFORMS Annual Meeting Philadelphia, PA 4 November 2015

More information

Compact Antenna Spacing in mmwave MIMO Systems Using Random Phase Precoding

Compact Antenna Spacing in mmwave MIMO Systems Using Random Phase Precoding Compact Antenna Spacing in mmwave MIMO Systems Using Random Phase Precoding G D Surabhi and A Chockalingam Department of ECE, Indian Institute of Science, Bangalore 56002 Abstract Presence of strong line

More information

Measurement and Experimental Characterization of RSSI for Indoor WSN

Measurement and Experimental Characterization of RSSI for Indoor WSN International Journal of Computer Science and Telecommunications [Volume 5, Issue 10, October 2014] 25 ISSN 2047-3338 Measurement and Experimental Characterization of RSSI for Indoor WSN NNEBE Scholastica.

More information

Locating the Nodes IEEE SIGNAL PROCESSING MAGAZINE [54] JULY /05/$ IEEE

Locating the Nodes IEEE SIGNAL PROCESSING MAGAZINE [54] JULY /05/$ IEEE [ Neal Patwari, Joshua N. Ash, Spyros Kyperountas, Alfred O. Hero III, Randolph L. Moses, and Neiyer S. Correal ] DIGITALVISION Locating the Nodes [Cooperative localization in wireless sensor networks]

More information

Compressed RF Tomography for Wireless Sensor Networks: Centralized and Decentralized Approaches

Compressed RF Tomography for Wireless Sensor Networks: Centralized and Decentralized Approaches Compressed RF Tomography for Wireless Sensor Networks: Centralized and Decentralized Approaches Mohammad A. Kanso and Michael G. Rabbat Department of Electrical and Computer Engineering McGill University

More information

12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, ISIF 126

12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, ISIF 126 12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 2009 978-0-9824438-0-4 2009 ISIF 126 with x s denoting the known satellite position. ρ e shall be used to model the errors

More information

REAL TIME INDOOR TRACKING OF TAGGED OBJECTS WITH A NETWORK OF RFID READERS

REAL TIME INDOOR TRACKING OF TAGGED OBJECTS WITH A NETWORK OF RFID READERS th European Signal Processing Conference (EUSIPCO ) Bucharest, Romania, August 7 -, REAL TIME INDOOR TRACKING OF TAGGED OBJECTS WITH A NETWORK OF RFID READERS Li Geng, Mónica F. Bugallo, Akshay Athalye,

More information

Modified Data-Pilot Multiplexed Scheme for OFDM Systems

Modified Data-Pilot Multiplexed Scheme for OFDM Systems Modified Data-Pilot Multiplexed Scheme for OFDM Systems Xiaoyu Fu, Student Member, IEEE, and Hlaing Minn, Member, IEEE The University of Texas at Dallas. ({xxf31, hlaing.minn} @utdallas.edu) Abstract In

More information

Channel selection for IEEE based wireless LANs using 2.4 GHz band

Channel selection for IEEE based wireless LANs using 2.4 GHz band Channel selection for IEEE 802.11 based wireless LANs using 2.4 GHz band Jihoon Choi 1a),KyubumLee 1, Sae Rom Lee 1, and Jay (Jongtae) Ihm 2 1 School of Electronics, Telecommunication, and Computer Engineering,

More information

Efficient Signaling Schemes for mmwave LOS MIMO Communication Using Uniform Linear and Circular Arrays

Efficient Signaling Schemes for mmwave LOS MIMO Communication Using Uniform Linear and Circular Arrays Efficient Signaling Schemes for mmwave LOS MIMO Communication Using Uniform Linear and Circular Arrays G. D. Surabhi and A. Chockalingam Department of ECE, Indian Institute of Science, Bangalore 562 Abstract

More information

FILA: Fine-grained Indoor Localization

FILA: Fine-grained Indoor Localization IEEE 2012 INFOCOM FILA: Fine-grained Indoor Localization Kaishun Wu, Jiang Xiao, Youwen Yi, Min Gao, Lionel M. Ni Hong Kong University of Science and Technology March 29 th, 2012 Outline Introduction Motivation

More information

Localization of tagged inhabitants in smart environments

Localization of tagged inhabitants in smart environments Localization of tagged inhabitants in smart environments M. Javad Akhlaghinia, Student Member, IEEE, Ahmad Lotfi, Senior Member, IEEE, and Caroline Langensiepen School of Science and Technology Nottingham

More information

Application-Specific Node Clustering of IR-UWB Sensor Networks with Two Classes of Nodes

Application-Specific Node Clustering of IR-UWB Sensor Networks with Two Classes of Nodes Application-Specific Node Clustering of IR-UWB Sensor Networks with Two Classes of Nodes Daniel Bielefeld 1, Gernot Fabeck 2, Rudolf Mathar 3 Institute for Theoretical Information Technology, RWTH Aachen

More information

Noncoherent Digital Network Coding Using Multi-tone CPFSK Modulation

Noncoherent Digital Network Coding Using Multi-tone CPFSK Modulation Noncoherent Digital Network Coding Using Multi-tone CPFSK Modulation Terry Ferrett, Matthew C. Valenti, and Don Torrieri West Virginia University, Morgantown, WV, USA. U.S. Army Research Laboratory, Adelphi,

More information

Combining RSS-based Trilateration Methods with Radio-Tomographic Imaging: Exploring the Capabilities of Long-range RFID Systems

Combining RSS-based Trilateration Methods with Radio-Tomographic Imaging: Exploring the Capabilities of Long-range RFID Systems 2 Int. Conference on Indoor Positioning and Indoor Navigation (IPIN), 3- October 2, Banff, Alberta, Canada Combining RSS-based Trilateration Methods with Radio-Tomographic Imaging: Exploring the Capabilities

More information

A Maximum Likelihood TOA Based Estimator For Localization in Heterogeneous Networks

A Maximum Likelihood TOA Based Estimator For Localization in Heterogeneous Networks Int. J. Communications, Network and System Sciences, 010, 3, 38-4 doi:10.436/ijcns.010.31004 Published Online January 010 (http://www.scirp.org/journal/ijcns/). A Maximum Likelihood OA Based Estimator

More information

Distributed Mobility Tracking for Ad Hoc Networks Based on an Autoregressive Model

Distributed Mobility Tracking for Ad Hoc Networks Based on an Autoregressive Model Proc. 6th Int. Workshop on Distributed Computing (IWDC), India, December 2004 (to appear). Distributed Mobility Tracking for Ad Hoc Networks Based on an Autoregressive Model Zainab R. Zaidi and Brian L.

More information

Adaptive Sensor Selection Algorithms for Wireless Sensor Networks. Silvia Santini PhD defense October 12, 2009

Adaptive Sensor Selection Algorithms for Wireless Sensor Networks. Silvia Santini PhD defense October 12, 2009 Adaptive Sensor Selection Algorithms for Wireless Sensor Networks Silvia Santini PhD defense October 12, 2009 Wireless Sensor Networks (WSNs) WSN: compound of sensor nodes Sensor nodes Computation Wireless

More information

Received Signal Strength Calibration for Wireless Local Area Network Localization

Received Signal Strength Calibration for Wireless Local Area Network Localization Received Signal Strength Calibration for Wireless Local Area Network Localization by Diego Felix B.Sc. Universidad Catolica 2006, Quito, Ecuador A Thesis Submitted in Partial Fullfillment of the Requirements

More information

Prof. Maria Papadopouli

Prof. Maria Papadopouli Lecture on Positioning Prof. Maria Papadopouli University of Crete ICS-FORTH http://www.ics.forth.gr/mobile 1 Roadmap Location Sensing Overview Location sensing techniques Location sensing properties Survey

More information

Robust Location Distinction Using Temporal Link Signatures

Robust Location Distinction Using Temporal Link Signatures Robust Location Distinction Using Temporal Link Signatures Neal Patwari Sneha Kasera Department of Electrical and Computer Engineering What is location distinction? Ability to know when a transmitter has

More information

Power Controlled Random Access

Power Controlled Random Access 1 Power Controlled Random Access Aditya Dua Department of Electrical Engineering Stanford University Stanford, CA 94305 dua@stanford.edu Abstract The lack of an established infrastructure, and the vagaries

More information

Trellis Code Design for Spatial Modulation

Trellis Code Design for Spatial Modulation Trellis Code Design for Spatial Modulation Ertuğrul Başar and Ümit Aygölü Istanbul Technical University, Faculty of Electrical and Electronics Engineering, 369, Maslak, Istanbul, Turkey Email: basarer,aygolu@itu.edu.tr

More information

Multichannel RSS-based Device-Free. Localization with Wireless Sensor Network

Multichannel RSS-based Device-Free. Localization with Wireless Sensor Network Multichannel RSS-based Device-Free Localization with Wireless Sensor Network Zhenghuan Wang, Heng Liu, Shengxin Xu, Xiangyuan Bu, Jianping An, Member, IEEE arxiv:.7v [cs.ni] Mar Abstract RSS-based device-free

More information

Interference Mitigation Using Uplink Power Control for Two-Tier Femtocell Networks

Interference Mitigation Using Uplink Power Control for Two-Tier Femtocell Networks SUBMITTED TO IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS 1 Interference Mitigation Using Uplink Power Control for Two-Tier Femtocell Networks Han-Shin Jo, Student Member, IEEE, Cheol Mun, Member, IEEE,

More information

Experimental Analysis of Concurrent Packet Transmissions in Low-Power Wireless Networks

Experimental Analysis of Concurrent Packet Transmissions in Low-Power Wireless Networks Experimental Analysis of Concurrent Packet Transmissions in Low-Power Wireless Networks Dongjin Son,2 Bhaskar Krishnamachari John Heidemann 2 {dongjins, bkrishna}@usc.edu, johnh@isi.edu Department of Electrical

More information

Cooperative Amplify-and-Forward Relaying Systems with Quadrature Spatial Modulation

Cooperative Amplify-and-Forward Relaying Systems with Quadrature Spatial Modulation Cooperative Amplify-and-Forward Relaying Systems with Quadrature Spatial Modulation IBRAHEM E. ATAWI University of Tabuk Electrical Engineering Department P.O.Box:74, 749 Tabuk SAUDI ARABIA ieatawi@ut.edu.sa

More information

An RSSI Based Localization Scheme for Wireless Sensor Networks to Mitigate Shadowing Effects

An RSSI Based Localization Scheme for Wireless Sensor Networks to Mitigate Shadowing Effects An RSSI Based Localization Scheme for Wireless Sensor Networks to Mitigate Shadowing Effects Ndubueze Chuku, Amitangshu Pal and Asis Nasipuri Electrical & Computer Engineering, The University of North

More information

Analysis and Improvements of Linear Multi-user user MIMO Precoding Techniques

Analysis and Improvements of Linear Multi-user user MIMO Precoding Techniques 1 Analysis and Improvements of Linear Multi-user user MIMO Precoding Techniques Bin Song and Martin Haardt Outline 2 Multi-user user MIMO System (main topic in phase I and phase II) critical problem Downlink

More information

Recent Advances in Image Deblurring. Seungyong Lee (Collaboration w/ Sunghyun Cho)

Recent Advances in Image Deblurring. Seungyong Lee (Collaboration w/ Sunghyun Cho) Recent Advances in Image Deblurring Seungyong Lee (Collaboration w/ Sunghyun Cho) Disclaimer Many images and figures in this course note have been copied from the papers and presentation materials of previous

More information

MIMO Channel Capacity in Co-Channel Interference

MIMO Channel Capacity in Co-Channel Interference MIMO Channel Capacity in Co-Channel Interference Yi Song and Steven D. Blostein Department of Electrical and Computer Engineering Queen s University Kingston, Ontario, Canada, K7L 3N6 E-mail: {songy, sdb}@ee.queensu.ca

More information

A Performance Comparison of Interference Alignment and Opportunistic Transmission with Channel Estimation Errors

A Performance Comparison of Interference Alignment and Opportunistic Transmission with Channel Estimation Errors A Performance Comparison of Interference Alignment and Opportunistic Transmission with Channel Estimation Errors Min Ni, D. Richard Brown III Department of Electrical and Computer Engineering Worcester

More information

Cooperative RF Pattern Matching Positioning for LTE Cellular Systems

Cooperative RF Pattern Matching Positioning for LTE Cellular Systems IEEE PIMRC 204, 25th Annual International Symposium on Personal, Indoor and Mobile Radio Communications Cooperative RF Pattern Matching Positioning for LTE Cellular Systems Reza Monir Vaghefi and R. Michael

More information

DATA ACQUISITION FOR STOCHASTIC LOCALIZATION OF WIRELESS MOBILE CLIENT IN MULTISTORY BUILDING

DATA ACQUISITION FOR STOCHASTIC LOCALIZATION OF WIRELESS MOBILE CLIENT IN MULTISTORY BUILDING DATA ACQUISITION FOR STOCHASTIC LOCALIZATION OF WIRELESS MOBILE CLIENT IN MULTISTORY BUILDING Tomohiro Umetani 1 *, Tomoya Yamashita, and Yuichi Tamura 1 1 Department of Intelligence and Informatics, Konan

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012. Zhu, X., Doufexi, A., & Koçak, T. (2012). A performance enhancement for 60 GHz wireless indoor applications. In ICCE 2012, Las Vegas Institute of Electrical and Electronics Engineers (IEEE). DOI: 10.1109/ICCE.2012.6161865

More information

Compressed Sensing for Multiple Access

Compressed Sensing for Multiple Access Compressed Sensing for Multiple Access Xiaodai Dong Wireless Signal Processing & Networking Workshop: Emerging Wireless Technologies, Tohoku University, Sendai, Japan Oct. 28, 2013 Outline Background Existing

More information

SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH

SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH Mr. M. Dinesh babu 1, Mr.V.Tamizhazhagan Dr. R. Saminathan 3 1,, 3 (Department of Computer Science & Engineering, Annamalai University,

More information

Physical-layer Network Coding using FSK Modulation under Frequency Offset

Physical-layer Network Coding using FSK Modulation under Frequency Offset Physical-layer Network Coding using FSK Modulation under Frequency Offset Terry Ferrett, Hideki Ochiai, Matthew C. Valenti West Virginia University, Morgantown, WV, USA. Yokohama National University, Yokohama,

More information

SIGNIFICANT advances in hardware technology have led

SIGNIFICANT advances in hardware technology have led IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 56, NO. 5, SEPTEMBER 2007 2733 Concentric Anchor Beacon Localization Algorithm for Wireless Sensor Networks Vijayanth Vivekanandan and Vincent W. S. Wong,

More information

Subspace Adaptive Filtering Techniques for Multi-Sensor. DS-CDMA Interference Suppression in the Presence of a. Frequency-Selective Fading Channel

Subspace Adaptive Filtering Techniques for Multi-Sensor. DS-CDMA Interference Suppression in the Presence of a. Frequency-Selective Fading Channel Subspace Adaptive Filtering Techniques for Multi-Sensor DS-CDMA Interference Suppression in the Presence of a Frequency-Selective Fading Channel Weiping Xu, Michael L. Honig, James R. Zeidler, and Laurence

More information

Super resolution with Epitomes

Super resolution with Epitomes Super resolution with Epitomes Aaron Brown University of Wisconsin Madison, WI Abstract Techniques exist for aligning and stitching photos of a scene and for interpolating image data to generate higher

More information

Wideband, Long-CPI GMTI

Wideband, Long-CPI GMTI Wideband, Long-CPI GMTI Ali F. Yegulalp th Annual ASAP Workshop 6 March 004 This work was sponsored by the Defense Advanced Research Projects Agency and the Air Force under Air Force Contract F968-00-C-000.

More information

Hedonic Coalition Formation for Distributed Task Allocation among Wireless Agents

Hedonic Coalition Formation for Distributed Task Allocation among Wireless Agents Hedonic Coalition Formation for Distributed Task Allocation among Wireless Agents Walid Saad, Zhu Han, Tamer Basar, Me rouane Debbah, and Are Hjørungnes. IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 10,

More information

BLIND DETECTION OF PSK SIGNALS. Yong Jin, Shuichi Ohno and Masayoshi Nakamoto. Received March 2011; revised July 2011

BLIND DETECTION OF PSK SIGNALS. Yong Jin, Shuichi Ohno and Masayoshi Nakamoto. Received March 2011; revised July 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 3(B), March 2012 pp. 2329 2337 BLIND DETECTION OF PSK SIGNALS Yong Jin,

More information

LOCALISATION SYSTEMS AND LOS/NLOS

LOCALISATION SYSTEMS AND LOS/NLOS LOCALISATION SYSTEMS AND LOS/NLOS IDENTIFICATION IN INDOOR SCENARIOS Master Course Scientific Reading in Computer Networks University of Bern presented by Jose Luis Carrera 2015 Head of Research Group

More information

Positioning in Indoor Environments using WLAN Received Signal Strength Fingerprints

Positioning in Indoor Environments using WLAN Received Signal Strength Fingerprints Positioning in Indoor Environments using WLAN Received Signal Strength Fingerprints Christos Laoudias Department of Electrical and Computer Engineering KIOS Research Center for Intelligent Systems and

More information

Research Article Mean Shift-Based Mobile Localization Method in Mixed LOS/NLOS Environments for Wireless Sensor Network

Research Article Mean Shift-Based Mobile Localization Method in Mixed LOS/NLOS Environments for Wireless Sensor Network Hindawi Sensors Volume 017, Article ID 174, 8 pages https://doi.org/10.11/017/174 Research Article Mean Shift-Based Mobile Localization Method in Mixed LOS/NLOS Environments for Wireless Sensor Network

More information

Challenges for device-free radio-based activity recognition

Challenges for device-free radio-based activity recognition Challenges for device-free radio-based activity recognition Markus Scholz 1, Stephan Sigg 2, Hedda R. Schmidtke 1, and Michael Beigl 1 1 TecO, Karlsruhe Institute of Technology, 76131 Karlsruhe, Germany,

More information