Skip to content

Path Planning using Generative Adversarial Network (GAN)

Notifications You must be signed in to change notification settings

mehdimo/path_planning_GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Path Planning using Generative Adversarial Network (GAN)

Inspired by the successful application of GANs in producing artificial images, we apply this technique to generate paths between two points that can be used in services such as path planning, wayfinding, and navigation based on a set of previous traces of commuters. The implementation of GAN is adopted from Keras-GAN.

As the proof of concept, we used this technique for path planning in an indoor environment that is equipped with BLE iBeacons. The public access area where paths are allowed are according to the green points at the following layout:

Image public area

Here are the sample of the trjectories:

Image 01 Image 02

The generated paths are classified based on six different paths that are defined.

Image 02

Dataset

The training data presents the trajectories of users in an indoor building. The dataset and its description is available at Kaggle.com.

Requirements:

  • numpy
  • pandas
  • keras
  • sklearn

Citation:

Please cite our work when using our software or dataset in your own research or publication.

  • Mohammadi, Mehdi, Ala Al-Fuqaha, and Jun-Seok Oh. "Path Planning in Support of Smart Mobility Applications using Generative Adversarial Networks.", 2018 IEEE International Conference on Internet of Things (iThings) and IEEE Green Computing and Communications (GreenCom) and IEEE Cyber, Physical and Social Computing (CPSCom) and IEEE Smart Data (SmartData).