Skip to content

joluet/PreODE

Repository files navigation

PreODE

Predction based on Online Density Estimation in the Delay Embedding Space

This is the java implementation of an algorithm that estimates a model of human mobility and exploits the estimated model to predict future locations of human individuals. The algorithm was developed as part of a master's thesis with the topic Location Prediction Based on Mobility Patterns in Location Histories.


  1. Location Prediction Based on Mobility Patterns in Location Histories
  2. Build Instructions
  3. Quickstart
  4. External Libraries Used
  5. License

##Master's thesis: Location Prediction Based on Mobility Patterns in Location Histories The prediction algorithm that is implemented in this project is described in detail in my master's thesis. Furthermore, the proposed algorithm was tested using mobility traces of taxis. The test results are listed and analyzed in my thesis as well.

Download the complete thesis as pdf here.

Abstract
Human individuals generally tend to follow several habits during the course of the day. This fact intuitively allows predicting human behavior to a certain degree based on previous observations. This thesis focuses on the mobility of human individuals. To be specific, a generic algorithm that uses kernel density estimation and quadratic optimization to provide location predictions is proposed. There are several imaginable fields of application for such an algorithm, like for example location based services or commercials. The proposed algorithm was implemented and tested using mobility traces of taxis. The test results clearly indicate that the algorithm can extract and exploit patterns in the data to predict future locations. For instance, the algorithm achieves an accuracy better than 1000m in approximately 32% of the executed tests using a prediction interval of six minutes. Moreover, in 13% of these tests the prediction error is smaller than 500m. In addition, the test results show that the algorithm is able to estimate the reliability of its predictions with an accuracy of up to 98.75%. As expected, the test results also clearly demonstrate that the prediction capability of the algorithm strongly depends on the properties of the given location data and the underlying stochastic process.

## Build Instructions

Just execute ant in project root to compile the project:

$ ant

Afterwards, the packed jar file can be found in the dist-folder.

## Quickstart ## External Libraries Used

The following libraries are used in this project:

About

Estimates a model of human mobility and exploits the estimated model to predict future locations of human individuals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published