Skip to main content

ORIGINAL RESEARCH article

Front. Phys., 24 November 2022
Sec. Interdisciplinary Physics
This article is part of the Research Topic Interdisciplinary Approaches Towards the Evolution of Socio-economic Systems Under Selective Trend Pressures View all 6 articles

Optimizing travel routes using temporal networks constructed from global positioning system data in kyoto tourism

Tatsuro MukaiTatsuro MukaiYuichi Ikeda
Yuichi Ikeda*
  • Graduate School of Advanced Integrated Studies in Human Survivability, Kyoto University, Kyoto, Japan

Owing to the complexity of urban transportation networks and temporal changes in traffic conditions, the assessment of real-time traffic situations is a challenge. However, the development of mobile information devices using the global positioning system (GPS) has made it easier to obtain personal mobility information. In this study, we developed a method for evaluating the mobility of people in a city using GPS data. We applied two methods: evaluating human mobility using temporal networks constructed from GPS data, and searching for the shortest path by constructing and solving the time-dependent traveling salesman problem (TDTSP). The estimation is expected to be more realistic if transportation delays from congestion are considered. This study makes two major contributions. First, we propose a new method for estimating the time weights of edges in temporal networks using probability density functions for the travel time. Second, to apply ant colony optimization to the TDTSP, we propose a new method for estimating the congestion level from GPS data and calculating the transition probability using the estimated congestion level. As a case study, we conducted a human mobility analysis in Kyoto City.

1 Introduction

Transportation planning is a significant issue in urban areas [1]. Although smooth transportation contributes significantly to satisfaction in the daily lives of residents, transportation planning is becoming more difficult to achieve owing to the global population growth occurring in urban areas. In addition, the development of tourism has increased the number of visitors to these areas and a known tourism problem has emerged [2], negatively affecting both visitors and residents [24].

Three factors complicate urban transportation [5]. First, cities are often densely populated with tunnels and elevated structures that form complex transportation networks with numerous roads. Second, travelers may be heading toward different destinations. This creates significant uncertainty in transportation planning as the number of travelers increases. Third, the road traffic changes over time. Depending on the traffic congestion, travelers may change their mode of transportation and travel route, and travel times for the same traveling route can vary significantly.

However, owing to the recent development of mobile information devices, it has become easier to obtain and provide mobility information to individuals. Mobile devices such as smartphones are now widely used and carried by most individuals. It has therefore become possible to compose big data from the global positioning system (GPS) measured using such devices and to apply the data in analyzing human mobility [6].

Network science is a useful approach in this regard [7,8]. Networks whose connection status changes over time, i.e., temporal networks [9], are more difficult to evaluate than static networks because of their time-varying nature; however, because they represent real-world problems well, they have been used in various fields such as interpersonal communication [1013], transmission to an unspecified number of people using Social networking service (SNS) and the web [1417], physical contact [1821], and cytology [2225]. Temporal networks are also preferred for representing movement and capturing changes in traffic conditions over time. Kujala et al. used temporal networks to evaluate a public transportation system in Helsinki [26]. They constructed networks from timetables and open map information and evaluated the public transportation system by focusing on the travel time and number of transfers.

In addition, the shortest-path problem can be used to determine an efficient travel route and in recent years has become a real-world problem with a time component [27]. Heuristic solutions to such problems, including the time-dependent traveling salesman problem (TDTSP), have been devised [2831].

In this study, we applied two methods: evaluating human mobility using temporal networks constructed from GPS data, and searching for the shortest path by constructing and solving the TDTSP. With both methods, the location information measured from mobile devices is converted into a timetable of location transitions, called “transfer connections,” from which an optimal set of paths to the destination is obtained for constructing a mobility network. By improving the existing methods used in constructing temporal networks developed for an evaluation of public transportation [32], we created temporal networks using the GPS data from mobile devices. We estimated the time weights of the edges in the TDTSP from the GPS data based on a method used to create a temporal network [32]. In evaluating movement using temporal networks, networks are visualized and compared according to seasons, time slots, and whether the person moving is a resident or a visitor. With the methodology applied in finding the shortest path, the time weights of the TDTSP are determined from the set of optimal paths, and the ant colony optimization (ACO) method is used to solve the problem. When applying the ACO method, the congestion level is separated from the GPS and used in calculating the optimization.

The estimation is expected to be more realistic if transportation delays from congestion are considered. The main contributions of this study are as follows: We propose a new method for estimating the time weights of the edges in temporal networks using probability density functions for the travel time. In addition, to apply ACO method to the TDTSP, we propose a new method for estimating the congestion level from GPS data and calculating the transition probability using the estimated congestion level.

The remainder of the paper is organized as follows. We introduce the primary methodology in Section 2. In Section 3, we discuss improvements to the basic methodology. In Section 4, the proposed method is described. Next, we discuss the results of a case study in Section 5. Finally, we provide some concluding remarks in Section 6.

2 Basic methodology

2.1 Temporal network configuration method

Although the static network theory is used in various fields, several real-world networks have changed over time. Networks in which edge connections change over time are called temporal networks [9]. Temporal networks are often more realistic than static networks, and have been used in road traffic analyses. Kujala et al. [26] constructed a temporal network using public transport timetables to model the movement of people. To construct the network, the authors used the multi-criteria profile connection scan algorithm (mcpCSA) [32], which is an extension of the profile connection scan algorithm (pCSA). The mcpCSA extends the Pareto-optimal (departure time and arrival time) treated in the pCSA to the multi-criteria Pareto-optimal (departure time, arrival time, and number of transfers). This algorithm is used to compute the optimal travel time in a dynamic public transportation network, which can represent many events occurring between nodes as a temporal network.

2.1.1 Connection scan algorithm

The connection scan algorithm (CSA) is the original form of many different derived algorithms. The CSA can calculate the fastest time to reach each stop from a given starting node. Denote each stop by p. Let P be the set of stops, and let pP. Connection information c consists of the departure stop, arrival stop, departure time, and arrival time. Let C be the set of information, and let cC. Instead of using a graph, such as with Dijkstra’s algorithm, this algorithm uses an array C of timetable connections sorted by the departure time. Upon receiving the origin ps and departure time τ of ps as inputs, labels τ(p) representing the shortest arrival time at each stop are initialized to infinity. Subsequently, cC is scanned to determine whether it is reachable. A connection c is considered reachable if either the traveler is already traveling on a primary connection of the same trip or standing at the departure stop of the connection at departure time. Here, parr(c) denotes the arrival stop of the connection information c. If it is reachable, the arrival time of c improves the label τ(parr(c)) of the destination and updates the label. The process is repeated until all C have been scanned.

2.1.2 Profile connection scan algorithm

An extension of the CSA for more complex scenarios is the profile CSA (pCSA). This algorithm returns a set of Pareto-optimal paths (departure and arrival times) from each stop to a particular destination. Here, Pareto-optimal means that the departure time is optimized to be slower, and the arrival time is optimized to be faster. This algorithm uses array C of timetable connections sorted in descending order of the departure time. When destination pt is given as an input, it creates an empty set of Pareto-optimal paths for each stop, cC is scanned in turn, and pt is checked to determine if it is reachable. If it is reachable, and if (τdep(c), τ*) is Pareto-optimal compared with the set of paths held by the starting node of c, it is added to the set. Here, τdep(c) represents the departure time of c, and τ* represents the arrival time to pt. This is conducted until all of C has been scanned.

2.2 Time dependent traveling salesman problem

To avoid traffic congestion, it is essential to determine the efficient travel routes and thereby facilitate movement. We formulate and solve the TDTSP to determine the travel route.

2.2.1 Problem formulation

The TDTSP is the shortest path problem on a time-dependent network represented by a directed graph G = (V, E, W, T). Here, V represents the set of nodes, E represents the set of edges, W represents the set of time weights, and T represents the time interval. With the TDTSP, the weights on the graph change after a specific period. Interval T is the set of time periods for which the weights are constant. The weight w(i, j, τ) ∈ W depends on the starting node iV, ending node jV, and time τT. In addition, Path[v0, v1, …, vn] represents the transition permutation of the nodes from v0V to vnV. When the time starting from v0 is τ0T, the sum of the time weights of Path[v0, v1, …, vn], fτ0(Path[v0,v1,,vn]), is calculated recursively as follows,

fτ0Pathv0,v1=wv0,v1,τ1,(1)
fτ0Pathv0,,vi=wvi1,vi,τ0+fτ0Pathv0,,vi1+fτ0Pathv0,,vi1.(2)

The TDTSP is a combinatorial optimization problem for finding a path such that fτ0(Path[v0,,vn]) is minimized.

2.2.2 Ant colony optimization

The ACO method [33] iterates the search by K agents S times to find a solution to the TDTSP, i.e., path Path[v0, …, vn] with the minimum total time cost fτ0(Path[v0,,vn]) [2831]. With the ACO method, each edge e(vi, vj) ∈ E has a pheromone σi,j(τ) for each time τT. Agent k at node iV at time τ calculates the transition probability pi,jk(τ) to the next node according to the pheromone,

pi,jkτ=σi,jταηi,jτβsΩσi,sταηi,sτβifjΩ0else .(3)

The next node can be randomly determined using a certain probability to avoid a local solution. Here, Ω is the set of nodes that agent k has not yet visited, and ηij(τ) is heuristic information. Parameters α and β are constants that control the relative importance of a pheromone versus heuristic information ηij. For α and β in Eq. 3, α = 2 and β = 3 were used throughout the study. For our problem, the results did not change significantly within the ranges of α and β = 2 through 4. Heuristic information ηij is calculated using the following equation:

ηi,jτ=Qwi,j,τ,(4)

where Q = 50 is used throughout the study. The results did not depend on the value of Q.

The transition path from v0 to vn and the corresponding total time cost of agent k are defined as Pathk[v0, …, vn] and fτ0k(Pathk[v0,,vn]), respectively. If the paths Pathk[v0, …, vn] by agent kK and the total time cost fτ0k(Pathk[v0,,vn]) are better than the best solutions found thus far, they are stored as the new best solutions. After all agents have completed their search, we update the pheromone (see Eq. 7) and finish the process in step sS. This is repeated S times to obtain Path[v0, …, vn] with the minimum total time cost fτ0(Path[v0,,vn]).

3 Improvements

We improved the method described in Section 2 to suit our purposes. The novelty of our improved method is twofold: 1) the application of the pCSA to GPS data using a mesh transition, and 2) consideration of congestion in the ACO.

3.1 Improvement of profile connection scan algorithm

We used the pCSA to construct a temporal network. Because this study uses GPS data to calculate the optimal travel route, we must process the GPS data in such a way that they can be used by the pCSA. Transfer connections are formed from the GPS movements of the same mobile device. GPS data for personal mobility consist of the measured time and position information in latitude and longitude. However, the granularity is too fine; therefore, we need to divide the map into grids and create a timetable of transitions between the grid points. GPS data are converted into transfer connections that represent transitions between grid points.

