scispace - formally typeset
Search or ask a question
Journal ArticleDOI

Incorporating Spatial, Temporal, and Social Context in Recommendations for Location-Based Social Networks

01 Dec 2016-IEEE Transactions on Computational Social Systems (Institute of Electrical and Electronics Engineers (IEEE))-Vol. 3, Iss: 4, pp 164-175
TL;DR: A novel approach to incorporate spatial, temporal, and social context into a traditional collaborative filtering algorithm is introduced, and it is demonstrated that this approach is at the least competitive with existing state-of-the-art location recommenders.
Abstract: Location-based social networks (LBSNs) such as Foursquare, Brightkite, and Gowalla are a growing area where recommendation algorithms find a practical application. With an ever-increasing variety of venues to choose from deciding on a destination can be overwhelming. Recommenders aid their users in the decision-making process by providing a list of locations likely to be relevant to the user’s needs and interests. Traditional collaborative filtering algorithms consider relationships between users and locations, finding users to be similar only if their location histories overlap. However, the availability of spatial, temporal, and social information in an LBSN offers an opportunity to improve the quality of a recommendation engine. Social network data allows us to connect users who can directly influence each other’s decisions. Temporal data allows us to account for the drifting preferences of users, giving more weight to recent location visits over historical selections, and taking advantages of repetitive behaviors. Spatial information allows us to focus recommendations on locations close to the user, keeping our recommendations relevant as a user travels. We introduce a novel approach to incorporate spatial, temporal, and social context into a traditional collaborative filtering algorithm. We evaluate our method on data sets collected from three LBSNs, and demonstrate that our approach is at the least competitive with existing state-of-the-art location recommenders.
Citations
More filters
Journal ArticleDOI
TL;DR: A novel integration method is proposed: learning-to-rank-based integration, where a confidence coefficient is applied for each user in the integration process, and these coefficients can well optimize recommendation performance.
Abstract: Location recommendation method is an important application in a location-based social network. At present, it is a trend to integrate different recommendation methods since they have their own advantages in capturing different preferences of users and an integrated method can generally provide a better performance than every individual. However, the existing integration policies do not learn user preferences in their integration processes so that they cannot make full use of the advantage of each method. Therefore, we propose a novel integration method: learning-to-rank-based integration . In our method, a confidence coefficient is applied for each user in the integration process, and these coefficients can well optimize recommendation performance. A learning-to-rank-based algorithm is designed to train the confidence coefficients. A group of experiments are done on a real large-scale check-in data set, and the results demonstrate that our method outperforms the state-of-the-art ones.

13 citations


Cites methods from "Incorporating Spatial, Temporal, an..."

  • ...In order to make full use of their advantages and thus obtain a better recommendation performance, it is interesting and necessary to integrate multiple location recommendation methods [9], [43], [60], [62], [63]....

    [...]

Posted Content
TL;DR: Zhang et al. as mentioned in this paper proposed a POI recommendation method based on a Local Geographical Model, which considers both users' and locations' points of view, and fused the proposed local geographical model into the Logistic Matrix Factorization to improve the accuracy of POI recommender.
Abstract: With the rapid growth of Location-Based Social Networks, personalized Points of Interest (POIs) recommendation has become a critical task to help users explore their surroundings. Due to the scarcity of check-in data, the availability of geographical information offers an opportunity to improve the accuracy of POI recommendation. Moreover, matrix factorization methods provide effective models which can be used in POI recommendation. However, there are two main challenges which should be addressed to improve the performance of POI recommendation methods. First, leveraging geographical information to capture both the user's personal, geographic profile and a location's geographic popularity. Second, incorporating the geographical model into the matrix factorization approaches. To address these problems, a POI recommendation method is proposed in this paper based on a Local Geographical Model, which considers both users' and locations' points of view. To this end, an effective geographical model is proposed by considering the user's main region of activity and the relevance of each location within that region. Then, the proposed local geographical model is fused into the Logistic Matrix Factorization to improve the accuracy of POI recommendation. Experimental results on two well-known datasets demonstrate that the proposed approach outperforms other state-of-the-art POI recommendation methods.

12 citations

Journal ArticleDOI
TL;DR: This work proposes a memory augmented hierarchical attention network (MAHAN), which considers both short-term check-in sequences and long-term memories and employs a memory network to maintain fine-grained preferences of users and dynamically operate them based on users’ constantly updated check-ins.
Abstract: Next point-of-interest (POI) recommendation has been an important task for location-based intelligent services. However, the application of such promising technique is still limited due to the following three challenges: 1) the difficulty of capturing complicated spatiotemporal patterns of user movements; 2) the hardness of modeling fine-grained long-term preferences of users; and 3) the effective learning of interaction between long- and short-term preferences. Motivated by this, we propose a memory augmented hierarchical attention network (MAHAN), which considers both short-term check-in sequences and long-term memories. To capture the complicated interest tendencies of users within a short-term period, we design a spatiotemporal self-attention network (ST-SAN). For long-term preferences modeling, we employ a memory network to maintain fine-grained preferences of users and dynamically operate them based on users’ constantly updated check-ins. Moreover, we first employ a coattention network/mechanism to integrate the proposed ST-SAN and memory network, which can fully learn the dynamic interaction between long- and short-term preferences. Our extensive experiments on two publicly available data sets demonstrate the effectiveness of MAHAN.

11 citations


Cites background from "Incorporating Spatial, Temporal, an..."

  • ...Therefore, many studies integrated CF with multiple context information to alleviate this problem [2]–[5], [13], [25]....

    [...]

