Skip to content

ZhaoyangLiu-Leo/mobike-hotspot-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobike Hotspot Detection

Detecting mobike hotspots in new cities by city domain adaptation model.

Tensorflow implementation for the paper 'Where Will Dockless Shared Bikes be Stacked? — Parking Hotspots Detection in a New City', which is publised on the applied data science track of KDD 2018 (The 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining).

We aim at transferring knowlege from the city popular with dockess shared bike to the new cities and detecting potential hotspots roads before expanding to these cities.

Mobike distributions in Shanghai

DataSet

We collect muliple geo-related data from differet sources, including:

If you're interested in these data, you can refer to the data/meta_data folder, we provide the part of the preprocessed subway station, business center, satellite light cluster results data from Shanghai, Beijing, and Ningbo three cities. You can also crawl more data from our provided sources.

Project Structure

The project is organized as follows:

data/
	meta_data: multiple source data;
metrics/
	the maximum mean discrepancy metric implementation
models/
	core models and run scripts
results/
	the spatial-temporal characteristics analysis results
road_match/
	map matching and feature extraction scripts
util/
	general common functions

Citation

If you use this code or the data for your research, please cite our paper, paper link:

@inproceedings{Liu2018Where,
  title={Where Will Dockless Shared Bikes be Stacked? — Parking Hotspots Detection in a New City},
  author={Liu, Zhaoyang and Shen, Yanyan and Zhu, Yanmin},
  booktitle={The 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining},
  pages={378-386},
  year={2018},
}

Reference

  1. Our previous work on dockless shared bike distribution inferences, paper link:

    @inproceedings{Liu2018Inferring,
      title={Inferring Dockless Shared Bike Distribution in New Cities},
      author={Liu, Zhaoyang and Shen, Yanyan and Zhu, Yanmin},
      booktitle={Eleventh ACM International Conference on Web Search and Data Mining},
      pages={378-386},
      year={2018},
    }
    
  2. Bike lane planning work in KDD 2017, paper link:

    @inproceedings{Bao2017Planning,
      title={Planning Bike Lanes based on Sharing-Bikes' Trajectories},
      author={Bao, Jie and He, Tianfu and Ruan, Sijie and Li, Yanhua and Zheng, Yu},
      booktitle={ACM SIGKDD International Conference on Knowledge Discovery and Data Mining},
      pages={1377-1386},
      year={2017},
    }
    
  3. Unsupervised Domain Adaptation by Backpropagation, paper link:

    @article{Ganin2014Unsupervised,
      title={Unsupervised Domain Adaptation by Backpropagation},
      author={Ganin, Yaroslav and Lempitsky, Victor},
      pages={1180-1189},
      year={2014},
    }
    

License

  1. For academic and non-commercial use only.
  2. For commercial use, please contact Mobike Company

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages