Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (70)

Search Parameters:
Keywords = lbsn

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
21 pages, 4559 KB  
Article
Language-Guided Spatio-Temporal Context Learning for Next POI Recommendation
by Chunyang Liu and Chuxiao Fu
ISPRS Int. J. Geo-Inf. 2026, 15(1), 28; https://doi.org/10.3390/ijgi15010028 - 6 Jan 2026
Viewed by 590
Abstract
With the proliferation of mobile internet and location-based services, location-based social networks (LBSNs) have accumulated extensive user check-in data, driving the advancement of next Point-of-Interest (POI) recommendation systems. Although existing approaches can model sequential dependencies and spatio-temporal patterns, they often fail to fully [...] Read more.
With the proliferation of mobile internet and location-based services, location-based social networks (LBSNs) have accumulated extensive user check-in data, driving the advancement of next Point-of-Interest (POI) recommendation systems. Although existing approaches can model sequential dependencies and spatio-temporal patterns, they often fail to fully capture users’ dynamic preferences under varying spatio-temporal contexts and lack effective integration of fine-grained semantic information. To address these limitations, this paper proposes Language-Guided Spatio-Temporal Context Learning for Next POI Recommendation (LSCNP). It employs a pre-trained BERT model to encode multi-dimensional spatio-temporal context—including geographic coordinates, visiting hours, and surrounding POI categories—into structured textual sequences for semantic understanding; constructs dual-graph structures to model spatial constraints and user transition patterns; and introduces a contrastive learning module to align spatio-temporal context with POI features, enhancing the discriminability of representations. A Transformer-based sequential encoder is adopted to capture long-range dependencies, while a neural matrix factorization decoder generates final recommendations. Experiments on three real-world LBSN datasets demonstrate that LSCNP consistently outperforms state-of-the-art baselines. Ablation studies and hyperparameter analyses further validate the contribution of each component to the overall performance. Full article
Show Figures

Figure 1

21 pages, 1876 KB  
Article
Context-Aware Knowledge Graph Learning for Point-of-Interest Recommendation
by Yan Zhou, Di Zhang, Kaixuan Zhou and Pengcheng Han
ISPRS Int. J. Geo-Inf. 2026, 15(1), 14; https://doi.org/10.3390/ijgi15010014 - 29 Dec 2025
Viewed by 613
Abstract
Existing point-of-interest (POI) recommendation methods often fail to capture complex contextual dependencies and suffer from severe data sparsity in location-based social networks (LBSNs). To address these limitations, this study proposes a Context-Aware Knowledge Graph Learning (CKGL) method that integrates multi-dimensional semantic information, spatio-temporal [...] Read more.
Existing point-of-interest (POI) recommendation methods often fail to capture complex contextual dependencies and suffer from severe data sparsity in location-based social networks (LBSNs). To address these limitations, this study proposes a Context-Aware Knowledge Graph Learning (CKGL) method that integrates multi-dimensional semantic information, spatio-temporal dependencies, and social relationships into a unified knowledge graph framework. First, the Context-Aware Knowledge Graph Construction (CKGC) module builds a unified POI knowledge graph that captures heterogeneous relationships among users, POIs, regions of interest (ROIs), and social links. Then, the Context-Aware Knowledge Graph Embedding (CKGE) module, based on the Translational Distance Model with Relation-Specific Spaces (TransR), learns relation-specific embeddings of entities to preserve heterogeneous semantics. Next, a Spatio-Temporal Gated Graph Neural Network (STG-GNN) captures temporal dynamics and spatial dependencies in user check-in behaviors, while the Relation-Aware Graph Attention Network (RA-GAT) enhances multi-relational reasoning and information aggregation across heterogeneous relations. Extensive experiments on two real-world LBSN datasets, Gowalla and Brightkite, demonstrate that CKGL significantly outperforms several baseline models on Recall and Normalized Discounted Cumulative Gain (NDCG), validating its effectiveness in capturing contextual semantics and improving recommendation accuracy under sparse and complex scenarios. Full article
Show Figures

