首页 > 最新文献

Proceedings of the 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems最新文献

英文 中文
Spatio-temporal trajectory simplification for inferring travel paths 用于推断旅行路径的时空轨迹简化
Hengfeng Li, L. Kulik, K. Ramamohanarao
Mining GPS trajectories of moving vehicles has led to many research directions, such as traffic modeling and driving predication. An important challenge is how to map GPS traces to a road network accurately under noisy conditions. However, to the best of our knowledge, there is no existing work that first simplifies a trajectory to improve map matching. In this paper we propose three trajectory simplification algorithms that can deal with both offline and online trajectory data. We use weighting functions to incorporate spatial knowledge, such as segment lengths and turning angles, into our simplification algorithms. In addition, we measure the noise degree of a GPS point based on its spatio-temporal relationship to its neighbors. The effectiveness of our algorithms is comprehensively evaluated on real trajectory datasets with varying the noise levels and sampling rates. Our evaluation shows that under highly noisy conditions, our proposed algorithms considerably improve map matching accuracy and reduce computational costs compared to the state-of-the-art methods.
GPS运动轨迹的挖掘已成为交通建模和驾驶预测等领域的重要研究方向。一个重要的挑战是如何在噪声条件下准确地将GPS轨迹映射到道路网络。然而,据我们所知,目前还没有一项工作是首先简化轨迹来提高地图匹配。本文提出了三种可以同时处理离线和在线轨迹数据的轨迹简化算法。我们使用加权函数将空间知识(如路段长度和转弯角度)纳入我们的简化算法中。此外,我们还基于GPS点与其相邻点的时空关系来测量其噪声程度。在不同噪声水平和采样率的真实轨迹数据集上全面评估了算法的有效性。我们的评估表明,在高噪声条件下,与最先进的方法相比,我们提出的算法显着提高了地图匹配精度并降低了计算成本。
{"title":"Spatio-temporal trajectory simplification for inferring travel paths","authors":"Hengfeng Li, L. Kulik, K. Ramamohanarao","doi":"10.1145/2666310.2666409","DOIUrl":"https://doi.org/10.1145/2666310.2666409","url":null,"abstract":"Mining GPS trajectories of moving vehicles has led to many research directions, such as traffic modeling and driving predication. An important challenge is how to map GPS traces to a road network accurately under noisy conditions. However, to the best of our knowledge, there is no existing work that first simplifies a trajectory to improve map matching. In this paper we propose three trajectory simplification algorithms that can deal with both offline and online trajectory data. We use weighting functions to incorporate spatial knowledge, such as segment lengths and turning angles, into our simplification algorithms. In addition, we measure the noise degree of a GPS point based on its spatio-temporal relationship to its neighbors. The effectiveness of our algorithms is comprehensively evaluated on real trajectory datasets with varying the noise levels and sampling rates. Our evaluation shows that under highly noisy conditions, our proposed algorithms considerably improve map matching accuracy and reduce computational costs compared to the state-of-the-art methods.","PeriodicalId":153031,"journal":{"name":"Proceedings of the 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems","volume":"123 2","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114026737","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 14
Indexing recent trajectories of moving objects 索引最近移动物体的轨迹
Ahmed R. Mahmood, Walid G. Aref, Ahmed M. Aly, Saleh M. Basalamah
The plethora of lacation-aware devices has led to countless location-based services in which huge amounts of spatio-temporal data get created everyday. Several applications requie efficient processing of queries on the locations of moving objects over time, i.e., the moving object trajectories. This calls for efficient trajectory-based indexing methods that capture both the spatial and temporal dimensions of the data in a way that minimizes the number of disk I/Os required for both updating and querying. Motivated by applications that require only the recent history of a moving object's trajectory, this paper introduces the trails-tree; a disk-based data structure for indexing recent trajectories. The trails-tree maintains a temporal-sliding window over the trajectories and uses: (1) an in-memory memo structure that reduces the I/O cost of updates using a lazy-update mechanism, and (2) a lazy vacuum-cleaning mechanism to delete parts of the trajectories that fall out of the sliding window. Experimental evaluation illustrates that the trails-tree outperforms the state-of-the-art index structures for indexing recent trajectory data by up to a factor of two.
位置感知设备的过剩导致了无数基于位置的服务,每天都会产生大量的时空数据。一些应用程序需要有效地处理移动对象随时间的位置查询,即移动对象的轨迹。这就需要高效的基于轨迹的索引方法,这种方法可以捕获数据的空间和时间维度,从而最大限度地减少更新和查询所需的磁盘I/ o数量。由于应用程序只需要运动物体最近的轨迹历史,本文引入了轨迹树;索引最近轨迹的基于磁盘的数据结构。轨迹树在轨迹上维护一个临时滑动窗口,并使用:(1)使用延迟更新机制减少更新的I/O成本的内存备忘录结构,以及(2)惰性真空清理机制删除从滑动窗口中掉落的轨迹部分。实验评估表明,轨迹树在索引最近轨迹数据方面优于最先进的索引结构,最高可达两倍。
{"title":"Indexing recent trajectories of moving objects","authors":"Ahmed R. Mahmood, Walid G. Aref, Ahmed M. Aly, Saleh M. Basalamah","doi":"10.1145/2666310.2666427","DOIUrl":"https://doi.org/10.1145/2666310.2666427","url":null,"abstract":"The plethora of lacation-aware devices has led to countless location-based services in which huge amounts of spatio-temporal data get created everyday. Several applications requie efficient processing of queries on the locations of moving objects over time, i.e., the moving object trajectories. This calls for efficient trajectory-based indexing methods that capture both the spatial and temporal dimensions of the data in a way that minimizes the number of disk I/Os required for both updating and querying. Motivated by applications that require only the recent history of a moving object's trajectory, this paper introduces the trails-tree; a disk-based data structure for indexing recent trajectories. The trails-tree maintains a temporal-sliding window over the trajectories and uses: (1) an in-memory memo structure that reduces the I/O cost of updates using a lazy-update mechanism, and (2) a lazy vacuum-cleaning mechanism to delete parts of the trajectories that fall out of the sliding window. Experimental evaluation illustrates that the trails-tree outperforms the state-of-the-art index structures for indexing recent trajectory data by up to a factor of two.","PeriodicalId":153031,"journal":{"name":"Proceedings of the 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems","volume":"50 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131290070","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
Geocoding for texts with fine-grain toponyms: an experiment on a geoparsed hiking descriptions corpus 细粒度地名文本的地理编码:地理解析徒步描述语料库的实验
Ludovic Moncla, Walter Renteria-Agualimpia, J. Nogueras-Iso, M. Gaio
Geoparsing and geocoding are two essential middleware services to facilitate final user applications such as location-aware searching or different types of location-based services. The objective of this work is to propose a method for establishing a processing chain to support the geoparsing and geocoding of text documents describing events strongly linked with space and with a frequent use of fine-grain toponyms. The geoparsing part is a Natural Language Processing approach which combines the use of part of speech and syntactico-semantic combined patterns (cascade of transducers). However, the real novelty of this work lies in the geocoding method. The geocoding algorithm is unsupervised and takes profit of clustering techniques to provide a solution for disambiguating the toponyms found in gazetteers, and at the same time estimating the spatial footprint of those other fine-grain toponyms not found in gazetteers. The feasibility of the proposal has been tested with a corpus of hiking descriptions in French, Spanish and Italian.
地理解析和地理编码是促进最终用户应用程序(如位置感知搜索或不同类型的基于位置的服务)的两个基本中间件服务。这项工作的目的是提出一种方法来建立一个处理链,以支持地理解析和地理编码的文本文档,这些文本文档描述的事件与空间密切相关,并且经常使用细粒度的地名。地质解析部分是一种自然语言处理方法,它结合了词性和句法语义组合模式(换能器级联)的使用。然而,这项工作的真正新颖之处在于地理编码方法。地理编码算法是一种无监督的算法,它利用聚类技术来消除地名词典中发现的地名的歧义,同时估计地名词典中没有发现的其他细粒度地名的空间足迹。这项建议的可行性已经通过法语、西班牙语和意大利语的徒步旅行描述语料库进行了测试。
{"title":"Geocoding for texts with fine-grain toponyms: an experiment on a geoparsed hiking descriptions corpus","authors":"Ludovic Moncla, Walter Renteria-Agualimpia, J. Nogueras-Iso, M. Gaio","doi":"10.1145/2666310.2666386","DOIUrl":"https://doi.org/10.1145/2666310.2666386","url":null,"abstract":"Geoparsing and geocoding are two essential middleware services to facilitate final user applications such as location-aware searching or different types of location-based services. The objective of this work is to propose a method for establishing a processing chain to support the geoparsing and geocoding of text documents describing events strongly linked with space and with a frequent use of fine-grain toponyms. The geoparsing part is a Natural Language Processing approach which combines the use of part of speech and syntactico-semantic combined patterns (cascade of transducers). However, the real novelty of this work lies in the geocoding method. The geocoding algorithm is unsupervised and takes profit of clustering techniques to provide a solution for disambiguating the toponyms found in gazetteers, and at the same time estimating the spatial footprint of those other fine-grain toponyms not found in gazetteers. The feasibility of the proposal has been tested with a corpus of hiking descriptions in French, Spanish and Italian.","PeriodicalId":153031,"journal":{"name":"Proceedings of the 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems","volume":"120 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131562362","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 67
Leveraging advances in natural language processing to better understand Tobler's first law of geography 利用自然语言处理的进步来更好地理解托布勒的第一地理定律
Toby Jia-Jun Li, Shilad Sen, Brent J. Hecht
Tobler's First Law of Geography (TFL) is one of the key reasons why "spatial is special". The law, which states that "everything is related to everything else, but near things are more related than distant things", is central to the management, presentation, and analysis of geographic information. However, despite the importance of TFL, we have a limited general understanding of its domain-neutral properties. In this paper, we leverage recent advances in the natural language processing domain of semantic relatedness estimation to, for the first time, robustly evaluate the extent to which relatedness between spatial entities decreases over distance in a domain-neutral fashion. Our results reveal that, in general, TFL can indeed be considered a globally recognized domain-neutral property of geographic information but that there is a distance beyond which being nearer, on average, no longer means being more related.
托布勒第一地理定律(TFL)是“空间是特殊的”的重要原因之一。该定律指出,“一切事物都与其他事物相关,但近的事物比远的事物更相关”,这对地理信息的管理、表示和分析至关重要。然而,尽管TFL很重要,但我们对其领域中性特性的了解有限。在本文中,我们利用语义相关性估计的自然语言处理领域的最新进展,首次以领域中立的方式稳健地评估空间实体之间的相关性随距离减少的程度。我们的研究结果表明,总的来说,TFL确实可以被认为是全球公认的地理信息的域中性属性,但是平均而言,超过这个距离,就不再意味着更相关。
{"title":"Leveraging advances in natural language processing to better understand Tobler's first law of geography","authors":"Toby Jia-Jun Li, Shilad Sen, Brent J. Hecht","doi":"10.1145/2666310.2666493","DOIUrl":"https://doi.org/10.1145/2666310.2666493","url":null,"abstract":"Tobler's First Law of Geography (TFL) is one of the key reasons why \"spatial is special\". The law, which states that \"everything is related to everything else, but near things are more related than distant things\", is central to the management, presentation, and analysis of geographic information. However, despite the importance of TFL, we have a limited general understanding of its domain-neutral properties. In this paper, we leverage recent advances in the natural language processing domain of semantic relatedness estimation to, for the first time, robustly evaluate the extent to which relatedness between spatial entities decreases over distance in a domain-neutral fashion. Our results reveal that, in general, TFL can indeed be considered a globally recognized domain-neutral property of geographic information but that there is a distance beyond which being nearer, on average, no longer means being more related.","PeriodicalId":153031,"journal":{"name":"Proceedings of the 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems","volume":"89 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115536758","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 19
Real-time movement visualization of public transit data 公共交通数据的实时运动可视化
H. Bast, P. Brosi, Sabine Storandt
We introduce a framework to create a world-wide live map of public transit, i.e. the real-time movement of all buses, subways, trains and ferries. Our system is based on freely available General Transit Feed Specification (GTFS) timetable data and also features real-time delay information (where available). The main problem of such a live tracker is the enormous amount of data that has to be handled (millions of vehicle movements). We present a highly efficient back-end that accepts temporal and spatial boundaries and returns all relevant trajectories and vehicles in a format that allows for easy rendering by the client. The real-time movement visualization of complete transit networks allows to observe the current state of the system, to estimate the transit coverage of certain areas, to display delays in a neat manner, and to inform a mobile user about near-by vehicles. Our system can be accessed via http://tracker.geops.ch/. The current implementation features over 80 transit networks, including the complete Netherlands (with real-time delay data), and various metropolitan areas in the US, Europe, Australia and New Zealand. We continuously integrate new data. Especially for Europe and North America we expect to achieve almost full coverage soon.
我们引入了一个框架来创建全球公共交通的实时地图,即所有公共汽车、地铁、火车和渡轮的实时运动。我们的系统基于免费提供的通用运输馈电规范(GTFS)时间表数据,还具有实时延迟信息(如果有)。这种实时跟踪器的主要问题是必须处理大量的数据(数百万的车辆运动)。我们提供了一个高效的后端,它接受时间和空间边界,并以一种允许客户端轻松渲染的格式返回所有相关的轨迹和车辆。整个交通网络的实时运动可视化允许观察系统的当前状态,估计某些区域的交通覆盖范围,以整洁的方式显示延误,并通知移动用户附近的车辆。我们的系统可以通过http://tracker.geops.ch/访问。目前的实施包括超过80个交通网络,包括整个荷兰(实时延迟数据),以及美国、欧洲、澳大利亚和新西兰的各个大都市区。我们不断整合新数据。特别是在欧洲和北美,我们期望很快实现几乎完全覆盖。
{"title":"Real-time movement visualization of public transit data","authors":"H. Bast, P. Brosi, Sabine Storandt","doi":"10.1145/2666310.2666404","DOIUrl":"https://doi.org/10.1145/2666310.2666404","url":null,"abstract":"We introduce a framework to create a world-wide live map of public transit, i.e. the real-time movement of all buses, subways, trains and ferries. Our system is based on freely available General Transit Feed Specification (GTFS) timetable data and also features real-time delay information (where available). The main problem of such a live tracker is the enormous amount of data that has to be handled (millions of vehicle movements). We present a highly efficient back-end that accepts temporal and spatial boundaries and returns all relevant trajectories and vehicles in a format that allows for easy rendering by the client. The real-time movement visualization of complete transit networks allows to observe the current state of the system, to estimate the transit coverage of certain areas, to display delays in a neat manner, and to inform a mobile user about near-by vehicles. Our system can be accessed via http://tracker.geops.ch/. The current implementation features over 80 transit networks, including the complete Netherlands (with real-time delay data), and various metropolitan areas in the US, Europe, Australia and New Zealand. We continuously integrate new data. Especially for Europe and North America we expect to achieve almost full coverage soon.","PeriodicalId":153031,"journal":{"name":"Proceedings of the 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130129807","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 32
Historical traffic-tolerant paths in road networks 道路网络中历史上的交通容忍度路径
Pui Hang Li, Man Lung Yiu, K. Mouratidis
Historical traffic information is valuable for transportation analysis and planning, as well as for route search services. In view of these applications, we propose the k traffic-tolerant paths problem (TTP) on road networks, which takes a source-destination pair and historical traffic information as input, and returns k paths that minimize the aggregate (historical) travel time. Unlike the shortest path problem, the TTP problem has a combinatorial search space that renders the optimal solution expensive to compute. We propose an exact algorithm and a heuristic algorithm for this problem. Experiments on real traffic data demonstrate the effectiveness of TTP paths and the efficiency of our proposed algorithms.
历史交通信息对于交通分析和规划以及路线搜索服务都是有价值的。鉴于这些应用,我们提出了道路网络上的k个交通容忍路径问题(TTP),该问题以源-目的地对和历史交通信息作为输入,并返回k个使总(历史)旅行时间最小的路径。与最短路径问题不同,TTP问题有一个组合搜索空间,这使得最优解的计算成本很高。针对这一问题,我们提出了一个精确算法和一个启发式算法。在实际交通数据上的实验证明了TTP路径的有效性和算法的有效性。
{"title":"Historical traffic-tolerant paths in road networks","authors":"Pui Hang Li, Man Lung Yiu, K. Mouratidis","doi":"10.1145/2666310.2666483","DOIUrl":"https://doi.org/10.1145/2666310.2666483","url":null,"abstract":"Historical traffic information is valuable for transportation analysis and planning, as well as for route search services. In view of these applications, we propose the k traffic-tolerant paths problem (TTP) on road networks, which takes a source-destination pair and historical traffic information as input, and returns k paths that minimize the aggregate (historical) travel time. Unlike the shortest path problem, the TTP problem has a combinatorial search space that renders the optimal solution expensive to compute. We propose an exact algorithm and a heuristic algorithm for this problem. Experiments on real traffic data demonstrate the effectiveness of TTP paths and the efficiency of our proposed algorithms.","PeriodicalId":153031,"journal":{"name":"Proceedings of the 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130830445","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Two-phase bicriterion search for finding fast and efficient electric vehicle routes 寻找快速高效电动车路线的两阶段双准则搜索
M. Goodrich, Pawel Pszona
The problem of finding an electric vehicle route that optimizes both driving time and energy consumption can be modeled as a bicriterion path problem. Unfortunately, the problem of finding optimal bicriterion paths is NP-complete. This paper studies such problems restricted to two-phase paths, which correspond to a common way people drive electric vehicles, where a driver uses one driving style (say, minimizing driving time) at the beginning of a route and another driving style (say, minimizing energy consumption) at the end. We provide efficient polynomial-time algorithms for finding optimal two-phase paths in bicriterion networks, and we empirically verify the effectiveness of these algorithms for finding good electric vehicle driving routes in the road networks of various U.S. states. In addition, we show how to incorporate charging stations into these algorithms.
寻找一条既能优化行驶时间又能优化能耗的电动汽车路线的问题可以建模为双准则路径问题。不幸的是,寻找最优双准则路径的问题是np完全的。本文研究的这类问题仅限于两相路径,这对应于人们驾驶电动汽车的一种常见方式,即驾驶员在路线开始时使用一种驾驶方式(例如,最小化驾驶时间),在路线结束时使用另一种驾驶方式(例如,最小化能耗)。我们提供了在双准则网络中寻找最优两相路径的高效多项式时间算法,并通过经验验证了这些算法在美国各州道路网络中寻找良好电动汽车行驶路线的有效性。此外,我们还展示了如何将充电站纳入这些算法。
{"title":"Two-phase bicriterion search for finding fast and efficient electric vehicle routes","authors":"M. Goodrich, Pawel Pszona","doi":"10.1145/2666310.2666382","DOIUrl":"https://doi.org/10.1145/2666310.2666382","url":null,"abstract":"The problem of finding an electric vehicle route that optimizes both driving time and energy consumption can be modeled as a bicriterion path problem. Unfortunately, the problem of finding optimal bicriterion paths is NP-complete. This paper studies such problems restricted to two-phase paths, which correspond to a common way people drive electric vehicles, where a driver uses one driving style (say, minimizing driving time) at the beginning of a route and another driving style (say, minimizing energy consumption) at the end. We provide efficient polynomial-time algorithms for finding optimal two-phase paths in bicriterion networks, and we empirically verify the effectiveness of these algorithms for finding good electric vehicle driving routes in the road networks of various U.S. states. In addition, we show how to incorporate charging stations into these algorithms.","PeriodicalId":153031,"journal":{"name":"Proceedings of the 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems","volume":"56 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-09-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121762256","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 25
Towards knowledge-enriched path computation 走向知识丰富的路径计算
Georgios Skoumas, Klaus Arthur Schmid, Gregor Jossé, Andreas Züfle, M. Nascimento, M. Renz, D. Pfoser
Directions and paths, as commonly provided by navigation systems, are usually derived considering absolute metrics, e.g., finding the shortest path within an underlying road network. With the aid of crowdsourced geospatial data we aim at obtaining paths that do not only minimize distance but also lead through more popular areas using knowledge generated by users. We extract spatial relations such as "nearby" or "next to" from geo-textual travel blogs, that define closeness between pairs of points of interest (POIs) and quantify each of these relations using a probabilistic model. Using Bayesian inference, we obtain a probabilistic measure of spatial closeness according to the crowd. Applying this measure to the corresponding road network, we derive an altered cost function taking crowdsourced spatial relations into account. We propose two routing algorithms on the enriched road networks. To evaluate our approach, we use Flickr photo data as a ground truth for popularity. Our experimental results -- based on real world datasets -- show that the computed paths yield competitive solutions in terms of path length while also providing more "popular" paths, making routing easier and more informative for the user.
通常由导航系统提供的方向和路径,通常是根据绝对度量来推导的,例如,在潜在的道路网络中找到最短的路径。在众包地理空间数据的帮助下,我们的目标是获得路径,不仅可以最大限度地减少距离,而且可以利用用户产生的知识引导更受欢迎的区域。我们从地理文本旅游博客中提取空间关系,如“附近”或“旁边”,这些空间关系定义了兴趣点对(poi)之间的紧密程度,并使用概率模型量化这些关系。利用贝叶斯推理,我们根据人群获得了空间亲密度的概率度量。将这一措施应用于相应的道路网络,我们将众包空间关系考虑在内,得出了一个改变的成本函数。本文提出了两种基于丰富路网的路由算法。为了评估我们的方法,我们使用Flickr照片数据作为流行度的基本事实。我们的实验结果——基于真实世界的数据集——表明,计算路径在路径长度方面产生了有竞争力的解决方案,同时也提供了更多的“流行”路径,使路由更容易,对用户来说信息更丰富。
{"title":"Towards knowledge-enriched path computation","authors":"Georgios Skoumas, Klaus Arthur Schmid, Gregor Jossé, Andreas Züfle, M. Nascimento, M. Renz, D. Pfoser","doi":"10.1145/2666310.2666485","DOIUrl":"https://doi.org/10.1145/2666310.2666485","url":null,"abstract":"Directions and paths, as commonly provided by navigation systems, are usually derived considering absolute metrics, e.g., finding the shortest path within an underlying road network. With the aid of crowdsourced geospatial data we aim at obtaining paths that do not only minimize distance but also lead through more popular areas using knowledge generated by users. We extract spatial relations such as \"nearby\" or \"next to\" from geo-textual travel blogs, that define closeness between pairs of points of interest (POIs) and quantify each of these relations using a probabilistic model. Using Bayesian inference, we obtain a probabilistic measure of spatial closeness according to the crowd. Applying this measure to the corresponding road network, we derive an altered cost function taking crowdsourced spatial relations into account. We propose two routing algorithms on the enriched road networks. To evaluate our approach, we use Flickr photo data as a ground truth for popularity. Our experimental results -- based on real world datasets -- show that the computed paths yield competitive solutions in terms of path length while also providing more \"popular\" paths, making routing easier and more informative for the user.","PeriodicalId":153031,"journal":{"name":"Proceedings of the 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems","volume":"124 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-09-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116380488","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
期刊
Proceedings of the 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1