cordingly, an implicit authentication technique needs
to be investigated, which aims to enhance the user ex-
perience and ameliorate mobile security. Human gait
has been studied for a long time and shown to be as an
effective behavioral biometric trait (Jain et al., 2004;
Fish and Nielsen, 1993; Whitle, 2003). Identification
using gait signals captured by wearable sensors has
been introduced recently and has achieved positive re-
sults (Ailisto, 2005; Gafurov and Snekkenes, 2009).
Verification on mobiles leveraging gait characteristic
of individuals has significant advantages in terms of
user friendliness and security, in comparison to other
biometric modalities (Mjaaland et al., 2011; Derawi
and Bours, 2013). Specifically, gait signals can be
implicitly captured while the user is walking without
his or her intervention. From the security perspective,
it is difficult to counterfeit authentic gait patterns even
if the impostor could record the walking style of the
genuine user (Mjaaland et al., 2011). Conversely, a
copy of a fingerprint or face could be easily obtained
and the system security fully depends on the resis-
tance of the sensor. However, in most existing gait
recognition systems using wearable sensors, the ac-
quiring sensors are likely to be fixed in a specific ori-
entation and position, such as the waist, ankle or hip,
to ensure that the shape of the acquired gait signals is
similar (Derawi and Bours, 2013; Ailisto, 2005; Ga-
furov and Snekkenes, 2009; Derawi et al., 2010b; Ga-
furov et al., 2010). It can be seen that these positions
might be inappropriate, especially in the mobile con-
text. Moreover, fixing the orientation of the device
seems impossible in practice.
In this paper, we propose a novel gait recogni-
tion scheme which can be used for user verification
or identification on mobile device that can adapt to
the actual usage in reality. We pay attention to the
context that the mobile is placed in the front pocket,
which is the most appropriate location for the device
in daily use (Breitinger and Nickel, 2010). This study
mainly focuses on addressing the instability problem
of sensor’s orientation that frequently arises when the
device is flexibly attached with its owner in practice.
Furthermore, gait is likely to be considered as a be-
havioral biometric which is not as robust as other
physiological traits since it is affected by many physi-
cal and environmental conditions, such as the cloth-
ing, footwear, ground material, mood, health, age,
weight, etc. Therefore, applying pattern matching,
as in recent studies (Derawi et al., 2010b; Derawi
et al., 2010a; Derawi and Bours, 2013; Gafurov and
Snekkenes, 2009; Gafurov et al., 2010; Rong et al.,
2007), to deal with all these circumstances could be
inefficient. What is more, since the mobile is gen-
erally carried and accessed by its owner, gait signals
can be captured frequently and continuously. We pre-
fer to leverage machine learning techniques to adapt
to the variation of the gait characteristics over time.
Any change in the gait patterns can be implicitly la-
beled and notified to the system to update the outdated
model when the system frequently fails to verify the
user.
In summary, our main contributions are:
– Addressing the instability of sensor’s orientation
when gait signal of individual is captured. A sim-
ple but effective solution for this issue taking ad-
vantage of the available sensors in mobile devices
is presented (Section 3).
– Proposing a gait recognition model using statis-
tical analysis and supervised machine learning
(Section 4). The results achieved in our exper-
iment show that the proposed system has lower
error rates, in comparison to other state-of-the-art
methods (Section 5).
2 RELATED WORKS
Human gait data are considered to represent the par-
ticular style and manner in which human feet move
and, hence, contain information of identification. On
a more detailed level, the mechanism of human gait
involves synchronization between the skeletal, neu-
rological and muscular systems of the human body
(Fish and Nielsen, 1993). In 2005, H. Ailisto et al.
were the first to propose gait verification using wear-
able sensors (Ailisto, 2005) and this area was further
expanded by Gafurov et al. (Gafurov and Snekkenes,
2009). In general, sensors are attached to a particular
position such as the ankle (Gafurov and Snekkenes,
2009; Gafurov et al., 2010; Li et al., 2011; Terada
et al., 2011), hip (Gafurov and Snekkenes, 2009; De-
rawi et al., 2010b; Sprager and Zazula, 2009), waist
(Ailisto, 2005; Ngo et al., 2014), arm (Gafurov and
Snekkenes, 2009), or multiple positions (Pan et al.,
2009; Mondal et al., 2012) on the body to record lo-
comotion signals. The acquiring sensors can be gy-
roscopes or rotation sensors, but an accelerometer is
most commonly used to capture gait signals. The
most popular approach in this field is based on pattern
matching, in which the gait signals are captured, pre-
processed and then split into separate patterns. Vari-
ous distance metrics such as the Dynamic Time Warp-
ing (DTW) (Derawi et al., 2010b; Gafurov et al.,
2010; Rong et al., 2007; Derawi et al., 2010a), Eu-
clidean distance (Terada et al., 2011), auto-correlation
(Ailisto, 2005), and nearest neighbors (Pan et al.,
2009) are used to calculate similarity scores between