Giter Club home page Giter Club logo

gaitauth's Introduction

GaitAuth

Implementation of Authentication Scheme using Gait Signals Captured from Accelerometer. The full paper is available here (free version here).

Prerequistite Library

  1. libSVM. If the latest version does not work, please try v.3.15

Usage

The main functions are located in mainAuthentication.m (for authentication scheme) and mainRecognition.m (for recognition scheme)

Dataset

IMPORTANT NOTE: The dataset is only used for academic or research purposes. The authors do not allow anyone to use this dataset for any commercial purposes.

The dataset is located in DATASET folder, which contain gait signals of 38 users and is collected according to the following configurations

  • Device: Google Nexus One Mobile Phone
  • Platform: Android 2.3
  • Physical sensors used: Accelerometer , Magnetometer
  • Sampling rate: 27 Hz with the configuration of SENSOR_DELAY_FASTEST in Android SDK
  • Number of Participants: 38

Data in each walking session is recorded and saved in separate files which are named according to following pattern: UserID_Gender_SessionID_[DeviceName]DataType_SessionSequence.txt.

For example:

ID26_M_173358_[NexusOne]BMA 150 3-axis Accelerometer_10.txt

contains the raw acceleration data of user #26 who is Male, recorded in the session #173358 with Sequence #10.

There are three types of data in this dataset:

  1. BMA 150 3-axis Accelerometer: raw acceleration data which also capture the influence of gravity. Each line consists of 4 components separated by a comma (,) including (i) the timestamp, (ii) the x-dimensional value a_x, (iii) y-dimensional value a_y, and (iv) z-dimensional value a_z. Those values are in g unit (i.e. 1g = 9.8 m/s2).

  2. Linear Acceleration Sensor: acceleration data in which the influence of gravity is completely removed. Each line consists of 4 components separated by a comma (,) including (i) the timestamp, (ii) the x-dimensional value a_x, (iii) y-dimensional value a_y, and (iv) z-dimensional value a_z. Those values are in g unit (i.e. 1g = 9.8 m/s2).

  3. Rotation Matrix: contains 9 elements in the 3x3 rotation matrix as presented in the paper.

Citing

If the code and the dataset are found useful, we would be appreciated if our paper can be cited with the following bibtex format

@inproceedings{DBLP:conf/secrypt/HoangCN15,
  author    = {Thang Hoang and
               Deokjai Choi and
               Thuc Dinh Nguyen},
  title     = {On the Instability of Sensor Orientation in Gait Verification on Mobile
               Phone},
  booktitle = {{SECRYPT} 2015 - Proceedings of the 12th International Conference
               on Security and Cryptography, Colmar, Alsace, France, 20-22 July,
               2015.},
  pages     = {148--159},
  year      = {2015},
  crossref  = {DBLP:conf/secrypt/2015},
  url       = {https://doi.org/10.5220/0005572001480159},
  doi       = {10.5220/0005572001480159},
  timestamp = {Sun, 21 May 2017 00:21:13 +0200},
  biburl    = {https://dblp.org/rec/bib/conf/secrypt/HoangCN15},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

Further Information

For any inquiries, bugs, and assistance regarding using the code, please contact me at [email protected].

gaitauth's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gaitauth's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.