LGIRAug 25, 2016

Learning Points and Routes to Recommend Trajectories

arXiv:1608.07051v1117 citations
Originality Incremental advance
AI Analysis

This work addresses the incremental improvement of trajectory recommendations for travelers by integrating POI and route data.

The paper tackles the problem of recommending tours by combining points-of-interest (POI) ranking and route transitions into a unified machine learning approach, resulting in improved trajectory recommendations as shown by a new F1 score metric.

The problem of recommending tours to travellers is an important and broadly studied area. Suggested solutions include various approaches of points-of-interest (POI) recommendation and route planning. We consider the task of recommending a sequence of POIs, that simultaneously uses information about POIs and routes. Our approach unifies the treatment of various sources of information by representing them as features in machine learning algorithms, enabling us to learn from past behaviour. Information about POIs are used to learn a POI ranking model that accounts for the start and end points of tours. Data about previous trajectories are used for learning transition patterns between POIs that enable us to recommend probable routes. In addition, a probabilistic model is proposed to combine the results of POI ranking and the POI to POI transitions. We propose a new F$_1$ score on pairs of POIs that capture the order of visits. Empirical results show that our approach improves on recent methods, and demonstrate that combining points and routes enables better trajectory recommendations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes