Point-of-Interest (POI) Recommendation Task
Jump to navigation
Jump to search
A Point-of-Interest (POI) Recommendation Task is an item recommendation algorithm that can help people discover attractive locations.
- Context:
- It can be solved by a POI recommendation system that implements a POI recommendation algorithm.
- It can (typically) be a Data-Driven Item Recommendation Task.
- Example(s):
- based on FourSquare POI Data.
- See: Location-based Social Network.
References
2014
- (Lian et al., 2014) ⇒ Defu Lian, Cong Zhao, Xing Xie, Guangzhong Sun, Enhong Chen, and Yong Rui. (2014). “GeoMF: Joint Geographical Modeling and Matrix Factorization for Point-of-interest Recommendation.” In: Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD-2014) Journal. ISBN:978-1-4503-2956-9 doi:10.1145/2623330.2623638
- QUOTE: Point-of-Interest (POI) recommendation has become an important means to help people discover attractive locations. However, extreme sparsity of user-POI matrices creates a severe challenge. To cope with this challenge, viewing mobility records on location-based social networks (LBSNs) as implicit feedback for POI recommendation, we first propose to exploit weighted matrix factorization for this task since it usually serves collaborative filtering with implicit feedback better. Besides, researchers have recently discovered a spatial clustering phenomenon in human mobility behavior on the LBSNs, i.e., individual visiting locations tend to cluster together, and also demonstrated its effectiveness in POI recommendation, thus we incorporate it into the factorization model. Particularly, we augment users' and POIs' latent factors in the factorization model with activity area vectors of users and influence area vectors of POIs, respectively. Based on such an augmented model, we not only capture the spatial clustering phenomenon in terms of two-dimensional kernel density estimation, but we also explain why the introduction of such a phenomenon into matrix factorization helps to deal with the challenge from matrix sparsity. We then evaluate the proposed algorithm on a large-scale LBSN dataset. The results indicate that weighted matrix factorization is superior to other forms of factorization models and that incorporating the spatial clustering phenomenon into matrix factorization improves recommendation performance.
2013
- (Yuan et al., 2013) ⇒ Quan Yuan, Gao Cong, Zongyang Ma, Aixin Sun, and Nadia Magnenat- Thalmann. (2013). “Time-aware Point-of-interest Recommendation.” In: Proceedings of the 36th international ACM SIGIR conference on Research and development in information retrieval. ISBN:978-1-4503-2034-4 doi:10.1145/2484028.2484030
- ABSTRACT: The availability of user check-in data in large volume from the rapid growing location based social networks (LBSNs) enables many important location-aware services to users. Point-of-interest (POI) recommendation is one of such services, which is to recommend places where users have not visited before. Several techniques have been recently proposed for the recommendation service. However, no existing work has considered the temporal information for POI recommendations in LBSNs. We believe that time plays an important role in POI recommendations because most users tend to visit different places at different time in a day, \ eg visiting a restaurant at noon and visiting a bar at night. In this paper, we define a new problem, namely, the time-aware POI recommendation, to recommend POIs for a given user at a specified time in a day. To solve the problem, we develop a collaborative recommendation model that is able to incorporate temporal information. Moreover, based on the observation that users tend to visit nearby POIs, we further enhance the recommendation model by considering geographical information. Our experimental results on two real-world datasets show that the proposed approach outperforms the state-of-the-art POI recommendation methods substantially.