For example, suppose an individual is at a latitude and longitude of 52.0 and 13.0, respectively, at 6:00. The individual then moves to a latitude and longitude of 53.5 and 14.1 and to 54.8 and 15.3 at 6:40 and 7:15, respectively. The grid point at a latitude and longitude of 52.0 and 13.0, respectively, is (1, 1), the grid point at a latitude and longitude of 53.5 and 14.1, respectively, is (2, 2), and the grid point at a latitude and longitude of 54.8 and 15.3, respectively, is (3, 3). The transfer connections for this individual are a departure time of 6:00, arrival time of 6:40, departure grid point (1, 1), arrival grid point (2, 2), departure time of 6:40, arrival time of 7:15, departure grid point (2, 2), and arrival grid point (3, 3).

3.2 Improvement of ant colony optimization

We estimate the congestion level and obtain the pheromone for each period. Pheromone σi,j(τ) is expressed as follows:

σi,jτ=σ0i,jθjτ,(5)

where σ0(i,j) is defined in Eq. 7 as the pheromone of e(i, j), and θj(τ) is defined as the congestion level of destination j at time τ.

Congestion is given as a number between zero and 1, and the more congested a location is, the more difficult it is to choose. The following equation expresses the congestion:

θjτ=ljτljmax.(6)

We can detect the number of people at node j at each time point from the GPS data. Here, lj max is the number of people at node j per time when the number of people staying at node j is the highest, and l(τ) is the number of people at node j during time τ.

The following equation represents the update of the pheromone:

σ0i,j=ρσ0i,j+Δσi,j,(7)

where ρ is the rate at which the pheromone remains after evaporation. The closer the value is to 1, the smaller the amount of pheromone that is evaporated. To ensure that the pheromone effect is obtained correctly throughout the paper, ρ in Eq. 7 was set to 0.9. The increment in pheromone Δσi,j is determined by agent k:

Δσi,j=k=1mΔσi,jk,(8)
Δσi,jk=Rγkifagentkpasstheroadei,j0else .(9)

Here, γk is the total moving cost of agent k, and R is a constant. We used R = 50 throughout this paper. We confirmed that varying the value of R did not affect the results.

4 Proposed methodology

With the development of mobile information devices, tracking individual movements has become possible. Even mobile phones, including smartphones, can use GPS. With this trend, it is becoming possible to analyze big data on personal mobility. Individual mobility can be evaluated in greater detail, such as when and where people are more likely to move.

In this section, we propose methods for analyzing individual mobility using temporal networks and creating the TDTSP to search for the shortest path with meta-heuristics using the actual GPS data from individuals.

4.1 Global positioning system data

We used the GPS data provided by Agoop, Inc. These data were obtained from the users of a mobile device application who provided their consent. The data are linked to a daily ID that identifies the device and allows it to be tracked for a single day. Agoop, Inc. collects GPS data in real-time. The frequency of such data provisioning to the user (researcher) depends on the contract. If the proposed method is to be put into practical use, increasing the frequency of the data provided is necessary.

This study used 58 days of data collected in Kyoto during February and April 2019. In 2019, Kyoto had the fewest number of tourists in February, and Kyoto had the highest number of tourists in April. Table 1 shows the number of data measured during each month. Although the number of mobile devices used for the measurements was higher in April, the number of logs was lower. The GPS data used in this study were obtained when the user conducted an action after the application was launched. As the application runs in the background, it measures when a user moves a significant distance, remains in a facility, or after a certain amount of time, depending on the operating system. Because the number of logs depends on the user activity, it is difficult to determine the cause of the low number of logs in April.

TABLE 1
www.frontiersin.org

TABLE 1. Number of daily IDs and logs of GPS data per day in each month of 2019.

Figure 1 shows the number of logs measured based on the time zone for all data. This shows that the number of logs is low during late-night hours when people are immobile, and the number of logs increases as people become mobile at approximately 8:00.

FIGURE 1
www.frontiersin.org

FIGURE 1. Total number of data logs by time slot. Notably, the number of measurements is high during the daytime when people are actively moving and is low at night.

These data are accompanied by an estimate of the residence location of the mobile device owner. The percentages of all logs classified based on the residential area are shown in Figure 2. A total of 20% of the visitors were from outside Kyoto Prefecture, and 1% of all logs were from overseas. The users of the travel route recommendation system are mainly travelers from overseas. Because they account for only 1% of the total number of travelers, changes in the behavior of overseas travelers will not significantly affect the amount of traffic.

FIGURE 2
www.frontiersin.org

FIGURE 2. Estimated percentage of residential areas in all logs. Approximately 80% were Kyoto residents, and 1% were visitors from overseas.

4.2 Temporal network and movement analysis

We constructed a temporal network using GPS data and analyzed the movement of people. Figure 3 shows the research flow, the details of which are as follows: The first step is to sort the GPS data by mobile device. The second step is to transfer connections formed from the GPS data of the same mobile device, and array C is created by sorting them in descending order of departure time. The third step involves calculating sets of optimal paths to destination pt using the pCSA. Finally, the resulting set is analyzed.

FIGURE 3
www.frontiersin.org

FIGURE 3. Research flow of mobility analysis using temporal networks (top) and a travel route search using meta-heuristics (bottom). The flow remains the same until the GPS data are preprocessed, and the optimal set of paths is formed using the pCSA. In the mobility analysis using temporal networks, a set of optimal paths is visualized in an analyzable form. In a travel route search using meta-heuristics, a set of optimal paths is used to determine the TDTSP.

