Skip to content

utshabkg/gait_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author Author Stars

Gait recognition is one of the most successful biometric recognition technologies. Earlier studies have employed inertial sensors to capture gait dynamics for individual identification. Still, the overall performance of gait recognition is improvable. In this work, we have suggested a new deep neural network architecture named FCN-BiLSTM. The architecture concatenates the extracted features of a Bidirectional LSTM Network with the extracted features provided by a Fully Convolutional Network that uses Squeeze-and-Excitation blocks to provide a better feature map. That map is then input to a softmax classifier. We assessed our model on multiple benchmark datasets, particularly the OU-ISIR and whuGAIT datasets. The suggested architecture surpasses the existing state-of-the-art methods on the OU-ISIR dataset, Dataset #1, and #3 of the whuGAIT datasets. The performance was equivalent on Dataset #2 and Dataset #4 of the whuGAIT Datasets. Therefore, we believe the proposed architecture can be employed for biometric systems benefitting humans.

Datasets:

  • Dataset #1:
  • Dataset #2:
  • Dataset OU-ISIR:

Accuracy achieved:

Datasets Without Tuner With Tuner
Dataset 1 93.23 94.30
Dataset 2 97.37 97.65
Dataset OU-ISIR 94.39 96.45

Thank you. Please let us know, if you find any mistake or way of development in this repository. Cheers!

Read our Published Journal Research Paper based on this repository. Cite if this helps your work:

    @article{rifaat2022accurate,
    title={Accurate gait recognition with inertial sensors using a new FCN-BiLSTM architecture},
    author={Rifaat, Nahian and Ghosh, Utshab Kumar and Sayeed, Abu},
    journal={Computers and Electrical Engineering},
    volume={104},
    pages={108428},
    year={2022},
    publisher={Elsevier}
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published