• Stars
    star
    127
  • Rank 281,133 (Top 6 %)
  • Language
  • Created almost 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Deep Learning for Human Mobility: a Survey on Data and Models

This document aims to track the progress in the usage of Deep Learning (DL) applied to human mobility and give an overview of the state-of-the-art across the most common tasks and their corresponding datasets. In particular, we want to provide the users with a list of papers and they key characteristics (e.g., DL component(s) used in the model, metric(s) adopted for the evaluation and others) and, whenever it is open, a link to the dataset used in the paper.

Moreover, we provide a list of datasources that can be used to model human mobility (e.g., Call Detail Records, GPS trajectories, Location Based Social Networks) and others that are not representing mobility but are strictly related to it and may be taken into account to finetune predictions (e.g., weather conditions, traffic data and others).

This repository is based on the findings discussed in Deep Learning for Human Mobility: a Survey on Data and Models a paper by Massimiliano Luca, Gianni Barlacchi, Bruno Lepri and Luca Pappalardo. If you use the content of this repository or if you want to further investigate this topic using the survey, please cite our work as

@misc{luca2020deep,
      title={Deep Learning for Human Mobility: a Survey on Data and Models}, 
      author={Massimiliano Luca and Gianni Barlacchi and Bruno Lepri and Luca Pappalardo},
      year={2020},
      eprint={2012.02825},
      archivePrefix={arXiv}
}

Table of Contents

If you want to contribute to this repository, please open an issue and include the information according to the following guideline:

For a paper

  • The BibTex of the paper
  • The name of the model proposed
  • The DL components adopted in the model (e.g., LSTM, CNN, Convolutional Layers, Attention,...)
  • The evaluation metrics adopted
  • A link to an open datasets - if any
  • A link to a code repository - if any

For a dataset

  • The BibTex of the publication or the link related to the datasets. Please, do not use BibTex publications that just use the dataset.
  • Dataset type: auxiliary / core
  • The spatial and temporal coverage (e.g., Italy from Jan. 2020 to Apr. 2020)
  • The number of subjects covered (e.g., 500 taxis, 100k posts)
  • The accessibility conditions: available / on-site upon project approval / upon registration
  • A link to the dataset