To use the pCSA, GPS data are converted into transfer connections, as described above. In this study, we divided the study area into 50-m square grids and formed transfer connections between them. From these transfer connections, the pCSA is used to calculate the optimal path to the destination. The algorithm provides sets of optimized paths for the input pt. For the analysis, we compared the travel time by season and the time slot by creating a probability density function of the travel time to the destination, which is discussed in detail in the following section.

4.3 Travel route search using meta-heuristics

The TDTSP from GPS data was used to calculate the shortest path. Figure 3 shows the research flow applied, the details of which are as follows. The first step is to calculate the optimal path from the GPS data in the same way as described above. The second step is to determine the travel time cost and the TDTSP from the obtained sets of optimal paths. Finally, meta-heuristics explore paths with low travel time costs around specified nodes.

Using the pCSA, we find the optimal set of paths to move the edges in the network. Subsequently, we must determine the time weight W of dynamic graph G. We now consider how to determine the time weight w(i, j, τ) from node i to j. We use the pCSA with j as the input and divide the optimal set obtained from the pCSA into subgroups according to time τT when departing from node i. For this subgroup, we compute the time weight w(i, j, τ). Considering real-world scenarios, w(i, j, τ) should be close to the cost of moving directly from i to j during that period. Because many paths with long travel times are formed when connecting intermediate points using the pCSA, we adopt the shortest travel time within a lower probability of 5% of the probability density function of the travel time, described in Section 5.1.2, which is indicated as w(i, j, τ) in this study. The solution to the TDTSP is determined based on Eqs. 3, 9.

5 Results and discussion

We conducted a case study of mobility analysis based temporal networks using GPS data and the shortest travel route search using metaheuristics with location information observed in Kyoto City. Figure 4 shows a map of Kyoto City, with the locations (nodes) used in the case study indicated. The locations surrounded by the red frame represent the nodes used in the temporal network mobility analysis. Movement from Hyakumanben to Kyoto Station and from the Ennmachi intersection to Kyoto Station were compared and analyzed. The nodes surrounded by blue frames represent the points considered as the nodes for the TDTSP. To validate the method, it this case study, we selected six typical tourist spots in Kyoto as nodes. When the proposed method is put into practical use, nodes can be added without difficulty. The case study is described in detail.

FIGURE 4
www.frontiersin.org

FIGURE 4. Map of Kyoto City showing the locations (nodes) used in the case study. The points surrounded by red boxes are the points handled in the temporal network mobility analysis, and the points surrounded by blue boxes are the points taken as nodes in the TDTSP.

5.1 Movement analysis with temporal network

5.1.1 Analysis by meantime of movement

We searched sets of optimal paths from GPS data using the pCSA. We obtained the travel time to the destination for each time slot from the set of paths. Here, the travel time includes the waiting time at a departure node until subsequent transportation is available. Suppose that a traveler at a node at time t0 leaves the departure node at time t1 and arrives at the destination node at time t2. Although the exact travel time is t2t1, departure time t1 is not recorded in the GPS data, and the travel time obtained from the GPS data is t2t1 + (t1t0) = t2t0, including the waiting time t1t0 at the departure node.

Figure 5 shows the average travel time from Hyakumanben to Kyoto Station during February and April. The locations of Hyakumanben and Kyoto Stations are shown in Figure 4. The stations are 6.1 km apart by road, and it is therefore expected that it will take approximately 20 min to arrive at the destination by car. The average travel time in this study was the monthly average hourly travel time for each day. Because it takes only approximately 30 min to travel from Hyakumanben to Kyoto Station by bus, any trip that takes more than 120 min is excluded as an outlier. The travel time in the morning is shorter in April, and remains almost the same from approximately 14:00 onward. The observed shorter travel time in April is counterintuitive to the fact that more people travel in April, as shown in Table 1. However, this result includes the waiting time for movement. If only a small number of movement data is measured, the waiting time will be much longer. Although the method for evaluating the travel time, including the waiting time, is also effective for evaluating public and other transportation types with a predetermined timetable, there was a concern that the results of this research would deviate from reality. Therefore, we considered an analysis method that is unaffected by the waiting time. We adopted the shortest travel time w(i, j, τ) within the lower probability of 5% of the probability density function of the described travel time.

FIGURE 5
www.frontiersin.org

FIGURE 5. The average travel time by time slots from Hyakumanben to Kyoto Station is compared between February (blue line) and April (broken red line). The results show that the travel time is shorter in April during the morning hours and almost the same from approximately 14:00 onward. Note, however, that this includes the waiting time for travel, which may be unrealistic if the number of data is insufficient.

5.1.2 Analysis using the probability density function of travel time

As a case study, we compared the travel time from the Hyakumanben and Ennmachi intersections to Kyoto Station. The locations of these points are shown in Figure 4. The distance from Ennmachi intersection to Kyoto Station is 5.9 km by road, which is almost the same as the distance from Hyakumanben to Kyoto Station. However, the trip from Ennmachi intersection to Kyoto Station can take approximately 10 min by train from Ennmachi intersection, which is 150 m away.

We can obtain the optimal set of paths to our destination using the pCSA with GPS data. Using the pCSA with Kyoto Station as the destination, we obtained the optimal set of paths from Hyakumanben and Ennmachi intersections. A comparative analysis was used to extract subgroups from those sets that matched the conditions and compare the density functions of the travel time of the paths included in the subgroups.

