This commit is contained in:
toni
2016-02-25 13:53:17 +01:00
parent 8f7a8d1ab1
commit 360756cf21
6 changed files with 144 additions and 144 deletions

View File

@@ -13,8 +13,7 @@ prediction models e.g. incorporating wall information.
As seen, multimodal distributions lead to faulty position estimations and therefore rising errors.
One possible method to resolve this issue would be a more suiting location estimation technique.
Another promising way is smoothing.
By deploying a fixed-lag smoother the system would still be perceived as real-time application,
but is able to calculate the (delayed) estimation using future measurements up to the latest timestep.
By deploying a fixed-lag smoother the system would still be perceived as real-time application, but is able to calculate the (delayed) estimation using future measurements up to the latest timestep.

View File

@@ -22,7 +22,6 @@
\SI{3500}{\milli\second} vs. \SI{600}{\milli\second}.
Also, the Nexus' barometer sensor provides readings both more frequent and far more accurate than
the Galaxy does. This results in a better localisation using the Nexus smartphone.
Despite being fast enough to run in realtime on the smartphone itself, computation was done offline using
the \mbox{CONDENSATION} particle filter with \SI{7500}{} particles as realization.
The weighted arithmetic mean of the particles was used as state estimation.

View File

@@ -107,7 +107,7 @@
%\commentByFrank{so besser? der ganze absatz.}
To downvote vertices near walls, we need to determine the distance of each vertex from its nearest wall.
We therefore derive an inverted version $G' = (V', E')$ of the graph $G$, just describing walls and
obstacles. A nearest-neighbour search \cite{Cover1967} $\fNN{\mVertexA}{V'}$ within $V'$ provides the vertex
obstacles. A nearest-neighbour search $\fNN{\mVertexA}{V'}$ within $V'$ provides the vertex
nearest to $\mVertexA$.
%\begin{equation}
% v' = \fNN{v}{V'} \enskip .

View File

@@ -1,13 +1,16 @@
\section{Introduction}
Since the advent of smartphones, location aware apps and services are ubiquitous and have become a natural part of our everyday life.
Whether driving a car, jogging or shopping in the streets, GNSS-based applications simplify orientation,
guide the way and even track our fitness achievements. But as soon as we drive into an underground car park or visit a shopping mall, most of them do not work at all.
That is because satellite signals are too weak to pass through obstacles like ceilings.
Moreover, their accuracy is not sufficient for individual parking spaces or office rooms.
%Whether driving a car, jogging or shopping in the streets,
GNSS-based applications simplify orientation,
guide the way and even track our fitness achievements.
%But as soon as we drive into an underground car park or visit a shopping mall, most of them do not work at all.
%That is because satellite signals are too weak to pass through obstacles like ceilings.
However, satellite signals are too weak to pass through obstacles like ceilings and their accuracy is not sufficient for most indoor tasks.
%Moreover, their accuracy is not sufficient for individual parking spaces or office rooms.
Therefore, many different solutions for localising a moving object within buildings have been developed in
the most recent years \cite{Ebner-15, Yang2015, Khaleghi2013, Fang09, Nurminen2014}.
Especially the hard problem of pedestrian localisation and navigation has lately attracted a lot of interest.
Especially the hard problem of pedestrian navigation has lately attracted a lot of interest.
Most modern indoor localisation systems primarily use smartphones to determine the position of a pedestrian.
Especially the phone's inertial measurement unit (IMU) as well as external information like Wi-Fi or Bluetooth
@@ -15,16 +18,18 @@ are used to collect the necessary data.
Additionally, environmental knowledge is often incorporated e.g. by using floormaps.
This combination of highly different sensor types is also known as sensor fusion.
Here, probabilistic methods like particle- or Kalman filters are often used to approximate a probability distribution describing the pedestrian's possible whereabouts.
Here, probabilistic methods like particle- or Kalman filters are often used to approximate a probability density describing the pedestrian's possible whereabouts.
This procedure can be separated into two probabilistic models:
The transition model, which represents the dynamics of the pedestrian and predicts his next accessible locations, and the evaluation model, which estimates the probability for the position also corresponding to
recent sensor measurements.
%Therefore, the most accurate position is represented by a peak of the probability distribution.
In our previous work we were able to present such a localisation system based on all the sensors mentioned above, including the phone's barometer \cite{Ebner-15}.
In pedestrian navigation, the human movement is subject to the characteristics of walking speed and -direction.
Additionally, environmental restrictions need to be considered as well, for example, walking through walls is impossible.
Therefore, incorporating environmental knowledge is a necessary and gainful step.
%In pedestrian navigation, the human movement is subject to the characteristics of walking speed and -direction.
%Additionally, environmental restrictions need to be considered as well, for example, walking through walls is impossible.
%Therefore, incorporating environmental knowledge is a necessary and gainful step.
Incorporating environmental knowledge is a necessary and gainful step.
For example walking through walls is impossible.
Like other systems, we are using a graph-based approach to sample only valid movements.
The unique feature of our approach is the way how human movement is modelled.
This is done by using random walks on a graph, which are based on the heading of the pedestrian.
@@ -32,7 +37,7 @@ Despite very good results, the system presented in \cite{Ebner-15} suffers from
First, the transition model of our previous approach uses discrete floor-changes.
Although the overall system provides viable results, it does not resemble real-world floor changes.
Especially the barometric sensor is affected due to its continuous pressure measurements.
Especially the barometer is affected due to its continuous pressure measurements.
The discrete model prevents the barometer's full potential.
It could further be shown that a correct estimation strongly depends on the quality of $z$-transitions.
To address this problem we extended the graph by adding realistic stairs, allowing a step-wise transition in the $z$-direction.
@@ -46,7 +51,7 @@ During the random walk, matching edges are sampled according to their deviation
To improve the complex problem of localising a person indoors, prior knowledge given by a navigation system can be used.
Such applications are used to navigate a user to his desired destination.
This limits the unpredictability of human movement to a certain degree.
So, based on this assumption, the destination is known beforehand and the starting point is the pedestrian's currently estimated position.
So, based on this assumption, the destination is known beforehand and the starting point is the user's currently estimated position.
Regarding a graph-based transition model, one could suggest to use the shortest route between start and destination as the user's most-likely-to-walk path.
By incorporating this prior knowledge into the state transition step, a new state can be sampled in a more targeted manner.
However, for regularly tessellated (grid) graphs, as used in \cite{Ebner-15}, this would lead to unnatural paths e.g.
@@ -58,7 +63,7 @@ Since areas near walls are less likely to be chosen for walking, a probabilistic
This allows a variety of options for integrating additional knowledge about the environment and enables us to address another problem:
Entering or leaving rooms is very unlikely as only a few nodes are representing doors and allow doing so.
This can be tackled by making such areas more likely.
Therefore, a novel approach for detecting doors using the inverted graph and a principal component analysis (PCA) \cite{Hotelling1933} is presented within this work.
Therefore, a novel approach for detecting doors using the inverted graph is presented within this work.
%\commentByFrank{auch hier vlt das inverted erstmal noch weg lassen wegen platz}
Finally, it is now possible to calculate more natural and realistic paths using the weighted graph.

View File

@@ -11,7 +11,7 @@ use signal strength prediction models like the log-distance or wall-attenuation-
Additionally, the sensors noise is not always Gaussian or satisfies the central limit theorem. Using
Kalman filters is therefore problematic \cite{sarkka2013bayesian, Nurminen2014}.
All this shows, that sensor models differ in many ways and are a subject in itself.
A good discussion on different sensor models can be found in \cite{Yang2015}, \cite{Gu2009} or \cite{Khaleghi2013}.
A good discussion on different sensor models can be found in \cite{Yang2015} or \cite{Khaleghi2013}.
However, within this work, we use simple models, configured using a handful of empirically chosen parameters and
address their inaccuracies by harnessing prior information like the pedestrian's desired destination. Therefore,
@@ -21,7 +21,7 @@ on the state transition and how to incorporate environmental and navigational kn
A widely used and easy method for modelling the movement of a pedestrian, is the prediction of a new position
using both, a walking direction and a to-be-walked distance, starting from the previous position.
If the line-of-sight between the new and the old position intersects a wall, the probability for this
transition is set to zero \cite{Woodman08-PLF, Blanchert09-IFF, Koeping14-ILU}.
transition is set to zero \cite{Blanchert09-IFF, Koeping14-ILU}.
However, as \cite{Nurminen13-PSI} already stated, it "gives more probability to a short step".
An additional drawback of these approaches is that for every transition an intersection-test
must be executed and thus often yields a high computational complexity.
@@ -34,15 +34,12 @@ It represents the topological skeleton of the building's floorplan as an irregul
This drastically removes degrees of freedom from the map, and results in a low complexity.
In the work of \cite{Nurminen2014} a Voronoi diagram is used to approximate the human movement.
It is assumed that the pedestrian can be anywhere on the topological links.
It is assumed that the user can be anywhere on the topological links.
The probabilities of changing to the next link are proportional to the total link lengths.
However, for highly accurate localisation in large-scale buildings, this network of one-dimensional
curves is not suitable \cite{Afyouni2012}.
Therefore, \cite{Hilsenbeck2014} searches for large open spaces (e.g. a lobby) and extends the Voronoi diagram
by adding those two-dimensional areas.
The final graph is then created by sampling nodes in regular intervals across the links and filling up the open
spaces in a tessellated manner. Similar to \cite{Ebner-15}, they provide a state transition model that selects
an edge and a node from the graph according to a sampled distance and heading.
However, for accurate localisation in large-scale buildings, this network of one-dimensional curves is not suitable \cite{Afyouni2012}.
Therefore, \cite{Hilsenbeck2014} searches for large open spaces (e.g. a lobby) and extends the Voronoi diagram by adding those two-dimensional areas.
The final graph is then created by sampling nodes in regular intervals across the links and filling up the open spaces in a tessellated manner.
Similar to \cite{Ebner-15}, they provide a transition model that selects an edge and a node from the graph according to a sampled distance and heading.
Nevertheless, most corridors are still represented by just one topological link.
While the complexity is reduced, it does not allow arbitrary movements and leads to suboptimal trajectories.
@@ -74,7 +71,7 @@ An additional smoothing procedure is performed to make the path more natural.
They are considering foot span, body dimensions and obstacle dimensions when determining whether an obstacle is surmountable.
However, many of this information is difficult to ascertain in real-time or imply additional effort in real-world environments.
Therefore, more realistic simulation models, mainly for evacuation simulation, are just using a simple shortest path on regularly
tessellated graphs \cite{Sun2011, tan2014agent}. A more costly, yet promising approach is shown by \cite{Brogan2003}. They use a
tessellated graphs \cite{tan2014agent}. A more costly, yet promising approach is shown by \cite{Brogan2003}. They use a
data set of previously recorded walks to create a model of realistic human walking paths.
Finally, it seems that currently none of the localisation system approaches are using realistic walking paths as additional

View File

@@ -119,13 +119,13 @@ IGNORE{thrun2005probabilistic,
@inproceedings{Lang12,
author ={Benjamin Langmann and Klaus Hartmann and Otmar Loffeld},
title = {Depth Camera Technology Comparison And Performance Evaluation},
booktitle = {International Conference on Pattern Recognition Applications and Methods},
booktitle = {Int. Conf. on Pattern Recognition Applications and Methods},
year = {2012},
}
@inproceedings{Bo06,
author={Wu Bo and R. Nevatia},
booktitle={Computer Vision and Pattern Recognition, 2006 IEEE Computer Society Conference on},
booktitle={Computer Vision and Pattern Recognition, 2006 IEEE Computer Society Conf. on},
title={Tracking of Multiple, Partially Occluded Humans based on Static Body Part Detection},
year={2006},
IGNOREmonth={June},
@@ -136,7 +136,7 @@ pages={951-958},
@inproceedings{feldmann03,
title={An Indoor Bluetooth-Based Positioning System: Concept, Implementation and Experimental Evaluation.},
author={Feldmann, Silke and Kyamakya, Kyandoghere and Zapater, Ana and Lue, Zighuo},
booktitle={International Conference on Wireless Networks},
booktitle={Int. Conf. on Wireless Networks},
pages={109--113},
year={2003}
}
@@ -164,7 +164,7 @@ pages={951-958},
@inproceedings{Fang09,
author={Shih-Hau Fang and Tsung-Nan Lin},
booktitle={Intelligent Signal Processing, 2009. WISP 2009. IEEE International Symposium on},
booktitle={Intelligent Signal Processing, 2009. WISP 2009. IEEE Int. Symp. on},
title={{Accurate WLAN Indoor Localization Based on RSS, Fluctuations Modeling}},
year={2009},
IGNOREmonth={Aug},
@@ -202,7 +202,7 @@ pages={780-785},
@article{Koeping12,
author = {Lukas K\"oping and Thomas M\"uhsam and Christian Ofenberg and Bernhard Czech and Michael Bernard and Jens Schmer and Frank Deinzer},
title = {Indoor Navigation Using Particle Filter and Sensor Fusion},
journal = {Annual of Navigation},
journal = {Annu. of Navigation},
year = {2012},
volume = {19},
number = {2},
@@ -223,7 +223,7 @@ pages={780-785},
@article{Saxena07,
author = {A. Saxena and Sung H. Chung and Andrew Y. Ng},
title = {3-D Depth Reconstruction from a Single Still Image},
journal = {International Journal of Computer Vision},
journal = {Int. Journal of Computer Vision},
year = {2008},
volume = {76},
number = {1},
@@ -281,7 +281,7 @@ pages={780-785},
@article{Scharstein03,
author = {Daniel Scharstein and Richard Szeliski},
title = {High-Accuracy Stereo Depth Maps Using Structured Light},
journal = {Computer Vision and Pattern Recognition, 2003. Proceedings. 2003 IEEE Computer Society Conference on},
journal = {Computer Vision and Pattern Recognition, 2003. Proc.. 2003 IEEE Computer Society Conf. on},
year = {2003},
volume = {1},
pages = {195--202},
@@ -310,7 +310,7 @@ pages={780-785},
publisher={IEEE Computer Society}
}
@INPROCEEDINGS{Luo07,
@inproceedings{Luo07,
author={Luo, R.C. and Chun Chi Lai},
booktitle={Advanced Robotics and Its Social Impacts, 2007. ARSO 2007. IEEE Workshop on},
title={Indoor Mobile Robot Localization using Probabilistic Multi-Sensor Fusion},
@@ -333,7 +333,7 @@ keywords={decision making;inference mechanisms;mechatronics;sensor fusion;autono
doi={10.1109/JSEN.2011.2166383},
ISSN={1530-437X},}
@INPROCEEDINGS{Blanchart09,
@inproceedings{Blanchart09,
author={Blanchart, P. and Liyun He and Le Gland, F.},
booktitle={FUSION 09},
title={Information fusion for indoor localization},
@@ -342,9 +342,9 @@ IGNOREmonth={July},
pages={2083-2090},
keywords={belief networks;particle filtering (numerical methods);traffic information systems;Bayesian filter;cartographic constraints;indoor localization;information fusion;particle filter approximation;pedestrian user;proximity beacon measurements;Additive noise;Bayesian methods;Glands;Helium;Information filtering;Information filters;Information resources;Particle measurements;Position measurement;Telecommunications;cartographic constraints;information fusion;particle filtering;pedestrian navigation system (PNS);proximity beacon;ranging beacon},}
@INPROCEEDINGS{golding99,
@inproceedings{golding99,
author={Golding, A.R. and Lesh, N.},
booktitle={Wearable Computers, 1999. Digest of Papers. The Third International Symposium on},
booktitle={Wearable Computers, 1999. Digest of Papers. The Third Int. Symp. on},
title={Indoor Navigation Using a Diverse Set Of Cheap, Wearable Sensors},
year={1999},
IGNOREmonth={Oct},
@@ -352,9 +352,9 @@ pages={29-36},
keywords={accelerometers;computerised instrumentation;computerised navigation;force sensors;inference mechanisms;intelligent sensors;learning (artificial intelligence);magnetic sensors;magnetometers;optical sensors;sensor fusion;temperature sensors;user modelling;accelerometers;algorithm performance;context awareness;data cooking module;error rate;high-level features computation;indoor navigation algorithm;information integration;light sensors;machine learning;magnetometers;raw sensor signals;sensor input stream;temperature sensors;user location inference;user state inference;wearable sensors;Accelerometers;Context awareness;Error analysis;Machine learning;Magnetic sensors;Magnetometers;Navigation;Sensor phenomena and characterization;Temperature sensors;Wearable sensors},
doi={10.1109/ISWC.1999.806640},}
@INPROCEEDINGS{meng11,
@inproceedings{meng11,
author={Wei Meng and Wendong Xiao and Wei Ni and Lihua Xie},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
title={Secure and robust Wi-Fi fingerprinting indoor localization},
year={2011},
IGNOREmonth={Sept},
@@ -362,9 +362,9 @@ pages={1-7},
keywords={fingerprint identification;indoor radio;radio networks;telecommunication security;wireless LAN;K nearest neighbor algorithm;KNN;Wi-Fi wireless networks;access point attacks;distribution estimation;in-building communication infrastructures;indoor positioning;probabilistic fingerprinting localization method;random sample consensus;reference points;robust Wi-Fi fingerprinting indoor localization;secure Wi-Fi fingerprinting indoor localization;weighted-mean method;Accuracy;Distortion measurement;Histograms;IEEE 802.11 Standards;Probabilistic logic;Robustness;Sensors;RANSAC;Wi-Fi;fingerprinting;indoor localization;sensor network;signal strength;wireless network},
doi={10.1109/IPIN.2011.6071908},}
@INPROCEEDINGS{boonsriwai13,
@inproceedings{boonsriwai13,
author={Boonsriwai, S. and Apavatjrut, A.},
booktitle={Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON), 2013 10th International Conference on},
booktitle={Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON), 2013 10th Int. Conf. on},
title={Indoor WIFI localization on mobile devices},
year={2013},
IGNOREmonth={May},
@@ -372,9 +372,9 @@ pages={1-5},
keywords={Global Positioning System;buildings (structures);communication complexity;indoor radio;smart phones;wireless LAN;GPS;WIFI localization techniques;WIFI-enable devices;access points;building structures;computational complexity;fingerprinting localization techniques;indoor WIFI localization;localization algorithms;mobile devices;mobile users;multitrilateration;positioning calculation;reference position;signal degradation;smartphone;system resource consumption;wireless device;wireless signal;Accuracy;Buildings;Databases;Distance measurement;IEEE 802.11 Standards;Mobile communication;Mobile handsets},
doi={10.1109/ECTICon.2013.6559592},}
@INPROCEEDINGS{Mirowsk13,
@inproceedings{Mirowsk13,
author={Mirowski, Piotr and Ho, Tin Kam and Saehoon Yi and MacDonald, Michael},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
title={SignalSLAM: Simultaneous localization and mapping with mixed WiFi, Bluetooth, LTE and magnetic signals},
year={2013},
IGNOREmonth={Oct},
@@ -382,9 +382,9 @@ pages={1-10},
keywords={LTE;SLAM;WiFi;crowd-sourcing;kernel methods;localization},
doi={10.1109/IPIN.2013.6817853},}
@INPROCEEDINGS{Biswas10,
@inproceedings{Biswas10,
author={Biswas, J. and Veloso, M.},
booktitle={Robotics and Automation (ICRA), 2010 IEEE International Conference on},
booktitle={Robotics and Automation (ICRA), 2010 IEEE Int. Conf. on},
title={WiFi localization and navigation for autonomous indoor mobile robots},
year={2010},
IGNOREmonth={May},
@@ -508,9 +508,9 @@ keywords={collision avoidance;mobile robots;navigation;robot vision;self-adjusti
doi={10.1109/70.736780},
ISSN={1042-296X},}
@INPROCEEDINGS{ganapathi10,
@inproceedings{ganapathi10,
author={Ganapathi, V. and Plagemann, C. and Koller, D. and Thrun, S.},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2010 IEEE Conference on},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2010 IEEE Conf. on},
title={Real time motion capture using a single time-of-flight camera},
year={2010},
IGNOREmonth={June},
@@ -519,10 +519,10 @@ keywords={filtering theory;motion estimation;pose estimation;filtering algorithm
doi={10.1109/CVPR.2010.5540141},
ISSN={1063-6919},}
@INPROCEEDINGS{Koeping14,
@inproceedings{Koeping14,
author = {L. K{\"o}ping and M. Grzegorzek and F. Deinzer},
title = {{Probabilistic Step and Turn Detection in Indoor Localisation}},
booktitle = {Data Fusion and Target Tracking Conference},
booktitle = {Data Fusion and Target Tracking Conf.},
year = {2014},
IGNOREmonth = {April},
}
@@ -563,7 +563,7 @@ ISSN={0162-8828},}
@article{Gordon93:NAT,
author = {N. J. Gordon and D. J. Salmond and A. F. M. Smith},
title = {{Novel approach to nonlinear/non-Gaussian Bayesian state estimation}},
journal = {IEE Proceedings F Radar and Signal Processing},
journal = {IEE Proc. F Radar and Signal Processing},
year = {1993},
IGNOREmonth = {apr},
volume = {140},
@@ -574,7 +574,7 @@ ISSN={0162-8828},}
@article {Isard98:CCD,
author = {Michael Isard and Andrew Blake},
title = {{CONDENSATION - Conditional Density Propagation for Visual Tracking}},
journal = {International Journal of Computer Vision},
journal = {Int. Journal of Computer Vision},
year = {1998},
IGNOREmonth = {aug},
volume = {29},
@@ -605,7 +605,7 @@ ISSN={0162-8828},}
@inproceedings{IAmTheAntenna,
author = {Zhang, Zengbin and Zhou, Xia and Zhang, Weile and Zhang, Yuanyang and Wang, Gang and Zhao, Ben Y. and Zheng, Haitao},
title = {I Am the Antenna: Accurate Outdoor AP Location using Smartphones},
booktitle = {Proceedings of the 17th Annual International Conference on Mobile Computing and Networking},
booktitle = {Proc. of the 17th Annu. Int. Conf. on Mobile Computing and Networking},
IGNOREseries = {MobiCom '11},
year = {2011},
isbn = {978-1-4503-0492-4},
@@ -634,7 +634,7 @@ ISSN={0162-8828},}
@article{ANoteOnASimpleTransmissionFormula,
author={Friis, Harald T.},
journal={Proceedings of the IRE},
journal={Proc. of the IRE},
title={A Note on a Simple Transmission Formula},
year={1946},
volume={34},
@@ -699,7 +699,7 @@ ISSN={0162-8828},}
@inproceedings{RssiUnreliable,
author={Parameswaran, Ambili T. and Husain, Mohammad I. and Upadhyaya, Shambhu},
title={Is RSSI a Reliable Parameter in Sensor Localization Algorithms: An Experimental Study},
booktitle={Proceedings of the Field Failure Data Analysis Workshop (F2DA)},
booktitle={Proc. of the Field Failure Data Analysis Workshop (F2DA)},
address={New York, NY, USA},
year={2009},
}
@@ -709,7 +709,7 @@ ISSN={0162-8828},}
@inproceedings{RssiAlgoComparison,
author = {Zanca, Giovanni and Zorzi, Francesco and Zanella, Andrea and Zorzi, Michele},
title = {Experimental comparison of RSSI-based localization algorithms for indoor wireless sensor networks},
booktitle = {Proceedings of the workshop on Real-world wireless sensor networks},
booktitle = {Proc. of the workshop on Real-world wireless sensor networks},
IGNOREseries = {REALWSN '08},
year = {2008},
isbn = {9781605581231},
@@ -738,7 +738,7 @@ ISSN={0162-8828},}
@article{RssiHumanInteraction,
author = {Graham, Ben and Tachtatzis, Christos and Di Franco, Fabio and Bykowski, Marek and Tracey, David C. and Timmons, Nick F. and Morrison, Jim},
title = {Analysis of the Effect of Human Presence on a Wireless Sensor Network},
journal = {International Journal of Ambient Computing and Intelligence (IJACI)},
journal = {Int. Journal of Ambient Computing and Intelligence (IJACI)},
issue_date = {January 2011},
volume = {3},
number = {1},
@@ -758,7 +758,7 @@ ISSN={0162-8828},}
@inproceedings{PassiveLocalization,
author = {Youssef, Moustafa and Mah, Matthew and Agrawala, Ashok},
title = {Challenges: Device-free Passive Localization for Wireless Environments},
booktitle = {Proceedings of the 13th Annual International Conference on Mobile Computing and Networking},
booktitle = {Proc. of the 13th Annu. Int. Conf. on Mobile Computing and Networking},
IGNOREseries = {MobiCom '07},
year = {2007},
isbn = {9781595936813},
@@ -786,7 +786,7 @@ ISSN={0162-8828},}
@inproceedings{RssiReadingDifference,
author={Lui, Gough and Gallagher, Thomas and Li, Binghao and Dempster, Andrew G. and Rizos, Chris},
booktitle={International Conference on Localization and GNSS},
booktitle={Int. Conf. on Localization and GNSS},
title={Differences in RSSI Readings Made by Different Wi-Fi Chipsets: A Limitation of WLAN Localization},
year={2011},
pages={53-57},
@@ -798,7 +798,7 @@ ISSN={0162-8828},}
@inproceedings{RadiationProperties,
author = {Tuovinen, Tommi and Berg, Markus and Yazdandoost, Kamya Y. and Salonen, Erkki and Linatti, Jari},
title = {Radiation Properties of the Planar UWB Dipole Antenna in the Proximity of Dispersive Body Models},
booktitle = {Proceedings of the 7th International Conference on Body Area Networks},
booktitle = {Proc. of the 7th Int. Conf. on Body Area Networks},
IGNOREseries = {BodyNets '12},
year = {2012},
isbn = {9781936968602},
@@ -876,7 +876,7 @@ ISSN={0162-8828},}
@inproceedings{PhyLayerFingerprints,
author = {Sen, Souvik and Radunovic, Bo\v{z}idar and Choudhury, Romit Roy and Minka, Tom},
title = {You are facing the Mona Lisa: spot localization using PHY layer information},
booktitle = {Proceedings of the 10th International Conference on Mobile Systems, Applications, and Services},
booktitle = {Proc. of the 10th Int. Conf. on Mobile Systems, Applications, and Services},
IGNOREseries = {MobiSys '12},
year = {2012},
isbn = {9781450313018},
@@ -895,7 +895,7 @@ ISSN={0162-8828},}
@inproceedings{robotFingerprinting,
title = {Autonomous RF Surveying Robot for Indoor Localization and Tracking},
author = {Palaniappan, Ravishankar and Mirowski, Piotr and Ho, Tin Kam and Steck, Harald and Whiting, Philip and MacDonald, Michael},
booktitle = {Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
booktitle = {Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
numpages = {4},
year = {2011},
IGNOREmonth = {9},
@@ -905,7 +905,7 @@ ISSN={0162-8828},}
% one of THE two sources for wifi location
@inproceedings{radar,
author={Bahl, Paramvir and Padmanabhan, Venkata N.},
booktitle={Proceedings of the 19th Annual Joint Conference of the IEEE Computer and Communications Societies},
booktitle={Proc. of the 19th Annu. Joint Conf. of the IEEE Computer and Communications Societies},
title={RADAR: An In-Building RF-based User Location and Tracking System},
year={2000},
volume={2},
@@ -918,7 +918,7 @@ ISSN={0162-8828},}
% 1000 scans per fingerprint, histogram, interpolation
@inproceedings{secureAndRobust,
author={Meng, Wei and Xiao, Wendong and Ni, Wei and Xie, Lihua},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
title={Secure and Robust Wi-Fi Fingerprinting Indoor Localization},
year={2011},
pages={1-7},
@@ -929,7 +929,7 @@ ISSN={0162-8828},}
% some attunuation factors, propagation models, etc.
@inproceedings{PropagationModelling,
author={El-Kafrawy, Kareem and Youssef, Moustafa and El-Keyi, Amr and Naguib, Ayman},
booktitle={Vehicular Technology Conference (VTC)},
booktitle={Vehicular Technology Conf. (VTC)},
title={Propagation Modeling for Accurate Indoor WLAN RSS-Based Localization},
year={2010},
pages={1-5},
@@ -989,7 +989,7 @@ ISSN={0162-8828},}
@inproceedings{crowdinside,
author = {Alzantot, Moustafa and Youssef, Moustafa},
title = {CrowdInside: Automatic Construction of Indoor Floorplans},
booktitle = {Proceedings of the 20th International Conference on Advances in Geographic Information Systems},
booktitle = {Proc. of the 20th Int. Conf. on Advances in Geographic Information Systems},
IGNOREseries = {SIGSPATIAL '12},
year = {2012},
isbn = {978-1-4503-1691-0},
@@ -1032,7 +1032,7 @@ ISSN={0162-8828},}
}
% basics on numerical optimization
% https://portal.dnb.de/opac.htm?method=showFullRecord&currentResultId=978-3-8274-2949-0%26any&currentPosition=0
% https://portal.dnb.de/opac.htm?method=showFullRec.&currentResultId=978-3-8274-2949-0%26any&currentPosition=0
@book{REMNichtlineareOptimierung,
title={Nichtlineare Optimierung: Theorie, Numerik und Experimente},
author={Reinhardt, Rüdiger and Hoffmann, Armin and Gerlach, Tobias},
@@ -1077,7 +1077,7 @@ ISSN={0162-8828},}
% lateration, linearization, numerical errors, LIST OF OTHER METRICS INSTEAD OF RSSI?
@inproceedings{LaterationLinear,
author={Li, Zang and Trappe, Wade and Zhang, Yanyong and Nath, Badri},
booktitle={Proceedings of the 4th International Symposium on Information Processing in Sensor Networks},
booktitle={Proc. of the 4th Int. Symp. on Information Processing in Sensor Networks},
title={Robust Statistical Methods for Securing Wireless Localization in Sensor Networks},
year={2005},
pages={91-98},
@@ -1102,7 +1102,7 @@ ISSN={0162-8828},}
@inproceedings{WithoutThePain,
author = {Chintalapudi, Krishna and Padmanabha Iyer, Anand and Padmanabhan, Venkata N.},
title = {Indoor Localization Without the Pain},
booktitle = {Proceedings of the 16th Annual International Conference on Mobile Computing and Networking},
booktitle = {Proc. of the 16th Annu. Int. Conf. on Mobile Computing and Networking},
IGNOREseries = {MobiCom '10},
year = {2010},
isbn = {978-1-4503-0181-7},
@@ -1130,7 +1130,7 @@ ISSN={0162-8828},}
@inproceedings{AccuracyOfRssi,
title={Accuracy of Location Identification with Antenna Polarization on RSSI},
author={Huang, Xu and Barralet, Mark and Sharma, Dharmendra},
booktitle={Proceedings of the International MultiConference of Engineers and Computer Scientists},
booktitle={Proc. of the Int. MultiConf. of Engineers and Computer Scientists},
year={2009},
volume={1},
publisher={Newswood Limited},
@@ -1143,7 +1143,7 @@ ISSN={0162-8828},}
@inproceedings{TimeDifferenceOfArrival1,
author={Khanzada, T. J. S. and Ali, A.R. and Omar, A.S.},
title={Time Difference of Arrival estimation using super resolution algorithms to minimize Distance Measurement Error for indoor positioning systems},
booktitle={IEEE International Multitopic Conference},
booktitle={IEEE Int. Multitopic Conf.},
year={2008},
pages={443-447},
}
@@ -1152,7 +1152,7 @@ ISSN={0162-8828},}
@inproceedings{TOAAOA,
author = {Deligiannis, Nikos and Louvros, Spiros and Kotsopoulos, Stavros},
title = {Optimizing Location Positioning Using Hybrid TOA-AOA Techniques in Mobile Cellular Networks},
booktitle = {Proceedings of the 3rd International Conference on Mobile Multimedia Communications},
booktitle = {Proc. of the 3rd Int. Conf. on Mobile Multimedia Communications},
IGNOREseries = {MobiMedia '07},
IGNOREmonth={8},
year = {2007},
@@ -1170,7 +1170,7 @@ ISSN={0162-8828},}
@inproceedings{PushTheLimit,
author = {Liu, Hongbo and Gan, Yu and Yang, Jie and Sidhom, Simon and Wang, Yan and Chen, Yingying and Ye, Fan},
title = {Push the Limit of WiFi based Localization for Smartphones},
booktitle = {Proceedings of the 18th Annual International Conference on Mobile Computing and Networking},
booktitle = {Proc. of the 18th Annu. Int. Conf. on Mobile Computing and Networking},
IGNOREseries = {Mobicom '12},
year = {2012},
isbn = {9781450311595},
@@ -1186,7 +1186,7 @@ ISSN={0162-8828},}
@inproceedings{EnhancedRssi,
author = {Lau, Erin-Ee-Lin and Chung, Wan-Young},
title = {Enhanced RSSI-Based Real-Time User Location Tracking System for Indoor and Outdoor Environments},
booktitle = {Proceedings of the 2007 International Conference on Convergence Information Technology},
booktitle = {Proc. of the 2007 Int. Conf. on Convergence Information Technology},
IGNOREseries = {ICCIT '07},
year = {2007},
isbn = {0-7695-3038-9},
@@ -1201,7 +1201,7 @@ ISSN={0162-8828},}
@article{ProbabilisticWlan,
author={Roos, Teemu and Myllym\"{a}ki, Petri and Tirri, Henry and Misikangas, Pauli and Siev\"{a}nen, Juha},
title={A Probabilistic Approach to WLAN User Location Estimation},
journal = {International Journal of Wireless Information Networks},
journal = {Int. Journal of Wireless Information Networks},
pages = {155--164},
volume={9},
number={3},
@@ -1215,7 +1215,7 @@ ISSN={0162-8828},}
@inproceedings{horus,
author = {Youssef, Moustafa and Agrawala, Ashok},
title = {The Horus WLAN Location Determination System},
booktitle = {Proceedings of the 3rd International Conference on Mobile Systems, Applications, and Services},
booktitle = {Proc. of the 3rd Int. Conf. on Mobile Systems, Applications, and Services},
IGNOREseries = {MobiSys '05},
year = {2005},
isbn = {1-931971-31-5},
@@ -1233,7 +1233,7 @@ ISSN={0162-8828},}
@inproceedings{WlanLocationDetermination,
author = {Youssef, Moustafa A. and Agrawala, Ashok and Shankar, A. Udaya},
title = {WLAN Location Determination via Clustering and Probability Distributions},
booktitle = {Proceedings of the First IEEE International Conference on Pervasive Computing and Communications},
booktitle = {Proc. of the First IEEE Int. Conf. on Pervasive Computing and Communications},
IGNOREseries = {PERCOM '03},
year = {2003},
isbn = {0-7695-1893-1},
@@ -1261,7 +1261,7 @@ ISSN={0162-8828},}
@inproceedings{PotentialRisks,
author = {Jung, Wook Rak and Bell, Scott and Petrenko, Anastasia and Sizo, Anton},
title = {Potential Risks of WiFi-based Indoor Positioning and Progress on Improving Localization Functionality},
booktitle = {Proceedings of the Fourth ACM SIGSPATIAL International Workshop on Indoor Spatial Awareness},
booktitle = {Proc. of the Fourth ACM SIGSPATIAL Int. Workshop on Indoor Spatial Awareness},
IGNOREseries = {ISA '12},
year = {2012},
isbn = {978-1-4503-1697-2},
@@ -1281,7 +1281,7 @@ ISSN={0162-8828},}
@article{ANewPathLossPrediction,
title={A new path loss prediction statistical model for indoor wireless communications},
author={Polydorou, D. S. and Capsalis, C. N.},
journal={International Journal of Infrared and Millimeter Waves},
journal={Int. Journal of Infrared and Millimeter Waves},
publisher={Plenum Publishing Corporation},
address={New York, NY, USA},
volume={15},
@@ -1330,7 +1330,7 @@ ISSN={0162-8828},}
@inproceedings{AccuracyCharacterization,
author = {Cheng, Yu-Chung and Chawathe, Yatin and LaMarca, Anthony and Krumm, John},
title = {Accuracy Characterization for Metropolitan-scale Wi-Fi Localization},
booktitle = {Proceedings of the 3rd International Conference on Mobile Systems, Applications, and Services},
booktitle = {Proc. of the 3rd Int. Conf. on Mobile Systems, Applications, and Services},
IGNOREseries = {MobiSys '05},
year = {2005},
isbn = {1-931971-31-5},
@@ -1389,7 +1389,7 @@ ISSN={0162-8828},}
@inproceedings{LocatingInFingerprintSpace,
author = {Yang, Zheng and Wu, Chenshu and Liu, Yunhao},
title = {Locating in Fingerprint Space: Wireless Indoor Localization with Little Human Intervention},
booktitle = {Proceedings of the 18th Annual International Conference on Mobile Computing and Networking},
booktitle = {Proc. of the 18th Annu. Int. Conf. on Mobile Computing and Networking},
IGNOREseries = {Mobicom '12},
year = {2012},
isbn = {978-1-4503-1159-5},
@@ -1432,7 +1432,7 @@ ISSN={0162-8828},}
@inproceedings{LogLinearModels,
author = {Smith, David A. and Eisner, Jason},
title = {Minimum Risk Annealing for Training Log-linear Models},
booktitle = {Proceedings of the COLING/ACL on Main Conference Poster Sessions},
booktitle = {Proc. of the COLING/ACL on Main Conf. Poster Sessions},
series = {COLING-ACL '06},
year = {2006},
location = {Sydney, Australia},
@@ -1481,7 +1481,7 @@ ISSN={0162-8828},}
@inproceedings{Koeping14-PSA,
author = {Lukas K\"{o}ping and Marcin Grzegorzek and Frank Deinzer},
title = {{Probabilistic Step and Turn Detection in Indoor Localization}},
booktitle = {Conference on Data Fusion and Target Tracking 2014: Algorithms and Applications (DFTT 2014)},
booktitle = {Conf. on Data Fusion and Target Tracking 2014: Algorithms and Applications (DFTT 2014)},
year = {2014},
IGNOREmonth = {April},
address = {Liverpool, UK},
@@ -1491,7 +1491,7 @@ ISSN={0162-8828},}
@article{Deinzer09:AFF,
author = {Frank Deinzer and Christian Derichs and Heinrich Niemann and Joachim Denzler},
title = {{A Framework for Actively Selecting Viewpoints in Object Recognition}},
journal = {International Journal of Pattern Recognition and Artificial Intelligence},
journal = {Int. Journal of Pattern Recognition and Artificial Intelligence},
year = {2009},
IGNOREmonth = {June},
volume = {23},
@@ -1511,16 +1511,16 @@ ISSN={0162-8828},}
@article{Link11:FAM,
author = {Jo Agila Bitsch Link and Paul Smith and Klaus Wehrle},
title = {FootPath: Accurate map-based indoor navigation using smartphones},
journal = {Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
journal = {Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
year = {2011},
IGNOREmonth = {September},
pages = {1-8},
}
@INPROCEEDINGS{gradientDescent,
@inproceedings{gradientDescent,
author={Mofarreh-Bonab, Mostafa and Ghorashi, Seyed Ali},
booktitle={3th International eConference on Computer and Knowledge Engineering (ICCKE)},
booktitle={3th Int. eConf. on Computer and Knowledge Engineering (ICCKE)},
title={A low complexity and high speed gradient descent based secure localization in Wireless Sensor Networks},
year={2013},
IGNOREmonth={Oct},
@@ -1541,7 +1541,7 @@ doi={10.1109/ICCKE.2013.6682841},}
@inproceedings{Mizell03-UGT,
author={Mizell, D.},
booktitle={Wearable Computers, 2003. Proceedings of the Seventh IEEE International Symposium on},
booktitle={Wearable Computers, 2003. Proc. of the Seventh IEEE Int. Symp. on},
title={{Using gravity to estimate accelerometer orientation}},
year={2003},
IGNOREmonth={October},
@@ -1550,7 +1550,7 @@ doi={10.1109/ICCKE.2013.6682841},}
@inproceedings{Kunze09-WWA,
author={Kunze, K. and Lukowicz, P. and Partridge, K. and Begole, B.},
booktitle={Wearable Computers, 2009. ISWC '09. International Symposium on},
booktitle={Wearable Computers, 2009. ISWC '09. Int. Symp. on},
title={{Which Way Am I Facing: Inferring Horizontal Device Orientation from an Accelerometer Signal}},
year={2009},
IGNOREmonth={September},
@@ -1559,7 +1559,7 @@ doi={10.1109/ICCKE.2013.6682841},}
@inproceedings{Steinhoff10-DRF,
author={Steinhoff, U. and Schiele, B.},
booktitle={Pervasive Computing and Communications (PerCom), 2010 IEEE International Conference on},
booktitle={Pervasive Computing and Communications (PerCom), 2010 IEEE Int. Conf. on},
title={{Dead reckoning from the Pocket - An Experimental Study}},
year={2010},
IGNOREmonth={March},
@@ -1568,7 +1568,7 @@ doi={10.1109/ICCKE.2013.6682841},}
@inproceedings{Binghao13-UBI,
author={Binghao Li and Harvey, B. and Gallagher, T.},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
title={Using Barometers to Determine the Height for Indoor Positioning},
year={2013},
IGNOREmonth={Oct},
@@ -1577,7 +1577,7 @@ doi={10.1109/ICCKE.2013.6682841},}
@inproceedings{Nurminen13-PSI,
author={Nurminen, H. and Ristimaki, A. and Ali-Loytty, S. and Piche, R.},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
title={Particle Filter and Smoother for Indoor Localization},
year={2013},
IGNOREmonth={October},
@@ -1586,7 +1586,7 @@ doi={10.1109/ICCKE.2013.6682841},}
@inproceedings{Willemsen15,
author={Willemsen, T. and Keller, F. and Sternberg, H.},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
title={A Topological Approach with MEMS in Smartphones based on Routing-Graph},
year={2015},
IGNOREmonth={October},
@@ -1596,16 +1596,16 @@ doi={10.1109/ICCKE.2013.6682841},}
@inproceedings{Muralidharan14-BPS,
author = {Muralidharan, Kartik and Khan, Azeem Javed and Misra, Archan and Balan, Rajesh Krishna and Agarwal, Sharad},
title = {Barometric Phone Sensors: More Hype Than Hope!},
booktitle = {Proceedings of the 15th Workshop on Mobile Computing Systems and Applications},
booktitle = {Proc. of the 15th Workshop on Mobile Computing Systems and Applications},
year = {2014},
isbn = {978-1-4503-2742-8},
location = {Santa Barbara, California},
pages = {12:1--12:6},
}
@INPROCEEDINGS{Graph1,
@inproceedings{Graph1,
author={Tian, J. and H{\"a}hner, J. and Becker, C. and Stepanov, I. and Rothermel, K.},
booktitle={Simulation Symposium, 2002. Proceedings of the 35th Annual},
booktitle={Simulation Symp., 2002. Proc. of the 35th Annu.},
title={Graph-based Mobility Model for Mobile ad-hoc Network Simulation},
year={2002},
IGNOREmonth={April},
@@ -1617,7 +1617,7 @@ ISSN={1082-241X},}
@inproceedings{Brajdic-WDS13,
author = {Brajdic, Agata and Harle, Robert},
title = {Walk Detection and Step Counting on Unconstrained Smartphones},
booktitle = {Proceedings of the 2013 ACM Conference on Ubiquitous Computing},
booktitle = {Proc. of the 2013 ACM Conf. on Ubiquitous Computing},
year = {2013},
IGNOREmonth = {September},
isbn = {978-1-4503-1770-2},
@@ -1628,7 +1628,7 @@ ISSN={1082-241X},}
@inproceedings{Li12-ARA,
author = {Li, Fan and Zhao, Chunshui and Ding, Guanzhong and Gong, Jian and Liu, Chenxing and Zhao, Feng},
title = {{A reliable and accurate indoor localization method using phone inertial sensors}},
booktitle = {Proceedings of the 2012 ACM Conference on Ubiquitous Computing},
booktitle = {Proc. of the 2012 ACM Conf. on Ubiquitous Computing},
year = {2012},
IGNOREmonth = {September},
pages = {421--430},
@@ -1637,7 +1637,7 @@ ISSN={1082-241X},}
@article{Woodman08-PLF,
author = {Oliver Woodman and Robert Harle},
title = {{Pedestrian Localisation for Indoor Environments}},
journal = {Proceedings of the 10th International Conference on Ubiquitous Computing},
journal = {Proc. of the 10th Int. Conf. on Ubiquitous Computing},
year = {2008},
IGNOREmonth = {September},
pages = {114-123},
@@ -1646,7 +1646,7 @@ ISSN={1082-241X},}
@inproceedings{Blanchert09-IFF,
author={Blanchart, P. and Liyun He and Le Gland, F.},
title={{Information Fusion for Indoor Localization}},
booktitle={Proceedings of the 12th International Conference on Information Fusion},
booktitle={Proc. of the 12th Int. Conf. on Information Fusion},
year={2009},
IGNOREmonth={July},
pages={2083--2090},
@@ -1655,7 +1655,7 @@ ISSN={1082-241X},}
@inproceedings{Hilsenbeck14-GBD,
author = {Hilsenbeck, Sebastian and Bobkov, Dmytro and Schroth, Georg and Huitl, Robert and Steinbach, Eckehard},
title = {{Graph-based Data Fusion of Pedometer and WiFi Measurements for Mobile Indoor Positioning}},
booktitle = {Proceedings of the 2014 ACM International Joint Conference on Pervasive and Ubiquitous Computing},
booktitle = {Proc. of the 2014 ACM Int. Joint Conf. on Pervasive and Ubiquitous Computing},
year = {2014},
pages = {147--158},
}
@@ -1677,7 +1677,7 @@ ISSN={1082-241X},}
title = {On Fusion of Multiple Views for Active Object Recognition},
year = {2001},
pages = {239-245},
booktitle = {Pattern Recognition -- Proceedings of the 23rd DAGM Symposium},
booktitle = {Pattern Recognition -- Proc. of the 23rd DAGM Symp.},
IGNOREmonth = {9},
editor = {B. Radig},
series = {LNCS},
@@ -1690,23 +1690,23 @@ ISSN={1082-241X},}
@inproceedings{Mohssen14-ITH,
author = {Mohssen, Nesma and Momtaz, Rana and Aly, Heba and Youssef, Moustafa},
title = {{It's the Human That Matters: Accurate User Orientation Estimation for Mobile Computing Applications}},
booktitle = {Proceedings of the 11th International Conference on Mobile and Ubiquitous Systems: Computing, Networking and Services},
booktitle = {Proc. of the 11th Int. Conf. on Mobile and Ubiquitous Systems: Computing, Networking and Services},
year = {2014},
pages = {70--79},
numpages = {10},
}
@INPROCEEDINGS{Fetzer14,
@inproceedings{Fetzer14,
author={Fetzer, Toni and Deinzer, Frank and K{\"o}ping, Lukas and Grzegorzek, Marcin},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
title={Statistical Indoor Localization Using Fusion of Depth-Images and Step Detection},
year={2014},
IGNOREmonth={October},
pages={1-9}}
@INPROCEEDINGS{Ebner14,
@inproceedings{Ebner14,
author={Ebner, Frank and Deinzer, Frank and K{\"o}ping, Lukas and Grzegorzek, Marcin},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
title={{R}obust {S}elf-{L}ocalization using {W}i-{F}i, {S}tep/{T}urn-{D}etection and {R}ecursive {D}ensity {E}stimation},
year={2014},
IGNOREmonth={October},
@@ -1719,9 +1719,9 @@ pages={1-9}}
school={Habilitationsschrift ETH Z{\"u}rich, 2012}
}
@INPROCEEDINGS{Parviainen-08,
@inproceedings{Parviainen-08,
author={Parviainen, J. and Kantola, J. and Collin, J.},
booktitle={Position, Location and Navigation Symposium, 2008 IEEE/ION},
booktitle={Position, Location and Navigation Symp., 2008 IEEE/ION},
title={Differential barometry in personal navigation},
year={2008},
IGNOREmonth={May},
@@ -1732,14 +1732,14 @@ doi={10.1109/PLANS.2008.4570051},}
@inproceedings{wang2006fusion,
title={Fusion of barometric sensors, WLAN signals and building information for 3-D indoor/campus localization},
author={Wang, Hui and Lenz, Henning and Szabo, Andrei and Hanebeck, Uwe D and Bamberger, Joachim},
booktitle={Proceedings of International Conference on Multisensor Fusion and Integration for Intelligent Systems (MFI 2006), S},
booktitle={Proc. of Int. Conf. on Multisensor Fusion and Integration for Intelligent Systems (MFI 2006), S},
pages={426--432},
year={2006},
}
@inproceedings{Ebner-15,
author={Ebner, Frank and Fetzer, Toni and K{\"o}ping, Lukas and Grzegorzek, Marcin and Deinzer, Frank},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
booktitle={Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
title={{Multi Sensor 3D Indoor Localisation}},
year={2015},
IGNOREmonth={October},
@@ -1804,7 +1804,7 @@ pages={95-97},
@inproceedings{Macvean12-IAS,
author = {Macvean, Andrew and Robertson, Judy},
title = {{iFitQuest: A School Based Study of a Mobile Location-aware Exergame for Adolescents}},
booktitle = {Proceedings of the 14th International Conference on Human-computer Interaction with Mobile Devices and Services},
booktitle = {Proc. of the 14th Int. Conf. on Human-computer Interaction with Mobile Devices and Services},
series = {MobileHCI '12},
year = {2012},
pages = {359--368},
@@ -1813,7 +1813,7 @@ pages={95-97},
@inproceedings{Kaminskas13-LAM,
author = {Kaminskas, Marius and Ricci, Francesco and Schedl, Markus},
title = {{Location-aware Music Recommendation Using Auto-tagging and Hybrid Matching}},
booktitle = {Proceedings of the 7th ACM Conference on Recommender Systems},
booktitle = {Proc. of the 7th ACM Conf. on Recommender Systems},
series = {RecSys '13},
year = {2013},
pages = {17--24},
@@ -1833,7 +1833,7 @@ pages={414-454},
@inproceedings{Nurminen2014,
abstract = {This article presents a training-free probabilistic pedestrian motion model that uses indoor map information represented as a set of links that are connected by nodes. This kind of structure can be modelled as a graph. In the proposed model, as a position estimate reaches a link end, the choice probabilities of the next link are proportional to the total link lengths (TLL), the total lengths of the subgraphs accessible by choosing the considered link alternative. The TLLs can be computed off-line using only the graph, and they can be updated if training data are available. A particle filter in which all the particles move on the links following the TLL-based motion model is formulated. The TLL-based motion model has advantageous theoretical properties compared to the conventional models. Furthermore, the real-data WLAN positioning tests show that the positioning accuracy of the algorithm is similar or in many cases better than that of the conventional algorithms. The TLL-based model is found to be advantageous especially if position measurements are used infrequently, with 10-second or more time intervals.},
author = {Nurminen, Henri and Koivisto, Mike and Ali-Loytty, Simo and Piche, Robert},
booktitle = {2014 International Conference on Indoor Positioning and Indoor Navigation (IPIN)},
booktitle = {Int. Conf. on Indoor Positioning and Indoor Navigation (IPIN)},
doi = {10.1109/IPIN.2014.7275539},
file = {:home/toni/Documents/literatur/fusion16/Motion model for positioning with graph-based indoor map.pdf:pdf},
isbn = {978-1-4673-8054-6},
@@ -1901,7 +1901,7 @@ year = {2014}
@article{ghahramani2001introduction,
title={An Introduction to Hidden Markov Models and Bayesian Networks},
author={Ghahramani, Zoubin},
journal={International Journal of Pattern Recognition and Artificial Intelligence},
journal={Int. Journal of Pattern Recognition and Artificial Intelligence},
volume={15},
number={01},
pages={9--42},
@@ -1912,7 +1912,7 @@ year = {2014}
@article{rabiner1989tutorial,
title={A Tutorial on Hidden Markov Models and Selected Applications in Speech Recognition},
author={Rabiner, Lawrence R},
journal={Proceedings of the IEEE},
journal={Proc. of the IEEE},
volume={77},
number={2},
pages={257--286},
@@ -1923,7 +1923,7 @@ year = {2014}
@inproceedings{wang2013collapsed,
title={Collapsed variational Bayesian Inference for Hidden Markov Models},
author={Wang, Pengyu and Blunsom, Phil},
booktitle={Proceedings of the Sixteenth International Conference on Artificial Intelligence and Statistics},
booktitle={Proc. of the Sixteenth Int. Conf. on Artificial Intelligence and Statistics},
pages={599--607},
year={2013}
}
@@ -1931,7 +1931,7 @@ year = {2014}
@article{baum1966statistical,
title={Statistical Inference for Probabilistic Functions of Finite State Markov Chains},
author={Baum, Leonard E and Petrie, Ted},
journal={The Annals of Mathematical Statistics},
journal={The Ann. of Mathematical Statistics},
pages={1554--1563},
year={1966},
publisher={JSTOR}
@@ -2012,7 +2012,7 @@ year = {2014}
doi = {10.1098/rspa.1946.0056},
publisher = {The Royal Society},
issn = {0080-4630},
journal = {Proceedings of the Royal Society of London A: Mathematical, Physical and Engineering Sciences}
journal = {Proc. of the Royal Society of London A: Mathematical, Physical and Engineering Sciences}
}
@inproceedings{julier1997new,
@@ -2021,13 +2021,13 @@ year = {2014}
booktitle={AeroSense'97},
pages={182--193},
year={1997},
organization={International Society for Optics and Photonics}
organization={Int. Society for Optics and Photonics}
}
@article{rosenblatt1956central,
title={A Central Limit Theorem and a Strong Mixing Condition},
author={Rosenblatt, Murray},
journal={Proceedings of the National Academy of Sciences of the United States of America},
journal={Proc. of the National Academy of Sciences of the United States of America},
volume={42},
number={1},
pages={43},
@@ -2128,7 +2128,7 @@ language={English}
@inproceedings{douc2005comparison,
title={Comparison of Resampling Schemes for Particle Filtering},
author={Douc, Randal and Capp{\'e}, Olivier},
booktitle={Image and Signal Processing and Analysis, 2005. ISPA 2005. Proceedings of the 4th International Symposium on},
booktitle={Image and Signal Processing and Analysis, 2005. ISPA 2005. Proc. of the 4th Int. Symp. on},
pages={64--69},
year={2005},
organization={IEEE}
@@ -2154,7 +2154,7 @@ language={English}
@ARTICLE{Gordon93,
author={Gordon, N.J. and Salmond, D.J. and Smith, A.F.M.},
journal={Radar and Signal Processing, IEE Proceedings F},
journal={Radar and Signal Processing, IEE Proc. F},
title={Novel Approach to Nonlinear/Non-Gaussian Bayesian State Estimation},
year={1993},
volume={140},
@@ -2194,7 +2194,7 @@ IGNOREmonth={Apr},
@article{kunsch2005recursive,
title={Recursive Monte Carlo Filters: Algorithms and Theoretical Analysis},
author={K{\"u}nsch, Hans R},
journal={Annals of Statistics},
journal={Ann. of Statistics},
pages={1983--2021},
year={2005},
publisher={JSTOR}
@@ -2210,7 +2210,7 @@ IGNOREmonth={Apr},
@article{cappe2007overview,
title={An Overview of Existing Methods and Recent Advances in Sequential Monte Carlo},
author={Capp{\'e}, Olivier and Godsill, Simon J and Moulines, Eric},
journal={Proceedings of the IEEE},
journal={Proc. of the IEEE},
volume={95},
number={5},
pages={899--924},
@@ -2240,7 +2240,7 @@ IGNOREmonth={Apr},
@inproceedings{wan2000unscented,
title={The unscented Kalman filter for nonlinear estimation},
author={Wan, Eric and Van Der Merwe, Ronell and others},
booktitle={Adaptive Systems for Signal Processing, Communications, and Control Symposium 2000. AS-SPCC. The IEEE 2000},
booktitle={Adaptive Systems for Signal Processing, Communications, and Control Symp. 2000. AS-SPCC. The IEEE 2000},
pages={153--158},
year={2000},
organization={IEEE}
@@ -2249,7 +2249,7 @@ IGNOREmonth={Apr},
@inproceedings{Muller:2003:PFS,
author = {M\"{u}ller, Matthias and Charypar, David and Gross, Markus},
title = {Particle-based Fluid Simulation for Interactive Applications},
booktitle = {Proceedings of the 2003 ACM SIGGRAPH/Eurographics Symposium on Computer Animation},
booktitle = {Proc. of the 2003 ACM SIGGRAPH/Eurographics Symp. on Computer Animation},
series = {SCA '03},
year = {2003},
isbn = {1-58113-659-5},
@@ -2274,7 +2274,7 @@ IGNOREmonth={Apr},
@inproceedings{klaas2006fast,
title={Fast Particle Smoothing: If I had a Million Particles},
author={Klaas, Mike and Briers, Mark and De Freitas, Nando and Doucet, Arnaud and Maskell, Simon and Lang, Dustin},
booktitle={Proceedings of the 23rd international conference on Machine learning},
booktitle={Proc. of the 23rd Int. Conf. on Machine learning},
pages={481--488},
year={2006},
organization={ACM}
@@ -2294,7 +2294,7 @@ IGNOREmonth={Apr},
@inproceedings{achtelik2009visual,
title={Visual Tracking and Control of a Quadcopter using a Stereo Camera System and Inertial Sensors},
author={Achtelik, Markus and Zhang, Tianguang and K{\"u}hnlenz, Kolja and Buss, Martin},
booktitle={Mechatronics and Automation, 2009. ICMA 2009. International Conference on},
booktitle={Mechatronics and Automation, 2009. ICMA 2009. Int. Conf. on},
pages={2863--2869},
year={2009},
organization={IEEE}
@@ -2324,7 +2324,7 @@ IGNOREmonth={Apr},
@inproceedings{doucet2000rao,
title={Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks},
author={Doucet, Arnaud and De Freitas, Nando and Murphy, Kevin and Russell, Stuart},
booktitle={Proceedings of the Sixteenth Conference on Uncertainty in Artificial Intelligence},
booktitle={Proc. of the Sixteenth Conf. on Uncertainty in Artificial Intelligence},
pages={176--183},
year={2000},
organization={Morgan Kaufmann Publishers Inc.}
@@ -2333,7 +2333,7 @@ IGNOREmonth={Apr},
@article{briers2010smoothing,
title={Smoothing Algorithms for State-Space Models},
author={Briers, Mark and Doucet, Arnaud and Maskell, Simon},
journal={Annals of the Institute of Statistical Mathematics},
journal={Ann. of the Institute of Statistical Mathematics},
volume={62},
number={1},
pages={61--89},
@@ -2385,7 +2385,7 @@ IGNOREmonth={Apr},
@inproceedings{Robertson:2009:SLM,
author = {Robertson, Patrick and Angermann, Michael and Krach, Bernhard},
title = {Simultaneous Localization and Mapping for Pedestrians Using Only Foot-mounted Inertial Sensors},
booktitle = {Proceedings of the 11th International Conference on Ubiquitous Computing},
booktitle = {Proc. of the 11th Int. Conf. on Ubiquitous Computing},
series = {UbiComp '09},
year = {2009},
isbn = {978-1-60558-431-7},
@@ -2397,9 +2397,9 @@ IGNOREmonth={Apr},
keywords = {ins-based positioning, odometry, indoor positioning, pedestrian navigation, simultaneous localization and mapping},
}
@INPROCEEDINGS{jensen-09,
@inproceedings{jensen-09,
author={Jensen, Christian S. and Hua Lu and Bin Yang},
booktitle={Mobile Data Management: Systems, Services and Middleware, 2009. MDM '09. Tenth International Conference on},
booktitle={Mobile Data Management: Systems, Services and Middleware, 2009. MDM '09. Tenth Int. Conf. on},
title={Graph Model Based Indoor Tracking},
year={2009},
pages={122-131},
@@ -2431,10 +2431,10 @@ pages={129-174},
language={English}
}
@InProceedings{werner2014homotopy,
@inproceedings{werner2014homotopy,
Title = {Homotopy and Alternative Routes in Indoor Navigation Scenarios},
Author = {Martin Werner and Sebastian Feld},
Booktitle = {Indoor Positioning and Indoor Navigation (IPIN), International Conference on},
Booktitle = {Indoor Positioning and Indoor Navigation (IPIN), Int. Conf. on},
Year = {2014},
Pages = {1-9},
}
@@ -2442,7 +2442,7 @@ Pages = {1-9},
@inproceedings{Li2015,
abstract = {This paper presents an indoor navigation algorithm that uses multiple kinds of sensors and technologies, such as MEMS sensors (i.e., gyros, accelerometers, magnetometers, and a barometer), WiFi, and magnetic matching. The corresponding real-time software on smartphones includes modules such dead-reckoning, WiFi positioning, and magnetic matching. DR is used for providing continuous position solutions and for the blunder detection of both WiFi fingerprinting and magnetic matching. Finally, WiFi and magnetic matching results are passed into the position-tracking module as updates. Meanwhile, a barometer is used to detect floor changes, so as to switch floors and the WiFi and magnetic databases. This algorithm was tested during the 5th EvAAL indoor navigation competition. Position errors on three quarters (75 {\%}) of test points (totally 62 test points were selected to evaluate the algorithm) were under 6.6 m.},
author = {Li, You and Zhang, Peng and Niu, Xiaoji and Zhuang, Yuan and Lan, Haiyu and El-Sheimy, Naser},
booktitle = {2015 International Conference on Indoor Positioning and Indoor Navigation (IPIN)},
booktitle = {Int. Conf. on Indoor Positioning and Indoor Navigation (IPIN)},
doi = {10.1109/IPIN.2015.7346966},
file = {:home/toni/Documents/literatur/fusion16/Real-time indoor navigation using smartphone sensors.pdf:pdf},
isbn = {978-1-4673-8402-5},
@@ -2508,7 +2508,7 @@ year = {2013}
@inproceedings{Liao2003,
abstract = { Tracking the activity of people in indoor environments has gained considerable attention in the robotics community over the last years. Most of the existing approaches are based on sensors, which allow to accurately determining the locations of people but do not provide means to distinguish between different persons. In this paper we propose a novel approach to tracking moving objects and their identity using noisy, sparse information collected by id-sensors such as infrared and ultrasound badge systems. The key idea of our approach is to use particle filters to estimate the locations of people on the Voronoi graph of the environment. By restricting particles to a graph, we make use of the inherent structure of indoor environments. The approach has two key advantages. First, it is by far more efficient and robust than unconstrained particle filters. Second, the Voronoi graph provides a natural discretization of human motion, which allows us to apply unsupervised learning techniques to derive typical motion patterns of the people in the environment. Experiments using a robot to collect ground-truth data indicate the superior performance of Voronoi tracking. Furthermore, we demonstrate that EM-based learning of behavior patterns increases the tracking performance and provides valuable information for high-level behavior recognition.},
author = {Liao, Lin and Fox, D. and Hightower, J. and Kautz, H. and Schulz, D.},
booktitle = {Proceedings 2003 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2003) (Cat. No.03CH37453)},
booktitle = {Proc. 2003 IEEE/RSJ Int. Conf. on Intelligent Robots and Systems (IROS 2003)},
doi = {10.1109/IROS.2003.1250715},
file = {:home/toni/Documents/literatur/fusion16/Voronoi .pdf:pdf},
isbn = {0-7803-7860-1},
@@ -2543,7 +2543,7 @@ year = {2012}
abstract = {We propose a graph-based, low-complexity sensor fusion approach for ubiquitous pedestrian indoor positioning using mobile devices. We employ our fusion technique to combine relative motion information based on step detection with WiFi signal strength measurements. The method is based on the well-known particle filter methodology. In contrast to previous work, we provide a probabilistic model for location estimation that is formulated directly on a fully discretized, graph-based representation of the indoor environment. We generate this graph by adaptive quantization of the indoor space, removing irrelevant degrees of freedom from the estimation problem. We evaluate the proposed method in two realistic indoor environments using real data collected from smartphones. In total, our dataset spans about 20 kilometers in distance walked and includes 13 users and four different mobile device types. Our results demonstrate that the filter requires an order of magnitude less particles than state-of-the-art approaches while maintaining an accuracy of a few meters. The proposed low-complexity solution not only enables indoor positioning on less powerful mobile devices, but also saves much-needed resources for location-based end-user applications which run on top of a localization service.},
address = {New York, NY, USA},
author = {Hilsenbeck, Sebastian and Bobkov, Dmytro and Schroth, Georg and Huitl, Robert and Steinbach, Eckehard},
booktitle = {Proceedings of the 2014 ACM International Joint Conference on Pervasive and Ubiquitous Computing - UbiComp '14 Adjunct},
booktitle = {Proc. of the 2014 ACM Int. Joint Conf. on Pervasive and Ubiquitous Computing - UbiComp '14 Adjunct},
doi = {10.1145/2632048.2636079},
file = {:home/toni/Documents/literatur/fusion16/Graph-based Data Fusion of Pedometer and WiFi Measurements for Mobile Indoor Positioning.pdf:pdf},
isbn = {9781450329682},
@@ -2649,7 +2649,7 @@ year = {2000}
@inproceedings{tan2014agent,
title={Agent-based simulation of building evacuation using a grid graph-based model},
author={Tan, Lu and Lin, Hui and Hu, Mingyuan and Che, Weitao},
booktitle={IOP Conference Series: Earth and Environmental Science},
booktitle={IOP Conf. Series: Earth and Environmental Science},
volume={18},
number={1},
year={2014},
@@ -2659,7 +2659,7 @@ year = {2000}
@inproceedings{Sun2011,
abstract = {At present, application of GIS is in a process of transition from macro space to micro space, such as indoor space, a kind of micro environment that has a smaller scale than outdoor space. There have been some applications for indoor space, covering issues like path finding, emergency planning, object tracking, etc. Behind these applications, indoor spatial models are needed to illustrate how built environments are spatially represented. Although some modeling approaches have been proposed, most of them focus only on either structural or topological properties. In view of this problem, recently a grid graph-based modeling approach considering a built environment as a continuous framework is presented, which is able to combine both geometrical and structural properties. In this paper, we employ this approach to implement route analysis based on a hotel floor plan. The result might be applied to the planning for evacuation routes.},
author = {Sun, Jing and Li, Xiang},
booktitle = {Proceedings - 2011 19th International Conference on Geoinformatics, Geoinformatics 2011},
booktitle = {Proc. - 2011 19th Int. Conf. on Geoinformatics, Geoinformatics 2011},
doi = {10.1109/GeoInformatics.2011.5980680},
isbn = {9781612848488},
issn = {9781612848495},
@@ -2667,7 +2667,7 @@ keywords = {evacuation planning,grid graph-based model,indoor space},
IGNOREmonth = {jun},
pages = {1--4},
publisher = {IEEE},
shorttitle = {Geoinformatics, 2011 19th International Conference},
shorttitle = {Geoinformatics, 2011 19th Int. Conf.},
title = {{Indoor Evacuation Routes Planning with a Grid Graph-based Model}},
year = {2011}
}
@@ -2675,7 +2675,7 @@ year = {2011}
@inproceedings{Brogan2003,
abstract = {Pedestrian navigation is a complex function of human dynamics, a desired destination, and the presence of obstacles. People cannot stop and start instantaneously and their turning abilities are influenced by kinematic and dynamical constraints. A realistic model of human walking paths is an important development for entertainment applications and many classes of simulations. We present a novel behavioral model of path planning that extends previous models through its significant use of pedestrian performance statistics that were obtained during a suite of experiments. We develop an original interpretation of quantitative metrics for measuring a models accuracy, and use it to compare our path planning approach to a popular contemporary method. Results indicate that this new path planning model better fits natural human behavior than previous models.},
author = {Brogan, D. C. and Johnson, N. L.},
booktitle = {Proceedings - IEEE Workshop on Program Comprehension},
booktitle = {Proc. - IEEE Workshop on Program Comprehension},
doi = {10.1109/CASA.2003.1199309},
file = {:home/toni/Documents/literatur/Realistic human walking paths.pdf:pdf},
isbn = {0769519342},