Figure 1

27 pages, 6190 KB  
Article
Multimodal Temporal Fusion for Next POI Recommendation
by Fang Liu, Jiangtao Li and Tianrui Li
Algorithms 2026, 19(1), 3; https://doi.org/10.3390/a19010003 - 20 Dec 2025
Viewed by 588
Abstract
The objective of the next POI recommendation is using the historical check-in sequences of users to learn the preferences and habits of users, providing a list of POIs that users will be inclined to visit next. Then, there are some limitations in existing [...] Read more.
The objective of the next POI recommendation is using the historical check-in sequences of users to learn the preferences and habits of users, providing a list of POIs that users will be inclined to visit next. Then, there are some limitations in existing POI recommendation algorithms. On the one hand, after obtaining the user’s preferences for the current period, if we consider the entire historical check-in sequence, including future check-in information, it is susceptible to the influence of noisy data, thereby reducing the accuracy of recommendations. On the other hand, the current methods generally rely on modeling long- and short-term preferences within a fixed time window, which possibly leads to an inability to capture users’ behavior characteristics at different time scales. As a result, we proposed a Multimodal Temporal Fusion for Next POI Recommendation(MTFNR). Firstly, to understand users’ preferences and habits at different periods, multiple hypergraph neural networks are constructed to analyze user behavior patterns at different stages, and in order to avoid introducing interference factors, only the check-in sequences visited in the current period are considered to reduce the impact of noise on the model’s recommendation performance. Secondly, modeling the next POI recommendation task through the fusion of time information and long- and short-term preferences in order to gain a more comprehensive understanding of users’ preferences and habits, enhance the timeliness of recommendations, and improve the accuracy of recommendations. Lastly, introducing spatio-temporal interval information into the GRU model, capturing dependencies in sequences to improve the overall performance of the model. Extensive experiments on the real LBSN datasets demonstrated the superior performance of the MTFNR model. The experimental results indicate that Top-10 recall improved 2.81% to 15.97% compared to current methods. Full article
(This article belongs to the Special Issue Graph and Hypergraph Algorithms and Applications)
Show Figures

Figure 1

22 pages, 891 KB  
Article
Federated Learning-Based Location Similarity Model for Location Privacy Preserving Recommendation
by Liang Zhu, Jingzhe Mu, Liping Yu, Yanpei Liu, Fubao Zhu and Jingzhong Gu
Electronics 2025, 14(13), 2578; https://doi.org/10.3390/electronics14132578 - 26 Jun 2025
Cited by 3 | Viewed by 1277
Abstract
With the proliferation of mobile devices and wireless communications, Location-Based Social Networks (LBSNs) have seen tremendous growth. Location recommendation, as an important service in LBSNs, can provide users with locations of interest by analyzing their complex check-in information. Currently, most location recommendations use [...] Read more.
With the proliferation of mobile devices and wireless communications, Location-Based Social Networks (LBSNs) have seen tremendous growth. Location recommendation, as an important service in LBSNs, can provide users with locations of interest by analyzing their complex check-in information. Currently, most location recommendations use centralized learning strategies, which carry the risk of user privacy breaches. As an emerging learning strategy, federated learning is widely applied in the field of location recommendation to address privacy concerns. We propose a Federated Learning-Based Location Similarity Model for Location Privacy Preserving Recommendation (FedLSM-LPR) scheme. First, the location-based similarity model is used to capture the differences between locations and make location recommendations. Second, the penalty term is added to the loss function to constrain the distance between the local model parameters and the global model parameters. Finally, we use the REPAgg method, which is based on clustering for client selection, to perform global model aggregation to address data heterogeneity issues. Extensive experiments demonstrate that the proposed FedLSM-LPR scheme not only delivers superior performance but also effectively protects the privacy of users. Full article
(This article belongs to the Special Issue Big Data Security and Privacy)
Show Figures

Figure 1