Figure 6 shows the travel time from Hyakumanben to Kyoto Station, and Figure 7 shows the travel time from Ennmachi intersection to Kyoto Station. The density functions were created for (a) February and April, (b) Kyoto citizens and visitors, (c) weekdays and weekends, and (d) departure times at between 8:00 and 13:00 and between 13:00 and 18:00.

FIGURE 6
www.frontiersin.org

FIGURE 6. A density function is formed for the travel time by classifying the sets of optimal paths for each condition for travel from Hyakumanben to Kyoto Station. The horizontal axis is the travel time, and the vertical axis is the density. In (A), the density function is formed for the February and April data. The density function is formed for Kyoto citizens and visitors in (B), for weekdays and weekends in (C), and for a departure time of 8:00 to 13:00 and 13:00 to 18:00 in (D). Note that because the data are from GPS, the travel time includes not only the effect of traffic congestion but also the lag between the start/end times of the trip, the time of the measurement, and the waiting time.

FIGURE 7
www.frontiersin.org

FIGURE 7. A density function is formed for the travel time from Ennmachi intersection to Kyoto Station by classifying sets of optimal paths for each condition. The conditions in (A–D) are the same as in Figure 6. The traffic characteristics described in the section are clarified by comparing this figure with Figure 6.

In Figures 6A, 7, we compare the probability density functions of the travel times in February and April. Figure 6 shows that the peak of the probability density function formed at a shorter distance in February. Compared to Figure 5, which shows the same comparison within the same interval, the overall travel time was longer in February. In other words, in Figure 5, the waiting time for travel is considered a factor affecting the travel time.

In Figures 6B, 7, we compare the travel times of Kyoto citizens and visitors. Comparing the conditions in Figures 6B, 7, we found the following three major characteristics. First, both Hyakumanben and Ennmachi visitors tend to move quickly compared to the residents. Second, the movements of the residents from Hyakumanben and Ennmachi forms a peak at a much longer time than expected for travel by a passenger car or public transportation. Third, the probability density of visitor movement from Ennmachi intersection peaked at a location with a shorter travel time than the residents.

Focusing on the density function of the movement from Hyakumanben, the movements of both the residents and visitors peaked when the time exceeded 60 min. Empirically, we know that it takes approximately 20 min to reach Kyoto Station by car from Hyakumanben and approximately 30 min by public transportation; however, the observed 60 min peak is considerably longer. In this study, because the routes were calculated using the pCSA with GPS data, traffic congestion and other events that lengthen the travel time should be considered. The first is the lag between the start and end of a movement and the time at which a mobile device measures the location information. The second is the actual waiting time for the bus or train the traveler wants to take at the bus stop or station, and the third is the impact of detoured or heavily connected travel formed using the pCSA.

Particular attention should be paid to the impact of long-distance or heavily connected movements. For trips with long distances or from places where few people head directly toward their destination, the set of optimal paths includes those formed by connecting many short and detouring paths. These effects are believed to have formed a peak with a travel time longer than the actual time. By contrast, the probability density of travel for visitors from Ennmachi intersection peaks at a short distance, which is thought to be because it is unaffected by detouring paths or paths with many connections. Considering the significant difference between travel from Hyakumanben and travel from Ennmachi intersection, visitors can travel from the nearest station in Ennmachi intersection to Kyoto Station on the same train line.

Because most visitors travel by train, we can assume that the peak travel time is approximately 20 min. According to the timetable, it takes 7–11 min to travel from Ennmachi intersection toKyoto Station. 2However, it is thought that the peak is formed by a discrepancy of a few minutes owing to the lag that occurs until a mobile device measures the location information while in transit and the effect of the waiting time.

Next, as shown in Figures 6C, 7, we compared the probability density function created from the weekday data with that created from the weekend data. The travel time from Hyakumanben tended to be shorter on the weekends. When we analyzed travel from Ennmachi intersection to Kyoto Station, we found a travel time of approximately 20 min, and when the peak of visitors shown in Figure 7B was formed, travel was more frequent on the weekdays. It can be inferred that visitors who use this route are mainly business people or commuters, rather than tourists. In addition, Figure 7A shows the same travel time of approximately 20 min in February and April, which confirms this assumption.

In Figures 6, 7D, the ability density function was created for departures from between 8:00 and 13:00 and 13:00 and 18:00. From Figure 1, we can see that the movement of people becomes active at 8:00. Both the Hyakumanben and Ennmachi intersection movements were shorter from 13:00 to 18:00. When we focus on the movement from Hyakumanben, we can see from Figures 6B,C that the weekday movements of residents tend to become longer. In other words, movement within this time slot is influenced by the morning commute to work and school, as well as daily life and business activities. Focusing on travel from Ennmachi intersection, a travel time of approximately 20 min is more common between 13:00 and 18:00. In other words, it can be inferred that train travel by visitors, shown in Figure 7B, is the result of business visitors using the train on their way home.

For all combinations of nodes, the probability density function of the travel time was computed using the pCSA, and the lower 5% point of the probability density function was set as the shortest travel time (time weight) w(i, j, τ). The proposed method is equally applicable to any order of nodes to be visited. Thus, a mobility analysis using temporal networks allowed us to compare the travel times under various conditions. Because of the complexity of road networks and changes in conditions depending on the time slot, the evaluation of urban road traffic is becoming increasingly challenging. It is therefore desirable to conduct traffic evaluations, such as that demonstrated in this study, under various conditions and to use a method that clarifies the traffic characteristics in various cities.

5.2 Explore the shortest travel route

