<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>RADIO MAP ESTIMATION WITH NEURAL NETWORKS AND ACTIVE LEARNING FOR INDOOR LOCALIZATION</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Eindhoven University of Technology</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>AZ Eindhoven</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>The Netherlands s.guler@tue.nl</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Bogazici University</institution>
          ,
          <addr-line>34342 Istanbul</addr-line>
          ,
          <country country="TR">Turkey</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Galatasaray University</institution>
          ,
          <addr-line>34349 Istanbul</addr-line>
          ,
          <country country="TR">Turkey</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Accurate estimation of the radio frequency maps is key in practical indoor localization, but this requires dense sampling of the electromagnetic eld, which is also known as ngerprinting. To decrease the time-consuming ngerprinting process, we both aim to estimate probabilistic radio frequency maps (RM) using arti cial neural networks (ANN), and automatically pick the most informative ngerprint positions following an active learning strategy based on uncertainty sampling, aided by Gaussian Processes (GP). Once we have an estimate of the RM of the environment, the problem can be formulated as a tracking problem with a Hidden Markov Model (HMM), and the RM can be used as the observation densities of the HMM. The trajectories of sequential positions are approximated with a sequential Monte Carlo lter. The results indicate that ngerprint measurements can be reduced by 30% in return of 8.1% decrease in the localization performance.</p>
      </abstract>
      <kwd-group>
        <kwd>Indoor localization</kwd>
        <kwd>neural networks</kwd>
        <kwd>ngerprint reduction</kwd>
        <kwd>radio map estimation</kwd>
        <kwd>uncertainty sampling</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        distributions for each position and stored them in a probabilistic RM. They used both maximum
likelihood estimation (MLE) and neural networks in localization stage and achieved 0:27-meter
and 1-meter positioning error respectively. In [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], they generated a magnetic eld map with the
Gaussian Processes. They used Sequential Monte Carlo Method for the localization and achieved
a 4:87-meter median position accuracy.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], they focus on ngerprint reduction by extracting the hidden structure and redundancy
of ngerprint matrices by using Singular Value Decomposition (SVD). The missing values were
imputed via the kNN algorithm. They recovered the original ngerprints from only 5% of the
collected data with an error rate less than 14%. In [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], they suggested an arti cial ngerprint
generation method based on signal propagation model. They generated two di erent RMs with the
measured and the arti cially generated ngerprints. They used the kNN approach to evaluate the
localization performance based on these maps. They reduced the positioning error by 63% with
the arti cially generated ngerprints.
      </p>
      <p>In this work, we hypothetize that both neighboring ngerprints and their coordinates are
related to each other. Modeling these relations with Gaussian Processes (GP) and Arti cial Neural
Networks (ANN), we propose a novel reduction strategy to be applied to any ngerprint-based
localization problem. Our reduction strategy combines two methods: ANNs are used to estimate
the RM of ngerprints in the positions where no ngerprint data is originally available, and GPs
are used to model the uncertainty of ngerprints. For evaluation, we compare the localization
error with and without these methods. We approach our problem as a tracking problem based on
HMM and use SMC to approximate the original trajectory. We calculate the localization error by
comparing the estimated trajectory with the ground truth.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>METHODOLOGY</title>
      <sec id="sec-2-1">
        <title>Radio Frequency Map Estimation</title>
        <p>The relationship between an RSSI distribution at a position and its 2D position coordinates is a
complex relationship, as it bases on the degenerative e ects on signals, such as path loss, shadowing,
or even the architecture of the environment. ANNs are good at modeling complex relationships and
multi-class classi cation problems where the output layer represents a probability distribution.</p>
        <p>Five di erent sets of input features, Si, are constructed with di erent combinations of the
following features: the distances between a BLE transmitter (i.e. beacon) and a bluetooth receiver
(i.e., dongle), ngerprints in the form of RSSI histograms on the neighboring positions and their
distances to the beacon. In Table 1, P T stands for the distance of the position to the beacon, P Fi
for the distance of the position to the ith closest ngerprint, T Fi for the distance between the ith
closest ngerprint and the beacon and Hi for the histogram on the ith closest ngerprint, with
indices for the rank of the proximity.</p>
        <sec id="sec-2-1-1">
          <title>Feature Sets</title>
          <p>S1
S2
S3
S4
S5</p>
        </sec>
        <sec id="sec-2-1-2">
          <title>Features</title>
          <p>P T</p>
          <p>P F1; T F1; H1</p>
          <p>P F1;2T F1;2; H1;2</p>
          <p>P F1;2;3; T F1;2;3; H1;2;3</p>
          <p>P T ; P F1;2;3;4; T F1;2;3;4; H1;2;3;4</p>
          <p>We train a Single Layer Neural Network (SNN) using these ve feature sets. For every set we
select di erent number of units in the hidden layer ranging from 20 to 520. As an SNN may not be
successful enough to approximate the complex function between our input features and output, we
also train a Deep Neural Network (DNN) with two hidden layers. We feed the features to the input
layers and we estimate the discrete probability distribution of RSSI values ranging from 100 to
20.</p>
          <p>
            We compare two distributions using a cross-bin comparison metric that is also called the squared
Earth Mover's Distance (EMD2) [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ]. It corresponds to the square sum of element-wise di erence
between the cumulative distribution functions (CDF) of two distributions. In an ordered multi-class
classi cation problem it becomes equivalent to Mallow's distance [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ]:
          </p>
          <p>EMD2(p; q) / jjFP (p)</p>
          <p>FQ(q)jj22
where p and q are original and predicted distributions respectively, and FP (p) and FQ(q) are their
cumulative distribution functions.</p>
          <p>
            For intermediate and top layers of ANNs, we select the sigmoid function as the activation
function to model complex relations of features. The weights and biases are initialized with the
Glorot Initializer and as zero respectively. Weights and bias values are optimized via the RMSProp
algorithm [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ].
2.2
          </p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Active Learning with Gaussian Processes</title>
        <p>We use GP to model the mapping functions between the positions and the ngerprints together
with the uncertainty in these positions. GP is composed of random variables, f , any nite set of
which have a joint Gaussian distribution. The positions and the RSSI values are the observations,
and the functions are the latent variables (see Fig. 1). When the functions for the given observations
are known, the function value, f , for a new position, x , can be calculated.</p>
        <p>r1
f1
x1
r2
f2
x2
r:::
f:::
x:::
r
f
x</p>
        <p>
          We assume that the distances between the positions makes a di erence in RSSI distributions.
We use a squared exponential function as the covariance function with the kernel k(xi; xj ). The
hyper-parameters of the kernel, f , n, and l are optimized with gradient ascent by maximizing
the log marginal likelihood as in [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Each function for each input value is treated as a random
variable and they have a joint Gaussian distribution.The predictive distribution of RSSI values is
computed as follows:
f jx ; x; r;
        </p>
        <p>N (
;</p>
        <p>)
= m(x) + K(x ; x)[K(x; x) + n2I] 1 (r</p>
        <p>m(x))
= K(x ; x )</p>
        <p>K(x ; x)[K(x; x) + n2I] 1K(x; x )
where r and x are the RSSI observations and positions respectively. The function value can be
predicted only by calculating the correlation between existing positions and a new coordinate.
The output value r di ers from f only in the sense that it has an additional noise term in its
covariance, + n2I.</p>
        <p>Predictive variance, , is used for iterative active ngerprint selection. In the initial step,
a random ngerprint is selected for training. At each step, the ngerprint that has the greatest
variance is added to the training set. Retraining with the newly added ngerprint, predictive
variance for each of the remaining positions is recalculated and this procedure continues until we
reach a target number of ngerprints.
(1)
(2)
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Tracking with Radio Frequency Map</title>
        <p>We model the tracking problem as HMM, as in Fig. 2. Measurements, rt, are the RSSI values and
the latent variables, xt, are the positions. We are to estimate the current position, xt, given the
observations so far. Filtering, p(xt; r1:t), is a recursive process:
x0
x1
r1
:::</p>
        <p>:::
xt
rt
xT
rT</p>
        <p>
          For the transition density, p(xt i+1jxt i), a di usion-based motion model is used as explained
in [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. For the observation densities, p(rtjxt), we use the RM estimations, matrices that store the
conditional probabilities, p(rjx). When the latent variable space is too big and/or continuous, the
exact method will be intractable and/or impossible to apply. We employ an SMC method, the
particle (bootstrap) lter, to approximate the conditional marginal distribution, p(xtjr1:t). We
evaluate the nal results by measuring the ltered trajectory of positions with the ground truth
trajectories (see [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] for details).
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>EXPERIMENTS AND RESULTS</title>
      <p>
        We conducted our experiments on two di erent datasets, collected from two di erent areas, the
rst of which, A1, is a living room (5:28 6:35 m2) containing six BLE beacons, logged at 50
positions each for 24 hours [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] (see Fig. 3a). The second area, A2, is a home simulation environment
(10:40 5:95 m2) [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], with six beacons, logged at 50 positions each for 20 minutes. (see Fig. 3b).
      </p>
      <p>We used 70% of these ngerprints for training, and the remaining for validation and test
purposes. The training data were used for optimizing the weights and biases, and the validation
data for selecting the best model. The test data were used only for evaluating the localization
performance. All computations were performed on an Intel Core i7 based computer and 8GB of
RAM. The models were constructed on Keras 2.1.5 with Tensor ow as backend.</p>
      <p>For the test area of A1, we trained the SNN with ve feature sets (see Table 1) and 25 di erent
hidden unit sizes. We repeated the training process ten times, constructing ten di erent randomly
selected ngerprint con gurations which are then used to compare the results of these feature sets.
We evaluate the performance by measuring the average validation loss over all beacons. Fig. 3
shows that S1 yields much greater error than the remaining feature sets, meaning the estimations
that depend solely on the distance to the beacons perform very poorly. S4 has the best performance
with minimum EMD2 loss with 60 units in the hidden layer. It shows that the input feature with
the four nearest ngerprint data, their distances to the beacons, and their histograms performs
better than the other feature sets. We trained the DNN with hidden unit sizes ranging from 10 to
100. Finally, the con guration of S4 and 40 units is the best architecture for each layer, as seen in
Fig. 3. Repeating the same experiments for the ngerprints collected in the A2, we found that S3
and 40 hidden units in the hidden layers performs better for both SNN and DNN (see Fig. 3).</p>
      <p>To evaluate our strategy, we trained ANNs using (i) all collected ngerprints, (ii) randomly
selected 70% of the ngerprints and (iii) actively selected 70% of the ngerprints. With the trained
networks, we made estimations of dense RMs with 0.1-meter intervals for ten times.</p>
      <p>We used the constructed maps as the observation distribution in the particle lter to estimate
the trajectory points. We applied the SMC with 2000 particles and at 400 trajectory points in A1
and A2. In each run, the rst 32 estimated points were omitted as burn-in period. We run the
ltering algorithm ten times for each radio frequency map and each time particles were initialized
randomly. This prevented us from getting poor performance because of the random initialization.
We reported the performance of our methodology as median tracking error instead of the mean
absolute error, because errors form skewed distributions, which are clearly non-Gaussian. Tracking
accuracies in A1 and A2 are given in Fig. 5a.</p>
      <p>We have three observations. The rst one is that deep neural networks cause higher median
error in both areas. Second one is when the training size is decreased from 100% to 70% of data,
median error increases. Finally, the median error for the actively selected data in each test area is
lower than the one for the randomly selected data regardless of the neural network type.</p>
      <p>As seen in Table 2, we can reduce the number of training data by 30% while increasing the
tracking accuracy by at most 8:1% in return. For A1, the resulting increase are 1:9% and 2:3% for
SNN and DNN, respectively. For A2, the resulting increase are 8:1% and 3:96%.</p>
    </sec>
    <sec id="sec-4">
      <title>CONCLUSION</title>
      <p>We propose a novel approach to reduce the training size required to estimate probabilistic radio
maps by picking training positions adaptively. We have two conclusions showing the success of our
approach. First, we pick the ngerprint positions in an adaptive manner, we estimate ngerprints
at remaining positions better than we do with the randomly selected ngerprints in both test areas.
Second, we reduced the training size by 30% with an increase in the median error by a maximum
of 8:1%. Since ngerprinting is a time-consuming procedure in indoor localization eld, this study
would be used to reduce the ngerprinting process of any other study in the indoor localization
research area.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Altini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brunelli</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farella</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benini</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Bluetooth indoor localization with multiple neural networks</article-title>
          .
          <source>In: IEEE 5th International Symposium on Wireless Pervasive Computing</source>
          <year>2010</year>
          . pp.
          <volume>295</volume>
          {
          <issue>300</issue>
          (May
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bahl</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Padmanabhan</surname>
            ,
            <given-names>V.N.</given-names>
          </string-name>
          :
          <article-title>Radar: an in-building rf-based user location and tracking system</article-title>
          .
          <source>In: Proceedings IEEE INFOCOM 2000. Conference on Computer Communications. Nineteenth Annual Joint Conference of the IEEE Computer and Communications Societies (Cat. No.00CH37064)</source>
          . vol.
          <volume>2</volume>
          , pp.
          <volume>775</volume>
          {784 vol.
          <volume>2</volume>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Calderoni</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferrara</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Franco</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maio</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Indoor localization in a hospital environment using random forest classi ers</article-title>
          .
          <source>Expert Systems with Applications</source>
          <volume>42</volume>
          (
          <issue>1</issue>
          ),
          <volume>125</volume>
          {
          <fpage>134</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Danis</surname>
            ,
            <given-names>F.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cemgil</surname>
            ,
            <given-names>A.T.</given-names>
          </string-name>
          :
          <article-title>Model-based localization and tracking using bluetooth low-energy beacons</article-title>
          .
          <source>Sensors</source>
          <volume>17</volume>
          (
          <issue>11</issue>
          ),
          <volume>2484</volume>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Fang</surname>
            ,
            <given-names>B.T.</given-names>
          </string-name>
          :
          <article-title>Simple solutions for hyperbolic and related position xes</article-title>
          .
          <source>IEEE Transactions on Aerospace and Electronic Systems</source>
          <volume>26</volume>
          (
          <issue>5</issue>
          ),
          <volume>748</volume>
          {753 (Sept
          <year>1990</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Goodfellow</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Courville</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Deep Learning</article-title>
          . MIT Press (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Gu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , Zhang,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Reducing ngerprint collection for indoor localization</article-title>
          .
          <source>Computer Communications</source>
          <volume>83</volume>
          ,
          <issue>56</issue>
          {
          <fpage>63</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>C.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Samaras</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Squared earth mover's distance-based loss for training deep neural networks</article-title>
          .
          <source>CoRR abs/1611</source>
          .05916 (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Reducing the site survey using ngerprint re nement for cost-e cient indoor location</article-title>
          .
          <source>Wireless Networks</source>
          <volume>25</volume>
          (
          <issue>3</issue>
          ),
          <volume>1201</volume>
          {1213 (Apr
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Peterson</surname>
            ,
            <given-names>B.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kmiecik</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hartnett</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thompson</surname>
            ,
            <given-names>P.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mendoza</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
          </string-name>
          , H.:
          <article-title>Spread spectrum indoor geolocation</article-title>
          .
          <source>Navigation</source>
          <volume>45</volume>
          (
          <issue>2</issue>
          ),
          <volume>97</volume>
          {
          <fpage>102</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Rasmussen</surname>
            ,
            <given-names>C.E.</given-names>
          </string-name>
          :
          <article-title>Gaussian processes for machine learning</article-title>
          . MIT Press (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Rubner</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tomasi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guibas</surname>
            ,
            <given-names>L.J.:</given-names>
          </string-name>
          <article-title>The earth mover's distance as a metric for image retrieval</article-title>
          .
          <source>International Journal of Computer Vision</source>
          <volume>40</volume>
          (
          <issue>2</issue>
          ),
          <volume>99</volume>
          {121 (Nov
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Saleem</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wyne</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Wlan{based indoor localization using neural networks</article-title>
          .
          <source>Journal of Electrical Engineering</source>
          <volume>67</volume>
          (
          <issue>4</issue>
          ),
          <volume>299</volume>
          {
          <fpage>306</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Solin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sa</surname>
          </string-name>
          rkka,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Kannala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Rahtu</surname>
          </string-name>
          , E.:
          <article-title>Terrain navigation in the magnetic landscape: Particle ltering for indoor positioning</article-title>
          .
          <source>In: 2016 European Navigation Conference (ENC)</source>
          . pp.
          <volume>1</volume>
          {
          <issue>9</issue>
          (May
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Tunca</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alemdar</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ertan</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Incel</surname>
            ,
            <given-names>O.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ersoy</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Multimodal Wireless Sensor Network-Based Ambient Assisted Living in Real Homes with Multiple Residents</article-title>
          .
          <source>Sensors</source>
          <volume>14</volume>
          (
          <issue>6</issue>
          ),
          <volume>9692</volume>
          {
          <fpage>9719</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laaraiedh</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Avrillon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uguen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Fingerprinting localization based on neural networks and ultra-wideband signals</article-title>
          .
          <source>In: 2011 IEEE International Symposium on Signal Processing and Information Technology (ISSPIT)</source>
          . pp.
          <volume>184</volume>
          {
          <issue>189</issue>
          (Dec
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Joint positioning and radio map generation based on stochastic variational bayesian inference for fwips</article-title>
          .
          <source>In: 2017 International Conference on Indoor Positioning and Indoor Navigation (IPIN)</source>
          . pp.
          <volume>1</volume>
          {
          <issue>10</issue>
          (Sept
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>