<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">A Graph-Based Model for Leveraging Spatial and Fingerprint Similarity in RF-based Indoor Positioning</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Liam</forename><forename type="middle">Mark</forename><surname>Self</surname></persName>
							<email>liam.self@cl.cam.ac.uk</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Technology</orgName>
								<orgName type="institution">University of Cambridge</orgName>
								<address>
									<country key="GB">United Kingdom</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ian</forename><forename type="middle">James</forename><surname>Wassell</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Technology</orgName>
								<orgName type="institution">University of Cambridge</orgName>
								<address>
									<country key="GB">United Kingdom</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Graph-Based Model for Leveraging Spatial and Fingerprint Similarity in RF-based Indoor Positioning</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">E4D7EE3B23F04648AC383EBE1A25307E</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18:36+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Indoor positioning</term>
					<term>Fingerprinting</term>
					<term>Graph Neural Networks</term>
					<term>Data augmentation</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>A limitation on conventional deep learning methods for fingerprint-based indoor positioning is the difficulty in leveraging the underlying geometry of the environment. Solutions to this involving Graph Neural Networks have been proposed, however these place a dominant focus on the geometric relationships between reference points (RPs), which are often sparse in number, and ignore the relationships between the training data.</p><p>In this work, we present a proof-of-concept model for RF-based indoor positioning based on Graph Neural Networks that captures both the spatial relationships between RPs and the similarity between fingerprints of the training database. We use a Graph Attention Network to train a graph composed of 31 000 power readings gathered from a large office simulation of a environment produced using a commercial ray-tracer, and a Graph Convolutional Network to model the spatial relationships between RPs.</p><p>Preliminary evaluation shows a positioning accuracy of 0.78 m, a 29% improvement over benchmark models using kNN, MLP and Random Forest, and suggests that combining both graph models outperforms the use of either model independently.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction and background</head><p>The rise of applications that require reliable, robust location information has increased rapidly in recent times, and location and context-aware technology transcends numerous fields and areas, from autonomous robotics <ref type="bibr" target="#b0">[1]</ref>, inventory management <ref type="bibr" target="#b1">[2]</ref>, interactive multimedia <ref type="bibr" target="#b2">[3]</ref>, through to the monitoring of the health of vulnerable adults <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref>.</p><p>While GNSS technologies such as GPS are considering the 'gold standard' of modern positioning systems, their reliance on line-of-sight communication with satellites limits their practicality in indoor environments. RF-based indoor positioning systems, then, often turn to terrestrial technologies to provide reference points with which to locate devices, such as Bluetooth, Wi-Fi and Ultra Wide-Band (UWB). The use of Wi-Fi, for example, is nowadays ubiquitous for network and Internet communications, and while, for example, utilising channel state information (CSI) of wideband technologies like UWB can result in very high precision position estimation (in ideal conditions), Wi-Fi base stations remain a popular reference source due to the ability to leverage existing infrastructure. Information such as CSI, carrier phase or received power with respect to an array of static reference devices can be used to construct a unique fingerprint which can be mapped to a specific location or region. A database can be constructed of such fingerprints collected across a wide area, and used to construct an estimated channel model of that area.</p><p>Up until the last few years, the development of fingerprinting models for indoor positioning has largely treated fingerprints as simple vectors, utilising techniques such as artificial neural networks <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b6">7]</ref>, decision trees <ref type="bibr" target="#b7">[8]</ref> and k-Nearest Neighbour <ref type="bibr" target="#b8">[9]</ref>. While this format is common in machine learning, positioning is an inherently geometric problem; any such model will ultimately infer the spatial relationship that maps fingerprints to coordinates, but 'flattening out' each fingerprint creates difficulty in incorporating information already known about the geometric structure of the environment or the relationship between individually collected fingerprints.</p><p>More recently, a field has emerged which extends conventional deep learning architectures to accommodate spatial and structural relationships, by operating directly on data structured as graphs <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b10">11]</ref>. Several models have been proposed since on graph-based positioning, but in general each proposition focuses on a single structuring of the fingerprint database <ref type="bibr" target="#b11">[12]</ref>. In this paper, we present a current work-in-progress study which fuses two graph representations of a RF-based fingerprint database to increase the expressiveness of the training data.</p><p>The remainder of this paper is organized as follows: In Section 2, we briefly present Graph Neural Networks and the specific architectures used in this study. Section 3 describes the generation of a simulated indoor positioning dataset and the multi-graph model we evaluate. The current results of our work are given in Section 4, and in Section 5 we summarize our work so far and discuss the next stages of our study.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Background on Graph Neural Networks</head><p>Graph Neural Networks <ref type="bibr" target="#b12">[13]</ref> differ fundamentally from conventional neural networks in that the latter can only operate on data ordered in vector or matrix form. GNNs, by comparison, can operate directly on graph-structured data, allowing them to better leverage the relationship between data. We define a graph as a pair 𝐺 = (𝑉, 𝐸) comprising a set of nodes -or vertices -𝑉 and a set of edges 𝐸 ⊆ 𝑉 × 𝑉 defining relations between nodes. A node typically consists of a feature vector of fixed and consistent size (heterogeneous graphs that contain nodes of varying feature size do exist but are not considered for the purpose of this paper). GNNs are able to operate on graphs of arbitrary size, and are typically invariant to the ordering of nodes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Graph Convolutional Networks</head><p>In a conventional feedforward neural network, each layer 𝑙 applies a transformation</p><formula xml:id="formula_0">ℎ (𝑙+1) = 𝜎 (︁ 𝑊 ℎ (𝑙) + 𝑏 )︁<label>(1)</label></formula><p>where 𝑊 is a trainable weight matrix and 𝑏 is a trainable additive bias. 𝜎 is a non-linear activation function such as ReLU. We let ℎ (0) be the original input feature vector. This forms the basis for the transformation of node features in a Graph Convolutional Network (GCN). However, instead of a node applying a transformation of its own representation from the previous layer, a GCN aggregates the features of the node's neighbours, a process known as message passing:</p><formula xml:id="formula_1">ℎ (𝑙+1) 𝑖 = 𝜎 ⎛ ⎝ ∑︁ 𝑣∈𝒩 𝑖 1 deg(𝑖) 𝑊 ℎ (𝑙) 𝑣 + 𝑏 ⎞ ⎠<label>(2)</label></formula><p>Here, 𝒩 𝑖 is the neighbourhood of the 𝑖th node, and ℎ</p><formula xml:id="formula_2">(𝑙)</formula><p>𝑣 the node embedding of neighbour 𝑣 at the 𝑙th layer. 1 deg(𝑖) is a normalization constant which applies a weighting by the size of the node's neighbourhood. One can observe an analogy between the aggregation of neighbouring nodes in a GCN and the convolution of a filter with, say, an image within a layer of a Convolutional Neural Network.</p><p>By applying Equation 2 over a number of layers, a given node's representation incorporates information from deeper into the network. A three-layer GCN, then, will incorporate the features from nodes three 'hops' from that node. Reaching a balance in the number of layers to use is an important consideration; in a feedforward neural network, too many layers can result in vanishing gradients or overfitting. In a GCN, there is an additional risk of every node embedding essentially converging to the same value, as more nodes are being shared in the aggregations of each node.</p><p>Kipf et al. <ref type="bibr" target="#b13">[14]</ref> further extended the update function to account for the observation that nodes with a larger neighbourhood will naturally disseminate information wider than one with fewer neighbours.</p><p>They update the normalization constant of Equation 2 to redress this by increasing the weighting of nodes with smaller neighbourhoods:</p><formula xml:id="formula_3">ℎ (𝑙+1) 𝑖 = 𝜎 ⎛ ⎝ ∑︁ 𝑣∈𝒩 𝑖 1 √︀ deg(𝑖) √︀ deg(𝑣) 𝑊 ℎ (𝑙) 𝑣 + 𝑏 ⎞ ⎠<label>(3)</label></formula><p>In some implementations, edges can be optionally assigned a numerical weight, to increase the influence of certain nodes over others. For example, in a geometric scenario, one could weight edges by similarity or distance between nodes. After a set number of message passing layers, the resulting node embeddings can be returned as-is, further transformed, for example via a feedforward neural network, or aggregated with other nodes to give a single graph-level representation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Graph Attention Networks</head><p>Graph Attention Networks <ref type="bibr" target="#b14">[15]</ref> (GATs) are an adaptation of GCN which differ in the way in which they aggregate each node's neighbourhood. From Equation 3 one can note that the update functions is an isotropic aggregation in which each node equally contributes towards the new representation of a node, while other implementations that allow for edge weighting require these weights to be known and specified in advance. GATs assign a different weighting to each edge via learnable 'attention coefficients':</p><formula xml:id="formula_4">𝑧 (𝑙) 𝑖 = 𝑊 ℎ (𝑙) 𝑖<label>(4)</label></formula><formula xml:id="formula_5">𝑒 (𝑙) 𝑖𝑘 = LeakyReLU(𝑎 (𝑙) 𝑇 (𝑧 (𝑙) 𝑖 ⊕ 𝑧 (𝑙) 𝑗 ))<label>(5)</label></formula><formula xml:id="formula_6">𝛼 (𝑙) 𝑖𝑗 = exp(𝑒 (𝑙) 𝑖𝑘 ) ∑︀ 𝑘∈𝑁 (𝑖) exp(𝑒 (𝑙) 𝑖𝑘 )<label>(6)</label></formula><formula xml:id="formula_7">ℎ (𝑙+1) 𝑖 = 𝜎 ⎛ ⎝ ∑︁ 𝑗∈𝒩 (𝑖) 𝛼 (𝑙) 𝑖𝑗 𝑊 (𝑙) ℎ (𝑙) 𝑖 ⎞ ⎠ (<label>7</label></formula><formula xml:id="formula_8">)</formula><p>where ⊕ is the concatenation operator. 𝑎</p><formula xml:id="formula_9">(𝑙)</formula><p>𝑖𝑗 applies a softmax to the so-called 'attention score' 𝑒</p><formula xml:id="formula_10">(𝑙)</formula><p>𝑖𝑗 , the purpose of which is to calculate the relative importance of a particular neighbour.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Methodology</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Proposed model</head><p>We propose a graph-based model that models both the relationship between individual fingerprints in a pre-collected database, and the underlying geometric structure of the environment. To achieve this, we consider a fingerprint database comprising the received power, phase and delay spread between a given location and a set of static reference points (RPs) within an indoor environment. This database is then transformed into two graph representations; one based primarily on the sampled locations, and the other on the reference points.</p><p>In the former case, which we will denote as the fingerprint graph, we define a graph 𝐺 fp (𝑉 fp , 𝐸 fp ) with each node 𝑣 𝑖 ∈ 𝑉 fp being a point in the fingerprint database sampled at a given location with initial node feature ℎ (0) 𝑣 set to the concatenated fingerprint (comprising the received power, phase and delay spread) from each RP at 𝑣. In our study we use an environment with eight RPs, and therefore have an initial feature vector of length 24. For each node 𝑣 ∈ 𝑉 fp , for some value 𝑘 ∈ N, 𝑘 ≥ 1 an incoming edge is created between the 𝑘 most similar fingerprints (by euclidean distance) and 𝑣. In our experiments we find that 𝑘 = 3 yields optimum performance. This graph is static throughout training, For the RP graph, 𝐺 RP , we instead define a fully connected graph (every node has a bidirectional edge to all other nodes, without, in this case, self-loops) in which the nodes are defined as the individual RPs. The node features for this graph are unique to each individual location sampled in the fingerprint database; for each location we get the initial node state of the 3-feature fingerprint for each RP.</p><p>We divide our fingerprint database into a train and test set, and construct a single fingerprint graph for the training set. When considering a given location, we identify that node in the fingerprint graph, and distribute its feature vector across the nodes in our RP graph. We pass the fingerpring graph through a GAT network, and the RP graph through a number of GCN layers. ReLU is used as the non-linearity for both models. The final node embedding of the targeted node is then extracted from the GAT network, and concatenated with a Global Mean Pool<ref type="foot" target="#foot_0">1</ref> readout of the final RP graph. The resulting vector is then passed through a feedforward neural network, finally outputting a length-2 vector which we take as the coordinate prediction. A schematic of our model is shown in Figure <ref type="figure" target="#fig_0">1</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Data generation</head><p>To initially evaluate the potential of our positioning model, we constructed an approximately 368 m 2 simulated environment indicative of a medium-sized office floor, comprising a number of rooms varying from 4.1 m 2 to 50 m 2 connected by corridors. The environment was constructed using the Blender ® 3D modelling software <ref type="bibr" target="#b15">[16]</ref>, and imported into the Remcom Wireless InSite ® EM propagation software <ref type="bibr" target="#b16">[17]</ref>. The environment was divided into a grid of 3.68 million 1 cm 2 squares, into which a receiver antenna was positioned. Eight transmitters were placed throughout the environment, along the main corridor and in each of the large atriums. Figure <ref type="figure" target="#fig_1">2a</ref> shows the positions of the transmitters, indicated in green.</p><p>The receivers and transmitters were configured according to the parameters given in Table <ref type="table" target="#tab_0">1</ref> and the EM environment configured as in Table <ref type="table">2</ref>, and pairwise propagation simulations performed between every Tx and Rx, from which received power, phase and delay spread were obtained. An example of a received power plot is shown in Figure <ref type="figure" target="#fig_1">2c</ref>.</p><p>While such a high resolution dataset would be impractical to gather in reality, we are able to sample from the dataset to emulate measurement campaigns of varying degrees of coverage and uniformity  <ref type="bibr">[16,8] [32,16]</ref> without the need to perform multiple time-consuming simulations. In this instance, to replicate the performing of a realistic fingerprint measurement campaign as closely as possible, as well as to allow for the future extension of this environment towards training with sequential path data (for which the availability of robust public datasets is limited), random walking paths through the environment were generated using MATLAB's Navigation Toolbox. Positions were sampled every 10 cm, and the power, phase and delay spread estimated by means of linear interpolation. A total of 137 paths, shown in Figure <ref type="figure" target="#fig_1">2b</ref>, were generated for the purpose of this study, comprising 30 496 individual locations. Gaussian noise was then applied to the data to add additional uncertainty to the simulated data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Pre-processing</head><p>All data in the fingerprint database, including the ground truth labels, was standardized prior to use using so-called robust standardization, a variant of Z-score standardization more robust against outliers which uses the median and inter-quartile range of each feature in place of mean and standard deviation, respectively.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Results</head><p>The graph models were implemented using PyTorch Geometric <ref type="bibr" target="#b17">[18]</ref>, an extension to PyTorch for graphbased learning, and trained using the Adam optimizer, and MSE loss functions. Batch size was set to 32, and the learning rate 1 × 10 −4 . The hyperparameters tuned for our model are given in Table <ref type="table">3</ref>.</p><p>We compared the accuracy of our model against several reference models; kNN, for values of k from 1 to 30 and using cosine, euclidean and Manhattan distance metrics; Random Forest <ref type="bibr" target="#b18">[19]</ref> with 8, 16, 32, 64, 128, 256, 512 and 1024 trees; and a multilayer perceptron (MLP), with tuned hyperparameters for the number of layers and hidden channel size. In addition, the multi-graph method was compared with the performance of each respective graph model alone.</p><p>The performance of the optimum models and benchmarks are summarized in Figure <ref type="figure" target="#fig_2">3</ref>. We can see from the results that our model appears to improve upon these benchmark models by a significant degree, with a 29% reduction in average error than using just an MLP, the best performing non-graph model. It is also interesting to observe that the combination of both the fingerprint and RP graphs results in a greater accuracy than either graph model used individually. This suggests that both graph representations capture and utilise information not present in the other, and further supports the argument that graph-based models are a promising and effective way of incorporating relevant structural information that would otherwise have been lost in a simple vector-based fingerprinting model.</p><p>We observe that our model results in significantly fewer outliers, which contributes strongly to the improvement in mean accuracy, though median error is currently higher than our benchmark models (Figure <ref type="figure" target="#fig_3">4</ref>. The maximum error encountered using Random Forest, for example, was over 30 metres, compared to 5.43 m using our own model. The coverage of our dataset is not uniformly distributed throughout the environment; the corners of rooms in particular are sparsely sampled in comparison  to high-traffic areas such as the main corridors. Distributed and crown sourced walking surveys is a common means of data collection for positioning systems <ref type="bibr" target="#b19">[20]</ref>, though more so in models that locate a user to within a discrete region as opposed to specific coordinates, and achieving uniformly distributed training data can be time consuming. Accordingly, the kNN model struggled to correctly position locations at the boundaries of the sampled area. By comparison, our model was able to position outlying test locations to within 2 m, even in these sparse regions.</p><p>With respect to data collection, we note that the 10cm resolution at which locations were sampled for the purpose of training the models may present challenges when transferring this method to the real world. While this resolution may be possible at an acceptable sampling frequency using bespoke hardware, smartphones are typically constrained in their maximum sample rate. In recent versions of the Android operating system, for example, the time to complete a scan of broadcasting WiFi devices and their signal strengths is around 3-5 s depending on handset model <ref type="bibr" target="#b20">[21]</ref>. A data collection campaign of the scale described in our paper could take many hours to complete, even accounting for a division of labour using multiple devices. A possible solution to this is currently ongoing, which is investigating the feasibility of transfer learning, which has previously been applied to RF data <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b22">23]</ref>, to augment a smaller amount of manually sampled locations with a higher resolution synthetic dataset, to allow for a shorter data collection campaign while maintaining acceptable localisation performance.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion and future work</head><p>We have presented a new RF-based positioning model which combines two different graph representations of a simulated indoor environment. Current results have indicated a 32 cm improvement over all benchmarks, and stronger performance compared to the use of only one or the other graph representation. Considering future work, with respect to the fingerprint graph, at present we only consider each location independently, and incorporating new ones into the graph does not affect the rest of the graph (new incoming edges can added to allow information to propagate to unseen nodes, but this does not allow information flow in the other direction). One might consider the case where multiple users are present in the same environment. In this case, it may be advantageous to consider the relationship between users, turning this problem into one of collaborative positioning. Future work is, at the time of writing, underway to investigate the potential for this model to be extended into a collaborative one, to explore the use of temporal data (the dataset having been constructed as a set of walking paths) to further improve model performance, and to further evaluate performance against industry standard datasets such as UJIIndoorLoc <ref type="bibr" target="#b23">[24]</ref>. Noting the improvement in accuracy in outlying regions of our environment, we also wish to explore the extent to which our model is able to mitigate against inconsistent and non-uniform measurement campaigns.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Summary schematic of our proposed model</figDesc><graphic coords="4,72.00,65.61,451.26,207.37" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Simulated office environment used for study. (a) 3D model of the environment showing positions of transmitters (green points); (b) 'Walking paths' used to generate fingerprint database; (c) Indicative received power plot at Transmitter 1</figDesc><graphic coords="6,72.00,270.71,203.07,174.43" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Comparison of our model with reference benchmarks</figDesc><graphic coords="7,94.57,65.61,406.15,204.42" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Hair-and-whisker plots for kNN, Random Forest, and our model.</figDesc><graphic coords="7,139.69,309.45,315.90,261.36" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Antenna Parameters</figDesc><table><row><cell>Antenna type</cell><cell>Omnidirectional</cell></row><row><cell>Maximum Gain</cell><cell>2.5 dBi</cell></row><row><cell cols="2">Receiver Threshold −142 dBm</cell></row><row><cell cols="2">Carrier Frequency 2.4 GHz</cell></row><row><cell>Table 2</cell><cell></cell></row><row><cell>Simulation Parameters</cell><cell></cell></row><row><cell>Reflections</cell><cell>6</cell></row><row><cell>Transmissions</cell><cell>8</cell></row><row><cell>Outer wall material</cell><cell>Brick</cell></row><row><cell>Inner wall material</cell><cell>Layered drywall</cell></row><row><cell>Floor/Ceiling material</cell><cell>Concrete</cell></row><row><cell cols="2">InSite Propagation Model X3D Ray</cell></row><row><cell>Ceiling Height</cell><cell>3 m</cell></row><row><cell>Table 3</cell><cell></cell></row><row><cell>Multi-graph model hyperparameters</cell><cell></cell></row><row><cell cols="2">Hyperparameter Search space</cell><cell>Value in optimum model</cell></row><row><cell cols="2">Fingerprint GAT final embedding size 24, 48, 96</cell><cell>48</cell></row><row><cell cols="2">Fingerprint GAT layers 1, 2, 3, 4</cell><cell>2</cell></row><row><cell cols="2">Fingerprint GAT hidden embedding size 8, 16, 32, 64</cell><cell>32</cell></row><row><cell cols="2">RP GNN final embedding size 10, 20, 40</cell><cell>20</cell></row><row><cell cols="2">RP GNN layers 1, 2, 3, 4</cell><cell>2</cell></row><row><cell cols="2">FC Layers [64, 32, 16], [32, 16],</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Global Mean Pool aggregates the information in a graph by taking a mean average of each feature across all nodes in the graph.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>Liam M. Self was supported by the UK Engineering and Physical Sciences Research Council (EPSRC) grant EP/S023046/1 for the EPSRC Centre for Doctoral Training in Sensor Technologies for a Healthy and Sustainable Future.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Wifi rss fingerprint database construction for mobile robot indoor positioning system</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">H</forename><surname>Ismail</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Kitagawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Tasaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Terashima</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2016 IEEE international conference on systems, man, and cybernetics (SMC)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="1561" to="001566" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Inventory placement mapping using bluetooth low energy beacon technology for warehouses</title>
		<author>
			<persName><forename type="first">P</forename><surname>Octaviani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Ce</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICIMTech50083.2020.9211206</idno>
	</analytic>
	<monogr>
		<title level="m">2020 International Conference on Information Management and Technology (ICIMTech)</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="354" to="359" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Musa: Using indoor positioning and navigation to enhance cultural experiences in a museum</title>
		<author>
			<persName><forename type="first">I</forename><surname>Rubino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Xhembulla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Martina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bottino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Malnati</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Sensors</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page" from="17445" to="17471" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Indoor positioning and prediction in smart elderly care: Model, system and applications</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Fang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Lu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Huang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Algorithms and Architectures for Parallel Processing</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Qiu</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="537" to="548" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A low-cost indoor activity monitoring system for detecting frailty in older adults</title>
		<author>
			<persName><forename type="first">T</forename><surname>Tegou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Kalamaras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tsipouras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Giannakeas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Votis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Tzovaras</surname></persName>
		</author>
		<idno type="DOI">10.3390/s19030452</idno>
		<ptr target="https://www.mdpi.com/1424-8220/19/3/452.doi:10.3390/s19030452" />
	</analytic>
	<monogr>
		<title level="j">Sensors</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Cnn based indoor localization using rss time-series</title>
		<author>
			<persName><forename type="first">M</forename><surname>Ibrahim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Torki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Elnainay</surname></persName>
		</author>
		<idno type="DOI">10.1109/ISCC.2018.8538530</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE Symposium on Computers and Communications (ISCC)</title>
				<imprint>
			<date type="published" when="2018">2018. 2018</date>
			<biblScope unit="page" from="1044" to="01049" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Indoor positioning based on fingerprint-image and deep learning</title>
		<author>
			<persName><forename type="first">W</forename><surname>Shao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Luo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Ma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Crivello</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2018.2884193</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="74699" to="74712" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A low complexity system based on multiple weighted decision trees for indoor localization</title>
		<author>
			<persName><forename type="first">D</forename><surname>Sánchez-Rodríguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hernández-Morera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Quinteiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Alonso-González</surname></persName>
		</author>
		<idno type="DOI">10.3390/s150614809</idno>
		<ptr target="https://www.mdpi.com/1424-8220/15/6/14809.doi:10.3390/s150614809" />
	</analytic>
	<monogr>
		<title level="j">Sensors</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page" from="14809" to="14829" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Indoor positioning based on wi-fi fingerprint technique using fuzzy k-nearest neighbor</title>
		<author>
			<persName><forename type="first">P</forename><surname>Torteeka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Chundi</surname></persName>
		</author>
		<idno type="DOI">10.1109/IBCAST.2014.6778188</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of 2014 11th International Bhurban Conference on Applied Sciences &amp; Technology (IBCAST)</title>
				<meeting>2014 11th International Bhurban Conference on Applied Sciences &amp; Technology (IBCAST)<address><addrLine>Islamabad, Pakistan</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014-01-18">14th -18th January, 2014. 2014</date>
			<biblScope unit="page" from="461" to="465" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Graph neural network for large-scale network localization</title>
		<author>
			<persName><forename type="first">W</forename><surname>Yan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Jin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Yin</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICASSP39728.2021.9414520</idno>
	</analytic>
	<monogr>
		<title level="m">ICASSP 2021 -2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="5250" to="5254" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Indoor localization algorithm based on geometric deep learning</title>
		<author>
			<persName><forename type="first">X</forename><surname>Kang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Liang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Wang</surname></persName>
		</author>
		<idno type="DOI">10.1117/12.3025056</idno>
		<ptr target="https://doi.org/10.1117/12.3025056.doi:10.1117/12.3025056" />
	</analytic>
	<monogr>
		<title level="m">Fifteenth International Conference on Signal Processing Systems (ICSPS 2023)</title>
				<editor>
			<persName><forename type="first">Z</forename><surname>Zhang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Li</surname></persName>
		</editor>
		<imprint>
			<publisher>SPIE</publisher>
			<date type="published" when="2024">2024</date>
			<biblScope unit="volume">13091</biblScope>
			<biblScope unit="page">1309121</biblScope>
		</imprint>
	</monogr>
	<note>International Society for Optics and Photonics</note>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Indoor Localization using Graph Neural Networks</title>
		<author>
			<persName><forename type="first">F</forename><surname>Lezama</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">G</forename><surname>Gonzalez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Larroca</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Capdehourat</surname></persName>
		</author>
		<idno type="DOI">10.1109/URUCON53396.2021.9647082</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE URUCON</title>
		<imprint>
			<biblScope unit="volume">2021</biblScope>
			<biblScope unit="page" from="51" to="54" />
			<date type="published" when="2021">2021. 2021</date>
		</imprint>
	</monogr>
	<note>URUCON</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">The graph neural network model</title>
		<author>
			<persName><forename type="first">F</forename><surname>Scarselli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C</forename><surname>Tsoi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hagenbuchner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Monfardini</surname></persName>
		</author>
		<idno type="DOI">10.1109/TNN.2008.2005605</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Neural Networks</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="page" from="61" to="80" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Semi-Supervised Classification with Graph Convolutional Networks</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">N</forename><surname>Kipf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Welling</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1609.02907</idno>
	</analytic>
	<monogr>
		<title level="m">5th International Conference on Learning Representations, ICLR 2017 -Conference Track Proceedings</title>
				<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Graph Attention Networks</title>
		<author>
			<persName><forename type="first">P</forename><surname>Veličković</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Casanova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Liò</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Cucurull</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Romero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Bengio</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-01587-8_7</idno>
		<idno type="arXiv">arXiv:1710.10903</idno>
	</analytic>
	<monogr>
		<title level="m">6th International Conference on Learning Representations, ICLR 2018 -Conference Track Proceedings</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Community, Blender -a 3D modelling and rendering package</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">O</forename></persName>
		</author>
		<ptr target="http://www.blender.org" />
	</analytic>
	<monogr>
		<title level="m">Blender Foundation</title>
				<meeting><address><addrLine>Amsterdam</addrLine></address></meeting>
		<imprint>
			<publisher>Stichting Blender Foundation</publisher>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<ptr target="https://www.remcom.com/wireless-insite-propagation-software" />
		<title level="m">Wireless InSite 3D Wireless Propagation Software</title>
				<imprint>
			<date type="published" when="2023">2023. 2024-04-06</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Fey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">E</forename><surname>Lenssen</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1903.02428</idno>
		<title level="m">Fast graph representation learning with pytorch geometric</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Random decision forests</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">K</forename><surname>Ho</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of 3rd international conference on document analysis and recognition</title>
				<meeting>3rd international conference on document analysis and recognition</meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="1995">1995</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="278" to="282" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Performance evaluation of radio map construction methods for wi-fi positioning systems</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">H</forename><surname>Jung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B.-C</forename><surname>Moon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Han</surname></persName>
		</author>
		<idno type="DOI">10.1109/TITS.2016.2594479</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Intelligent Transportation Systems</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="page" from="880" to="889" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Implementation of wi-fi signal sampling on an android smartphone for indoor positioning systems</title>
		<author>
			<persName><forename type="first">H.-H</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Sensors</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="page">3</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Transfer learning with radio frequency signals</title>
		<author>
			<persName><forename type="first">S</forename><surname>Kuzdeba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Robinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Carmack</surname></persName>
		</author>
		<idno type="DOI">10.1109/CCNC49032.2021.9369550</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE 18th Annual Consumer Communications &amp; Networking Conference (CCNC)</title>
				<imprint>
			<date type="published" when="2021">2021. 2021</date>
			<biblScope unit="page" from="1" to="9" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Transfer learning-based received power prediction with ray-tracing simulation and small amount of measurement data</title>
		<author>
			<persName><forename type="first">M</forename><surname>Iwasaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Nishio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Morikura</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Yamamoto</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE 92nd Vehicular Technology Conference (VTC2020-Fall)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2020">2020. 2020</date>
			<biblScope unit="page" from="1" to="6" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Ujiindoorloc: A new multi-building and multi-floor database for wlan fingerprint-based indoor localization problems</title>
		<author>
			<persName><forename type="first">J</forename><surname>Torres-Sospedra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Montoliu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Martínez-Usó</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Avariento</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">J</forename><surname>Arnau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Benedito-Bordonau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Huerta</surname></persName>
		</author>
		<idno type="DOI">10.1109/IPIN.2014.7275492</idno>
	</analytic>
	<monogr>
		<title level="m">2014 International Conference on Indoor Positioning and Indoor Navigation (IPIN)</title>
				<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="261" to="270" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
