1. Introduction
Under the advocacy of the United Nations Sustainable Development Goals (SDGs), current urban development has emphasized a sustainable orientation to better improve the quality of people’s lives [
1]. The optimization of urban transportation, which is closely linked to people’s daily travel activities, serves as a critical task in urban development. As cities expand and populations increase, the most vital challenge for urban traffic management is how to accommodate the escalation and diversification of people’s travel demand. Traffic management needs to alleviate the increasingly prominent human–land contradiction, such as traffic congestion, infrastructure limitations, and resource inefficiency [
2]. Therefore, to meet sustainable needs, the optimization of urban transportation should be people-centered, striving to maximize the convenience and efficiency of human mobility [
3]. This calls for further optimizing the layout of urban transportation infrastructure and improving the dynamic allocation of public transportation resources [
4]. In this context, accurate understanding and forecasting the dynamics of human mobility becomes essential. This serves as a foundation for achieving effective and targeted traffic optimizations.
With the rapid development of mobile sensing devices, the mobility of city dwellers can be captured and recorded in real time, generating a wealth of trajectory data [
5]. These trajectory data contain valuable insights into people’s travel purposes, such as work, study, leisure, and other daily activities [
6]. Analyzing human mobility from trajectory data is essential for urban managers to gain a deeper understanding of urban transportation dynamics [
7]. Among various data mining techniques, spatio-temporal forecasting for human mobility trajectory holds a significant position since it can particularly provide future information for downstream decision-making tasks. Thereby, it can enable more rational planning and more efficient management of urban transportation. Examples include the optimization of traffic signal timing, the construction of bike-sharing infrastructure, the design of pedestrian-friendly spaces, and the planning of metro station layouts. All of these contribute to promoting the sustainable development of the urban transportation system [
8,
9,
10].
However, achieving accurate trajectory forecasting for human mobility still poses challenges, arising from two major aspects. First, depending on the different travel purposes, the trajectories of human mobility can conform to different prior movement patterns [
11]. In our study, we focus on the following three important patterns: the convergence pattern, the divergence pattern, and the leadership pattern, as illustrated in
Figure 1. The convergence pattern reflects the travel trend of people moving and concentrating towards a specific destination over a period of time [
12]. The destinations in the convergence pattern are typically important public places such as workplaces, schools, and commercial centers. For instance, when students are going to school, their trajectories often align with the convergence pattern, as they head toward the same location. In contrast to the convergence pattern, the divergence pattern reflects the movement of people from a centralized start location to dispersed destination locations [
12]. For instance, after school, students might disperse in various directions to go home. The leadership pattern reflects that the people’s mobility behaviors are influenced by a leader, with individuals following the leader’s movement in a specific formation [
13]. For instance, if a teacher leads a group of students on an excursion, their trajectories exemplify the leadership pattern, where the teacher influences the movement of the students. To improve forecasting performance, it is crucial to incorporate prior knowledge of different movement patterns into the forecasting modeling process [
14]. Second, human mobility is strongly influenced by the geographical environments [
15]. How to consider the heterogeneous effects of geographical environments is also of significance. As demonstrated in
Figure 2, various environmental factors, such as roads, buildings, and water bodies, can significantly influence human mobility. Some environmental factors provide opportunities for human mobility (e.g., the well-developed road networks), while others act as obstacles (e.g., the water bodies). The heterogenous effects we considered are reflected not only in different types of environmental factors but also in different movement patterns. Particularly, the same environmental factor may have varying degrees of effect on human mobility under different movement patterns. For instance, restricted areas deter the convergence of people, while some people may still pass through in the divergence pattern, as long as they choose routes that minimize exposure. Steep areas significantly deter convergence due to physical exertion, but in a leadership pattern, if the leader chooses the steep path, followers may be motivated to follow, reducing the impact on their trajectories. Therefore, the heterogeneous effects of different environmental factors under distinct movement pattern scenarios should be well considered.
Currently, numerous trajectory forecasting methods have been developed and applied in various fields, such as autonomous driving [
16], traffic management [
17], and intelligent robotics [
18]. Existing trajectory forecasting methods can be generally categorized into three types: traditional methods, machine learning methods, and deep learning methods. Traditional methods model the movement process of moving objects through physical or mathematical formulas, thereby achieving future trajectory forecasting. Such methods are characterized by their reliance on prior knowledge while typically offering the advantages of simplicity and efficiency. Representatives include the Kalman filtering method [
19,
20], Hidden Markov Models (HMMs) [
21], particle filtering algorithms [
22], etc. Machine learning methods achieve trajectory forecasting through efficient data-driven learning. Such methods implicitly learn the movement trends of the moving objects from large amounts of historical trajectory data, acquiring the capacity to handle more complex nonlinear relationships. Representatives include the Random Forest method [
23], the Gradient Boosting Decision Tree method [
24], and the K-Nearest Neighbors method [
25]. The deep learning method is a vital branch of the machine learning method. Such methods can perform deep and nonlinear feature extraction on historical trajectory states and thereby forecast future trajectory states through mapping functions. With their strong capability in automatic feature learning, deep learning methods can achieve high-precision forecasting performance. Meanwhile, data intensiveness is also a major characteristic of deep learning methods. Representatives include Long Short-Term Memory (LSTM) [
26], Gated Recurrent Unit (GRU) [
27,
28], and Seq2Seq [
29]. However, existing methods face several limitations when applied to the forecasting scenario of human mobility that arises from daily urban activities. Most of the existing approaches fail to simultaneously consider the prior knowledge of human movement patterns and the heterogeneous effects of environmental factors. Thereby, they lack the ability to accurately and robustly forecast human mobility trajectories in the complex urban environment [
30].
In our study, we formulate human mobility actions in daily urban activities as reactions to specific environmental factors. Consequently, we developed an environment-driven trajectory forecasting method that adapts to complex forecasting needs. Specifically, we begin by classifying different movement patterns; notable examples include convergence, divergence, and leadership. Since the influence of the geographical environments on human mobility varies depending on the prior patterns, we established several indicator systems for each movement pattern based on prior knowledge to quantify these heterogeneous effects. During the forecasting process, these indicator systems are utilized to generate potential fields, representing the calibrated probability of the next-step mobility direction. A gradient descent algorithm is then employed on these potential fields to determine the next-step mobility location. By treating the forecasted location as the current state of the trajectory, the method can support robust long-term forecasting. Furthermore, since there are no parameters in this environment-driven method that need to be trained, efficient real-time forecasting is also feasible.
The contributions of this study can be summarized as follows:
- (1)
Human mobility in daily urban activities is significantly influenced by geographical environments. Hence, we developed an environment-driven trajectory forecasting method. Specifically, a potential field model and a gradient descent algorithm to simulate the heterogeneous effects of geographical environments during the forecasting process.
- (2)
In order to incorporate the prior knowledge about different movement patterns, the indicator system is tailored to each type of movement pattern, which systematically summarizes the types of environmental factors that impact human mobility and their specific effects.
- (3)
The effectiveness of the proposed method is validated on the synthetic trajectory dataset containing multiple movement patterns. Experimental results demonstrate that compared to data-driven approaches, the proposed method can achieve a stable forecasting performance under different environmental conditions and movement patterns.
The remainder of this paper is organized as follows.
Section 2 provides a review of related work in the field of human mobility trajectory forecasting.
Section 3 outlines the study area and the datasets used in this study.
Section 4 provides a detailed description of the proposed human mobility trajectory forecasting method.
Section 5 presents and discusses the experimental results. Finally,
Section 6 concludes the paper and suggests future research directions.
2. Related Works
Trajectory forecasting, particularly in the context of human mobility arising from daily urban activities, has been widely researched across various domains. Existing forecasting methods can be generally divided into three major categories: traditional methods, machine learning methods, and deep learning methods. Each of these methods has its strengths and weaknesses, particularly in terms of robust long-term and real-time dynamic forecasting.
2.1. Traditional Methods
Traditional methods for human trajectory forecasting primarily rely on statistical models and mathematical techniques that utilize historical data. These models often focus on creating deterministic or probabilistic frameworks to forecast human mobility.
One of the earliest and most prominent methods for human mobility trajectory forecasting is the Kalman Filter method, which is widely used in linear dynamic systems [
31,
32]. For instance, Motai et al. [
20] proposed a novel trajectory forecasting method that combines Kalman filtering and optical flow, enabling reliable real-time trajectory forecasting in dynamic environments. Additionally, Markov Chains and HMMs have also been employed to forecast trajectories based on previous states [
20,
33]. Qiao et al. [
34] developed a hybrid Markov-based model for predicting non-Gaussian mobility data, achieving over 56% accuracy by adapting to individual mobility patterns and spatio-temporal characteristics. Furthermore, Lv et al. [
35] utilized HMMs to enhance spatio-temporal mobility forecasting, demonstrating that incorporating individuals’ living habits improves mobility forecasting accuracy across diverse groups. Another notable advancement was introduced by Fox et al. [
22], who applied particle filters as an improvement over Kalman filters, particularly beneficial for real-time applications like robot localization. This method proved effective in handling nonlinear, non-Gaussian noise, making it suitable for dynamic daily activities, such as real-time obstacle monitoring.
While traditional methods excel in real-time forecasting with linear and structured environments, they often falter when dealing with complex and highly variable environments. Their lack of adaptability hinders their ability to account for intricate movement patterns and long-term trends in human mobility.
2.2. Machine Learning Methods
With the rise in computational power, machine learning techniques have gained prominence in trajectory forecasting for human mobility. These methods are capable of handling more complex data but typically require large datasets for accurate forecasting.
Papathanasopoulou et al. [
23] employed Random Forest algorithms to classify human movement based on factors such as gender, walking pace, and distraction, achieving high accuracy. However, their study was limited by the use of experimental data from a controlled environment, which may not fully capture the variability of real-world pedestrian movements. Similarly, He et al. [
24] applied Gradient Boosting Decision Trees to predict human mobility patterns, demonstrating the model’s capability to capture complex, nonlinear relationships between environmental factors and human movement, though they faced challenges with dataset sparsity and missing values, which may impact prediction accuracy. Additionally, Yu et al. [
25] employed K-Nearest Neighbors (KNN) for short-term traffic condition predictions, achieving effective results by incorporating spatial and temporal parameters. While the model demonstrated good accuracy, it struggled with long-term predictions. Cho et al. [
36] investigated the influence of social ties on human mobility forecasting, revealing significant impacts of social connections on movement patterns, thus enhancing forecasting accuracy. Moreover, Song et al. [
11] examined the predictability of human mobility using large-scale location-based data, concluding that individual mobility is highly predictable, which has significant implications for forecasting models.
While machine learning methods provide greater flexibility and are able to capture nonlinear relationships, they often require extensive training data and can be computationally intensive, which limits their real-time applicability.
2.3. Deep Learning Methods
The advent of deep learning has revolutionized trajectory forecasting. Deep neural networks are capable of modeling complex movement patterns in human daily activities. However, these models come with challenges, particularly when real-time predictions are required.
Alahi et al. [
26] proposed a Long Short-Term Memory (LSTM)-based model to predict human trajectories in crowded environments, where the LSTM excels in learning long-term dependencies, making it ideal for sequential data, such as trajectory prediction. Graph Convolutional Networks (GCNs) have also been effectively utilized in pedestrian trajectory prediction by modeling complex interactions and long-term tendencies, with innovations like Sparse GCN (SGCN) [
27] and attention-based GCN (AVGCN) [
28] further enhancing accuracy in dynamic environments. Karatzoglou et al. [
29] introduced Seq2Seq models for long-term human mobility forecasting, effectively translating input sequences into output sequences for more accurate forecasting in continuous time-series data. Vemula et al. [
37] implemented attention-based models for trajectory prediction, allowing the model to focus on the most relevant parts of the data. This approach enhanced both the accuracy and interpretability of forecasting. Further advancements include the work by Jia et al. [
38], where they proposed an Attention-LSTM model for aircraft trajectory forecasting, demonstrating higher forecasting accuracy by focusing on influential factors. In another study, Lin et al. [
39] explored the use of LSTMs with spatial-temporal attention mechanisms for trajectory forecasting, highlighting the model’s ability to explain the influence of historical trajectories and surrounding environments. Additionally, research by Lv et al. [
40] and Peng et al. [
41] has shown promising results in the application of LSTM and attention mechanisms for trajectory forecasting, respectively.
Deep learning methods offer unparalleled accuracy in capturing complex movement patterns and making long-term forecasts [
42,
43]. However, the computational demands of these models, combined with the large datasets required for training, often hinder real-time applicability [
44].
In summary, traditional methods provide effective real-time trajectory forecasting but have limitations in handling complex movement patterns with robustness over long-term periods. Machine learning methods present greater flexibility but usually at the cost of computational efficiency. Deep learning techniques deliver high accuracy, particularly for long-term forecasting, but also struggle with maintaining computational efficiency. Therefore, our study aims to fill these gaps by integrating potential field theory with movement patterns, improving forecasting performance in terms of both efficiency and robustness. The potential field method, which simulates the heterogeneous effects of geographical environments, ensures computational feasibility for dynamic real-time applications, while incorporating pattern-based knowledge enhances long-term forecasting accuracy, minimizing the compounding errors typical of data-driven approaches.
5. Experiments and Discussions
5.1. Evaluation Metrics
The forecasting performance of the proposed method is evaluated using the following three metrics:
- (1)
Average Displacement Error (ADE) [
61]: ADE measures the mean squared distance between the forecasted location and the actual location. It is calculated as follows:
where
is the actual location at time
for the
-th target,
is the forecasted location,
is the number of targets, and
is the number of forecasting time steps.
- (2)
Maximum Absolute Error (MaxAE) [
62]: MaxAE is the maximum observed distance between the forecasted and actual trajectory. It is calculated as:
where
is the actual location at time
for the
-th target,
is the forecasted location.
- (3)
Miss Rate (MR) [
63]: MR is the proportion of trajectories where the forecasted location exceeds a threshold distance from the actual position, as illustrated in
Figure 8. The formula is as follows:
where
is the total number of trajectories, and
is the number of missed forecasted locations (those exceeding the threshold).
These metrics help in assessing the overall accuracy (ADE), worst-case performance (MaxAE), and model failures (MR).
5.2. Comparisons with Baseline Methods
To assess the effectiveness of the potential field approach, a comparison was made with Kalman Filter and LSTM baselines using metrics including ADE, MaxAE, and MR, as presented in
Figure 9. Multi-step prediction involves forecasting several future time steps based on previous observations and predictions, allowing for a comprehensive evaluation of each model’s performance over extended horizons. The results indicate that the potential field model generally outperforms the other two methods in long-term predictions.
As also shown in the examples in
Figure 10, one of the key advantages of the potential field approach is its ability to maintain low ADE and MaxAE across multiple forecasting steps. This demonstrates its robustness and reliability in accurately forecasting human mobility trajectories, even when the forecasting time step extends or when situations such as turns are encountered. Although the potential field model may not outperform LSTM in short-term forecasting (one, three, or five steps), it excels in longer-term forecasting (ten steps), showcasing its stability and long-term advantages. Furthermore, the potential field model exhibits a lower MR, indicating that it effectively minimizes the occurrence of significant forecasting errors.
In contrast, the Kalman filter, despite being widely used in various prediction applications, exhibits notably higher values for ADE, MaxAE, and MR across all three metrics. These errors increase significantly as the prediction step increases. The primary reason for this performance drop might be explained from two aspects. On the one hand, Kalman filters are designed for systems with linear dynamics and Gaussian noise, making them less effective in real-world urban environments where the environment is complex and highly nonlinear. On the other hand, the Kalman filter does not account for the underlying movement patterns, such as convergence, divergence, or trendsetter behaviors. This absence of consideration for human movement patterns and complex environmental factors means that the Kalman filter is unable to capture the full range of influences that drive mobility, which is essential for accurate trajectory forecasting in urban environments. Furthermore, the potential field model incorporates both complex environmental factors and prior movement patterns, which contributes to its superior performance in long-term forecasting. Although LSTM models are capable of learning from historical data and performing well in short-term predictions, they also struggle to maintain accuracy over longer prediction steps, primarily due to error accumulation.
Overall, the potential field method stands out for its ability to provide stable and accurate trajectory forecasting, making it particularly suitable for daily urban activities where understanding human mobility is critical for traffic management and safety. This trend highlights the model’s potential as a preferred choice for urban trajectory forecasting.
5.3. Forecasting Accuracy Results Under Different Movement Patterns
Based on the experimental results from
Table 3, which compares the forecasting performance of the model based on potential fields under different movement patterns, slight variations are observed. For the ADE, the convergence pattern shows an average trajectory error of 9.96, which is slightly higher than the divergence (6.22) and leadership patterns (8.24). However, the MR and MaxAE show no significant differences across the patterns, indicating that the prediction algorithm maintains strong stability and robustness across different movement patterns.
Upon further analysis, the MR for all patterns remains within the range of 9.30% to 11.25%, showing that the forecasting algorithm adapts well to different movement patterns and maintains a low error rate in most cases, which is crucial for real-world applications. In terms of MaxAE, all movement patterns recorded the same error of 141.42. While the divergence pattern is characterized by its inherent uncertainty and exploratory nature, which might suggest variability, the consistent MaxAE across all three modes indicates that the prediction model effectively handles the complexities of each movement pattern. This uniformity reinforces the model’s robustness and reliability in trajectory forecasting, demonstrating that it can maintain performance despite the distinct behaviors associated with convergence, divergence, and leadership patterns.
In conclusion, the prediction model based on potential fields demonstrates strong prediction accuracy and stability across various movement patterns, making it an effective method for trajectory forecasting.
5.4. Capability Analysis of Real-Time Forecasting
The potential field approach has demonstrated remarkable efficacy in real-time trajectory forecasting applications. In contrast to deep learning models that often grapple with latency due to their intensive computational requirements, the potential field method offers expedited predictions, achieving a response time of less than 1 s per update. This swift response capability is crucial for real-time systems, as it allows for dynamic adjustment of forecasting based on the latest environmental data. In this study, with historical data as a reference, the method is capable of providing long-term trajectory forecasting for more than 30 min based on positional sampling intervals of 3 min. Moreover, the average accuracy of these forecasting processes is maintained at no less than 85%. This level of accuracy underscores the method’s reliability and effectiveness in long-term trajectory forecasting, which is particularly valuable for applications requiring precise and sustained predictive insights. This level of performance is highly beneficial for applications that require precise and timely trajectory guidance over extended periods. As depicted in
Figure 11, the potential field method’s efficiency is evident, making it an ideal choice for systems that demand both dynamic real-time and robust long-term forecasting capabilities.
5.5. Evaluation of Data Sensitivity
This section presents an analysis of the model’s performance under varying conditions of data availability in a fifteen-step prediction. With results summarized in
Table 4, by comparing the model’s accuracy with complete environmental data against the conditions lacking specific environmental data categories, we assess the impact of each indicator on trajectory forecasting.
The results show that the model maintains robust forecasting accuracy even when some environmental data are unavailable. The absence of “Travel Opportunities” and “Travel Cost” data results in slight increases in ADE to 28.34 and MaxAE to 1364.73, with minimal changes in MR. Similarly, the lack of “Public Ethics” data shows a comparably smaller impact, with ADE increasing to 28.10, indicating that these factors, while influential, do not critically impair the model’s performance. However, the absence of “Obstacles” data significantly affects forecasting accuracy, with ADE rising to 29.08, MaxAE to 1400.00, and MR increasing to 12.20%. These results underline the critical role of obstacle-related data, such as water bodies and buildings, in shaping pedestrian trajectories. Furthermore, missing “Safety Concerns” data also leads to a notable degradation in performance, with ADE increasing to 29.21 and MR to 12.05%, reflecting the importance of accurately accounting for safety-related factors in trajectory forecasting.
Furthermore, we compare the results of the experiments with combined missing data, as shown in
Figure 12. Both rows and columns represent the missing data categories. Hence, the results are symmetric matrices and the values on the diagonal correspond to the cases where only a single category of data is missing. The results of combined missing data further validate the conclusion drawn from the cases of single-category missing data. When data on “Travel Opportunities”, “Travel Cost”, and “Public Ethics” are missing in pairwise combinations, the three metrics (ADE, MaxAE, and MR) are generally smaller. This indicates that the absence of these data combinations has a relatively smaller impact on the results. Conversely, when data on “Obstacles” and “Safety Concerns” are missing in combination, the three metrics are generally larger. This significant increase in the metrics suggests that the lack of information regarding obstacles and safety has a substantial negative impact on the model’s performance, highlighting the crucial role these two factors play in accurately predicting the trajectories.
In summary, while the model demonstrates resilience in the face of environmental data absence, the type of missing data significantly influences its forecasting performance. The experiments underscore the necessity of incorporating diverse environmental factors for improved accuracy and reliability in trajectory forecasting. Future research will investigate methods for mitigating data sensitivity, such as data imputation techniques or integrating complementary data sources to further enhance model robustness under variable data conditions.
6. Summary and Outlook
6.1. Conclusions
This paper presents a novel environment-driven trajectory forecasting method that leverages potential field theory to model human mobility in urban environments. The methodology integrates the prior knowledge of movement patterns and the heterogeneous effects of geographical environments to provide robust and adaptive trajectory predictions for daily urban activities. The main contributions of the study are summarized as follows:
- (1)
The study introduces a unique approach to incorporate prior movement patterns, including convergence, divergence, and leadership, into the trajectory forecasting process. This integration allows the model to account for distinct mobility behaviors, enhancing its applicability across various scenarios.
- (2)
By systematically constructing indicator systems for environmental factors, the method quantifies the effects of heterogeneous geographical environments on human mobility. The combination of attractive and repulsive potential fields provides a robust framework for modeling complex environmental effects.
- (3)
The proposed method employs a hybrid weighting approach, combining expert scoring and entropy weight methods to assign weights to environmental factors. This ensures both data-driven objectivity and domain-specific relevance, resulting in a calibrated potential field that reflects real-world dynamics.
- (4)
The proposed methodology is extensively evaluated on synthetic trajectory datasets representing various movement patterns. It demonstrates superior performance in long-term forecasting compared to Kalman filter and LSTM models, showcasing its robustness and reliability.
6.2. Implications for Practice
The practical future implications of this study are substantial, particularly in aspects such as effective traffic management, dynamic resource allocation, and sustainable urban development.
In terms of effective traffic management, the model can be used to forecast human mobility paths in high-density areas, informing traffic signal timings and road designs. This capability allows city planners to anticipate pedestrian navigation at critical intersections, thereby reducing congestion and enhancing safety. However, as the complexity of the environment increases, computational demands may grow significantly due to the combinatorial nature of pedestrian interactions. To address this challenge, strategies such as modular zoning, which involves dividing large areas into smaller computational units, or integrating edge computing technologies, can help maintain real-time responsiveness in practical applications.
For resource allocation, the model facilitates the strategic placement of resources such as bike-sharing stations or pedestrian signage. By forecasting how people are likely to move through different spaces, city services can be dynamically distributed to optimize facility usage and minimize waste. However, when applied at a city scale, such as across multiple commercial or residential districts, computational bottlenecks may arise due to complex spatial topologies, including elevated walkways or multi-layer road systems. A prioritized approach that focuses on transient high-traffic zones, such as subway stations during rush hours, rather than attempting city-wide synchronization, can enhance computational efficiency while preserving the model’s utility.
In the context of sustainable urban development, the model aids in optimizing urban designs to promote walking and cycling and reduce vehicular congestion. By strategically positioning green corridors, bike lanes, and walking trails based on predicted pedestrian paths, more eco-friendly transportation options can be encouraged in cities. However, simulating extended time horizons, such as annual predictions, introduces dynamic variables like weather and events, which may strain computational resources. To mitigate this, incremental updates that refine model parameters iteratively using historical data, rather than performing full recomputations, offer a practical solution to reduce computational overhead in long-term scenarios.
Overall, the study underscores the critical role of human mobility trajectory prediction in achieving sustainable urban environments, supporting the shift towards more livable and eco-friendly cities. It underscores the importance of balancing precision and computational efficiency, particularly in large-scale or long-term applications. Faced with more complex environments, combinations with other lightweight algorithms can also be considered.
6.3. Research Deficiency
While the model demonstrated strong performance, it does have some limitations. First, the model relies heavily on the accuracy and completeness of environmental data, such as roads, buildings, and other geographical features. In practical applications, these data may be outdated, incomplete, or unavailable in real time, which could compromise the reliability of the model. Second, the current indicator system assumes static environmental conditions, which do not account for dynamic changes like temporary infrastructure modifications, weather conditions, or road closures. These changes can have a significant impact on human mobility patterns and are not yet fully addressed in the current framework. Finally, the evaluation of the model primarily relies on the synthetic trajectory dataset. Despite the representative advantages of synthetic datasets, they may not fully reflect the complexity and variability of real-world human mobility. The validation under large-scale real-world trajectory remains to be further realized.
6.4. Future Research
To address these limitations, future research will focus on the following directions:
- (1)
The integration of dynamic environmental data, such as real-time traffic conditions, weather updates, or temporary road closures, will be explored. Incorporating these dynamic inputs into the potential field modeling process would allow the model to better adapt to rapidly changing urban environments, significantly improving its robustness and applicability in complex environments.
- (2)
Recognizing the need for real-world validation, future efforts will include the collection of real-world trajectory data. This will involve conducting volunteer-based studies, where participants provide detailed travel purposes and mobility trajectories through surveys and GPS tracking. Additionally, collaborations with transportation agencies and urban planning organizations will be pursued to access comprehensive datasets, ensuring that the model is tested and validated in diverse and practical scenarios.
- (3)
Future studies will also aim to integrate social and behavioral factors into the model. Factors such as group dynamics, individual preferences, and social interactions could provide a richer understanding of human mobility and lead to more accurate trajectory forecasting.
- (4)
Exploring hybrid models that combine the advantages of deep learning for feature extraction and the potential field method for real-time decision-making is another promising direction. Such approaches could enhance both short-term accuracy and long-term stability in trajectory forecasting, particularly in highly dynamic urban environments.