23 pages, 8631 KB  
Article
Revealing Spatiotemporal Urban Activity Patterns: A Machine Learning Study Using Google Popular Times
by Mikel Barrena-Herrán, Itziar Modrego-Monforte and Olatz Grijalba
ISPRS Int. J. Geo-Inf. 2025, 14(6), 221; https://doi.org/10.3390/ijgi14060221 - 3 Jun 2025
Cited by 2 | Viewed by 3211
Abstract
Extensive scientific evidence underscores the importance of identifying spatiotemporal patterns for investigating urban dynamics. The recent proliferation of location-based social networks (LBSNs) facilitates the measurement of urban rhythms through geotemporal information, providing deeper insights into the underlying causes of urban vibrancy. This study [...] Read more.
Extensive scientific evidence underscores the importance of identifying spatiotemporal patterns for investigating urban dynamics. The recent proliferation of location-based social networks (LBSNs) facilitates the measurement of urban rhythms through geotemporal information, providing deeper insights into the underlying causes of urban vibrancy. This study presents a methodology for analyzing the spatiotemporal use of cities and identifying occupancy patterns taking into consideration urban form and function. The analysis relies on data obtained from Google Popular Times (GPT), transforming the relative occupancy of a large number of points of interest (POI) classified into five categories, for estimating the number of people aggregated within urban nodes during a typical day. As a result, this research assesses the utility of this data source for evaluating the changing dynamics of a city across both space and time. The methodology employs geographic information system (GIS) tools and artificial intelligence techniques. The results demonstrate that by analyzing geotemporal data, we can classify urban nodes according to their hourly activity patterns. These patterns, in turn, relate to city form and urban activities, showing a certain spatial concentration. This research contributes to the growing body of knowledge on machine learning (ML) methods for spatiotemporal modeling, laying the groundwork for future studies that can further explore the complexity of urban phenomena. Full article
Show Figures

Figure 1

30 pages, 42410 KB  
Article
The Application of Lite-GRU Embedding and VAE-Augmented Heterogeneous Graph Attention Network in Friend Link Prediction for LBSNs
by Ziteng Yang, Boyu Li, Yong Wang and Aoxue Liu
Appl. Sci. 2025, 15(8), 4585; https://doi.org/10.3390/app15084585 - 21 Apr 2025
Cited by 2 | Viewed by 1356
Abstract
Friend link prediction is an important issue in recommendation systems and social network analysis. In Location-Based Social Networks (LBSNs), predicting potential friend relationships faces significant challenges due to the diversity of user behaviors, along with the high dimensionality, sparsity, and complex noise in [...] Read more.
Friend link prediction is an important issue in recommendation systems and social network analysis. In Location-Based Social Networks (LBSNs), predicting potential friend relationships faces significant challenges due to the diversity of user behaviors, along with the high dimensionality, sparsity, and complex noise in the data. To address these issues, this paper proposes a Heterogeneous Graph Attention Network (GEVEHGAN) model based on Lite Gate Recurrent Unit (Lite-GRU) embedding and Variational Autoencoder (VAE) enhancement. The model constructs a heterogeneous graph with two types of nodes and three types of edges; combines Skip-Gram and Lite-GRU to learn Point of Interest (POI) and user node embeddings; introduces VAE for dimensionality reduction and denoising of the embeddings; and employs edge-level attention mechanisms to enhance information propagation and feature aggregation. Experiments are conducted on the publicly available Foursquare dataset. The results show that the GEVEHGAN model outperforms other comparative models in evaluation metrics such as AUC, AP, and Top@K accuracy, demonstrating its superior performance in the friend link prediction task. Full article
Show Figures

Figure 1