Journal ArticleDOI
TL;DR: In this paper , the authors propose to model social influence based on similarity between users in terms of common check-ins and the friendships between them, and introduce two levels of friendship based on explicit friendship networks and high check-in overlap between users.
Abstract: Recommender Systems (RSs) aim to model and predict the user preference while interacting with items, such as Points of Interest (POIs). These systems face several challenges, such as data sparsity, limiting their effectiveness. In this paper, we address this problem by incorporating social, geographical, and temporal information into the Matrix Factorization (MF) technique. To this end, we model social influence based on two factors: similarities between users in terms of common check-ins and the friendships between them. We introduce two levels of friendship based on explicit friendship networks and high check-in overlap between users. We base our friendship algorithm on users’ geographical activity centers. The results show that our proposed model outperforms the state-of-the-art on two real-world datasets. More specifically, our ablation study shows that the social model improves the performance of our proposed POI recommendation system by 31% and 14% on the Gowalla and Yelp datasets in terms of [email protected], respectively.

10 citations

Journal ArticleDOI
TL;DR: Point-of-interest recommendation is an increasing research and developing area within the widely adopted technologies known as Recommender Systems as mentioned in this paper , which pose several challenges and research questions to the community as a whole.
Abstract: Point-of-Interest recommendation is an increasing research and developing area within the widely adopted technologies known as Recommender Systems. Among them, those that exploit information coming from Location-Based Social Networks (LBSNs) are very popular nowadays and could work with different information sources, which pose several challenges and research questions to the community as a whole. We present a systematic review focused on the research done in the last 10 years about this topic. We discuss and categorize the algorithms and evaluation methodologies used in these works and point out the opportunities and challenges that remain open in the field. More specifically, we report the leading recommendation techniques and information sources that have been exploited more often (such as the geographical signal and deep learning approaches) while we also alert about the lack of reproducibility in the field that may hinder real performance improvements.

9 citations

References
More filters
Journal ArticleDOI
TL;DR: This paper presents an overview of the field of recommender systems and describes the current generation of recommendation methods that are usually classified into the following three main categories: content-based, collaborative, and hybrid recommendation approaches.
Abstract: This paper presents an overview of the field of recommender systems and describes the current generation of recommendation methods that are usually classified into the following three main categories: content-based, collaborative, and hybrid recommendation approaches. This paper also describes various limitations of current recommendation methods and discusses possible extensions that can improve recommendation capabilities and make recommender systems applicable to an even broader range of applications. These extensions include, among others, an improvement of understanding of users and items, incorporation of the contextual information into the recommendation process, support for multicriteria ratings, and a provision of more flexible and less intrusive types of recommendations.

9,873 citations


"Incorporating Spatial, Temporal, an..." refers background in this paper

  • ...Given a set of users U and a set of items I , a recommender system attempts to find the subset of items that are the most relevant to each user (U j ) [20]....

    [...]

Journal ArticleDOI
TL;DR: The key decisions in evaluating collaborative filtering recommender systems are reviewed: the user tasks being evaluated, the types of analysis and datasets being used, the ways in which prediction quality is measured, the evaluation of prediction attributes other than quality, and the user-based evaluation of the system as a whole.
Abstract: Recommender systems have been evaluated in many, often incomparable, ways. In this article, we review the key decisions in evaluating collaborative filtering recommender systems: the user tasks being evaluated, the types of analysis and datasets being used, the ways in which prediction quality is measured, the evaluation of prediction attributes other than quality, and the user-based evaluation of the system as a whole. In addition to reviewing the evaluation strategies used by prior researchers, we present empirical results from the analysis of various accuracy metrics on one content domain where all the tested metrics collapsed roughly into three equivalence classes. Metrics within each equivalency class were strongly correlated, while metrics from different equivalency classes were uncorrelated.

5,686 citations

Proceedings ArticleDOI
27 Sep 1999
TL;DR: Some of the research challenges in understanding context and in developing context-aware applications are discussed, which are increasingly important in the fields of handheld and ubiquitous computing, where the user?s context is changing rapidly.
Abstract: When humans talk with humans, they are able to use implicit situational information, or context, to increase the conversational bandwidth. Unfortunately, this ability to convey ideas does not transfer well to humans interacting with computers. In traditional interactive computing, users have an impoverished mechanism for providing input to computers. By improving the computer’s access to context, we increase the richness of communication in human-computer interaction and make it possible to produce more useful computational services. The use of context is increasingly important in the fields of handheld and ubiquitous computing, where the user?s context is changing rapidly. In this panel, we want to discuss some of the research challenges in understanding context and in developing context-aware applications.

4,842 citations

DOI
01 Jan 1901

2,946 citations


"Incorporating Spatial, Temporal, an..." refers methods in this paper

  • ...To give credit to a larger set of coratings, we scale (1) by the Jaccard similarity index [23]...

    [...]

Proceedings ArticleDOI
21 Aug 2011
TL;DR: A model of human mobility that combines periodic short range movements with travel due to the social network structure is developed and it is shown that this model reliably predicts the locations and dynamics of future human movement and gives an order of magnitude better performance.
Abstract: Even though human movement and mobility patterns have a high degree of freedom and variation, they also exhibit structural patterns due to geographic and social constraints. Using cell phone location data, as well as data from two online location-based social networks, we aim to understand what basic laws govern human motion and dynamics. We find that humans experience a combination of periodic movement that is geographically limited and seemingly random jumps correlated with their social networks. Short-ranged travel is periodic both spatially and temporally and not effected by the social network structure, while long-distance travel is more influenced by social network ties. We show that social relationships can explain about 10% to 30% of all human movement, while periodic behavior explains 50% to 70%. Based on our findings, we develop a model of human mobility that combines periodic short range movements with travel due to the social network structure. We show that our model reliably predicts the locations and dynamics of future human movement and gives an order of magnitude better performance than present models of human mobility.

2,922 citations