Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
teaching:projh402 [2021/09/08 09:09]
ezimanyi [MobilityDB on Google Cloud Platform]
teaching:projh402 [2021/09/18 18:28]
ezimanyi [Dynamic Time Warping for Trajectories]
Line 107: Line 107:
  
 The goal of this project is to survey the state of the art in geospatial trajectory data cleaning, both model-based and machine learning. The work also includes prototyping and empirically evaluating a selection of these methods in the MobilityDB system, and on different real datasets. These outcomes should serve as a base for a thesis project to enhance geospatial trajectory data cleaning. The goal of this project is to survey the state of the art in geospatial trajectory data cleaning, both model-based and machine learning. The work also includes prototyping and empirically evaluating a selection of these methods in the MobilityDB system, and on different real datasets. These outcomes should serve as a base for a thesis project to enhance geospatial trajectory data cleaning.
 +
 +===== Dynamic Time Warping for Trajectories =====
 +
 +The dynamic time warping (DTW) algorithm is able to find the optimal alignment between two time series. It is often used to determine time series similarity, classification,​ and to find corresponding regions between two time series. Several dynamic time warping implementations are available. However, DTW has a quadratic time and space complexity that limits its use to small time series data sets. Therefore, a fast approximation of DTW have been proposed that has linear time and space complexity.
 +
 +The goal of this project is to survey and to prototype in MobilityDB the state of art methods in dynamic time warping. ​
 +
 +
 +  * A. Vaisman and E. Zimányi. [[https://​www.mdpi.com/​2220-9964/​8/​4/​170|Mobility data warehouses]]. ISPRS International Journal of GeoInformation,​ 8(4), 2019. 
 +  * [[https://​www.dma.dk/​SikkerhedTilSoes/​Sejladsinformation/​AIS/​Sider/​default.aspx|Danish Maritine Authority]]
 +  * [[https://​github.com/​MobilityDB/​MobilityDB-workshop|MobilityDB Workshop]]
  
 ===== Geospatial Trajectory Similarity Measure ===== ===== Geospatial Trajectory Similarity Measure =====
 
teaching/projh402.txt · Last modified: 2022/09/06 10:39 by ezimanyi