21 pages, 4512 KB  
Article
Efficient Trajectory Prediction Using Check-In Patterns in Location-Based Social Network
by Eman M. Bahgat, Alshaimaa Abo-alian, Sherine Rady and Tarek F. Gharib
Big Data Cogn. Comput. 2025, 9(4), 102; https://doi.org/10.3390/bdcc9040102 - 17 Apr 2025
Cited by 3 | Viewed by 2133
Abstract
Location-based social networks (LBSNs) leverage geo-location technologies to connect users with places, events, and other users nearby. Using GPS data, platforms like Foursquare enable users to check into locations, share their locations, and receive location-based recommendations. A significant research gap in LBSNs lies [...] Read more.
Location-based social networks (LBSNs) leverage geo-location technologies to connect users with places, events, and other users nearby. Using GPS data, platforms like Foursquare enable users to check into locations, share their locations, and receive location-based recommendations. A significant research gap in LBSNs lies in the limited exploration of users’ tendencies to withhold certain location data. While existing studies primarily focus on the locations users choose to disclose and the activities they attend, there is a lack of research on the hidden or intentionally omitted locations. Understanding these concealed patterns and integrating them into predictive models could enhance the accuracy and depth of location prediction, offering a more comprehensive view of user mobility behavior. This paper solves this gap by proposing an Associative Hidden Location Trajectory Prediction model (AHLTP) that leverages user trajectories to infer unchecked locations. The FP-growth mining technique is used in AHLTP to extract frequent patterns of check-in locations, combined with machine-learning methods such as K-nearest-neighbor, gradient-boosted-trees, and deep learning to classify hidden locations. Moreover, AHLTP uses association rule mining to derive the frequency of successive check-in pairs for the purpose of hidden location prediction. The proposed AHLTP integrated with the machine-learning models classifies the data effectively, with the KNN attaining the highest accuracy at 98%, followed by gradient-boosted trees at 96% and deep learning at 92%. Comparative study using a real-world dataset demonstrates the model’s superior accuracy compared to state-of-the-art approaches. Full article
Show Figures

Figure 1

17 pages, 824 KB  
Article
A Graph-Enhanced Dual-Granularity Self-Attention Model for Next POI Recommendation
by Haoqi Wang and Mingjun Xin
Electronics 2025, 14(7), 1387; https://doi.org/10.3390/electronics14071387 - 30 Mar 2025
Cited by 1 | Viewed by 1157
Abstract
The growth of location-based social network (LBSN) services has resulted in a demand for location-based recommendation services. The next point of interest (POI) recommendation is identified as a core service of LBSNs. It is designed to provide personalized POI suggestions by analyzing users’ [...] Read more.
The growth of location-based social network (LBSN) services has resulted in a demand for location-based recommendation services. The next point of interest (POI) recommendation is identified as a core service of LBSNs. It is designed to provide personalized POI suggestions by analyzing users’ historical check-in data. General methods model users’ check-in sequences by directly applying attention mechanisms. However, they often overlook the importance of global information from other users’ behaviors, and the embeddings of check-ins are not sufficiently effective. This approach fails to capture the collective influence of multiple check-ins. To address this issue, we propose a graph enhanced dual-granularity self-attention model (GEDGSA) that can model users’ preferences from both fine-grained and coarse-grained perspectives to improve prediction performance. First, a graph-enhanced embedding module is designed to capture common transition patterns among all users to obtain initial POI features. Second, the virtual trajectory construction operation is introduced to transform multiple check-ins into coarse-grained virtual check-in items. The GEDGSA learns user check-in sequences from both fine-grained and coarse-grained perspectives. Finally, our method experiments on the Foursquare-NYC and Foursquare-TKY datasets, demonstrating that it outperforms most existing methods. Full article
Show Figures

Figure 1

30 pages, 3344 KB  
Article
Improving Location Recommendations Based on LBSN Data Through Data Preprocessing
by Robert Bembenik, Mateusz Orzoł and Piotr Maciąg
Electronics 2025, 14(4), 701; https://doi.org/10.3390/electronics14040701 - 11 Feb 2025
Cited by 1 | Viewed by 1066
Abstract
The accurate prediction of the next location in a sequence is highly beneficial for users of mobile applications. In this study, we investigate how various data preprocessing techniques affect the performance of location recommendation systems. We utilize datasets from Foursquare and Twitter, incorporating [...] Read more.
The accurate prediction of the next location in a sequence is highly beneficial for users of mobile applications. In this study, we investigate how various data preprocessing techniques affect the performance of location recommendation systems. We utilize datasets from Foursquare and Twitter, incorporating users’ historical check-ins. Key preprocessing steps include filtering datasets to users with common features, analyzing user location preferences, varying sequence lengths and location categories, and integrating time-of-day information. Our findings reveal that proper data preprocessing significantly enhances the accuracy of recommendations by addressing key challenges such as data sparsity and user heterogeneity. Specifically, tailoring datasets to individual user attributes improves model personalization, while restructuring category hierarchies balances precision and diversity in the recommendations that are given. Integrating temporal data further refines the predictions that are made by accounting for time-based user behavior. Recommendations are generated using recurrent neural networks (RNNs) and hidden Markov models (HMMs), with the experimental results showing up to 20% improvement in the precision of personalized models compared to global ones. Full article
Show Figures

Figure 1

22 pages, 10762 KB  
Article
A Self-Attention Model for Next Location Prediction Based on Semantic Mining
by Eric Hsueh-Chan Lu and You-Ru Lin
ISPRS Int. J. Geo-Inf. 2023, 12(10), 420; https://doi.org/10.3390/ijgi12100420 - 13 Oct 2023
Cited by 4 | Viewed by 3701
Abstract
With the rise in the Internet of Things (IOT), mobile devices and Location-Based Social Network (LBSN), abundant trajectory data have made research on location prediction more popular. The check-in data shared through LBSN hide information related to life patterns, and obtaining this information [...] Read more.
With the rise in the Internet of Things (IOT), mobile devices and Location-Based Social Network (LBSN), abundant trajectory data have made research on location prediction more popular. The check-in data shared through LBSN hide information related to life patterns, and obtaining this information is helpful for location prediction. However, the trajectory data recorded by mobile devices are different from check-in data that have semantic information. In order to obtain the user’s semantic, relevant studies match the stay point to the nearest Point of Interest (POI), but location error may lead to wrong semantic matching. Therefore, we propose a Self-Attention model for next location prediction based on semantic mining to predict the next location. When calculating the semantic feature of a stay point, the first step is to search for the k-nearest POI, and then use the reciprocal of the distance from the stay point to the k-nearest POI and the number of categories as weights. Finally, we use the probability to express the semantic without losing other important semantic information. Furthermore, this research, combined with sequential pattern mining, can result in richer semantic features. In order to better perceive the trajectory, temporal features learn the periodicity of time series by the sine function. In terms of location features, we build a directed weighted graph and regard the frequency of users visiting locations as the weight, so the location features are rich in contextual information. We then adopt the Self-Attention model to capture long-term dependencies in long trajectory sequences. Experiments in Geolife show that the semantic matching of this study improved by 45.78% in TOP@1 compared with the closest distance search for POI. Compared with the baseline, the model proposed in this study improved by 2.5% in TOP@1. Full article
Show Figures

Figure 1

15 pages, 1620 KB  
Article
User Re-Identification via Confusion of the Contrastive Distillation Network and Attention Mechanism
by Mingming Zhang, Bin Wang, Sulei Zhu, Xiaoping Zhou, Tao Yang and Xi Zhai
Sensors 2023, 23(19), 8170; https://doi.org/10.3390/s23198170 - 29 Sep 2023
Viewed by 1687
Abstract
With the rise of social networks, more and more users share their location on social networks. This gives us a new perspective on the study of user movement patterns. In this paper, we solve the trajectory re-identification task by identifying human movement patterns [...] Read more.
With the rise of social networks, more and more users share their location on social networks. This gives us a new perspective on the study of user movement patterns. In this paper, we solve the trajectory re-identification task by identifying human movement patterns and then linking unknown trajectories to the user who generated them. Existing solutions generally focus on the location point and the location point information, or a single trajectory, and few studies pay attention to the information between the trajectory and the trajectory. For this reason, in this paper, we propose a new model based on a contrastive distillation network, which uses a contrastive distillation model and attention mechanisms to capture latent semantic information for trajectory sequences and focuses on common key information between pairs of trajectories. Combined with the trajectory library composed of historical trajectories, it not only reduces the number of candidate trajectories but also improves the accuracy of trajectory re-identification. Our extensive experiments on three real-world location-based social network (LBSN) datasets show that our method outperforms existing methods. Full article
(This article belongs to the Section Sensor Networks)
Show Figures

Figure 1

18 pages, 2194 KB  
Article
Differential Privacy-Based Spatial-Temporal Trajectory Clustering Scheme for LBSNs
by Liang Zhu, Tingting Lei, Jinqiao Mu, Jingzhe Mu, Zengyu Cai and Jianwei Zhang
Electronics 2023, 12(18), 3767; https://doi.org/10.3390/electronics12183767 - 6 Sep 2023
Cited by 5 | Viewed by 2446
Abstract
Location privacy preserving for location-based social networks (LBSNs) has been attracting a great deal of attention. Existing location privacy protection methods are disadvantaged by issues such as information leakage and low data availability, which are no longer suitable for the current diverse and [...] Read more.
Location privacy preserving for location-based social networks (LBSNs) has been attracting a great deal of attention. Existing location privacy protection methods are disadvantaged by issues such as information leakage and low data availability, which are no longer suitable for the current diverse and personalized location-based services. To address these issues, we propose a differential privacy-based spatial-temporal trajectory clustering (DP-STTC) scheme, which mainly transforms the existing location privacy protection mechanism into a spatial-temporal trajectory protection mechanism by adjusting the privacy parameters. Then, the trajectories were clustered to uncover users with similar trajectory characteristics. Finally, experiments were conducted on two real datasets. The experimental results show that our DP-STTC scheme can not only achieve better accuracy in trajectory clustering, but also protect user privacy. Full article
Show Figures

Figure 1

17 pages, 3972 KB  
Article
Personalized Point-of-Interest Recommendation Using Improved Graph Convolutional Network in Location-Based Social Network
by Jingtong Liu, Huawei Yi, Yixuan Gao and Rong Jing
Electronics 2023, 12(16), 3495; https://doi.org/10.3390/electronics12163495 - 18 Aug 2023
Cited by 5 | Viewed by 2537
Abstract
Data sparsity limits the performance of point-of-interest (POI) recommendation models, and the existing works ignore the higher-order collaborative influence of users and POIs and lack in-depth mining of user social influence, resulting in unsatisfactory recommendation results. To address the above issues, this paper [...] Read more.
Data sparsity limits the performance of point-of-interest (POI) recommendation models, and the existing works ignore the higher-order collaborative influence of users and POIs and lack in-depth mining of user social influence, resulting in unsatisfactory recommendation results. To address the above issues, this paper proposes a personalized POI recommendation using an improved graph convolutional network (PPR_IGCN) model, which integrates collaborative influence and social influence into POI recommendations. On the one hand, a user-POI interaction graph, a POI-POI graph, and a user–user graph are constructed based on check-in data and social data in a location-based social network (LBSN). The improved graph convolutional network (GCN) is used to mine the higher-order collaborative influence of users and POIs in the three types of relationship graphs and to deeply extract the potential features of users and POIs. On the other hand, the social influence of the user’s higher-order social friends and community neighbors on the user is obtained according to the user’s higher-order social embedding vector learned in the user–user graph. Finally, the captured user and POI’s higher-order collaborative influence and social influence are used to predict user preferences. The experimental results on Foursquare and Yelp datasets indicate that the proposed model PPR_IGCN outperforms other models in terms of precision, recall, and normalized discounted cumulative gain (NDCG), which proves the effectiveness of the model. Full article
Show Figures

Figure 1

