a dissertation submitted to the faculty of the graduate school

188 887 0
a dissertation submitted to the faculty of the graduate school

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

RANGE-FREE LOCALIZATION AND TRACKING IN WIRELESS SENSOR NETWORKS A DISSERTATION SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY ZIGUO ZHONG IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY TIAN HE, ADVISOR SEPTEMBER, 2010 c ZIGUO ZHONG 2010 ALL RIGHTS RESERVED Acknowledgements Over the last four years, I have had the privilege to work with a number of people who have made my time at the University of Minnesota enjoyable and rewarding I’d like to thank all of them Without them this dissertation would not be possible I am deeply grateful to my advisor, Prof Tian He Tian is an outstanding computer scientist with broad knowledge, sharp intuition, and grand vision Tian is also a great mentor He is very patient and gives me lots of freedom to explore the field by myself Under his guidance, I was able to learn the fundamental lessons of being a researcher: finding valuable problems, investigating innovative ideas and presenting meaningful results His inspiration and warm personality have won my highest respect and trust I am extremely thankful for the time and invaluable advice from Prof Ahmed H Tewfik, Prof Ibrahim Volkan Isler and Prof Stergios I Roumeliotis, as well as from Prof John A Stankovic, Prof Zhi-Li Zhang and Prof David Hung-Chang Du, who generously helped me and strongly supported my future career I would like to thank all my coauthors, labmates and colleagues in Minnesota, UVA and UIUC including Pengpeng, Ting, Yongle, Paul, Shuo, Qingquan, Fulong, Liangyin, Jason, Yaohua, Shan, Hengchang, Jiakang, Qing, Hongyang, with whom I have shared hours of discussion, work and laughter It has always been enjoyable and fruitful to work with them Life in graduate school was not only about sensor nodes I am glad for the happy times spent with some of the greatest friends Special thanks to Guojin He and Yu Wang Gratitude to Weijia, Weikang, Hao, Jing and Yingchun In addition, thanks to Prof Tewfik’s group on the 6th floor, Prof Isler’s group next door, Prof Zhang’s group and Prof Roumeliotis’ group both at DTC, with whom I really enjoyed discussion and parties Most importantly, none of this would have been possible without the unwavering support from my family In spite of being separated by the vast Pacific Ocean, my parents (and parents-in-law) have always inspired me with courage, strength and love My dearest wife, Dana, has shared with me all the sweets and bitters of life here as a grad student, and has never failed to believe in me I feel exceptionally favored to have you Last but not the least, I gratefully acknowledge financial support from the National Science Foundation, ACM, IEEE, USENIX, and the University of Minnesota MESS Group i Abstract Wireless sensor networks (WSN) have been considered as promising tools for many locationdependent applications such as area surveillance, search and rescue, mobile tracking and navigation, etc In addition, the geographic information of sensor nodes can be critical for improving network management, topology planning, packet routing and security Although localization plays an important role in all those systems, itself is a challenging problem due to extremely limited resources available at each low-cost sensor node Previous research generally divides into two groups: range-based and range-free Rangebased methods are accurate but costly for requiring per-node ranging hardware, careful system calibration, or extensive environment profiling Range-free approaches feature reduced overhead at the resource constrained sensor node side, nevertheless, with less accuracy depending on anchor density, network connectivity, event distribution, etc This thesis offers novel solutions to bridge the gap between low cost and high accuracy for range-free localization In the first part, we explore uncontrolled event-driven localization that advances the state-of-the-art an important step towards a usable system As the first to apply the concept of sequence to localize nodes, our designs significantly improve system flexibility by providing a trade-off between physical cost (anchors) and soft cost (events), a useful layer of abstraction that adopts different sensing modalities, and a potential option of achieving node positioning via natural ambient events In the second part, we focus on the challenging problem of localization with merely rangefree sensing results Different from binary proximity, we invent the signature distance as a metric that, for the first time, enables quantifying distance relationships among neighboring nodes with sub-hop resolution in a range-free manner With little overhead, this metric can be conveniently applied for enhanced system accuracy We further extend the discovery to mobile target tracking By converting the tracking problem from sequential localization to a maximum likelihood shortest path searching in a graph, we demonstrate robust tracking under unreliable sensing and without complex movement modeling By investigating into two important branches of range-free localization − event-driven localization, and localization with local sensing − the research presented in this thesis aims at promoting the use of low-cost range-free solutions in real world applications ii Contents Acknowledgements i Abstract ii List of Tables vii List of Figures viii List of Abbreviations xiii Introduction 1.1 Localization and Its Challenges 1.2 Research Objectives and Contributions 1.2.1 Uncontrolled Event-driven Localization 1.2.2 Localization and Tracking using Signature Distance Organization of the Manuscript Background and Related Work 2.1 Range-based Localization 7 1.3 2.1.1 Signal Strength 2.1.1.1 Directly Infer Distance from RSS Measurements 2.1.1.2 RF Profiling and Fingerprint Matching 10 Time of Fly 11 2.1.2.1 Time of Fly of Acoustic Signals 11 2.1.2.2 Time of Fly of RF Signals 13 2.1.3 Angle of Arrival 15 2.1.4 Radio Interferometry 17 2.1.5 Remarks on Range-based Localization 19 Range-free Localization 20 2.2.1 Anchor Proximity 21 2.2.2 Network Connectivity 23 2.2.2.1 23 2.1.2 2.2 Centralized Methods iii 2.2.2.2 Distributed Methods 26 2.2.2.3 Dealing with “Complex Shapes” and “Holes” 27 2.2.3 Localization Events 30 2.2.4 Remarks on Range-free Localization 33 Uncontrolled Event-driven Localization 34 3.1 Chapter Introduction 34 3.2 MSP: Multi-sequence Positioning 34 3.2.1 System Overview 36 3.2.2 Basic MSP 37 3.2.3 Advanced MSP 39 3.2.3.1 Sequence-based MSP 39 3.2.3.2 Iterative MSP 41 3.2.3.3 Distribution-based Estimation (DBE MSP) 42 3.2.3.4 Adaptive MSP 44 3.2.4 Overhead and Complexity Analysis 46 3.2.5 Wave Propagation Example 47 3.2.6 Practical Deployment Issues 48 3.2.6.1 Incomplete Node Sequence 48 3.2.6.2 3.2.6.3 Localization without Time Synchronization Sequence Flip and Protection Band 49 50 Simulation Evaluation 52 3.2.7.1 Performance of the Basic MSP 53 3.2.7.2 Improvements of Sequence-based MSP over Basic MSP 55 3.2.7.3 Improvements of Iterative MSP over Sequence-based MSP 57 3.2.7.4 Distribution-based Estimation over Iterative MSP 57 3.2.7.5 Improvements of Adaptive MSP 58 3.2.7.6 Simulation Summary 60 Test-bed Evaluation 60 3.2.8.1 Indoor System Evaluation 61 3.2.8.2 Outdoor System Evaluation 64 Summary and Remarks on MSP 67 LUE: Localization with Uncontrolled Events 68 3.3.1 System Overview 68 3.3.1.1 Concepts in Event-driven Localization 68 3.3.1.2 Localization with Uncontrolled Events 69 LUE Basic Design 71 3.3.2.1 Event Generation Parameter Estimation 71 3.3.2.2 Location Area Estimation 73 3.2.7 3.2.8 3.2.9 3.3 3.3.2 iv 3.3.2.3 Localization Algorithm 76 LUE Advanced Design 77 3.3.3.1 Event Generation Parameter MLE 77 3.3.3.2 Final Position MLE 79 3.3.4 Overhead and Complexity Analysis 81 3.3.5 Discussion on Wave Propagation Events 83 3.3.5.1 Basic Design with Wave-based Events 83 3.3.5.2 Advanced Design with Wave-based Events 84 Simulation Evaluation 85 3.3.6.1 Simulation for the Basic LUE Design 86 3.3.6.2 Event Generation Parameter MLE 87 3.3.6.3 Final Position MLE 88 3.3.6.4 Simulation Summary 89 Test-bed Evaluation 89 3.3.7.1 Localization Results 89 3.3.7.2 Discussion on Node Pair Flip 90 3.3.7.3 Discussion on Localization Performance 91 Summary and Remarks on LUE 91 Localization and Tracking with Signature Distance 4.1 Chapter Introduction 93 93 3.3.3 3.3.6 3.3.7 3.3.8 4.2 LBC: Range-free Localization Beyond Connectivity 94 4.2.1 Empirical Data as Motivation 94 4.2.1.1 Preliminary Experiments 95 4.2.1.2 Large-scale Experiments 95 4.2.1.3 Analysis and Discussion 97 Design: a Relative Distance 98 4.2.2.1 Neighborhood Ordering as a Signature 98 4.2.2.2 SD: Signature Distance 99 4.2.2.3 RSD: Regulated Signature Distance 104 Design as a Supporting Layer 107 4.2.3.1 Connectivity-Based Schemes 107 4.2.3.2 Design Embedding 109 4.2.4 Complexity of RSD Embedding 109 4.2.5 Test-bed Experimentation 109 4.2.5.1 Experiment I: Linear Network 110 4.2.5.2 Experiment II: Regular 2D Network 114 4.2.5.3 Test-bed Evaluation Summary 117 Simulation Evaluation 117 4.2.2 4.2.3 4.2.6 v 4.2.6.1 The Noise Model 117 4.2.6.2 RSD as a Metric of Proximity 118 4.2.6.3 The Effectiveness of RSD 119 4.2.6.4 The Robustness of RSD 122 4.2.6.5 Simulation Summary 124 Summary and Remarks on LBC 125 SBT: Sequence-based Tracking Under Unreliable Sensing 125 4.3.1 System Overview 126 4.3.2 Main Design 127 4.3.2.1 Division of the Map 128 4.3.2.2 Unreliable Detection Node Sequence 129 4.3.2.3 The Sequence Distance 130 4.3.2.4 Neighborhood Graph 132 4.3.2.5 Tracking as Optimal Path Matching 133 4.3.2.6 Algorithm and Complexity Analysis 135 Multi-dimensional Smoothing 136 4.3.3.1 Modality Domain Smoothing 136 4.3.3.2 Time Domain Smoothing 137 4.3.3.3 Space Domain Smoothing 137 Issues in Practical Applications 138 4.3.4.1 4.3.4.2 Issue on System Scalability Issue on Multiple Targets 138 139 4.3.4.3 Issues on Time Synchronization and Energy Efficiency 139 Simulation Evaluation 140 4.3.5.1 Noise Models 140 4.3.5.2 An Example by Figures 141 4.3.5.3 SBT Performance Evaluation 141 4.3.5.4 Effectiveness of Smoothing 144 4.3.5.5 Impact of the Node Placement 144 4.3.5.6 Simulation Summary 146 4.3.6 Test-bed Experimentation 147 4.3.7 A Brief Discussion on Mobile Tracking 148 4.3.8 Summary and Remarks on SBT 149 4.2.7 4.3 4.3.3 4.3.4 4.3.5 Concluding Remarks 150 5.1 Summary of Contributions 150 5.2 Future Research Directions 151 Bibliography 153 vi List of Tables 2.1 Summary of Range-based Localization in WSN 20 2.2 Summary of Range-free Localization in WSN 33 3.1 3.2 Default Simulation Configurations for MSP Default Simulation Configurations for LUE 53 85 3.3 Comparison of Event-driven Localization Methods 91 4.1 Major Factors Affecting RSS Sensing 97 4.2 Statistics of the Linear Network 110 4.3 Statistics of the 2D Network 115 4.4 Default Simulation Configurations for LBC 118 4.5 Default Simulation Configurations for SBT 140 vii List of Figures 1.1 Localize the Thesis in the State-of-the-art 2.1 Round-trip Time of Fly Measurements 13 2.2 2.3 Example Patterns of the Received UWB Signal Ranging with Radio Interferometry 14 18 2.4 APIT: Triangular Coverage Based on Proximity 22 2.5 Estimate Inter-node Distance with Hop Count 23 2.6 Examples of Anisotropic Network Topology 28 2.7 The Ideas of REP 29 2.8 The Asymmetric Architecture of the Spotlight System 31 2.9 The design of StarDust 32 3.1 The MSP System Overview 36 3.2 Obtaining Multiple Node Sequences 37 3.3 Elimination Rule in Sequence-based MSP 39 3.4 Sequence-based MSP Example 41 3.5 Iterative MSP: Reprocessing the Node Sequence from Scan 42 3.6 An Example of Joint Distribution Estimation 43 3.7 The Idea of DBE MSP for Each Node 43 3.8 Four Cases for Each Node in the DBE Process 43 3.9 Basic Architecture of Adaptive MSP 44 3.10 Adaptive MSP: Candidate Slops for Node at Anchor 45 3.11 Example of the Wave Propagation Situation 48 3.12 Node Sequence without Time Synchronization 49 3.13 The Problem of Sequence Flip 51 3.14 The Application of Protection Band 51 3.15 Basic MSP: Error vs Number of Anchors 53 3.16 Basic MSP: Error vs Number of Scans 54 3.17 Basic MSP: Error vs Number of Target Nodes 54 3.18 Sequence-based MSP: Error vs Number of Anchors 3.19 Sequence-based MSP: Error vs Number of Scans 55 56 3.20 Sequence-based MSP: Error vs Number of Target Nodes 56 viii [70] Mao, G., Fidan, B., Anderson, B D O “Wireless sensor network localization techniques” Computer Networks, vol 51, no 10, Jul 2007, pp 2529-2553 [71] Amundson, I and Koutsoukos, X D “A survey on localization for mobile wireless sensor networks” In Proceedings of the 2nd international Conference on Mobile Entity Localization and Tracking in GPS-Less Environments, Orlando, FL, USA, Sep 30, 2009, pp 235-254 [72] Liu, Y., Yang, Z., Wang, X., and Jian, L “Location, Localization, Localizability” Journal of Computer Science and Technology, vol 25, no 2, Mar 2010, pp 247-297 [73] Goldenberg, D K., Bihler, P., Cao, M., Fang, J., Anderson, B D., Morse, A S., and Yang, Y R “Localization in sparse networks using sweeps” In Proceedings of the 12th Annual international Conference on Mobile Computing and Networking (MobiCom ’06), Los Angeles, CA, USA, Sep 23-29, 2006, pp 110-121 [74] Biswas, P and Ye, Y “Semidefinite programming for ad hoc wireless sensor network localization” In Proceedings of the 3rd international Symposium on information Processing in Sensor Networks (IPSN ’04), Berkeley, California, USA, Apr 26-27, 2004, pp 46-54 [75] So, A M and Ye, Y.“Theory of semidefinite programming for sensor network localization” In Proceedings of the 6th Annual ACM-SIAM Symposium on Discrete Algorithms (SODA ’05), Vancouver, British Columbia, Jan 23-25, 2005 pp 405-414 [76] Moore, D., Leonard, J., Rus, D., and Teller, S “Robust distributed network localization with noisy range measurements” In Proceedings of the 2nd international Conference on Embedded Networked Sensor Systems (SenSys ’04), Baltimore, MD, USA, Nov 03-05, 2004 pp 50-61 [77] Yang, Z and Liu, Y “Quality of Trilateration: Confidence-Based Iterative Localization” IEEE Transactions on Parallel and Distributed Systems vol 21, no 5, May 2010, pp 631-640 [78] Savvides, A., Park, H., and Srivastava, M B.“The bits and flops of the n-hop multilateration primitive for node localization problems” In Proceedings of the 1st ACM international Workshop on Wireless Sensor Networks and Applications (WSNA ’02), Atlanta, Georgia, USA, Sep 28, 2002, pp 112-121 [79] Xu, X., Rao, N S., and Sahni, S “A computational geometry method for localization using differences of distances” ACM Transactions on Sensor Networks, vol 6, no 2, Feb 2010, pp 1-25 [80] Zhou, G., He, T., Krishnamurthy, S., and Stankovic, J A “Impact of radio irregularity on wireless sensor networks” In Proceedings of the 2nd international Conference on Mobile Systems, Applications, and Services (MobiSys ’04), Boston, MA, USA, Jun 06-09, 2004, pp 125-138 [81] Bahl, P., Padmanabhan, V.N “RADAR: an in-building RF-based user location and tracking system” In Proceedings of the 9th Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM ’00), Tel-Aviv, Israel, Mar 26-30, 2000, pp 775-784 159 [82] Hightower, J., Borriello, G., and Want, R “SpotON: an indoor 3D localization sensing technology based on RF signal strength”, Technical Report #2000-02-02, University of Washington, Computer Science and Engineering, Feb 18, 2000 [83] Savvides, A., Han, C., and Strivastava, M B “Dynamic fine-grained localization in Ad-Hoc networks of sensors” In Proceedings of the 7th Annual international Conference on Mobile Computing and Networking (MobiCom ’01), Rome, Italy, Jul 16-21, 2001, pp 166-179 [84] Liu, J., Zhang, Y., and Zhao, F “Robust distributed node localization with error management” In Proceedings of the 7th ACM international Symposium on Mobile Ad Hoc Networking and Computing (MobiHoc ’06), Florence, Italy, May 22-25, 2006, pp 250-261 [85] Costa, J A., Patwari, N., and Hero, A O “Distributed weighted-multidimensional scaling for node localization in sensor networks” ACM Transactions on Sensor Networks vol 2, no 1, Feb 2006, pp 39-64 [86] Patwari, N., Hero, A O., Costa, J A “Learning Sensor Location from Signal Strength and Connectivity”, Secure Localization and Time Synchronization for Wireless Sensor and Ad Hoc Networks Advances in Information Security Series, vol 30, Springer, 2006 [87] Roos, T., Myllymaki, P., Tirri, H “A statistical modeling approach to location estimation” IEEE Transactions on Mobile Computing, vol 1, no 1, Mar 2002, pp 59-69 [88] Krishnan, P., Krishnakumar, A.S., Ju, W., Mallows, C., and Gamt, S.N “A system for LEASE: location estimation assisted by stationary emitters for indoor RF wireless networks” In Proceedings of the 23rd AnnualJoint Conference of the IEEE Computer and Communications Societies (INFOCOM ’04), Hong Kong, China, Mar 2004, pp 1001-1011 [89] Ray, S., Lai, W., Paschalidis, I.Ch “Deployment optimization of sensornet-based stochastic location-detection systems” In Proceedings of the 24th Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM ’05), Miami, Florida, USA, Mar 13-17, 2005, pp 2279-2289 [90] Ji, Y., Biaz, S., Pandey, S., and Agrawal, P.“ARIADNE: a dynamic indoor signal map construction and localization system” In Proceedings of the 4th international Conference on Mobile Systems, Applications and Services ( MobiSys ’06), Uppsala, Sweden, Jun 19-22, 2006, pp 151-164 [91] Kim, H., Ling, H “Electromagnetic scattering from an inhomogeneous object by ray tracing” IEEE Transactions on Antennas and Propagation, vol 40, no 5, May 1992, pp 517-525 [92] Kirkpatrick, S., Gelatt, C D., and Vecchi, M P “Optimization by Simulated Annealing” Science, vol 220, no 4589, May 1983, pp 671-680 [93] Varshavsky, A., de Lara, E., Hightower, J., LaMarca, A., and Otsason, V “GSM indoor localization” Pervasive and Mobile Computing, vol 3, no 6, Dec 2007, pp 698-720 160 [94] Yedavalli, K and Krishnamachari, B “Sequence-Based Localization in Wireless Sensor Networks” IEEE Transactions on Mobile Computing, vol 7, no 1, Jan 2008, pp 81-94 [95] Kung, H T., Lin, C., Lin, T., and Vlah, D “Localization with snap-inducing shaped residuals (SISR): coping with errors in measurement” In Proceedings of the 15th Annual international Conference on Mobile Computing and Networking (MobiCom ’09), Beijing, China, Sep 20-25, 2009, pp 333-344 [96] Elnahrawy, E., Li, X., Martin, R P “The limits of localization using signal strength: a comparative study” In Proceedings of 1st Annual IEEE Communications Society Conference on Sensor and Ad Hoc Communications and Networks (SECON ’04), Santa Clara, CA, USA, Oct 4-7, 2004, pp 406-414 [97] Whitehouse, K., Karlof, C., Woo, A., Jiang, F., and Culler, D “The effects of ranging noise on multihop localization: an empirical study” In Proceedings of the 4th international Symposium on information Processing in Sensor Networks (IPSN ’05), Los Angeles, California,USA, Apr 24-27, 2005, pp 73-80 [98] Whitehouse, K., Karlof, C., and Culler, D “A practical evaluation of radio signal strength for ranging-based localization” SIGMOBILE Mobile Computing and Communications Review, vol 11, no Jan 2007, pp 41-52 [99] Harter, A., Hopper, A., Steggles, P., Ward, A., and Webster, P “The anatomy of a context-aware application” In Proceedings of the 5th Annual ACM/IEEE international Conference on Mobile Computing and Networking (MobiCom ’99), Seattle, Washington, USA, Aug 15-19, 1999, pp 59-68 [100] Priyantha, N B., Chakraborty, A., and Balakrishnan, H “The Cricket locationsupport system” In Proceedings of the 6th Annual international Conference on Mobile Computing and Networking (MobiCom ’00), Boston, Massachusetts, USA, Aug 06-11, 2000, pp.32-43 [101] Zhang, J., Yan, T., Stankovi, J A., and Son, S H “Thunder: towards practical, zero cost acoustic localization for outdoor wireless sensor networks” ACM SIGMOBILE Mobile Computing and Communications Review, vol 11, no 1, Jan 2007, pp 15-28 [102] Drake, S R., Dogancay, K “Geolocation by time difference of arrival using hyperbolic asymptotes” In Proceedings of the 29 the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP ’04), Montreal, Quebec, Canada, May 17-21, 2004, pp ii-361-4 [103] Cheng, X., Thaeler, A., Xue G., Chen, D “TPS: a time-based positioning scheme for outdoor wireless sensor networks” In Proceedings of the 23rd Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM ’04), Hong Kong, China, Mar 7-11, 2004, pp 2685-2696 [104] Torrieri, D J “Statistical theory of passive location systems” IEEE Transactions on Aerospace and Electronic Systems, vol AES-20, no 2, Mar 1984, pp.183-198 [105] Smith, J., Abel, J “The spherical interpolation method of source localization” IEEE Journal of Oceanic Engineering, vol 12, no 1, Jan 1987, pp 246-52 161 [106] Chan, Y T., and Ho, K C “A simple and efficient estimator for hyperbolic location” IEEE Transactions on Signal Processing, vol 42, no 8, Aug 1994, pp 1905-1915 [107] Cheng, X., Shu, H., Liang, Q., Du H D “Silent positioning in underwater acoustic sensor networks” IEEE Transactions on Vehicular Technology, vol 57, no 3, May 2008, pp 1756-1766 [108] Peng, C., Shen, G., Zhang, Y., Li, Y., and Tan, K “BeepBeep: a high accuracy acoustic ranging system using COTS mobile devices” In Proceedings of the 5th international Conference on Embedded Networked Sensor Systems (SenSys ’07) Sydney, Australia, Nov 06-09, 2007, pp 1-14 [109] Chen, C., Gardner, W A “Signal-selective time-difference of arrival estimation for passive location of man-made signal sources in highly corruptive environments II Algorithms and performance” IEEE Transactions on Signal Processing, vol 40, no 5, May 1992, pp 1185-1197 [110] Girod, L., Estrin, D “Robust range estimation using acoustic and multimodal sensing” In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, 2001, pp 1312-1320 [111] Cheng, W., Thaeler, A., Cheng, X., Liu, F., Lu, X., and Lu, Z “Time-synchronization free localization in large scale underwater acoustic sensor networks” In Proceedings of the 2009 29th IEEE international Conference on Distributed Computing Systems Workshops (ICDCSW ’09), Washington, DC, USA, Jun 22-26, 2009, pp 80-87 [112] Liu, B., Chen, H., Zhong, Z., and Poor, H., V “Asymmetrical round trip based synchronization-free localization in large-scale underwater sensor networks” IEEE Transactions on Wireless Communications, accepted Aug 2010, to appear [113] Elson, J., and Rămer, K Wireless sensor networks: a new regime for time synchroo nization” ACM SIGCOMM Computer Communication Review, vol 33, no 1, 2003, pp 149-154 [114] Rămer, K., Blum, P., and Meier, L “Time synchronization and calibration in wireless o sensor networks” In Handbook of Sensor Networks: Algorithms and Architectures, Wiley & Sons, Hoboken, NJ, 2005 [115] Ganeriwal, S., Kumar, R., and Srivastava, M B “Timing-sync protocol for sensor networks” In Proceedings of the 1st international Conference on Embedded Networked Sensor Systems (SenSys ’03), Los Angeles, California, USA, Nov 05-07, 2003, pp 138149 [116] Sichitiu, M L., Veerarittiphan, C “Simple, accurate time synchronization for wireless sensor networks” In Proceedings of the IEEE Wireless Communications and Networking (WCNC ’03), New Orleans, Louisiana, USA, Mar 16-20, 2003, pp 1266-1273 ´ [117] Mar´ti, M., Kusy, B., Simon, G., and L´deczi, A 2004 “The flooding time synchroo e nization protocol” In Proceedings of the 2nd international Conference on Embedded Networked Sensor Systems (SenSys ’04), Baltimore, MD, USA, Nov 03-05, 2004, pp 9-49 162 [118] McCrady, D D., Doyle, L., Forstrom, H., Dempsey, T., and Martorana, M “Mobile ranging using low-accuracy clocks” IEEE Transactions on Microwave Theory and Techniques, vol 48, no 6, Jun 2000, pp 951-958 [119] Lanzisera, S., Lin, D T., Pister, K S J “RF time of flight ranging for wireless sensor network localization” International Workshop on Intelligent Solutions in Embedded Systems, Vienna, Austria , Jun 30, 2006, pp 1-12 [120] Karalar, T C., and Rabaey, J “An RF ToF based ranging implementation for sensor networks” IEEE International Conference on Communications(ICC ’06), Istanbul, Turkey, Jun 2006, pp 3347-3352 [121] Youssef, M., Youssef, A., Rieger, C., Shankar, U., and Agrawala, A “PinPoint: an asynchronous time-Based location determination system” In Proceedings of the 4th international Conference on Mobile Systems, Applications and Services (MobiSys ’06), Uppsala, Sweden, Jun 19-22, 2006, pp 165-176 [122] Kaplan, E D “Understanding GPS: principles and applications”, Artech House, 1996 [123] Webr, J and Lanzl, C “Designing a positioning systems for finding things and people indoors” IEEE Spectrum, vol 35, no 9, Sep 1998, pp 71-78 [124] Pahlavan, K., Li, X., Măkelă, J Indoor geolocation science and technology IEEE a a Communications Magazine, vol 40, no 2, Feb 2002, pp 112-118 [125] Win, M.Z., Scholtz, R.A “Impulse radio: how it works” IEEE Communications Letters, vol 2, no 2, Feb 1998, pp 36-38 [126] Fontana, R J., Gunderson, S J “Ultra-wideband precision asset location system” In Proceedings of the 2002 IEEE Conference on Ultra Wideband Systems and Technologies, Digest of papers (ICUWB ’02), Baltimore, Maryland, USA, May 20-23, pp 147-150 [127] Tekinay, S., Chao, E., Richton, R., “Performance benchmarking for wireless location systems”, IEEE Communications Magazine, vol 36, no 4, Apr 1998, pp 72-76 [128] Lee, L., Scholtz, R.A “Ranging in a dense multipath environment using an UWB radio link” IEEE Journal on Selected Areas in Communications, vol 20, no 9, Dec 2002, pp 1677-1683 [129] Gezici, S., Tian, Z., Giannakis, G.B., Kobayashi, H., Molisch, A.F., Poor, H.V., and Sahinoglu, Z “Localization via ultra-wideband radios: a look at positioning aspects for future sensor networks” IEEE Signal Processing Magazine, vol 22, no 4, Jul 2005, pp 70-84 [130] Jourdan, Damien “Wireless sensor network planning with application to UWB localization in GPS-denied environments” Ph.D Thesis, Massachusetts Institute of Technology, Dept of Aeronautics and Astronautics, 2006 [131] Winters, J H “Smart antenna techniques and their application to wireless ad hoc networks” IEEE Wireless Communications, vol 13, no 4, Aug 2006, pp 77-83 163 [132] Priyantha, N B., Miu, A K., Balakrishnan, H., and Teller, S “The cricket compass for context-aware mobile applications” (MobiCom ’01) In Proceedings of the 7th Annual international Conference on Mobile Computing and Networking, Rome, Italy, Jul 16-21, pp 1-14 [133] Fenn, A J., Temme, D H., Delaney, W P and Courtney, W E “The development of phased-array radar technology” Lincoln Laboratory Journal, Vol 12, no 2, 2000, pp 321-340 [134] Liberti, J C and Rappaport, T S “Smart antennas for wireless communications: IS-95 and third generation CDMA applications” Prentice Hall PTR, 1999 [135] Niculescu, D., Nath, B “Ad hoc positioning system (APS) using AOA” (INFOCOM ’03) In Proceedings of the 22nd Annual Joint Conference of the IEEE Computer and Communications San Francisco, CA, USA, Mar 30-Apr.3 2003, pp 1734-1743 [136] Boushaba, M., Hafid, A., and Benslimane, A “High accuracy localization method using AoA in sensor networks” Computer Networks: The International Journal of Computer and Telecommunications Networking vol 53, no 18, Dec 2009, pp 3076-3088 [137] Rappaport, T.S., Reed, J.H., Woerner, B.D “Position location using wireless communications on highways of the future” IEEE Communications Magazine, vol 34, no 10, Oct 1996, pp 33-41 [138] Stoica, P., and Nehorai, A “Performance study of conditional and unconditional direction-of-arrival Estimation ” IEEE Transactions on Acoustics, Speech, and Signal Processing, vol 38, no 10, Oct 1990, pp 1783-1795 [139] Chen, J C., “Maximum-likelihood source localization and unknown sensor location estimation for wideband signals in the near-field” IEEE Transactions on Signal Processing, vol 50, no 8, Aug 2002, pp 1843-1854 [140] Yip, L., Comanor, K., Chen, J C., Hudson, R E., Yao, K., and Vandenberghe, L “Array processing for target DOA, localization, and classification based on AML and SVM algorithms in sensor networks” In Proceedings of the 2nd international Conference on information Processing in Sensor Networks (IPSN ’03), Palo Alto, CA, USA, Apr 22-23, 2003, pp 269-284 [141] Sheng, X., Hu, Y “Maximum likelihood multiple-source localization using acoustic energy measurements with wireless sensor networks” IEEE Transactions on Signal Processing, vol 53, no 1, Jan 2005, pp 44-53 [142] Li, M., and Lu, Y “Angle-of-arrival estimation for localization and communication in wireless networks” In Proceedings of the 16th European Signal Processing Conference (EUSIPCO 2008), Lausanne, Switzerland, Aug 25-29, 2008 [143] Schmidt, R “Multiple emitter location and signal parameter estimation” IEEE Transactions on Antennas and Propagation, vol 34, no 3, Mar 1986, pp 276-280 [144] Roy, R., Kailath, T “ESPRIT-estimation of signal parameters via rotational invariance techniques” IEEE Transactions on Acoustics, Speech and Signal Processing, vol 37, no 7, Jul 1989, pp 984-995 164 [145] Basu, A., Gao, J., Mitchell, J S., and Sabhnani, G “Distributed localization using noisy distance and angle information” In Proceedings of the 7th ACM international Symposium on Mobile Ad Hoc Networking and Computing (MobiHoc ’06) Florence, Italy, May 22-25, 2006, pp 262-273 [146] Rong, P., and Sichitiu, M.L “Angle of Arrival Localization for Wireless Sensor Networks” In Proceedings of the 3rd Annual IEEE Communications Society on Sensor and Ad Hoc Communications and Networks (SECON ’06), Reston, VA, USA, Sep 25-28, 2006, pp 374-382 [147] Bishop, A N., Pathirana, P N., Fidan, B., Anderson, B D O., Mao, G “Passive angle measurement based localization consistency via geometric constraints” In Proceedings of the IEEE 2007 Information, Decision and Control Conference (IDC ’07), Adelaide, Australia, 12-14 Feb 2007, pp 199-204 [148] Do˘an¸ay, K., and Hmam, H “Optimal angular sensor separation for AOA localizag c tion” Signal Processing, vol 88, no 5, May 2008, pp 1248-1260 [149] Bruck, J., Gao, J., and Jiang, A “Localization and routing in sensor networks by local angle information” ACM Transactions on Sensor Networks vol 5, no 1, Feb 2009, pp 1-31 [150] Breu, H, and Kirkpatrick, D G “Unit disk graph recognition is NP-hard” Computational Geometry: Theory and Applications, vol 9, no 1-2, Jan 1998, pp 3-24 [151] Burke, B F., Graham-Smith, F “An Introduction to Radio Astronomy”, Cambridge University Press, 1997 [152] Marti, M., Vălgyesi, P., Dra, S., Kus, B., N´das, A., L´deczi, A., Balogh, G., and o o o y a e Moln´r, K “Radio interferometric geolocation” In Proceedings of the 3rd international a Conference on Embedded Networked Sensor Systems (SenSys ’05) San Diego, California, USA, Nov 02-04, 2005, pp 1-12 [153] Kusy, B., Ledeczi, A., Maroti, M., and Meertens, L “Node density independent localization” In Proceedings of the 5th international Conference on information Processing in Sensor Networks (IPSN ’06), Nashville, Tennessee, USA, Apr 19-21, 2006, pp 441448 ´ [154] Kusy, B., Balogh, G., Sallai, J., L´deczi, A., and Mar´ti, M “InTrack: high precision e o tracking of mobile sensor nodes” In Proceedings of the 4th European Conference on Wireless Sensor Networks (EWSN ’07), Delft, The Netherlands, Jan 29-31, 2007, pp 51-66 [155] Kusy, B., Sallai, J., Balogh, G., Ledeczi, A., Protopopescu, V., Tolliver, J., DeNap, F., and Parang, M “Radio interferometric tracking of mobile wireless nodes” In Proceedings of the 5th international Conference on Mobile Systems, Applications and Services (MobiSys ’07), San Juan, Puerto Rico, Jun 11-13, 2007, pp 139-151 [156] Kusy, B., Ledeczi, A., and Koutsoukos, X “Tracking mobile nodes using RF Doppler shifts” In Proceedings of the 5th international Conference on Embedded Networked Sensor Systems (SenSys ’07), Sydney, Australia, Nov 06-09, 2007, pp 29-42 165 [157] Chang, H., Tian, J., Lai, T., Chu, H., and Huang, P “Spinning beacons for precise indoor localization” In Proceedings of the 6th ACM Conference on Embedded Network Sensor Systems (SenSys ’08), Raleigh, NC, USA, Nov 05-07, 2008, pp 127-140 [158] Bulusu, N., Heidemann, J., Estrin, D “GPS-less low-cost outdoor localization for very small devices” IEEE Personal Communications, vol 7, no 5, Oct 2000, pp 28-34 [159] Ni, L M., Liu, Y., Lau, Y C., and Patil, A P LANDMARC: indoor location sensing using active RFID Wireless Networks, vol 10, no 6, Nov 2004, pp 701-710 [160] Rudafshani, M and Datta, S “Localization in wireless sensor networks” In Proceedings of the 6th international Conference on information Processing in Sensor Networks (IPSN ’07) Cambridge, Massachusetts, USA, Apr 25-27, 2007, pp 51-60 [161] Schuhmann, S., Herrmann, K., Rothermel, K., Blumenthal, J., and Timmermann, D “Improved weighted centroid localization in smart ubiquitous environments” In Proceedings of the 5th international Conference on Ubiquitous intelligence and Computing, Oslo, Norway, Jun 2008, pp 20-34 [162] He, T., Huang, C., Blum, B M., Stankovic, J A., and Abdelzaher, T “Range-free localization schemes for large scale sensor networks” In Proceedings of the 9th Annual international Conference on Mobile Computing and Networking (MobiCom ’03), San Diego, CA, USA, Sep 14-19, 2003, pp 81-95 [163] Bulusu, N., Heidemann, J., Estrin, D., and Tran, T “Self-configuring localization systems: design and experimental evaluation” ACM Transactions on Embedded Computing Systems, vol 3, no , Feb 2004, pp 24-60 [164] Shrivastava, N., Mudumbai, R., Madhow, U., and Suri, S “Target tracking with binary proximity sensors” ACM Transactions on Sensor Networks, vol 5, no 4, Nov 2009, pp 1-33 [165] Tenenbaum J B., Silva V., and Langford, J C “A global geometric framework for nonlinear dimensionality reduction” Science, vol 290, no 5500, Dec 22, 2000, pp 2319-2323 [166] Shang, Y., Ruml, W., Zhang, Y., and Fromherz, M P “Localization from mere connectivity” In Proceedings of the 4th ACM international Symposium on Mobile Ad Hoc Networking and Computing (MobiHoc ’03), Annapolis, Maryland, USA, Jun 01-03, 2003, pp 201-212 [167] Greenacre, M J “Theory and applications of correspondence analysis” Academic Press Inc., London, UK, 1984 [168] Ji, X., and Zha, H “Sensor positioning in wireless ad-hoc sensor networks using multidimensional scaling” In Proceedings of the 23rd Annual Joint Conference of the IEEE Computer and Communications Societies ( INFOCOM ’04), Hong Kong, China, Mar 7-11, 2004, pp 2652- 2661 [169] Shang, Y., Ruml, W., and Fromherz, M P “Positioning using local maps” Ad Hoc Networks, vol 4, no 2, Mar 2006, pp 240-253 166 [170] Roweis, S T., and Saul, L K “Nonlinear dimensionality reduction by locally linear embedding”.Science, vol 290, no 5500, Dec.22, 2000, pp 2323-2326 [171] Saul, L K., and Roweis, S T “Think globally, fit locally: unsupervised learning of nonlinear manifolds” Journal of Machine Learning Research, vol 4, 2003, pp 119-155 [172] Donoho, D L., and Crimes, C “Hessian Eigenmaps: new locally linear embedding techniques for high-dimensional data” Technical Report TR2003-08, Department of Statistics, Stanford University, Mar 2003 [173] Belkin, M and Niyogi, P “Laplacian Eigenmaps for dimensionality reduction and data representation” Neural Computation, vol 15, no 6, Jun 2003, pp 1373-1396 [174] Li, L and Kunz, T “Cooperative node localization using nonlinear data projection” ACM Transactions on Sensor Networks vol 5, no 1, Feb 2009, pp 1-26 [175] Doherty, L., pister, K.S.J., El Ghaoui, L “Convex position estimation in wireless sensor networks” In Proceedings of the 20th Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM ’01), Anchorage, Alaska, USA, Apr 22-26, 2001, pp 1655-1663 [176] Carter, M W., Jin, H H., Saunders, M A., and Ye, Y “Spaseloc: an adaptive subproblem algorithm for scalable wireless sensor network localization” SIAM Journal on Optimization, vol 7, no 4, 2006, pp 1102-1128 [177] Niculescu, D., Nath, B “Ad hoc positioning system (APS)” In Proceedings of the IEEE Global Telecommunications Conference (GLOBECOM ’01), San Antonio, TX, USA, Nov 25-29, 2001, pp 2926-2931 [178] Niculescu, D., and Nath B “DV based positioning in Ad Hoc networks” Telecommunication Systems, vol 22, no 1-4, 2003, pp 267-280 [179] Savarese, C., Rabaey, J M., and Langendoen, K “Robust Positioning Algorithms for Distributed Ad-Hoc Wireless Sensor Networks” In Proceedings of the General Track of the Annual Conference on USENIX Annual Technical Conference, Berkeley, CA, USA, Jun 10-15, 2002, pp 317-327 [180] Nagpal, R., Shrobe, H., and Bachrach, J “Organizing a global coordinate system from local information on an ad hoc sensor network” In Proceedings of the 2nd international Conference on information Processing in Sensor Networks (IPSN ’03), Palo Alto, CA, USA, Apr 22-23, 2003, pp 333-348 [181] Kleinrock, L., Silvester, J “Optimum transmission radii for packet radio networks or why six is a magic number” In Proceedings of the IEEE National Telecommunications Conference, Birmingham, Alabama, USA, Dec 3-6, 1978, pp 4.3.1-4.3.5 [182] Langendoen, K and Reijers, N “Distributed localization in wireless sensor networks: a quantitative comparison” Computer Networks: The International Journal of Computer and Telecommunications Networking, vol 43, no 4, Nov 2003, pp 499-518 167 [183] Karbasi, A and Oh, S “Distributed sensor network localization from local connectivity: performance analysis for the HOP-TERRAIN algorithm” In Proceedings of the ACM SIGMETRICS international Conference on Measurement and Modeling of Computer Systems (SIGMETRICS ’10), New York, New York, USA, Jun 14-18, 2010, pp 61-70 [184] Lim, H., Hou, J C “Localization for anisotropic sensor networks” In Proceedings of the 24th Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM ’05) Miami, Florida, USA, Mar 2005, pp 138-149 [185] Wong, S Y., Lim, J G., Rao, S V., Seah, W K G “Multihop localization with density and path length awareness in non-uniform wireless sensor networks” In Proceedings of the 61st IEEE Vehicular Technology Conference (VTC ’05) vol.4, May 30-Jun 1, pp 2551-2555 [186] Wang, Y., Gao, J., and Mitchell, J S “Boundary recognition in sensor networks by topological methods” In Proceedings of the 12th Annual international Conference on Mobile Computing and Networking(MobiCom ’06), Los Angeles, CA, USA, Sep 23-29, 2006, pp 22-133 [187] Li, M and Liu, Y “Rendered path: range-free localization in anisotropic sensor networks with holes” In Proceedings of the 13th Annual ACM international Conference on Mobile Computing and Networking ( MobiCom ’07), Montral, Qu´bec, Canada, Sep e 09-14, 2007, pp 51-62 [188] Saukh, O., Sauter, R., Gauger, M., Marrn, P J., and Rothermel, K “On Boundary Recognition without Location Information in Wireless Sensor Networks” In Proceedings of the 7th international Conference on information Processing in Sensor Networks (IPSN ’08), St Louis, Missouri, USA, April 22-24, 2008, pp 207-218 [189] Dong, D., Liu, Y., and Liao, X “Fine-grained boundary recognition in wireless ad hoc and sensor networks by topological methods” In Proceedings of the 10th ACM international Symposium on Mobile Ad Hoc Networking and Computing (MobiHoc ’09), New Orleans, LA, USA, May 18-21, 2009, pp 135-144 [190] Lederer, S., Wang, Y., and Gao, J “Connectivity-based localization of large-scale sensor networks with complex shape” ACM Transactions on Sensor Networks, vol 5, no 4, Nov 2009, pp 1-32 [191] Rămer, K 2003 “The lighthouse location system for smart dust” In Proceedings of o the 1st international Conference on Mobile Systems, Applications and Services (MobiSys ’03), San Francisco, California, May 05 - 08, 2003, pp 15-30 [192] Stoleru, R., He, T., Stankovic, J A., and Luebke, D “A high-accuracy, low-cost localization system for wireless sensor networks” In Proceedings of the 3rd international Conference on Embedded Networked Sensor Systems (SenSys ’05), San Diego, California, USA, Nov 02-04, 2005, pp 13-26 [193] He, T., Stankovic, J A., Stoleru, R., Gu, Y., Wu, Y “ Essentia: Architecting Wireless Sensor Networks Asymmetrically” In Proceedings of the 27th IEEE Conference on Computer Communications (INFOCOM ’08), Phoenix, AZ, USA, Apr 13-18, 2008, pp 1184-1192 168 [194] Nasipuri, A., el Najjar, R ”Experimental evaluation of an angle based indoor localization system” In the Proceedings of the 4th International Symposium on Modeling and Optimization in Mobile Ad Hoc and Wireless Networks (WiOpt ’06), Boston, Massachusetts, USA Apr 3-7, 2006, pp 1-9 [195] Stoleru, R., Vicaire, P., He, T., and Stankovic, J A “StarDust: a flexible architecture for passive localization in wireless sensor networks” In Proceedings of the 4th international Conference on Embedded Networked Sensor Systems (SenSys ’06), Boulder, Colorado, USA, Oct 31-Nov 03, 2006, pp 57-70 [196] Zhong, Z and He, T “MSP: multi-sequence positioning of wireless sensor nodes” In Proceedings of the 5th international Conference on Embedded Networked Sensor Systems (SenSys ’07), Sydney, Australia, Nov 06-09, 2007, pp 15-28 [197] Zhong, Z., Wang, D., and He, T “Sensor Node Localization Using Uncontrolled Events” In Proceedings of the 2008 the 28th international Conference on Distributed Computing Systems (ICDCS ’08), Beijing, China, Jun 17-20, 2008, pp 438-445 [198] Zhong, Z and He, T “Achieving range-free localization beyond connectivity” In Proceedings of the 7th ACM Conference on Embedded Networked Sensor Systems (SenSys ’09), Berkeley, California, USA, Nov 04-06, 2009, pp 281-294 [199] Kwon, Y and Agha, G “Passive Localization: Large Size Sensor Network Localization Based on Environmental Events” In Proceedings of the 7th international Conference on information Processing in Sensor Networks (IPSN ’08), St Louis, Missouri, USA, April 22-24, 2008, pp 3-14 [200] Weisstein, E W.“Plane Division by Lines” Mathworld, material available on-line at http://mathworld.wolfram.com/PlaneDivisionbyLines.html [201] Kus´, B., Dutta, P., Levis, P., Mar´ti, M., Led´czi, A., and Culler, D “Elapsed time y o e on arrival: a simple and versatile primitive for canonical time synchronization services” International Journal of Ad Hoc and Ubiquitous Computing, vol 1, no 4, Jul 2006, pp 239-251 [202] Elson, J., Girod, L., and Estrin, D “Fine-grained network time synchronization using reference broadcasts” In Proceedings of the 5th Symposium on Operating Systems Design and Implementation (OSDI ’02), Boston, MA, USA, Dec 9-11, 2002, pp 147-163 [203] Texas Instruments “CC2420 − 2.4 GHz IEEE 802.15.4 / ZigBee-ready RF Transceiver”, Rev SWRS041b, Mar 19, 2007 [204] Carlsson, S “A variant of Heapsort with almost optimal number of comparisons” Information Processing Letters, vol 24, no 4, Mar 1987, pp 247-250 [205] Gupta, R “Tracking moving targets in a smart sensor network” In Proceedings of the 58th IEEE Vehicular Technology Conference (VTC ’03), Orlando, Florida, USA, Oct 6-9, 2003, pp 3035-3039 [206] Broch, J., Maltz, D A., Johnson, D B., Hu, Y., and Jetcheva, J “ A performance comparison of multi-hop wireless ad hoc network routing protocols” In Proceedings of 169 the 4th Annual ACM/IEEE international Conference on Mobile Computing and Networking (MobiCom ’98), Dallas, Texas, United States, Oct 25-30, 1998, pp 85-97 [207] Camp, T., Boleng, J., and Davies, V “A survey of mobility models for ad hoc network research” Wireless Communication & Mobile Computing (WCMC), Special issue on Mobile Ad Hoc Networking: Research, Trends and Applications, vol 2, no 5, 2002, pp 483-502 [208] Brooks, R R., Ramanathan, P., and Sayeed, A M “Distributed target classification and tracking in sensor networks” In Proceedings of the IEEE, vol 91, no 8, Aug 2003, pp 1163-1171 [209] Dutta, P., Grimmer, M., Arora, A., Bibyk, S., and Culler, D “ Design of a wireless sensor network platform for detecting rare, random, and ephemeral events” In Proceedings of the 4th international Symposium on information Processing in Sensor Networks (IPSN ’05), Los Angeles, California,USA, Apr 24-27, 2005, pp 497-502 [210] Li, D., Wong, K., Hu, Y H., Hu, Y H., and Sayeed, A “Detection, classification and tracking of targets in distributed sensor networks” IEEE Signal Processing Magazine, vol 19, no 2, 2002, pp 17-29 [211] Liu, J., Chu, M., and Reich, J E “Multi-target tracking in distributed sensor networks” IEEE Signal Processing Magazine, vol 24, no 3, May 2007, pp 36-46 [212] K Chintalapudi, R Govindan, G Sukhatme and A Dhariwal, “Ad-hoc localization using ranging and sectoring” In Proceedings of the 23rd Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM ’04) , Hong Kong, China, Mar 7-11, 2004, pp 2662-2672 [213] Liu, J., Reich, J., and Zhao, F “Collaborative in-network processing for target tracking” EURASIP Journal on Applied Signal Processing, Jan 2003, pp 378-391 [214] Ristic, B., Arulampalam, S., and Gordon, N “Beyond the Kalman filter: particle filters for tracking applications”, Artech House, 2004 [215] Lin, J., Xie, L., and Xiao, W “Target tracking in wireless sensor networks using compressed kalman filter” International Journal of Sensor Networks vol 6, no 3/4, Nov 2009, pp 251-262 [216] Ganesan, D., Krishnamachari, B., Woo, A., Culler, D., Estrin, D., and Wicker, S “Complex behavior at scale: An experimental study of low-power wireless sensor networks” Technical Report UCLA/CSD-TR 02-0013, UCLA Computer Science, 2002 [217] Srinivasan, K., Dutta, P., Tavakoli, A., and Levis, P “ Understanding the causes of packet delivery success and failure in dense wireless sensor networks” In Proceedings of the 4th international Conference on Embedded Networked Sensor Systems (SenSys ’06), Boulder, Colorado, USA, Oct 31 - Nov 03, 2006, pp 419-420 [218] Miluzzo, E., Zheng, X., Fodor, K., and Campbell, A T “Radio characterization of 802.15.4 and its impact on the design of mobile sensor networks” In Proceedings of the 5th European Conference on Wireless Sensor Networks (EWSN ’08), Bologna, Italy, Jan 30-Feb 01, 2008, pp 171-188 170 [219] Hwang, J., He, T., and Kim, Y 2007 “Exploring in-situ sensing irregularity in wireless sensor networks” In Proceedings of the 5th international Conference on Embedded Networked Sensor Systems (SenSys ’07), Sydney, Australia, Nov 06-09, 2007, pp 289303 [220] Zhong, Z., Zhu, T., Wang, D., and He, T “Tracking with Unreliable Node Sequences” In Proceedings of the 28rd Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM ’09), Rio de Janeiro, Brazil, Apr 19-25, 2009, pp 1215-1223 [221] Rappaport, T S “Wireless Communications: Principles and Practices” 2nd Edition, Prentice Hall, 2001 [222] Seidel, S Y., Rappaport, T S., “914 MHz path loss prediction models for indoor wireless communications in multifloored buildings” IEEE Transactions on Antennas and Propagation, vol 40, no 2, Feb, 1992, pp 207-217 [223] Koks, D “Numerical calculations for passive geolocation scenarios” Research Report DSTO-RR-0319, Defense Science and Technology Organization, Australian Government, May, 2007 [224] Smith, K “Antennas for Low Power Applications” RFM Corp., Dallas Available at http://www.rfm.com/corp/appdata/antenna.pdf [225] “Chapter 18: Radio propagation models” The ns manual, Editor: Kevin Fall, etal, May 2009 Available at http://www.isi.edu/nsnam/ns/doc/index.html [226] Lord, H., Gatley, W S., and Evensen, H A “Noise control for engineers”, McGraw Hill Book Co., 1980 [227] Bery, M de, Cheong, O., Krevald, M van, et al, “Computational geometry: algorithms and applications”, Springer-Verlag, 2008 [228] Kendall, M “Rank correlation methods”, Charles Griffin Co Ltd., 1948 [229] Forney, G D “The Viterbi algorithm” In Proceedings of the IEEE, vol 61, no 3, Jun 1973, pp 268-278 [230] Fox, V., Hightower, J., Liao, L, Schulz, D., Borriello, G “Bayesian filtering for location estimation” IEEE Pervasive Computing, vol 2, no 3, Sep 2003, pp 24-33 [231] Coates, M “Distributed particle filters for sensor networks” In Proceedings of the 3rd international Symposium on information Processing in Sensor Networks (IPSN ’04), Berkeley, California, USA, April 26-27, 2004, pp 99-107 [232] Kwok, C., Fox, D., Meila, M “Real-time particle filters” Proceedings of the IEEE, vol 92, no 3, Mar 2004, pp 469-484 [233] Ihler, A T., Fisher, J W., III, Moses, R L., Willsky, A S., “Nonparametric belief propagation for self-localization of sensor networks”, IEEE Journal on Selected Areas in Communications, vol 23, no 4, April 2005, pp 809-819 171 [234] Ozdemir, O., Niu, R., Varshney, P.K “Tracking in wireless sensor networks using particle filtering: physical layer considerations” IEEE Transactions on Signal Processing, vol 57, no 5, May 2009, pp 1987-1999 [235] Marburger, J H III, Kvamme, E F., et al “Leadership Under Challenge: Information Technology R&D in a Competitive World ∼ An Assessment of the Federal Networking and Information Technology R&D (NITRD) Program” President Council of Advisors on Science and Technology, Aug 2007, On-line available at http://www.nitrd.gov/PCast/reports/PCAST-NIT-FINAL.pdf [236] Rao, N S V., Shankar, M., Chin, J., Yau, D K Y., Ma, C Y T., Yang, Y, Hou, J C., Xu, X., Sahni, S “Localization under random measurements with application to radiation sources” In Proceeding of the 11th International Conference on Information Fusion (FUSION ’08), Cologne, Germany, Jun 30-Jul 2008, pp 1-8 [237] Chin, J., Yau, D K., Rao, N S., Yang, Y., Ma, C Y., and Shankar, M.“Accurate localization of low-level radioactive source under noise and measurement errors” In Proceedings of the 6th ACM Conference on Embedded Network Sensor Systems (SenSys ’08), Raleigh, NC, USA, Nov 05-07, 2008, pp 183-196 [238] Roumeliotis, S I., and Bekey, G A “An extended Kalman filter for frequent local and infrequent global sensor data fusion” In SPIE International Symposium on Intelligent Systems and Advanced Manufacturing, Pittsburgh, Pennsylvania, USA, Oct 14-15, 1997, pp.11-22 [239] Niculescu, D and Nath, B “Error characteristics of ad hoc positioning systems (APS)” In Proceedings of the 5th ACM international Symposium on Mobile Ad Hoc Networking and Computing (MobiHoc ’04), Roppongi Hills, Tokyo, Japan, May 24-26, 2004, pp 20-30 [240] Savvides, A., Garber, W L., Moses, R L., and Srivastava, M B “An Analysis of Error Inducing Parameters in Multihop Sensor Node Localization” IEEE Transactions on Mobile Computing, vol 4, no 6, Nov 2005, pp 567-577 [241] Patwari, N., Hero, A O III, Perkins, M., Correal, N.S., O’Dea, R J “Relative location estimation in wireless sensor networks” IEEE Transactions on Signal Processing, vol 51, no 8, Aug 2003, pp 2137-2148 [242] Lovasz, L and Yemini, Y “On Generic Rigidity in the Plane” SIAM Journal on Algebraic and Discrete Methods, vol 3, no 1, 1982, pp 91-98 [243] Hendrickson, B 1992 “Conditions for unique graph realizations” SIAM Journal on Computing, vol 21, no 1, Feb 1992, pp 65-84 [244] Jackson, B and Jord´n, T “Connected rigidity matroids and unique realizations of a graphs” Journal of Combinatorial Theory Series B, vol 94, no 1, May 2005, pp 1-29 [245] Eren, T., Goldenberg, O K., Whiteley, W., Yang, Y R., Morse, A S., Anderson, B D O., Belhumeur, P N “Rigidity, computation, and randomization in network localization” In Proceedings of the 23rd Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM ’04) , Hong Kong, China, Mar 7-11, 2004, pp 2673-2684 172 [246] Goldenberg, D K., Krishnamurthy, A., Maness, W C., Yang, Y R., Young, A., Morse, A S., Savvides, A “Network localization in partially localizable networks” In Proceedings of the 24th Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM ’05), Miami, Florida, USA, Mar 13-17, 2005, pp 313-326 [247] Connelly, R “Generic Global Rigidity” Discrete and Computational Geometry vol 33, no 4, Apr 2005, pp 549-563 [248] Aspnes, J., Eren, T., Goldenberg, D K., Morse, A S., Whiteley, W., Yang, Y.R., Anderson, B D O., Belhumeur, P N “A theory of network localization” IEEE Transactions on Mobile Computing, vol.5, no.12, Dec 2006, pp 1663-1678 [249] Anderson, B D., Belhumeur, P N., Eren, T., Goldenberg, D K., Morse, A S., Whiteley, W., and Yang, Y R “Graphical properties of easily localizable sensor networks” Wireless Networks, vol 15, no 2, Feb 2009, pp 177-191 [250] Yang Z., Liu, Y., Li, X “Beyond trilateration: on the localizability of wireless Ad-hoc networks” In Proceedings of the 28th Annual Conference of the IEEE Communications Society INFOCOM ’09, Rio de Janeiro, Brazil, Apr 19-25, 2009, pp 2392-2400 173 ... orientation of the target can be obtained from the compass device that estimates and analyzes angles of arrival of acoustic signals emitted from beacons on the ceiling The system achieves an accuracy... making it advance substantially towards a practical system Event-driven localization makes use of events (e.g ultrasound or air blast propagation, optical or laser beam scan), that are generated... spacial signatures of the target in the map of monitored area Instead of estimating each position point separately in a movement trace, we convert the original tracking problem to the problem of

Ngày đăng: 28/05/2014, 14:00

Từ khóa liên quan

Mục lục

  • Acknowledgements

  • Abstract

  • List of Tables

  • List of Figures

  • List of Abbreviations

  • Introduction

    • Localization and Its Challenges

    • Research Objectives and Contributions

      • Uncontrolled Event-driven Localization

      • Localization and Tracking using Signature Distance

      • Organization of the Manuscript

      • Background and Related Work

        • Range-based Localization

          • Signal Strength

            • Directly Infer Distance from RSS Measurements

            • RF Profiling and Fingerprint Matching

            • Time of Fly

              • Time of Fly of Acoustic Signals

              • Time of Fly of RF Signals

              • Angle of Arrival

              • Radio Interferometry

              • Remarks on Range-based Localization

              • Range-free Localization

                • Anchor Proximity

                • Network Connectivity

                  • Centralized Methods

                  • Distributed Methods

                  • Dealing with ``Complex Shapes'' and ``Holes''

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan