<!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>
      <journal-title-group>
        <journal-title>Workshop for Computing &amp; Advanced Localization at the Fifteenth International Conference on Indoor
Positioning and Indoor Navigation, September</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Range-Angle Likelihood Maps for Indoor Positioning Using Deep Neural Networks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Muhammad Ammad</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paul Schwarzbach</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michael Schultz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Oliver Michler</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Chair of Air Trafic Concepts, University of the Bundeswehr Munich</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Chair of Transport Systems Information Technology, Institute of Trafic Telematics, Technische Universität Dresden</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>1</volume>
      <fpage>5</fpage>
      <lpage>18</lpage>
      <abstract>
        <p>Accurate and high precision of the indoor positioning is as important as ensuring reliable navigation in outdoor environments. Using the state-of-the-art deep learning models provides better reliability and accuracy to navigate and monitor the accurate positions in the aircraft cabin environment. We utilize the simulated aircraft cabin environment measurements and propose a residual neural network (ResNet) model to predict the accurate positions inside the cabin. The measurements include the ranges and angles between a tag and the anchors points which are then mapped onto a grid as range and angle residuals. These residual maps are then transformed into the likelihood grid maps where each cell of the grid shows the likelihood of being a true location. These grid maps along with the true positions are then passed as inputs to train the ResNet model. Since any deep learning model involve numerous parameter settings, hyperparameter optimization is performed to get the optimal parameters for training the model efectively with the highest accuracy. Once we get the best hyperparameters settings of the model, it is then trained to predict the positions which provides a centimeter-level accuracy of the localization.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Residual Grid Maps</kwd>
        <kwd>Range-Angle Measurements</kwd>
        <kwd>Hyperparameter Optimization</kwd>
        <kwd>Indoor Positioning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Indoor positioning systems (IPS) have become increasingly important in recent advancements,