20 pages, 797 KB  
Article
Next Point-of-Interest Recommendation Based on Joint Mining of Spatial–Temporal and Semantic Sequential Patterns
by Jing Tian, Zilin Zhao and Zhiming Ding
ISPRS Int. J. Geo-Inf. 2023, 12(7), 297; https://doi.org/10.3390/ijgi12070297 - 24 Jul 2023
Cited by 3 | Viewed by 2736
Abstract
With the widespread use of the location-based social networks (LBSNs), the next point-of-interest (POI) recommendation has become an essential service, which aims to understand the user’s check-in behavior at the current moment by analyzing and mining the correlations between the user’s check-in behaviors [...] Read more.
With the widespread use of the location-based social networks (LBSNs), the next point-of-interest (POI) recommendation has become an essential service, which aims to understand the user’s check-in behavior at the current moment by analyzing and mining the correlations between the user’s check-in behaviors within his/her historical trajectory and then recommending the POI that the user is most likely to visit at the next time step. However, the user’s check-in trajectory presents extremely irregular sequential patterns, such as spatial–temporal patterns, semantic patterns, etc. Intuitively, the user’s visiting behavior is often accompanied by a certain purpose, which makes the check-in data in LBSNs often have rich semantic activity characteristics. However, existing research mainly focuses on exploring the spatial–temporal sequential patterns and lacks the mining of semantic information within the trajectory, so it is difficult to capture the user’s visiting intention. In this paper, we propose a self-attention- and multi-task-based method, called MSAN, to explore spatial–temporal and semantic sequential patterns simultaneously. Specifically, the MSAN proposes to mine the user’s visiting intention from his/her semantic sequence and uses the user’s visiting intention prediction task as the auxiliary task of the next POI recommendation task. The user’s visiting intention prediction uses hierarchical POI category attributes to describe the user’s visiting intention and designs a hierarchical semantic encoder (HSE) to encode the hierarchical intention features. Moreover, a self-attention-based hierarchical intention-aware module (HIAM) is proposed to mine temporal and hierarchical intention features. The next POI recommendation uses the self-attention-based spatial–temporal-aware module (STAM) to mine the spatial–temporal sequential patterns within the user’s check-in trajectory and fuses this with the hierarchical intention patterns to generate the next POI list. Experiments based on two real datasets verified the effectiveness of the model. Full article
Show Figures

Figure 1

22 pages, 2815 KB  
Article
New Approach to Landscape-Based Spatial Planning Using Meaningful Geolocated Digital Traces
by Clara García-Mayor and Almudena Nolasco-Cirugeda
Land 2023, 12(5), 951; https://doi.org/10.3390/land12050951 - 24 Apr 2023
Cited by 7 | Viewed by 3469
Abstract
The integration of landscape-based approaches into regional and town planning policies is one of the main objectives of the European Landscape Convention. In the twenty-first century, the traditional discipline of city spatial-planning has gradually been incorporating two types of tactics linked to a [...] Read more.
The integration of landscape-based approaches into regional and town planning policies is one of the main objectives of the European Landscape Convention. In the twenty-first century, the traditional discipline of city spatial-planning has gradually been incorporating two types of tactics linked to a landscape-based approach: nature-based strategies, which focus on sustainable goals; and people-based strategies, which integrate a social dimension into decision-making processes. A backbone of landscape-based spatial planning challenge consists of reshaping consolidated urban areas to improve quality of life, encouraging people’s physical activity, and supporting healthier urban lifestyles. This study assumes that physical activity is further encouraged by itineraries that incorporate both landscape features—i.e., natural assets and sense of place—and functional diversity associated with urban activities—i.e., public facilities. A methodology was elaborated to define a preliminary landscape-based spatial planning approach, centering on the analysis of walking-related activity in urban and peri-urban areas. For this purpose, geolocated digital traces are intertwined: official city routes, urban facility locations, users’ Wikiloc trails, and Google Places API data. Once applied to selected medium-sized European cities in the Mediterranean area, these data sources lead to the identification of intangible values and dynamics in places where landscape-based spatial planning solutions could be enhanced. As a result, the present work shows the suitability of interrelating these geolocated data sources, permitting to identify landscape features as key components of spatial planning, which permit balancing individual goals, the aims of local communities, and administrative functions. Full article
(This article belongs to the Special Issue Landscape-Based Spatial Planning in Europe)
Show Figures

Figure 1

Back to TopTop