tracking of the subject and could result in failure
of identification.
Instead of the single sensor in the smartphone, we
will capture multiple movements of several joints of
the body by using a motion capture sensor such as
Kinect. Our proposed method does not require the
cooperation of users. Since a sensor detects many
subjects at the same time, the number of sensors is
greater than in the study by (Muaaz and Mayrhofer,
2017). The motion capture sensor allows us to de-
tect movements of multiple joints of our body. It is
thus useful for improving the robustness of identifica-
tion. Even if a partial movement of a hand is blocked
by some obstacle, we can identify the person by al-
ternative joints such as the foot or the head. We can
aggregate multiple movements of joints in human bo-
dies to improve the accuracy of identification. Our
experiment shows that the equal error rate (EER) of
our proposed method is 0.036, which is smaller than
0.13 in the above-mentioned study (Muaaz and May-
rhofer, 2017) for a single smartphone. We summarize
the comparison between this work and the previous
work in Table 1.
In our method, some research questions require
answering.
• How many features must be aggregated to mini-
mize the EER? Two features are better than one,
but it is important to define an appropriate maxi-
mum number of features because too many featu-
res may increase the false rejection rate (FRR).
• Automatic identification should be disabled when
the subject is not willing to be tracked. Possible
ways to prevent tracking include obfuscating the
way of walking by carrying a bag or box. Which
characteristic would obfuscate the gait the most?
To answer these questions, we conducted an expe-
riment using a prototype implementation of the pro-
posed method.
The remainder of the paper is organized as fol-
lows. In Section 2, we briefly describe some previous
work related to this study. In Section 3, we propose
a new gait identification method using the DTW al-
gorithm, and an improvement that integrates multi-
ple features. With the development prototype system,
we evaluate the accuracy of the proposed method and
report the optimal parameters in Section 4. Finally,
based on the experimental results, we consider requi-
rements relating to person identification in Section 5.
We conclude our study in Section 6.
2 RELATED WORKS
Gait authentication using an RGB camera has been
studied previously. Han et al. (Han and Bhanu,
2006) proposed the gait energy image (GEI). GEI is
an average image of gait for a cycle of walking. The
advantages of GEI are the reduction of processing
time, reduction of storage requirements, and robust-
ness of obstacles.
There are some studies using GEI. Backchy et
al. proposed a gait authentication method using Ko-
honen’s self-organizing mapping (K-SOM). In this
work, the authors used K-SOM to classify GEI and
reported a 57% recognition rate. Shiraga et al. propo-
sed the GEINet (Shiraga et al., 2016) using a convo-
lutional neural network to classify GEI images. The
best EER obtained was 0.01.
Person tracking can also be implemented using
depth sensors. A simple way of identification is to
use statistics of human joint movement (Mori and Ki-
kuchi, 2018). In this work, 3-dimensional coordina-
tes of 25 joints of a body were captured by Microsoft
Kinect V2, and 36 features were defined. In the expe-
riment, the EER was minimized to 0.25 by using the
best features in 10 subjects. This work demonstrated
that static features, such as statistics of distances, are
not useful for recognition. Preis et al. proposed a gait
recognition method using Kinect (Preis et al., 2012).
They used a decision tree and a Naive Bayes classifier
to recognize the gait. In their work, a success rate of
91.0% was achieved for nine subjects.
Gender classification using depth cameras has also
been applied. Igual et al. proposed a gender recogni-
tion method (Igual et al., 2013). In this work, they
used depth images instead of RGB images and cal-
culated the GEI from the images. The result of the
experiments showed that the accuracy of this method
is 93.90 %.
As mentioned earlier, gait authentication using
the accelerometer of mobile devices has also been
investigated. Muaaz et al.(Muaaz and Mayrhofer,
2017) proposed a person identification method using a
smartphone-based accelerometer. They used the acce-
leration information of an Android device in a per-
son’s front pocket as data. A cycle of walking is de-
fined as a template in the register phase and multiple
templates are registered. In the authentication phase,
the distances from all templates are examined and the
user is regarded as the correct person if more than half
of the templates are within the threshold. Zhang et
al. proposed a gait recognition method combining se-
veral sets of acceleration data (Zhang et al., 2015).
They showed that when the data from accelerometers
at five different body positions are used together, the
ICISSP 2019 - 5th International Conference on Information Systems Security and Privacy
222