5.2.1 Creating the time-dependent traveling salesman problem

We set up the TDTSP to include visiting seven nodes in Kyoto City and derived the shortest path. The seven locations of the nodes are shown in Figure 4. The starting point v0 is Shijo Kawaramachi, v1 is Arashiyama, v2 is Kinkakuji, v3 is Kiyomizudera, v4 is Kyotogosyo, v5 is Nijyojyo, and v6 is Yasakajinjya. Starting from v0 at 8:00, the weights are updated every 120 min. Shijo Kawaramachi was chosen as departure node v0 because there are many hotels in the area, and it is a place of accommodation for many travelers.

To obtain the Pareto-optimal sets of paths, we used the pCSA with each node as the input. Subsequently, subgroups of travel times were created for each time τ, and the lower 5% point of the probability density function for all transfers was assigned time weight w(i, j, τ) ∈ W. This is applied so that the sets of Pareto-optimal paths are unaffected by the detours created by the pCSA or by the waiting time included in the GPS data. The weights are listed in Table 2. From front to back, the array shows the weights for the time slots: 8:00–10:00, 10:00–12:00, 12:00–14:00, 14:00–16:00, and 16:00–18:00.

TABLE 2
www.frontiersin.org

TABLE 2. Time weights W.

For example, it takes approximately 25 min to travel from v0 to v1 by car if there is no traffic congestion along the way. According to Table 2, the smallest weight is 28 min, which is close to the travel time in the absence of traffic congestion. In this case study, we assumed that the travel route between nodes was direct without any detours. Therefore, if we take the lower 5% of the probability density function, we can set the time weights close to the assumption.

We checked the number of people staying at each node for each time τ from the GPS data and calculated the degree of congestion according to Eq. 6. The calculation results are presented in Table 3.

TABLE 3
www.frontiersin.org

TABLE 3. Congestion level at each time slot θj(τ).

5.2.2 Route search considering time spent

We set up the TDTSP to include traveling around Kyoto City; in reality, however, people often stay at each node. We therefore calculated the travel time by varying the time spent at each node. In a static network, the shortest path does not change even if the time spent is considered. However, in a temporal network, the shortest path may change if the time spent changes.

The maximum stay time used in this case study is shown in Table 4. We search for the shortest travel route by multiplying the same factor (multiplier) by the maximum stay time of all nodes.

TABLE 4
www.frontiersin.org

TABLE 4. Time spent at each node.

We ran the ACO with K = 100 agents and S = 200 iterations to find the shortest path, the results of which are shown in Table 5. The route changed when the multiplier changed from 0.1 to 0.15, and it remained the same for the larger multiplier. In Table 2, the travel times per time slot are 73, 27, 60, 38, and 59 min for routes with departure v1 and destination v3, respectively. When going through the route [v0v4v5v2v1v3v6v0], if the spent time is sufficiently long (with a multiplier of 0.15 or more), the v1 → v3 trip can fit within the 10:00–12:00 time slot with a travel time cost of 27 min. However, if the time spent is short (with a multiplier of less than 0.1), then a time slot with a longer travel time, such as v1v3 with a travel time cost of 73 min, is selected, increasing the total travel time. To avoid this, the travel route is changed when the time spent is short.

TABLE 5
www.frontiersin.org

TABLE 5. Multiplier for time spent at each node and shortest route.

Thus, it is possible to obtain sets of Pareto-optimal paths from GPS data, define the TDTSP from the sets, and use meta-heuristics to then search for the shortest path.

5.2.3 Route search considering traffic condition

In urban areas, sudden changes in travel time owing to events such as accidents or traffic restrictions may prevent travel along a particular segment. Therefore, in the subsequent case study, we consider a case in which the time weights of specific edges connecting v0 to v6 are highly increased.

Although this is an extreme case, we will analyze how the travel route changes when the time weights w(i, j, τ) and w(j, i, τ)(iV, ∀jV, ∀τT) of the edges connected to i are doubled owing to a large-scale traffic restriction or accident at point i. After setting the time spent in Table 4, we doubled the time weight for each node and applied the ACO with 100 agents and 200 iterations to determine the shortest path. Table 6 shows the results obtained for the change in travel route when only the time weight of the edge connected to v3 is doubled; otherwise, the route remains the same as when some of the times are set as shown in Table 5. This is because the original route moves from v1 to v3; however, the change in route moves from v3 to v1, and as shown in Table 2, the travel time can be reduced by choosing the right time to travel.

TABLE 6
www.frontiersin.org

TABLE 6. Nodes i that double the time weights w(vi, vj, τ), w(vj, vi, τ)(∀jV,∀τT) and the shortest route.

When deciding on a travel route, people may want to avoid visiting a specific location in a particular time slot because of congestion. By increasing the time weights w(i, j, τ), it is possible to select a route that avoids congestion when applying the proposed method. In addition to the assumption of travel routes, various restrictions and conditions are considered in transportation planning and route recommendations. Because the proposed method uses GPS data, the conditions of the nodes and edges used in the TDTSP can be tailored to preferred simulations of the users.

6 Conclusion

Owing to the complexity of urban transportation networks and temporal changes in traffic conditions, it is challenging to assess real-time traffic situations. However, the development of mobile information devices that use GPS has made it easier to obtain personal mobility information. In this study, we developed a method for evaluating the mobility of people in a city using GPS data. We applied two methods: one is to evaluate human mobility using temporal networks constructed from GPS data, and the other is to search for the shortest path by constructing and solving the TDTSP.