particularly due to the limited availability of satellite positioning systems in indoor environments [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
Technologies such as Wi-Fi, Ultra-Wideband (UWB), Bluetooth Low Energy (BLE), and ZigBee have
gained attention as viable solutions for high-precision applications [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ]. Recently, the integration of
these systems with artificial intelligence (AI) has gathered significant attention, primarily due to the
increased precision and higher accuracy of their positioning outcomes [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Recent work has explored
radio propagation simulations to improve AI-enabled localization systems by addressing conventional
tool-chain bottlenecks and advancing simulation techniques [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ]. Building on these developments
in aircraft cabin positioning systems, this study investigates simulation-based evaluation of IPS for
connected aircraft cabins using state-of-the-art deep learning techniques.
      </p>
      <p>
        As illustrated in Fig. 1, we use the data-driven localization methods utilizing the simulated range
and angle of arrival (AoA) measurements based on observability from diferent anchor points. These
measures are then used to construct the likelihood grid maps using the residuals, which serve as spatial
representations of the passenger’s possible location. Then the ResNet [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] model is trained on these grid
maps to analyze the spatial data thus predicting the passenger’s location.
      </p>
      <p>The remainder of the paper is structured as follows: Section 2 reviews related work and background
of diferent technologies. Section 3 describes the data simulation methodology, aircraft environment
setup, and error modeling. Section 4 shows how range and angle residuals are calculated to generate the
likelihood grid maps. Section 5 explores in-depth details of the ResNet architecture layers along with
the input and loss function. Section 6 discusses the hyperparameter tuning impacts on the accuracy
and finally provides a comprehensive evaluation of the model’s accuracy on the dataset.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        The application of AI and machine learning (ML) technologies in indoor positioning has attracted
considerable interest in recent research due to their ability to enhance accuracy, reliability and accuracy
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Indoor positioning methods can be categorized into two key paradigms: (1) direct AI/ML positioning,
and (2) AI/ML-assisted positioning [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The first method estimates the location using raw sensor data
(Wi-Fi, bluetooth etc.), employing ML algorithms such as neural networks, decision trees, and support
vector machines to detect complex patterns without traditional signal processing [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. This approach
streamlines localization but relies on extensive training data to avoid overfitting issues which may arise
during training process [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], but obtaining a robust training dataset remains a challenge.
      </p>
      <p>
        In contrast, AI/ML-assisted positioning enhances traditional methods for localization by integrating
ML for error correction and adaptive learning. This hybrid approach strengthens the reliability of
conventional triangulation or fingerprint-based localization [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. It is particularly efective for dynamic
environments, where reinforcement learning and real-time adjustments enhance accuracy, optimizing
wireless indoor positioning systems for reliable localization even in variable conditions [11].
      </p>
      <p>The feature extraction capabilities of deep neural networks (DNNs) plays a critical role in enhancing
the performance for indoor localization tasks. For instance, [12] presented a scalable DNN architecture
by processing the Wi-Fi signal data to classify the multi-building and multi-floor locations, thereby
reducing the localization errors typically encountered in the traditional algorithms. Furthermore, long
short-term memory (LSTM) - another type of DNN - is utilized for tracking the temporal dependencies
within the received signal strength (RSS) data to better meet the demands of IoT-driven localization
systems [13]. Moreover, deep learning frameworks indicate that employing CNNs alongside UWB
signals enhances feature extraction capabilities typically in indoor environments [14].</p>
    </sec>
    <sec id="sec-3">
      <title>3. Data Simulation</title>
      <p>The development of deep learning models for indoor positioning systems requires comprehensive
training datasets that accurately reflect the complexities of real-world environments. This section
details the methodology used for simulating range and angle measurements, which form the foundation
for constructing the likelihood grid maps used in training the ResNet model.</p>
      <p>
        In previous works the challenges for radio propagation and radio-based localization associated with
the aircraft cabin environment have been studied [15, 16, 17]. To further elaborate on these challenges, we
address operational simulation representing a boarding process in an A320 combined with a ray tracing
and stochastical error modeling for radio propagation. The applied simulation framework for radio
propagation builds upon two foundational works. Schwarzbach et al. [18] conducted an extensive survey
of UWB ranging measurements in challenging environments, resulting in a statistical model. This model
enables probabilistic generation of UWB range measurements with realistic characteristics, accounting
for Line-of-Sight (LOS), Non-Line-of-Sight (NLOS), outlier reception scenarios, and measurement
failures. The statistical distributions derived from their empirical data capture the error patterns
typically encountered in real-world deployments. In addition, [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] applied this statistical model in
conjunction with ray tracing to determine anchor visibility within aircraft cabin environments. This
approach accounts for the complex geometry and material properties of the aircraft, providing a dataset
published in [19]. Building on these works, our simulation consists of several key components: A detailed
3D model of the aircraft cabin, including geometric dimensions and material properties. Across this
mode, multiple anchors are positioned throughout the cabin space based on optimal coverage analysis
and practical installation constraints. Based on this, ray tracing algorithms simulate signal propagation
between anchors and potential tag positions, accounting propagation phenomena introduced by cabin
structures. The deterministic rays are augmented with statistical error models derived from [18],
introducing realistic measurement uncertainties.
      </p>
      <sec id="sec-3-1">
        <title>3.1. Overview of aircraft setup</title>
        <p>The aircraft cabin environment presents unique challenges for IPS due to its elongated geometry,
densely packed seating arrangement, and various obstructing elements. Our simulation recreates a
standard single-aisle commercial aircraft cabin (dimensions: 30 × 3.5 × 2.4 m representing an A320. The
simulation incorporates 8 anchor nodes spread throughout the plane. The configuration is visualized in
Fig. 1. The reference input data for the localization system is derived from an operational simulation
that models the aircraft boarding process. This simulation incorporates 148 passengers boarding the
aircraft according to the methodological framework established by Schultz et al. [20]. Each passenger is
assumed to carry a wireless tag, constituting the mobile nodes to be localized.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Measurement simulation and error modeling</title>
        <p>For each passenger at each time step during the boarding process a potential tag position is derived.
For this task, we use the reference positions of the boarding simulation. Based on the reference states, a
true Euclidean distance  and a true azimuth angle   between the tag positions x = (, )⊺ and
each anchor x = (, )⊺ is calculated with:
 = √︀( − )2 + ( − )2
  = arctan 2
︂(  −  )︂
 − 
.</p>
        <p>(1)</p>
        <p>The additive error components  for range measurements, are implemented based on the statistical
error characterization framework established in [18]. Furthermore, the statistical properties of the
AoA errors are derived from the work presented by Yu et al. in [21]. The measurement simulation
follows a structured decision tree process: Beginning with the true relation (distance , angle  ), we
ifrst determine if a measurement failure occurred. In case of failure, a null value is recorded (  = None,
 = None). For valid measurements, the simulation classifies the error type based on the ray tracing
simulation into three categories: Line-of-Sight (LOS), Non-Line-of-Sight (NLOS), or outlier conditions.
Each category then applies the corresponding stochastic model from Table 1.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Likelihood grid maps</title>
      <p>We implement a discrete, grid-based state space representation. The spatial domain of interest is
discretized into a uniform grid  with dimensions  ×  , where each cell g(,) represents a position
hypothesis. The fundamental advantage of using these grids come from the fully convolutional nature
of the ResNet model which can innately leverage spatial representations. It can train efectively on
image grids allowing the model to capture localized features and exploit spatial patterns much better
than the other DNN models due to the skip connections and the residual blocks feature [22].</p>
      <p>g(,ℎ) and each anchor point x, we compute the known term values
based on the given geometric relationships given in Eq. (1). These values constitute the expected
measurements under ideal conditions, derived directly from the geometric configuration. The residuals
are then computed by comparing the known terms with the given observations (^ and ^):
1. Range residual: (,ℎ) = (,ℎ,) − 
2. Angle residual: , (,ℎ) =  (,ℎ,) −  
^
^</p>
      <p>These residuals quantify the discrepancy between expected and observed measurements for each
potential position, forming the basis for likelihood evaluation.</p>
      <p>The residuals are transformed into likelihood values through the application of an observation model
that characterizes the probability of obtaining the observed measurement given a hypothesized position.
While various models can be employed, a common approach utilizes a Gaussian model:
1. Range likelihood: ((),ℎ,) = exp −
2. Angle likelihood: ((),ℎ,) = exp −
︁(
︁(
((,ℎ,))2 )︁
(, (,ℎ,))2 )︁
2 2
2 2
where  2 and  2 represent the variance parameters of the observation model for range and angle
measurements, respectively.</p>
      <p>The resulting likelihood maps (,ℎ,) and ((),ℎ,) provide a spatially-resolved representation of
()
the measurement, with higher values indicating greater likelihoods of the tag being located at the
corresponding position. For anchor measurements, the individual likelihood maps can be combined
through multiplication (assuming conditional independence) to obtain an overall likelihood field:

=1
(,ℎ) = ∏︁ (,ℎ,) · ((),ℎ,)
()
(2)</p>
      <p>This integrated likelihood map serves as a comprehensive spatial representation of position probability
based on the complete set of available measurements, forming the foundation for subsequent position
estimation through maximum likelihood or Bayesian inference methods. An exemplary output for the
derived likelihood grid maps for both measurement types is given in the graphical abstract in Fig. 1.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Positioning using DNNs</title>
      <p>In this section, we explore how the deep neural networks has been implemented to estimate the location
of the passengers in the simulated indoor cabin environments using the ResNet. The focus is on the
model’s architecture along with the inputs and loss function used for the model.</p>
      <sec id="sec-5-1">
        <title>5.1. ResNet architecture</title>
        <p>
          ResNet model has been trained on the grid maps to predict the location coordinates. The deep layering
inside the ResNet model allows it to learn the complex spatial features in the likelihood grid maps. The
residual blocks in the ResNet model allows the input residual maps to train more efectively with better
generalization despite having a complex and deeper architecture [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. The model’s architecture shown
in Fig. 3 consists of multiple residual blocks each including convolutional layers along with the batch
normalization (BN) [23], rectified linear unit (ReLU) [24], and Dropout[25] layers. The addition of the
dropout layers helps to mitigate overfitting enabling a better generalization for unseen data [25].
        </p>
        <p>Although the original ResNet model does not include a dropout layer, we incorporate it into our
architecture to further stabilize the training, as also implemented in [26]. The output of the convolutional
layers inside the residual block is added back to the original input using a shortcut connection. This
establishes an identity mapping [27] thus enhancing the gradient flow during back-propagation. To
enable the model to predict continuous ,  position coordinates, the output layer is implemented as a
Dense layer with a linear activation function.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Input and loss function</title>
        <p>The likelihood grid maps have been used as inputs for the ResNet model as shown in Fig. 1. Each
measurement have the range and AoA grid maps for all anchors but whenever there is a measurement
failure, an array of zeros with the same input shape is used. This issue is commonly present in real-world
scenarios due to signal blockage or measurement limitations. Handling the invalid measurement is very
important to ensure consistent input dimensions for the ResNet model.</p>
        <p>Since both grid maps share the same dimensions, these are combined by stacking them along the
channel dimensions. For N anchor points, we have a total of 2 ×  channels. In our dataset, each
measurement have ranges and angles from 8 anchors points leading to a total of 16 channels - 8 channels
for each measurement’s likelihood maps. Consequently, the input array has a dimension of 16 × 16 × 62
as illustrated in Fig. 3, where 62 × 62 represents the spatial grid shape.</p>
        <p>ResNet being a supervised algorithm, it gets the ground truth labels for training. The ground truth
labels consists of the true locations represented as a (, ) coordinates in 2D plane. Each training
epoch pairs the grid maps true locations, training the model to minimize prediction error. The mean
squared error (MSE) is a regression loss function which is used for our model to minimize the error.
This function guides the model optimizing towards getting accurate position predictions. It calculates
the average squared diference between predicted and actual coordinates [28]. It is expressed as
  = 1 ∑︁(_ − _)2,
 =1
(3)
where y_pred represents the (, ) coordinates predicted by the model and y_true represents the
actual (, ) coordinates.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Performance evaluation</title>
      <p>To evaluate the performance of any deep learning model, it is crucial to ascertain the optimal
hyperparameter settings that would enhance the model performance significantly. Hyperparameter tuning is
carried out to avoid overfitting as well as optimizing the performance and generalization of machine
learning models [29]. The choice of hyperparameters significantly influences the eficiency of training
and accuracy of predictions. Before training the model, we implemented a systematic hyperparameter
search to identify the best configurations and then train the ResNet model on those settings.</p>
      <sec id="sec-6-1">
        <title>6.1. Impact of hyperparameter selection on accuracy</title>
        <p>The hyperparameters selected include learning rate, dropout rate, batch size, and optimizer ( cf.
Table 2). The hyperparameter space from which these were drawn is also included, alongside the best
hyperparameter settings concluded from trials based on performance outcomes shown in Table 3.</p>
        <p>We have applied 12 iterations on diferent combinations of hyperparameters and evaluated the loss
to track the model’s performance based on Bayesian Optimization technique [33]. The validation loss
(_) (in meters) serves as an indicator of the model’s capacity to generalize on unseen data.</p>
        <p>As shown in Table 3, the model reaches its optimal performance in trial number 10 with the least
_, utilizing Adam as the optimizer, a learning rate of 0.001, a batch size of 32, and a dropout
rate of 0.2. Using Adam an optimizer has been favorable in many deep learning applications since it
adaptively adjusts the learning rate, facilitating more eficient convergence rates compared to traditional
Trial No. Optimizer Learning Rate Batch Size Dropout Rate Val_loss
optimizers [34]. Additionally, trial 1 to 3 show that the model performance is declined significantly
with the utilization of Adagrad optimizer with smaller batch sizes.</p>
      </sec>
      <sec id="sec-6-2">
        <title>6.2. Results</title>
        <p>The output of our ResNet model provides the ,  coordinates of the predicted location based on the
input grid maps. An example output of predicted position is shown in graphical abstract in Fig. 1. The
model’s performance has been assessed using test dataset comprising 25% of the total dataset, while
the remaining 75% is allocated for training the ResNet model. The model is trained over 50 epochs, as
illustrated in Fig. 4a, which also displays both the training and validation loss (in meters) throughout
the epochs. It is observed that the loss significantly decreases as the epoch count increases; however, it
begins to flatten out after approximately 30 th epoch.</p>
        <p>During the training process, we defined a custom checkpoint using Keras functionality to save the
trained model if the accuracy of the subsequent epoch improves. The last saved model with the best
accuracy came out to be at 46th epoch with the validation loss equal to 7.28 cm on test dataset. This
accuracy is consistent with, and in many cases exceeds, existing positioning accuracies for indoor
localization that employs technologies such as Wi-Fi, UWB, or BLE for positioning.</p>
        <p>Train Loss
Validation Loss</p>
        <p>Percentile (%27595505) Error (0000m....1260)45177532</p>
        <p>Fig. 4b illustrates the positioning errors as empirical cumulative distribution function (ECDF). It
shows an error of 0.147 m for the 50th percentile, meaning half of the predictions fall within 14.7 cm.
Beyond 0.613 m (95th percentile), the curve plateaus, showing only a few high-error outliers.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusion</title>
      <p>Recent advancements in artificial intelligence have established a new potential in indoor localization by
providing a reliable and accurate positioning in indoor environments. In this study, we train ResNet
model to learn the underlying spatial patterns in the likelihood grid maps generated based on the
simulated range and AoA measurements. The likelihood grid maps, which are used as model inputs,
represent the pixel-level position hypothesis. Before training the model, hyperparameter tuning is
performed to get the best training parameters since DNNs always involve multiple parameter settings
which can tweak the positioning performance. The attainment of a model’s accuracy of 7.28 cm signifies
a potential for advanced positioning in indoor environments. The trained model is then used to predict
positions on test dataset and the results showed that 95% of the predictions have a positioning error less
than 0.613 m, with a median error of only 0.147 m. This level of precision underscores the efectiveness
of our approach and lays a robust groundwork for future enhancement in indoor localization systems.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>This work has been funded by the German Federal Ministry for Economic Afairs
and Climate Action (BMWK) within the project INTACT (FKZ: 20D2128D).</p>
    </sec>
    <sec id="sec-9">
      <title>Declaration on Generative AI</title>
      <p>The author(s) have not employed any Generative AI tools.
[11] J. L. Carrera Villacres, Z. Zhao, T. Braun, Z. Li, A particle filter-based reinforcement learning approach for
reliable wireless indoor positioning, IEEE Journal on Selected Areas in Communications 37 (2019) 2457–2473.
doi:10.1109/jsac.2019.2933886.
[12] K. S. Kim, S. Lee, K. Huang, A scalable deep neural network architecture for multi-building and
multilfoor indoor localization based on wi-fi fingerprinting, Big Data Analytics 3 (2018). doi: 10.1186/
s41044-018-0031-2.
[13] Q. Ye, X. Fan, G. Fang, H. Bie, Exploiting temporal dependency of rss data with deep learning for iot-oriented
wireless indoor localization, Internet Technology Letters 6 (2022). doi:10.1002/itl2.366.
[14] L. Nosrati, S. H. Semnani, M. S. Fazel, S. Rakhshani, M. Ghavami, Improving indoor localization using
mobile uwb sensor and deep reinforcement learning, IEEE Sensors Journal (2024). doi:10.1109/jsen.
2024.3442974.
[15] P. Schwarzbach, J. Engelbrecht, A. Michler, M. Schultz, O. Michler, Evaluation of technology-supported
distance measuring ensure safe aircraft boarding during covid-19 pandemic, Sustainability 12 (2020).
doi:10.3390/su12208724.
[16] F. Geyer, D. Schupke, Precise onboard aircraft cabin localization using UWB and ML, in: IEEE GLOBECOM,
2022, pp. 2032–2037. doi:10.1109/GLOBECOM48099.2022.10000651.
[17] J. F. Schmidt, D. Neuhold, C. Bettstetter, J. Klaue, D. Schupke, Wireless connectivity in airplanes, IEEE</p>
      <p>Access 9 (2021) 52913–52925. doi:10.1109/ACCESS.2021.3070141.
[18] P. Schwarzbach, R. Weber, O. Michler, Statistical evaluation and synthetic generation of ultra-wideband
distance measurements for indoor positioning systems, IEEE Sensors Journal 22 (2022). doi:10.1109/jsen.
2021.3121627.
[19] P. Schwarzbach, J. Ninnemann, Simulation data: Indoor positioning systems in connected aircraft cabins,
2023. doi:10.25532/OPARA-275.
[20] M. Schultz, Fast Aircraft Turnaround Enabled by Reliable Passenger Boarding, Aerospace 5 (2018) 8.
[21] K. Yu, Y. Guo, Statistical nlos identification based on aoa, toa, and signal strength, IEEE Transactions on</p>
      <p>Vehicular Technology 58 (2009) 274–286. doi:10.1109/tvt.2008.924975.
[22] A. Conneau, H. Schwenk, L. Barrault, Y. Lecun, Very deep convolutional networks for text classification,
in: Proceedings of the 15th Conference of the European Chapter of the Association for Computational
Linguistic, 2017. doi:10.18653/v1/e17-1104.
[23] S. Iofe, C. Szegedy, Batch normalization: Accelerating deep network training by reducing internal covariate
shift, 2015. doi:10.48550/ARXIV.1502.03167.
[24] A. F. Agarap, Deep learning using rectified linear units (relu), 2018. doi: 10.48550/ARXIV.1803.08375.
[25] N. Srivastava, G. Hinton, A. Krizhevsky, I. Sutskever, R. Salakhutdinov, Dropout: A simple way to prevent
neural networks from overfitting, Journal of Machine Learning Research 15 (2014) 1929–1958. URL: http:
//jmlr.org/papers/v15/srivastava14a.html.
[26] B. J. Kim, H. Choi, H. Jang, D. Lee, S. W. Kim, How to use dropout correctly on residual networks with batch
normalization, 2023. doi:10.48550/ARXIV.2302.06112.
[27] K. He, X. Zhang, S. Ren, J. Sun, Identity mappings in deep residual networks, 2016. doi:10.48550/ARXIV.</p>
      <p>1603.05027.
[28] J. Terven, D. M. Cordova-Esparza, A. Ramirez-Pedraza, E. A. Chavez-Urbiola, J. A. Romero-Gonzalez, Loss
functions and metrics in deep learning, 2023. doi:10.48550/ARXIV.2307.02694.
[29] J. A Ilemobayo, O. Durodola, O. Alade, O. J Awotunde, A. T Olanrewaju, O. Falana, A. Ogungbire, A. Osinuga,
D. Ogunbiyi, A. Ifeanyi, I. E Odezuligbo, O. E Edu, Hyperparameter tuning in machine learning: A
comprehensive review, Journal of Engineering Research and Reports 26 (2024) 388–395. doi:10.9734/
jerr/2024/v26i61188.
[30] D. P. Kingma, J. Ba, Adam: A method for stochastic optimization, 2014. doi:10.48550/ARXIV.1412.6980.
[31] J. Duchi, E. Hazan, Y. Singer, Adaptive subgradient methods for online learning and stochastic optimization,</p>
      <p>Journal of Machine Learning Research 12 (2011) 2121–2159.
[32] T. Tieleman, G. Hinton, Lecture 6.5 - rmsprop: Divide the gradient by a running average of its recent
magnitude, 2012. COURSERA: Neural Networks for Machine Learning.
[33] G. Onorato, Bayesian optimization for hyperparameters tuning in neural networks, 2024. doi:10.48550/</p>
      <p>ARXIV.2410.21886.
[34] P. Zhou, X. Xie, Z. Lin, S. Yan, Towards understanding convergence and generalization of adamw, IEEE
Transactions on Pattern Analysis and Machine Intelligence 46 (2024) 6486–6493. doi:10.1109/tpami.
2024.3382294.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Yassin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Nasser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Awad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Al-Dubai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Yuen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Raulefs</surname>
          </string-name>
          , E. Aboutanios,
          <article-title>Recent advances in indoor localization: A survey on theoretical approaches and applications</article-title>
          ,
          <source>IEEE Communications Surveys &amp; Tutorials</source>
          <volume>19</volume>
          (
          <year>2017</year>
          )
          <fpage>1327</fpage>
          -
          <lpage>1346</lpage>
          . doi:
          <volume>10</volume>
          .1109/comst.
          <year>2016</year>
          .
          <volume>2632427</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>C.-H. Hsieh</surname>
            ,
            <given-names>J.-Y.</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>B.-H.</given-names>
          </string-name>
          <string-name>
            <surname>Nien</surname>
          </string-name>
          ,
          <article-title>Deep learning-based indoor localization using received signal strength and channel state information</article-title>
          ,
          <source>IEEE Access 7</source>
          (
          <year>2019</year>
          )
          <fpage>33256</fpage>
          -
          <lpage>33267</lpage>
          . doi:
          <volume>10</volume>
          .1109/access.
          <year>2019</year>
          .
          <volume>2903487</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Niu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Farag</given-names>
            <surname>Taha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Qiu</surname>
          </string-name>
          ,
          <article-title>Deep learning-based ranging error mitigation method for uwb localization system in greenhouse, Computers and Electronics in Agriculture 205 (</article-title>
          <year>2023</year>
          )
          <article-title>107573</article-title>
          . doi:
          <volume>10</volume>
          .1016/j.compag.
          <year>2022</year>
          .
          <volume>107573</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Nessa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Adhikari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Hussain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X. N.</given-names>
            <surname>Fernando</surname>
          </string-name>
          ,
          <article-title>A survey of machine learning for indoor positioning</article-title>
          ,
          <source>IEEE Access 8</source>
          (
          <year>2020</year>
          )
          <fpage>214945</fpage>
          -
          <lpage>214965</lpage>
          . doi:
          <volume>10</volume>
          .1109/access.
          <year>2020</year>
          .
          <volume>3039271</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Michler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ninnemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Krauthäuser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Schwarzbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Michler</surname>
          </string-name>
          ,
          <article-title>Potentials of deterministic radio propagation simulation for ai-enabled localization and sensing</article-title>
          ,
          <source>in: 2023 13th International Conference on Indoor Positioning and Indoor Navigation (IPIN)</source>
          , IEEE,
          <year>2023</year>
          . doi:
          <volume>10</volume>
          .1109/ipin57070.
          <year>2023</year>
          .
          <volume>10332482</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>P.</given-names>
            <surname>Schwarzbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ninnemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Ußler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Michler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Schultz</surname>
          </string-name>
          ,
          <article-title>Simulation-based evaluation of indoor positioning systems in connected aircraft cabins</article-title>
          ,
          <source>Transportmetrica B: Transport Dynamics</source>
          <volume>12</volume>
          (
          <year>2024</year>
          ). doi:
          <volume>10</volume>
          .1080/21680566.
          <year>2024</year>
          .
          <volume>2321454</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Ren,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Deep residual learning for image recognition</article-title>
          ,
          <year>2015</year>
          . doi:
          <volume>10</volume>
          .48550/ARXIV. 1512.03385.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Pešić</surname>
          </string-name>
          ,
          <article-title>Modern Challenges in Indoor Positioning Systems: AI to the Rescue</article-title>
          , IntechOpen,
          <year>2024</year>
          . doi:
          <volume>10</volume>
          . 5772/intechopen.1005354.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Blankenship</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ghassemlooy</surname>
          </string-name>
          , J. Cheng, S. Mao,
          <article-title>Positioning using wireless networks: Applications, recent progress</article-title>
          and future challenges,
          <year>2024</year>
          . arXiv:
          <volume>2403</volume>
          .
          <fpage>11417</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Bozkurt</surname>
          </string-name>
          , G. Elibol,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gunal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Yayan</surname>
          </string-name>
          ,
          <article-title>A comparative study on machine learning algorithms for indoor positioning</article-title>
          , in: 2015
          <source>International Symposium on Innovations in Intelligent SysTems and Applications (INISTA)</source>
          , IEEE,
          <year>2015</year>
          , p.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          . doi:
          <volume>10</volume>
          .1109/inista.
          <year>2015</year>
          .
          <volume>7276725</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>