Skip to content

[COMCOM 2022] GLMLP-TRANS: A transportation mode detection model using lightweight sensors integrated in smartphones

Notifications You must be signed in to change notification settings

xuyang-liu16/GLMLP-TRANS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

GLMLP-TRANS: A transportation mode detection model using lightweight sensors integrated in smartphones

Official TensorFlow implementation of our paper

Overview

In this work, we propose a novel DL framework consisting of Input Layer, Global & Local Layer, Fusion Layer and MLP Layer, using light-weight sensors integrated in mobile phones for TMD. The Framework has fewer parameters than most very deep neural networks. Also, comparing to RNN-based models, our network is featured by less training and predicting time, and may avoid overfitting to some extent. Our proposed network can capture global and local temporal features at the same time, by our proposed GFE Block and LFE Block. The former is responsible for obtaining global temporal features, which cover overall time domain features. The latter can simultaneously capture local temporal features, which cover features appearing locally. The local features take advantage of good distinguishability and resisting interference from external factors.We adopt an adaptive fusion method to combine GFE Block and LFE Block, which can not only fuse the two blocks in a balanced way, but effectively learn the significance of different features extracted by the two blocks and weigh the more important features automatically. In addition, we leverage residual techniques to accelerate the convergence rate and decrease the training time.

Dataset

Please download SHL Dataset 2019 from this link, and SHL Dataset 2018 from this link.

Citation

Please consider citing our paper in your publications, if our findings help your research.

@article{liu2022glmlp,
  title={GLMLP-TRANS: A transportation mode detection model using lightweight sensors integrated in smartphones},
  author={Liu, Xuyang},
  journal={Computer Communications},
  volume={194},
  pages={156--166},
  year={2022},
  publisher={Elsevier}
}

Contact

For any question about our paper or code, please contact Xuyang Liu.

Releases

No releases published

Packages

No packages published

Languages