EFFICIENT OUTLIER DETECTION ALGORITHM FOR TRAJECTORY BASED ON R-TREE

Chen Jinyang,Liu Liangxu,Song Jiatao,Wang Rangding,Guan Bo
DOI: https://doi.org/10.3969/j.issn.1000-386X.2011.10.011
2011-01-01
Abstract:Outlier detection is a popular data mining task.However,there is a lack of serious study on outlier detection for trajectory data,and the existing algorithms also have the limitations.So J.-G Lee et al proposed TRAOD.TRAOD can effectively detect the abnormal trajectory,but it also has the defects.It is difficult to balance the accuracy and the complexity,the parameter selection is a little bit difficult too,the algorithm needs a long time to execute.Based on TRAOD's problems,this paper proposes the R-TRAOD,it is an efficient outlier detection algorithm based on R-tree trajectory.The algorithm indexes the trajectory points through R-tree for searching the trajectory points within the territory of their domain,then according to TRAOD it detects the abnormal trajectory against the trajectory points indexed by R-tree.In this way the operation speed of the algorithm can be improved.The test of real data experiments shows that this algorithm has higher efficiency than the latest TRAOD abnormal trajectory mining algorithm.
What problem does this paper attempt to address?