We contribute to improving the existing method of creating a network for public transportation using GPS data obtained from mobile devices. To apply the existing method to GPS data, we proposed dividing the map into 50-m square grids and creating a timetable of transitions between the grids. Using actual data, we can evaluate actual events, such as travel by nonpublic transportation and delays in transportation. To visualize and evaluate the network, we considered the average travel time. We created a probability density function of the travel time to compare the travel by season and time slot. We propose a new method for estimating the time weights of edges in temporal networks using probability density functions for the travel time.

We made another contribution to the method used to set the TDTSP to search for the shortest path. The weights of the TDTSP were determined from the sets of Pareto-optimal paths used to create the temporal network. To apply the ACO to the TDTSP, we propose a new method for estimating the congestion level from GPS data and calculating the transition probability using the estimated congestion level. The congestion measured from GPS was used to calculate the transition probability of the ACO method used to solve the TDTSP.

As a case study, we conducted a human mobility analysis in Kyoto City. In this case study, the validity of the proposed method was verified. We also evaluated the impact of the time the travelers spent at each node and the differences in congestion at each edge on the optimal route search.

With the recent development of mobile information devices, GPS data can be obtained more quickly; therefore, we can extend our method to other cities. The following are possible future extensions: 1) the formulation and post-implementation evaluation of transportation plans, 2) application to vehicle routing problems, and 3) extension to the TDTSP with time frames. Owing to the complexity of urban transportation, it is challenging to understand transportation planning; however, a temporal GPS network can clarify transportation planning issues. The method for finding the shortest path problem can be extended to vehicle routing problems. In addition, we set the congestion level in the calculation when applying the ACO method, which can be used to set a time frame such that if the congestion level exceeds a certain height, travel to that point will be restricted. Furthermore, there is a growing demand to avoid crowds as a countermeasure to future outbreaks of infectious diseases, and a system based on our methods can be expected to be expanded to address such issues.

Data availability statement

The data analyzed in this study is subject to the following licenses/restrictions: The authors do not own original data and do not have any special access privileges to the data that others would not have. Requests to access these datasets should be directed to https://www.agoop.co.jp/.

Author contributions

Conceptualization: YI. Data curation: TM. Formal analysis: TM. Funding acquisition: YI. Investigation: TM and YI. Methodology: TM and YI. Project administration: YI. Software: TM. Supervision: YI. Validation: TM. Visualization: TM. Writing—original draft: TM and YI. Writing—review and editing: TM and YI.

Funding

This work was supported by JSPS KAKENHI Grant Numbers JP17KT0034.

Acknowledgments

We are grateful to K. Takara for his insightful comments and encouragement.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

1. Banister D. The sustainable mobility paradigm. Transport policy (2008) 15:73–80. doi:10.1016/j.tranpol.2007.10.005

CrossRef Full Text | Google Scholar

2. Goodwin H. The challenge of overtourism. Responsible Tourism Partnership (2017).

Google Scholar

3. Milano C, Cheer JM, Novelli M. Overtourism: A growing global problem. The Conversation (2018).

Google Scholar

4. Seraphin H, Sheeran P, Pilato M. Over-tourism and the fall of venice as a destination. J Destination Marketing Manag (2018) 9:374–6. doi:10.1016/j.jdmm.2018.01.011

CrossRef Full Text | Google Scholar

5. Xue G, Li Z, Zhu H, Liu Y. Traffic-known urban vehicular route prediction based on partial mobility patterns. In: 2009 15th International Conference on Parallel and Distributed Systems; 08-11 December 2009; Shenzhen, China (2009).

CrossRef Full Text | Google Scholar

6. Chen X, Zhou L. Design and implementation of an intelligent system for tourist routes recommendation based on hadoop. In: 2015 6th IEEE International Conference on Software Engineering and Service Science; 23-25 September 2015; Beijing, China (2015).

CrossRef Full Text | Google Scholar

7. Barabási A-L. Network science. Cambridge: Cambridge University Press (2016).

Google Scholar

8. Lü J, Chen G, Ogorzalek MJ, Trajković L. Theory and applications of complex networks: Advances and challenges. In: 2013 IEEE International Symposium on Circuits and Systems (ISCAS2013); 19-23 May 2013; Beijing, China (2013).

Google Scholar

9. Holme P, Saramäki J. Temporal networks. Phys Rep (2012) 519:97–125. doi:10.1016/j.physrep.2012.03.001

CrossRef Full Text | Google Scholar

10. Eckmann J-P, Moses E, Sergi D. Entropy of dialogues creates coherent structures in e-mail traffic. Proc Natl Acad Sci U S A (2004) 101:14333–7. doi:10.1073/pnas.0405728101

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Iribarren JL, Moro E. Impact of human activity patterns on the dynamics of information diffusion. Phys Rev Lett (2009) 103:038702. doi:10.1103/physrevlett.103.038702

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Panisson A, Barrat A, Cattuto C, Van Den Broeck W, Ruffo G, Schifanella R. On the dynamics of human proximity for data diffusion in ad-hoc networks. Ad Hoc Networks (2012) 10:1532–43. doi:10.1016/j.adhoc.2011.06.003

CrossRef Full Text | Google Scholar

13. Vazquez A, Racz B, Lukacs A, Barabasi A-L. Impact of non-poissonian activity patterns on spreading processes. Phys Rev Lett (2007) 98:158702. doi:10.1103/physrevlett.98.158702

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Adar E, Adamic LA (2005). Tracking information epidemics in blogspace. In Proceedings of the 2005 IEEE/WIC/ACM international conference on web intelligence, 19-22 September 2005, Compiegne, France.

