
from Flickr in Paris, Hong Kong, and New York.
This method employs self-tuning spectral lustering,
which does not require parameter settings, allowing
for consistent clustering applicable to cities and loca-
tions with different POI characteristics.
Chen et al. (Chen et al., 2011) proposed a per-
sonal trajectory prediction system based on GPS data,
using a new algorithm called Continuous Route Pat-
tern Mining to extract route patterns. This system pre-
dicts future routes by utilizing route patterns extracted
from an individual’s past trajectory data. Popescu
et al. (Popescu and Grefenstette, 2009) developed a
method to estimate visit times and daily tourist routes
using geotagged social data from Flickr in London,
New York, Paris, and San Francisco. The proposed
method automatically estimates visit times to tourist
locations by utilizing the timestamps and location in-
formation of photos posted by users. Kurashima et
al. (Kurashima et al., 2010) proposed a system that
models the history of places visited by tourists us-
ing geotagged social data from Flickr in New York
and San Francisco. This system recommends travel
routes based on the user’s current location and in-
dividual interests, leveraging data from large-scale
photo-sharing sites for route recommendations, un-
like previous studies that utilized GPS data. Ishizaki
et al. (Ishizaki et al., 2021) introduced an algorithm
called P-UCT that recommends routes best match-
ing user preferences. The method includes gener-
ating evaluators using Support Vector Machine and
route generation using Monte-Carlo Tree Search. Jie
et al. (Bao et al., 2012) developed a system that auto-
matically learns user preferences from location his-
tories and extracts local expert opinions to provide
recommendations. This system utilizes data collected
from Foursquare in New York and Los Angeles. All
of these route recommendation and estimation meth-
ods require user movement records and specific data
sources, leading to challenges in data acquisition and
the insufficiency of necessary data in certain regions.
De et al. (De Choudhury et al., 2010) proposed
a method for generating tourist routes using geo-
tagged social data from Flickr. This method uses
geographic and temporal information to create timed
paths based on each user’s visited locations, stay du-
rations, and travel times. By applying an orienteering
problem algorithm (Tsiligirides, 1984), the system
recommends optimal travel routes. Furthermore, Ma-
jid et al. (Majid et al., 2015) introduced a method for
recommending suitable tourist destinations and travel
routes using geotagged social data from Flickr, tourist
data from Google Places, and historical weather data.
These studies differ from our research in that they re-
quire pre-existing information about tourist spots for
route recommendations. Jain et al. (Jain et al., 2010)
proposed a system called Antourage to recommend
tourist routes using geotagged social data from Flickr.
In this method, users specify a starting point and a
maximum travel distance, and the system suggests
routes that visit popular tourist destinations within
those constraints. The route exploration algorithm
employs the Max-Min Ant System, a metaheuristic
algorithm developed based on the behavior of real
ants, as proposed by Dorigo et al. (Dorigo et al.,
1996) (Dorigo and Gambardella, 1997) (Dorigo and
Di Caro, 1999). It is primarily applied to combina-
torial optimization problems and is particularly effec-
tive for the Traveling Salesman Problem (TSP). This
algorithm consists of pheromone trails, pheromone
updates, probabilistic path exploration, and an itera-
tive process. Antourage recommends tours that visit
popular tourist destinations; however, its optimization
algorithm is time-consuming, making it unsuitable for
online processing.
Kim et al. (Kim et al., 2014) proposed a nav-
igation system called SocRoutes, which uses crime
history data from Chicago and geotagged social data
from X to suggest routes based on the regional con-
text, particularly emotions. Unlike traditional naviga-
tion systems that suggest routes based on the shortest
distance or fastest time, SocRoutes considers emo-
tional context when suggesting routes. Fu et al.
(Fu et al., 2014) introduced TREADS, a travel route
recommendation system that leverages social media
data, specifically X and Yelp reviews, to recom-
mend safe and interesting travel routes in real time.
TREADS takes into account the user’s interests and
safety, employing text summarization techniques to
provide summaries of X data and Yelp reviews related
to the locations on the recommended route. Quercia
et al. (Quercia et al., 2014) developed a system that
recommends not only the shortest route in urban areas
but also emotionally pleasant routes. They retrieved
the top k-shortest paths and evaluated these routes us-
ing geotagged data based on criteria such as “beau-
tiful,” “quiet,” and “happy.” These route exploration
methods are designed for specific purposes, unlike
our research, which aims to integrate multiple user
preferences and interests.
Yamashita et al. (Yamashita and Yokoyama, 2022)
proposed a method for recommending routes based
on user preferences by dividing a map into a grid and
assigning weights to the edges of the graph based
on nighttime light data and geotagged tweets from
X. They applied Dijkstra’s algorithm to find opti-
mal routes. While this method shares similarities
with our research in terms of integrating various data
sources and recommending routes based on user pref-
Navigating Points of Interest: The Dog-Walker Pathfinding Algorithm
29