<?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">End-to-End Walking Speed Estimation Method for Smartphone PDR using DualCNN-LSTM</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Nobuo</forename><surname>Kawaguchi</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Nagoya University</orgName>
								<address>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Junto</forename><surname>Nozaki</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Nagoya University</orgName>
								<address>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Takuto</forename><surname>Yoshida</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Nagoya University</orgName>
								<address>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Kei</forename><surname>Hiroi</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Nagoya University</orgName>
								<address>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Takuro</forename><surname>Yonezawa</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Nagoya University</orgName>
								<address>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Katsuhiko</forename><surname>Kaji</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Aichi Institute of Technology</orgName>
								<address>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">End-to-End Walking Speed Estimation Method for Smartphone PDR using DualCNN-LSTM</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">EF6CD6ADB73590934AC9DFA2F254F081</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T02:53+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>end-to-end</term>
					<term>inertial positioning</term>
					<term>PDR</term>
					<term>CNN-LSTM</term>
					<term>Du-alCNN</term>
					<term>walking speed estimation</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Most of the current inertial positioning systems can be categorized as the strapdown algorithm and the step-and-heading approach. However, for the strapdown algorithm using smartphone as a sensor device, the accuracy of the current MEMS based accelerometer are not enough for estimating relative movement. Also, for the step-and-heading approach, robust estimation of step length is always difficult. In this paper, we propose an end-to-end walking speed estimation method using Deep Learning to overcome these problems. By using our method, we can achieve a smartphone PDR with higher accuracy and better robustness to gait type.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Pedestrian Dead Reckoning(PDR) is one of the promising technology for indoor localization. Most of the current PDR techniques can be categorized as the strapdown algorithm and the step-and-heading algorithm <ref type="bibr" target="#b0">[1]</ref>. The strapdown algorithms require precise accuracy of the sensor devices to realize the accurate localization. However, most of current smartphones equipped with MEMS sensors do not have enough precision for the double integration, it causes a timecumulative drift-error. On the other hand, the step-and-heading PDR algorithm has the major difficulty in robust estimation of the step length and the step detection.</p><p>Step length depends on several parameters such as person's height, walking speed and type of gait. So, in the conventional method <ref type="bibr" target="#b4">[5]</ref>  <ref type="bibr" target="#b14">[15]</ref>, it is not easy to estimate step length without using user dependent information. For the step detection, distinguishing "stamp" with usual "walk" is very difficult.</p><p>In this paper, we propose an end-to-end walking speed estimation method for smartphone PDR by using DualCNN-LSTM. By estimating pedestrian's walking speed directly from accelerometer sensor data, we do not have to consider about parameters such as step length, person's height nor type of gait. This means we do not have to consider about user dependent information which affects walking-speed parameters. To adapt machine learning algorithm for end-toend speed estimation, we address two problems: 1) how we collect ground truth data of pedestrian's speed and trajectory for training data, and 2) how we design neural network for achieving high accuracy. To collect data for training, we leverage Google Tango <ref type="bibr" target="#b5">[6]</ref> for recognizing trajectory, and we calculate pedestrian's speed data by using matrix manipulation with Karman filter. To achieve integration of step-detection and step-length estimation as speed estimation with machine learning technique, we employ LSTM(Long Short Term Memory) <ref type="bibr" target="#b13">[14]</ref> with convolutional neural network called CNN-LSTM <ref type="bibr" target="#b11">[12]</ref>. Additionally, we extend CNN-LSTM with the fusion of short term convolutional features and long term convolutional features. So we call our network as DualCNN-LSTM. Through our experiments, we confirmed that our method achieves higher precision such as 6.51% error rate compared to 17.55% of existing method .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>There are large amount of study which handles pedestrian localization systems <ref type="bibr" target="#b0">[1]</ref>. One of the successful PDR is based on ZUPT(Zero Velocity Updates) <ref type="bibr" target="#b1">[2]</ref> method which use fixed sensors on the foot <ref type="bibr" target="#b16">[17]</ref>. But this method cannot utilize smartphone because it requires to fix the sensors on the foot. Most of smartphone PDR researches use step-and-heading algorithm. For the step detection, Alzantot <ref type="bibr" target="#b4">[5]</ref> utilize finite automaton with peak detection. Also, there are several PDR competitions <ref type="bibr" target="#b14">[15]</ref> which collects several algorithms to evaluate them under the same condition. In addition, there is a step-length estimation method which utilize stacked autoencoders <ref type="bibr" target="#b10">[11]</ref>. These works challenged to increase accuracy of PDR. however, still not achieved enough accuracy for real-world deployment.</p><p>In addition, recent advancement of deep learning technology enables end-toend machine learning on different domains <ref type="bibr">[3] [4]</ref>. We obtain various technical hints from these researches. One of the most famous end-to-end machine learning system is "Deep Speech" <ref type="bibr" target="#b17">[18]</ref> which enables end-to-end speech recognition. By utilizing fully connected layer and bi-directional Recurrent Neural Network, they enabled learning from unaligned transcribed audio dataset.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">End-to-end Walking Speed Estimation for PDR</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Objective</head><p>Our long-term objective is to establish a method for end-to-end PDR which inputs accelerometer and gyro sensor data and outputs relative position movement. However, this paper focuses to estimate pedestrian's speed by end-to-end manner, and calculating trajectory with the speed and heading data. Thus, we propose speed-and-heading PDR algorithm. To best of our knowledge, recognizing heading can be achieved with high accuracy. Compared with heading, current PDR methods' inaccuracy is caused by failing estimation of step length and step counts. So we divide the problem into simpler components -one is the end-to-end horizontal walking speed estimation, and the other is the horizontal heading estimation. This method is different from conventional step-and-heading approach because we don't have to estimate the step count and the step length. Our end-to-end walking speed estimation method inputs accelerometer sensor data and directly outputs terminal movement speed.</p><p>To achieve the objective, we address two problems to be solved for end-toend speed estimation. First problem is how we prepare training data for end-toend speed estimation. To adapt machine learning for speed estimation, we need to collect dataset which includes pedestrian's (i.e., smartphone's) trajectory, accelerometer data, gyro sensor data, and speed. It is difficult to get these data from smartphone directly, so that we leverage Google Tango and analyze it's data for preparing speed as ground truth. Second problem is how we model neural network for estimating speed. We surveyed different methods of deep neural network for activity recognition area. Through the survey and our initial experiments with different models of networks, we decided to extend CNN-LSTM for end-to-end speed estimation (see Fig. <ref type="figure" target="#fig_0">1</ref>).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">PDR Data Collection for End-to-End Speed Estimation</head><p>End-to-end machine learning of PDR requires ground truth data of the precise terminal location with sensor inputs. In this paper, we employ Google Tango enabled smartphone (Lenovo PHAB2 Pro) with original location data logger software and HASC Logger <ref type="bibr" target="#b6">[7]</ref> . Google Tango utilizes vision tracking called "VSLAM" with sensor fusion technology. By using Google Tango, we can obtain 3D trajectory of terminal position. The location measurement error of Google Tango in our pre-experiment is less than 30cm, and also in the evaluation literature <ref type="bibr" target="#b2">[3]</ref>. So we use Google Tango tracking data as a ground truth data of the terminal location. We have collected 79 different routes by 5 subject who is equipped with 3 smartphones simultaneously. In our data collection, subjects are ordered to perform different type of gaits such as fast walk, normal walk, slow walk, and stamp. Details of the collected PDR dataset is shown in Table <ref type="table" target="#tab_0">1</ref>.</p><p>Based on the collected data, we have to estimate pedestrian's speed. In this paper, we focus two-dimensional trajectory. However, speed vector which is calculated from Tango's location data cannot be used directly because Tango exports data which includes 3 dimensional data. Therefore, we applied Karman filter based method <ref type="bibr" target="#b15">[16]</ref> to estimate and remove data of gravity direction with considering noise reduction <ref type="bibr" target="#b7">[8]</ref>. We calculate 2 dimensional moving vector by using gravity direction vector g which is estimated from Karman filter as following:</p><formula xml:id="formula_0">v h = v − g • v |g| 2 v.</formula><p>We use composition of calculated speed vector as ground truth data for speed estimation in the following section. Fig. <ref type="figure">2</ref> shows the overview of the process of extracting horizontal speed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">DualCNN-LSTM</head><p>To model the walking speed, we employ CNN-LSTM <ref type="bibr" target="#b11">[12]</ref> which is successfully used for activity recognition and other temporal signal processing methods. Additionally, we use fusion layer to capture short and long term features of walking  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Evaluation</head><p>We have evaluated our proposed method with conventional automaton based speed estimation method <ref type="bibr" target="#b7">[8]</ref>. For the evaluation dataset, we use our collected PDR dataset and large indoor pedestrian sensing corpus HASC-IPSC <ref type="bibr" target="#b9">[10]</ref>. HASC-IPSC is a corpus for indoor localization but not for real-time location estimation. So HASC-IPSC only contains 3D routes without time-stamp. Table <ref type="table" target="#tab_1">2</ref> shows the detail of HASC-IPSC. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Conventional Automaton based step detection [8]</head><p>For the comparison, we use conventional state-machine based PDR.</p><p>Step detection finite state automaton is shown in Fig. <ref type="figure">4</ref>. State transition of automaton by norm is depicted in Fig. <ref type="figure">5</ref>. Parameter set for the automaton is shown in table <ref type="table" target="#tab_2">3</ref>.</p><p>For the input of the state machine, we use 100Hz resampled 3 axis accelerometer sensor data and norm. We suppress the high-frequency noise of the sensor data by low-pass filter using FFT (higher than 8Hz for pocket, and others for 10Hz). Additionally, we limit the least time span of steps to be more than 0.5sec to avoid error detection. For the walking speed estimation, we use step length as person's stature × 0.46. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Evaluation with PDR dataset</head><p>In this paper, we report the detailed result of our PDR dataset for evaluation. We divide the 5 subjects PDR dataset for 4 subjects for learning, and 1 subject for test, which results 198 learning files and 36 test files. For the evaluation metrics, we employ the following metrics called PIEM(Path Independent Evaluation Metrics) <ref type="bibr" target="#b8">[9]</ref> -Average moving distance error (AMDE), Moving distance error rate for each meter (MDEM), and Moving distance error rate for each second (MDES).</p><p>For AMDE, we calculate total distance error by using estimated walking speed and elapsed time. For MDEM and MDES, we first create a scatter plot from moving distance error and ground truth distance, or elapsed time. Then we obtain the error rate from the slope of the line regressed by the least square estimate method. Result of the evaluation with our PDR dataset is shown in Table 4. All results of DualCNN-LSTM show better performance than Automaton based method. Effect of the type of gait is shown in Table <ref type="table" target="#tab_4">5</ref>. Automaton based method cannot handle the "stamp", so it increases estimation error. Fig. <ref type="figure" target="#fig_2">6</ref> and Fig. <ref type="figure" target="#fig_3">7</ref> show examples of the speed estimation results of conventional automaton based method and DualCNN-LSTM. Fig. <ref type="figure" target="#fig_4">8</ref> and Fig. <ref type="figure" target="#fig_5">9</ref> show the results of estimated moving paths with ground truth. To plot the moving path, we integrate estimated walking speed with moving direction which is calculated from horizontal angular velocity. Fig. <ref type="figure" target="#fig_2">6</ref> and Fig. <ref type="figure" target="#fig_4">8</ref> is for "walk", and Fig. <ref type="figure" target="#fig_3">7</ref> and Fig. <ref type="figure" target="#fig_5">9</ref> is for "stamp". Automaton based method cannot clearly distinguish the "stamp" with "walk", so it sometimes outputs incorrect speed in "stamp"(like in Fig. <ref type="figure" target="#fig_3">7</ref>).     </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>We propose an end-to-end pedestrian walking speed estimation method using DualCNN-LSTM. By using Google Tango for collecting the corpus of pedestrian's 3D-location with sensor data, our learning method achieved higher precision such as 6.51% error rate.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. DualCNN-LSTM network model for End-to-End Walking Speed Estimation activities from the idea of local and global feature extraction [13]. Detail of the structure and tensor sizes of DualCNN-LSTM network is shown in Fig. 1. We utilize dropout( p=0.5), and ReLU for activation function. Fig. 3 shows the data of the sensor data input and the estimated horizontal speed output of DualCNN-LSTM. For each 100Hz sampling timing, we input 200 samples (2.0sec) into convolutional layer of the DualCNN-LSTM network. Inside of the network, short term feature and long term feature are extracted and combined into LSTM. We use PyTorch as a deep learning platform.</figDesc><graphic coords="4,180.12,214.21,255.12,219.60" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 . 3 .Fig. 4 . 8 ]Fig. 5 .</head><label>23485</label><figDesc>Fig. 2. Sensor data input and estimated speed output of DualCNN-LSTM Fig. 3. Extracting horisontal speed input for the learning phase</figDesc><graphic coords="5,325.32,116.83,141.73,108.49" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 6 .</head><label>6</label><figDesc>Fig. 6. Difference of walking speed estimation for "walk".</figDesc><graphic coords="7,150.36,257.81,141.73,94.93" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 7 .</head><label>7</label><figDesc>Fig. 7. Difference of walking speed estimation for "stamp".</figDesc><graphic coords="7,325.32,258.26,141.73,94.04" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 8 .</head><label>8</label><figDesc>Fig. 8. Difference of estimated moving path plot of PDR "walk".</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Fig. 9 .</head><label>9</label><figDesc>Fig. 9. Difference of estimated moving path plot of PDR "stamp".</figDesc></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>Collected PDR Dataset</figDesc><table><row><cell cols="2">Number of Subjects 5 subjects (20's male)</cell></row><row><cell>Terminal Position</cell><cell>Hand, Left/Right Waist Pocket (3 positions)</cell></row><row><cell>Type of Gait</cell><cell>walk(fast, normal, slow, stamp), still</cell></row><row><cell>Total Routes</cell><cell>79 routes (234 files)</cell></row><row><cell cols="2">Average walking time 92.9 sec,,SD: 55.1sec</cell></row><row><cell cols="2">Average route length 52.9m, SD:35.5m</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>HASC-IPSC [10] DATASET</figDesc><table><row><cell cols="2">Subjects 100 subjects</cell></row><row><cell cols="2">Position Back of waist, shirt pocket, bag</cell></row><row><cell>Sensors</cell><cell>Accelerometer, Gyro,Pressure Magetometer, WiFi</cell></row><row><cell>Gait</cell><cell>walk, still</cell></row><row><cell>Routes</cell><cell>452 (116 different routes)</cell></row><row><cell cols="2">Ave. time 110.1 sec,,SD: 36.0 sec</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 .</head><label>3</label><figDesc>Parameter of Step-Detection Automaton</figDesc><table><row><cell cols="2">Parameter Hand Pocket HASC-IPSC</cell></row><row><cell>Move</cell><cell>1.05 1.05 1.05</cell></row><row><cell cols="2">Pos Peak 1.09 1.13 1.11</cell></row><row><cell cols="2">Neg Peak 0.97 0.89 0.93</cell></row><row><cell cols="2">Step End 0.98 0.96 0.97</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4 .</head><label>4</label><figDesc>Evaluation results with PDR dataset</figDesc><table><row><cell>Terminal Position</cell><cell>Metric</cell><cell>Proposed</cell><cell>Automaton based</cell></row><row><cell></cell><cell>AMDE[m]</cell><cell>3.83</cell><cell>16.78</cell></row><row><cell>Overall</cell><cell>MDEM[%]</cell><cell>6.26</cell><cell>17.55</cell></row><row><cell></cell><cell>MDES[%]</cell><cell>4.03</cell><cell>18.63</cell></row><row><cell></cell><cell>AMDE[m]</cell><cell>4.30</cell><cell>8.27</cell></row><row><cell>Hand</cell><cell>MDEM[%]</cell><cell>6.24</cell><cell>15.86</cell></row><row><cell></cell><cell>MDES[%]</cell><cell>4.92</cell><cell>8.32</cell></row><row><cell></cell><cell>AMDE[m]</cell><cell>2.64</cell><cell>23.41</cell></row><row><cell>L-Pocket</cell><cell>MDEM[%]</cell><cell>4.62</cell><cell>20.09</cell></row><row><cell></cell><cell>MDES[%]</cell><cell>2.53</cell><cell>26.69</cell></row><row><cell></cell><cell>AMDE[m]</cell><cell>4.55</cell><cell>18.77</cell></row><row><cell>R-Pocket</cell><cell>MDEM[%]</cell><cell>7.92</cell><cell>16.70</cell></row><row><cell></cell><cell>MDES[%]8</cell><cell>4.64</cell><cell>20.86</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 5 .</head><label>5</label><figDesc>Results with different type of gait</figDesc><table><row><cell cols="2">Type Metric</cell><cell>Proposed</cell><cell>Automaton based</cell></row><row><cell></cell><cell>AMDE[m]</cell><cell>3.92</cell><cell>10.50</cell></row><row><cell>Walk</cell><cell>MDEM[%]</cell><cell>6.10</cell><cell>15.92</cell></row><row><cell></cell><cell>MDES[%]</cell><cell>5.66</cell><cell>16.53</cell></row><row><cell></cell><cell>AMDE[m]</cell><cell>3.66</cell><cell>29.35</cell></row><row><cell>Stamp</cell><cell>MDEM[%]</cell><cell>82.31</cell><cell>518.24</cell></row><row><cell></cell><cell>MDES[%]</cell><cell>2.97</cell><cell>19.99</cell></row></table></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgment. This work is supported by JSPS KAKENHI Grant Number JP17H01762.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">A Survey of Indoor Inertial Positioning Systems for Pedestrians</title>
		<author>
			<persName><forename type="first">R</forename><surname>Harle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Communications surveys &amp; Tutorials</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="1281" to="1293" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A foot-mounted PDR system based on IMU/EKF+HMM+ZUPT+ZARU+HDR+compass algorithm</title>
		<author>
			<persName><forename type="first">W</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Wei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Ji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Yuan</surname></persName>
		</author>
		<idno type="DOI">10.1109/IPIN.2017.8115916</idno>
	</analytic>
	<monogr>
		<title level="m">Int. Conf. on Indoor Positioning and Indoor Navigation</title>
				<imprint>
			<date type="published" when="2017">IPIN2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">End-to-End Learning of Driving Models from Large-Scale Video Datasets</title>
		<author>
			<persName><forename type="first">H</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Darrell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The IEEE Conference on Computer Vision and Pattern Recognition(CVPR)</title>
				<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="3530" to="3538" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">End-to-End Training of Deep Visuomotor Policies</title>
		<author>
			<persName><forename type="first">S</forename><surname>Levine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Finn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Darrell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Abbeel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Machine Learning</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="1" to="40" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">UPTIME: Ubiquitous Pedestrian Tracking Using Mobile Phones</title>
		<author>
			<persName><forename type="first">M</forename><surname>Alzantot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Youssef</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Wireless Communications and Networking Conferene(WCNC)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="3204" to="3209" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Evaluation of Motion Tracking and Depth Sensing Accuracy of the Tango Tablet</title>
		<author>
			<persName><forename type="first">R</forename><surname>Roberto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Lima</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Araujo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Teichrieb</surname></persName>
		</author>
		<idno type="DOI">10.1109/ISMAR-Adjunct.2016.0082</idno>
	</analytic>
	<monogr>
		<title level="m">Int. Symp. on Mixed and Augumented Rality(ISMAR-Adjunct)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">HASC2012corpus: Large Scale Human Activity Corpus and Its Application</title>
		<author>
			<persName><forename type="first">N</forename><surname>Kawaguchi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">the Second International Workshop of Mobile Sensing: From Smartphones and Wearables to Big Data(Held with IPSN2012 and CPSWeek</title>
				<imprint>
			<date type="published" when="2012">2012. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Indoor Positioning Method Integrating Pedestrian Dead Reckoning with Magnetic Field and WiFi Fingerprints</title>
		<author>
			<persName><forename type="first">R</forename><surname>Ban</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kaji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Hiroi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Kawaguchi</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICMU.2015.7061061</idno>
	</analytic>
	<monogr>
		<title level="m">8th Int. Conf. on Mobile Computing and Ubiquitous Networking (ICMU)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="167" to="172" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">PIEM: Path Independent Evaluation Metric for Relative Localization</title>
		<author>
			<persName><forename type="first">M</forename><surname>Abe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kaji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Hiroi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Kawaguchi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Int. Conf. on Indoor Positioning and Indoor Navigation</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="1" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">HASC-IPSC:Indoor Pedestrian Sensing Corpus with a Balance of Gender and Age for Indoor Positioning and Floor-plan Generation Researches</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kaji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Watanabe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ban</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Kawaguchi</surname></persName>
		</author>
		<idno type="DOI">10.1145/2494091.2495981</idno>
	</analytic>
	<monogr>
		<title level="m">Pervasive and Ubiquitous Computing adjunct publication</title>
				<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="605" to="610" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Accurate Step Length Estimation for Pedestrian Dead Reckoning Localization Using Stacked Autoencoders</title>
		<author>
			<persName><forename type="first">Fuqiang</forename><surname>Gu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kourosh</forename><surname>Khoshelham</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chunyang</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jianga</forename><surname>Shang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Instrumentation and Measurement</title>
		<imprint>
			<biblScope unit="page" from="1" to="9" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Deep Convolutional and LSTM Recurrent Neural Networks for Multimodal Wearable Activity Recognition</title>
		<author>
			<persName><forename type="first">Javier</forename><surname>Francisco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daniel</forename><surname>Ordonez</surname></persName>
		</author>
		<author>
			<persName><surname>Roggen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Sensors</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">1</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Let there be Color!: Joint End-to-end Learning of Global and Local Image Priors for Automatic Image Colorization with Simultaneous Classification</title>
		<author>
			<persName><forename type="first">Satoshi</forename><surname>Iizuka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Edgar</forename><surname>Simo-Serra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hiroshi</forename><surname>Ishikawa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Graphics (TOG)</title>
		<imprint>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page">11</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Long Short-term Memory</title>
		<author>
			<persName><forename type="first">Sepp</forename><surname>Hochreiter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jurgen</forename><surname>Schmidhuber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Neural computation</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="1735" to="1780" />
			<date type="published" when="1997">1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Multi-algorithm on-site Evaluation System for PDR Challenge</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kaji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">K</forename><surname>Kanagu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Murao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Nishio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Urano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Iida</surname></persName>
		</author>
		<author>
			<persName><surname>Kawaguchi</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICMU.2016.7742094</idno>
	</analytic>
	<monogr>
		<title level="m">Proc. of Ninth International Conference on Mobile Computing and Ubiquitous Networking (ICMU2016)</title>
				<meeting>of Ninth International Conference on Mobile Computing and Ubiquitous Networking (ICMU2016)</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">A method of pedestrian dead reckoning using action recognition</title>
		<author>
			<persName><forename type="first">M</forename><surname>Kourogi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Ishikawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kurata</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE/ION Position</title>
		<imprint>
			<biblScope unit="page" from="85" to="89" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Foot Mounted Inertial System for Pedestrian Navigation</title>
		<author>
			<persName><forename type="first">Saurabh</forename><surname>Godha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gerard</forename><surname>Lachapelle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Measurement Science and Technology</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="issue">7</biblScope>
			<biblScope unit="page" from="1" to="9" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">Deep Speech: Scaling up end-toendspeech recognition</title>
		<author>
			<persName><forename type="first">A</forename><surname>Hannun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Case</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Casper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Catanzaro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Diamos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Elsen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Prenger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Satheesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sengupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Coates</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">Y</forename><surname>Ng</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1412.5567</idno>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

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