Google Scholar

15. Kumar R, Novak J, Raghavan P, Tomkins A. On the bursty evolution of blogspace. World Wide Web (2005) 8:159–78. doi:10.1007/s11280-004-4872-4

CrossRef Full Text | Google Scholar

16. Java A, Song X, Finin T, Tseng B (2007). Why we twitter: Understanding microblogging usage and communities. In Proceedings of the 9th WebKDD and 1st SNA-KDD 2007 workshop on Web mining and social network analysis.

Google Scholar

17. Kwak H, Lee C, Park H, Moon S. What is twitter, a social network or a news media? In: Proceedings of the 19th international conference on World wide web (AcM); April 26-30, 2010; Carolina, USA (2010).

Google Scholar

18. Wasserman S, Faust K. Social network analysis: Methods and applications. Cambridge: Cambridge University Press (1994).

Google Scholar

19. Eagle N, Pentland AS. Reality mining: Sensing complex social systems. Pers Ubiquitous Comput (2006) 10:255–68. doi:10.1007/s00779-005-0046-3

CrossRef Full Text | Google Scholar

20. Isella L, Romano M, Barrat A, Cattuto C, Colizza V, Van den Broeck W, et al. (2011). Close encounters in a pediatric ward: Measuring face-to-face proximity and mixing patterns with wearable sensors. PloS one 6:e17144. doi:10.1371/journal.pone.0017144

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Stehlé J, Voirin N, Barrat A, Cattuto C, Isella L, Pinton J-F, et al. (2011). High-resolution measurements of face-to-face contact patterns in a primary school. PloS one 6:e23176. doi:10.1371/journal.pone.0023176

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Przytycka TM, Singh M, Slonim DK. Toward the dynamic interactome: it’s about time. Brief Bioinformatics (2010) 11:15–29. doi:10.1093/bib/bbp057

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Lebre S. Inferring dynamic bayesian network with low order independencies. [Dataset]. Stat Appl Genet Mol Biol (2009) 8:9. doi:10.2202/1544-6115.1294

CrossRef Full Text | Google Scholar

24. Lebre S, Becq J, Devaux F, Stumpf MP, Lelandais G. Statistical inference of the time-varying structure of gene-regulation networks. BMC Syst Biol (2010) 4:130. doi:10.1186/1752-0509-4-130

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Rao A, Hero AO, States DJ, Engel JD. Inferring time-varying network topologies from gene expression data. EURASIP J Bioinformatics Syst Biol (2007) 2007:1–12. doi:10.1155/2007/51947

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Kujala R, Weckström C, Mladenović MN, Saramäki J. Travel times and transfers in public transport: Comprehensive accessibility analysis based on pareto-optimal journeys. Comput Environ Urban Syst (2018) 67:41–54. doi:10.1016/j.compenvurbsys.2017.08.012

CrossRef Full Text | Google Scholar

27. Dorigo M, Stützle T. Ant colony optimization: Overview and recent advances. Handbook of metaheuristics (2019) 311–51. doi:10.1007/978-1-4419-1665-5_8

CrossRef Full Text | Google Scholar

28. Yongqiang L, Qing C, Huagang X. An improved ant colony algorsithm for the time-dependent vehicle routing problem. In: 2010 International Conference on Logistics Engineering and Intelligent Transportation Systems; 26-28 November 2010; Wuhan, China (2010).

Google Scholar

29. Fa-mei H, Yi-na X, Xu-ren W, Meng-bo X, Zi-han X. An improved ant colony algorithm for solving time-dependent road network path planning problem. In: 2019 6th International Conference on Information Science and Control Engineering (ICISCE); 20-22 December 2019; Shanghai, China (2019).

CrossRef Full Text | Google Scholar

30. Mavrovouniotis M, Van M, Yang S. Pheromone modification strategy for the dynamic travelling salesman problem with weight changes. In: 2017 IEEE Symposium Series on Computational Intelligence; 01 December 2017; USA (2017).

CrossRef Full Text | Google Scholar

31. Mavrovouniotis M, Müller FM, Yang S. Ant colony optimization with local search for dynamic traveling salesman problems. IEEE Trans Cybern (2016) 47:1743–56. doi:10.1109/tcyb.2016.2556742

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Dibbelt J, Pajor T, Strasser B, Wagner D (2013). Intriguingly simple and fast transit routing. In International Symposium on Experimental Algorithms.

CrossRef Full Text | Google Scholar

33. Dorigo M, Birattari M, Stutzle T. Ant colony optimization. IEEE Comput Intell Mag (2006) 1:28–39. doi:10.1109/ci-m.2006.248054

CrossRef Full Text | Google Scholar

Keywords: urban transportation network, GPS mobile information device, temporal network, time-dependent traveling salesman problem, complex network

Citation: Mukai T and Ikeda Y (2022) Optimizing travel routes using temporal networks constructed from global positioning system data in kyoto tourism. Front. Phys. 10:1001983. doi: 10.3389/fphy.2022.1001983

Received: 24 July 2022; Accepted: 27 October 2022;
Published: 24 November 2022.

Edited by:

Takayuki Mizuno, National Institute of Informatics, Japan

Reviewed by:

Qiuyang Huang, Jilin University, China
Mariko I. Ito, The University of Tokyo, Japan

Copyright © 2022 Mukai and Ikeda. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Yuichi Ikeda, ikeda.yuichi.2w@kyoto-u.ac.jp

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.