首页 > 最新文献

Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities最新文献

英文 中文
In-Database Geospatial Analytics using Python 使用Python的数据库内地理空间分析
Avipsa Roy, Edouard Fouché, Rafael Rodriguez Morales, Gregor Möhler
The amount of spatial data acquired from crowdsourced platforms, mobile devices, sensors and cartographic agencies has grown exponentially over the past few years. Nearly half of the spatial data available currently are stored and processed through large relational databases. Due to a lack of generic open source tools, researchers and analysts often have difficulty in extracting and analyzing large amounts of spatial data from traditional databases. In order to overcome this challenge, the most effective way is to perform the analysis directly in the database, which enables quick retrieval and visualization of spatial data stored in relational databases. Also, working in-database reduces the network overhead, as users do not need to replicate the complete data into their local system. While a number of spatial analysis libraries are readily available, they do not work in-database, and typically require additional platform-specific software. Our goal is to bridge this gap by developing a new method through an open source software to perform fast and seamless spatial analysis without having to store the data in-memory. We propose a framework implemented in Python, which embeds geospatial analytics into a spatial database (i.e. IBM DB2 ®). The framework internally translates the spatial functions written by the user into SQL queries, which follow the standards of Open Geospatial Consortium (OGC) and can operate on single as well as multiple geometries. We then demonstrate how to combine the results of spatial operations with visualization methods such as choropleth maps within Jupyter notebooks. Finally, we elaborate upon the benefits of our approach via a real-world use case, in which we analyze crime hotspots in New York City using the in-database spatial functions.
过去几年,从众包平台、移动设备、传感器和制图机构获取的空间数据量呈指数级增长。目前,近一半的可用空间数据是通过大型关系数据库存储和处理的。由于缺乏通用的开源工具,研究人员和分析人员在从传统数据库中提取和分析大量空间数据时经常遇到困难。为了克服这一挑战,最有效的方法是直接在数据库中执行分析,从而实现存储在关系数据库中的空间数据的快速检索和可视化。此外,在数据库中工作可以减少网络开销,因为用户不需要将完整的数据复制到本地系统中。虽然有许多空间分析库是现成的,但它们不能在数据库中工作,并且通常需要额外的特定于平台的软件。我们的目标是通过开源软件开发一种新方法来弥合这一差距,该方法可以执行快速无缝的空间分析,而无需将数据存储在内存中。我们提出了一个用Python实现的框架,它将地理空间分析嵌入到空间数据库(即IBM DB2®)中。框架在内部将用户编写的空间函数转换为SQL查询,SQL查询遵循开放地理空间联盟(Open Geospatial Consortium, OGC)的标准,可以对单个和多个几何图形进行操作。然后,我们演示了如何将空间操作的结果与可视化方法(如Jupyter笔记本中的choropleth地图)相结合。最后,我们通过一个真实的用例详细说明了我们的方法的好处,在这个用例中,我们使用数据库内空间函数分析了纽约市的犯罪热点。
{"title":"In-Database Geospatial Analytics using Python","authors":"Avipsa Roy, Edouard Fouché, Rafael Rodriguez Morales, Gregor Möhler","doi":"10.1145/3356395.3365598","DOIUrl":"https://doi.org/10.1145/3356395.3365598","url":null,"abstract":"The amount of spatial data acquired from crowdsourced platforms, mobile devices, sensors and cartographic agencies has grown exponentially over the past few years. Nearly half of the spatial data available currently are stored and processed through large relational databases. Due to a lack of generic open source tools, researchers and analysts often have difficulty in extracting and analyzing large amounts of spatial data from traditional databases. In order to overcome this challenge, the most effective way is to perform the analysis directly in the database, which enables quick retrieval and visualization of spatial data stored in relational databases. Also, working in-database reduces the network overhead, as users do not need to replicate the complete data into their local system. While a number of spatial analysis libraries are readily available, they do not work in-database, and typically require additional platform-specific software. Our goal is to bridge this gap by developing a new method through an open source software to perform fast and seamless spatial analysis without having to store the data in-memory. We propose a framework implemented in Python, which embeds geospatial analytics into a spatial database (i.e. IBM DB2 ®). The framework internally translates the spatial functions written by the user into SQL queries, which follow the standards of Open Geospatial Consortium (OGC) and can operate on single as well as multiple geometries. We then demonstrate how to combine the results of spatial operations with visualization methods such as choropleth maps within Jupyter notebooks. Finally, we elaborate upon the benefits of our approach via a real-world use case, in which we analyze crime hotspots in New York City using the in-database spatial functions.","PeriodicalId":232191,"journal":{"name":"Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122064993","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}
引用次数: 3
ADMSv2
Chrysovalantis Anastasiou, Jianfa Lin, Chao He, Yao-Yi Chiang, Cyrus Shahabi
This paper presents ADMSv2, an end-to-end data-driven system that enables real-time and historical data analytics and machine learning tasks over big, streaming, spatiotemporal data. ADMSv2 employs a unified multi-layered architecture that integrates several open-source frameworks to collect, store, manage, and analyze a variety of data sources, including massive traffic sensor data, bus trajectory data, transportation network data, and traffic incidents data. ADMSv2 enables numerous applications in intelligent transportation, urban planning, public policy, and emergency response, all of which are critical for city resilience. Here, we demonstrate three application scenarios running on top of ADMSv2 to showcase the efficiency of its capabilities of query processing on real-world streaming and historical data as well as real-time data analysis using deep learning for traffic forecasting.
{"title":"ADMSv2","authors":"Chrysovalantis Anastasiou, Jianfa Lin, Chao He, Yao-Yi Chiang, Cyrus Shahabi","doi":"10.1145/3356395.3365544","DOIUrl":"https://doi.org/10.1145/3356395.3365544","url":null,"abstract":"This paper presents ADMSv2, an end-to-end data-driven system that enables real-time and historical data analytics and machine learning tasks over big, streaming, spatiotemporal data. ADMSv2 employs a unified multi-layered architecture that integrates several open-source frameworks to collect, store, manage, and analyze a variety of data sources, including massive traffic sensor data, bus trajectory data, transportation network data, and traffic incidents data. ADMSv2 enables numerous applications in intelligent transportation, urban planning, public policy, and emergency response, all of which are critical for city resilience. Here, we demonstrate three application scenarios running on top of ADMSv2 to showcase the efficiency of its capabilities of query processing on real-world streaming and historical data as well as real-time data analysis using deep learning for traffic forecasting.","PeriodicalId":232191,"journal":{"name":"Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122096408","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}
引用次数: 10
Semantics-enabled Spatio-Temporal Modeling of Earth Observation Data: An application to Flood Monitoring 基于语义的地球观测数据时空建模:在洪水监测中的应用
Kuldeep R. Kurte, Abhishek V. Potnis, S. Durbha
Extreme events such as urban floods are dynamic in nature, i.e. they evolve with time. The spatiotemporal analysis of such disastrous events is important for understanding the resiliency of an urban system during these events. Remote Sensing (RS) data is one of the crucial earth observation (EO) data sources that can facilitate such spatiotemporal analysis due to its wide spatial coverage and high temporal availability. In this paper, we propose a discrete mereotopology (DM) based approach to enable representation and querying of spatiotemporal information from a series of multitemporal RS images that are acquired during a flood disaster event. We represent this spatiotemporal information using a semantic model called Dynamic Flood Ontology (DFO). To establish the effectiveness and applicability of the proposed approach, spatiotemporal queries relevant during an urban flood scenario such as, show me road segments that were partially flooded during the time interval t1 have been demonstrated with promising results.
像城市洪水这样的极端事件本质上是动态的,即它们随着时间的推移而演变。这类灾难性事件的时空分析对于理解城市系统在这些事件中的恢复能力非常重要。遥感(RS)数据是地球观测(EO)数据的重要来源之一,其空间覆盖范围广,时间可用性高,可为此类时空分析提供便利。在本文中,我们提出了一种基于离散元拓扑(DM)的方法来表示和查询在洪水灾害事件中获取的一系列多时相RS图像的时空信息。我们使用一个称为动态洪水本体(DFO)的语义模型来表示这些时空信息。为了确定所提出方法的有效性和适用性,在城市洪水场景中相关的时空查询,如在时间间隔t1期间部分被淹没的路段,已经得到了有希望的结果。
{"title":"Semantics-enabled Spatio-Temporal Modeling of Earth Observation Data: An application to Flood Monitoring","authors":"Kuldeep R. Kurte, Abhishek V. Potnis, S. Durbha","doi":"10.1145/3356395.3365545","DOIUrl":"https://doi.org/10.1145/3356395.3365545","url":null,"abstract":"Extreme events such as urban floods are dynamic in nature, i.e. they evolve with time. The spatiotemporal analysis of such disastrous events is important for understanding the resiliency of an urban system during these events. Remote Sensing (RS) data is one of the crucial earth observation (EO) data sources that can facilitate such spatiotemporal analysis due to its wide spatial coverage and high temporal availability. In this paper, we propose a discrete mereotopology (DM) based approach to enable representation and querying of spatiotemporal information from a series of multitemporal RS images that are acquired during a flood disaster event. We represent this spatiotemporal information using a semantic model called Dynamic Flood Ontology (DFO). To establish the effectiveness and applicability of the proposed approach, spatiotemporal queries relevant during an urban flood scenario such as, show me road segments that were partially flooded during the time interval t1 have been demonstrated with promising results.","PeriodicalId":232191,"journal":{"name":"Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities","volume":"174 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133319396","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}
引用次数: 6
Flood Depth Estimation from Web Images 从Web图像估计洪水深度
Zonglin Meng, Bo Peng, Qunying Huang
Natural hazards have been resulting in severe damage to our cities, and flooding is one of the most disastrous in the U.S and worldwide. Therefore, it is critical to develop efficient methods for risk and damage assessments after natural hazards, such as flood depth estimation. Existing works primarily leverage photos and images capturing flood scenes to estimate flood depth using traditional computer vision and machine learning techniques. However, the advancement of deep learning (DL) methods make it possible to estimate flood depth more accurate. Therefore, based on state-of-the-art DL technique (i.e., Mask R-CNN) and publicly available images from the Internet, this study aims to investigate and improve the flood depth estimation. Specifically, human objects are detected and segmented from flooded images to infer the floodwater depth. This study provides a new framework to extract critical information from large accessible online data for rescue teams or even robots to carry out appropriate plans for disaster relief and rescue missions in the urban area, shedding lights on the real-time detection of the flood depth.
自然灾害给我们的城市造成了严重的破坏,洪水是美国乃至全世界最具灾难性的灾害之一。因此,开发有效的自然灾害风险和损害评估方法至关重要,例如洪水深度估算。现有的工作主要是利用传统的计算机视觉和机器学习技术,利用拍摄洪水场景的照片和图像来估计洪水深度。然而,深度学习(DL)方法的进步使得更准确地估计洪水深度成为可能。因此,基于最先进的深度学习技术(即Mask R-CNN)和来自互联网的公开可用图像,本研究旨在研究和改进洪水深度估计。具体来说,从洪水图像中检测和分割人类物体,以推断洪水深度。该研究提供了一个新的框架,从大量可访问的在线数据中提取关键信息,为救援队甚至机器人在城市地区开展救灾和救援任务提供适当的计划,为实时检测洪水深度提供了线索。
{"title":"Flood Depth Estimation from Web Images","authors":"Zonglin Meng, Bo Peng, Qunying Huang","doi":"10.1145/3356395.3365542","DOIUrl":"https://doi.org/10.1145/3356395.3365542","url":null,"abstract":"Natural hazards have been resulting in severe damage to our cities, and flooding is one of the most disastrous in the U.S and worldwide. Therefore, it is critical to develop efficient methods for risk and damage assessments after natural hazards, such as flood depth estimation. Existing works primarily leverage photos and images capturing flood scenes to estimate flood depth using traditional computer vision and machine learning techniques. However, the advancement of deep learning (DL) methods make it possible to estimate flood depth more accurate. Therefore, based on state-of-the-art DL technique (i.e., Mask R-CNN) and publicly available images from the Internet, this study aims to investigate and improve the flood depth estimation. Specifically, human objects are detected and segmented from flooded images to infer the floodwater depth. This study provides a new framework to extract critical information from large accessible online data for rescue teams or even robots to carry out appropriate plans for disaster relief and rescue missions in the urban area, shedding lights on the real-time detection of the flood depth.","PeriodicalId":232191,"journal":{"name":"Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities","volume":"72 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126288632","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}
引用次数: 9
Mobility Pattern Analysis for Power Restoration Activities Using Geo-Tagged Tweets 使用地理标记推文的电力恢复活动的移动模式分析
B. Kar, Jacob Ethridge
In this study, we analyzed mobility patterns of at-risk populations affected by an extreme event using geotagged tweets to geo-target power restoration efforts. Unlike other studies that have used tweets to facilitate emergency management activities, we used 1.5 million geotagged tweets generated during Hurricane Sandy (2012) to determine the mobility patterns and geospatial distribution of impacted populations who experienced power outage before, during and after the hurricane. We implemented a three-step analytical framework to: (i) analyze tweet contents with visual methods, including dendrograms, word clouds to identify common keywords pertaining to power outage; (ii) identify target users whose tweets contained information about power outages; and (iii) create a user-tweet locations matrix and an origin-destination matrix to examine clusters of target users and their mobility patterns. Preliminary results indicate that potential clusters were present in and around New York city, Philadelphia, Washington D.C. and Baltimore, which were used as potential evacuation destination cities after hurricane Sandy. The travel pattern and destination information can be used to (i) mobilize restoration efforts by utility companies and (ii) address resource allocation needs both in impacted and destination cities. Future work will focus on analyzing potential destinations for different origins and travel-time to identify evacuation routing patterns.
在这项研究中,我们分析了受极端事件影响的高危人群的流动模式,使用地理标记推文来定位地理目标电力恢复工作。与其他使用推文促进应急管理活动的研究不同,我们使用了飓风桑迪(2012年)期间生成的150万条地理标记推文,以确定在飓风之前、期间和之后经历停电的受影响人口的流动模式和地理空间分布。我们实施了一个三步分析框架:(i)用可视化方法分析推文内容,包括树形图、词云,以识别与停电有关的常见关键词;(ii)识别其推文包含有关停电信息的目标用户;(iii)创建用户-推特位置矩阵和起点-目的地矩阵,以检查目标用户群及其移动模式。初步结果表明,潜在的集群存在于纽约市、费城、华盛顿特区和巴尔的摩及其周围,这些城市在飓风桑迪之后被用作潜在的疏散目的地。旅行模式和目的地信息可用于(i)动员公用事业公司的恢复工作和(ii)解决受影响城市和目的地城市的资源分配需求。未来的工作将集中在分析不同起源和旅行时间的潜在目的地,以确定疏散路线模式。
{"title":"Mobility Pattern Analysis for Power Restoration Activities Using Geo-Tagged Tweets","authors":"B. Kar, Jacob Ethridge","doi":"10.1145/3356395.3365547","DOIUrl":"https://doi.org/10.1145/3356395.3365547","url":null,"abstract":"In this study, we analyzed mobility patterns of at-risk populations affected by an extreme event using geotagged tweets to geo-target power restoration efforts. Unlike other studies that have used tweets to facilitate emergency management activities, we used 1.5 million geotagged tweets generated during Hurricane Sandy (2012) to determine the mobility patterns and geospatial distribution of impacted populations who experienced power outage before, during and after the hurricane. We implemented a three-step analytical framework to: (i) analyze tweet contents with visual methods, including dendrograms, word clouds to identify common keywords pertaining to power outage; (ii) identify target users whose tweets contained information about power outages; and (iii) create a user-tweet locations matrix and an origin-destination matrix to examine clusters of target users and their mobility patterns. Preliminary results indicate that potential clusters were present in and around New York city, Philadelphia, Washington D.C. and Baltimore, which were used as potential evacuation destination cities after hurricane Sandy. The travel pattern and destination information can be used to (i) mobilize restoration efforts by utility companies and (ii) address resource allocation needs both in impacted and destination cities. Future work will focus on analyzing potential destinations for different origins and travel-time to identify evacuation routing patterns.","PeriodicalId":232191,"journal":{"name":"Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities","volume":"38 4","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120848586","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}
引用次数: 0
Using Digital Trace Data to Identify Regions and Cities 使用数字跟踪数据识别区域和城市
Christa M. Brelsford, Gautam Thakur, Rudy Arthur, Hywel T. P. Williams
A greater understanding of human dynamics as they play out in both physical space and through interpersonal communication is vital for the design and development of intelligent and resilient cities. Physical context provides insight into the space-time distribution of population and their activity patterns, while interpersonal communication can now be measured at the population scale through digital interactions. In this work, we propose a novel method to discover these dynamics. We use a dataset of 72 million tweets to develop a spatially embedded network of communication, and then use community detection algorithms to explore regional and urban delineation in the United States. We compare these results to US census regions and economic and infrastructural networks. We find that the broad spatial delineation of communities and sub-communities is consistent with United States regions, states, and major metropolitan areas. We describe how these methods could be extended to generate a measure of social regions that can be consistently applied anywhere there is a sufficiently rich data source. A deeper understanding of urban social structure measured by spatially embedded communication networks can enable a better understanding of the interactions between urban social and physical contexts. This, in turn, may enable urban managers and policy makers to identify strategies for supporting urban resilience.
更好地理解人类动态,因为他们在物理空间和人际交往中发挥作用,对于智能和弹性城市的设计和发展至关重要。物理环境可以洞察人口的时空分布及其活动模式,而人际交往现在可以通过数字互动在人口规模上进行测量。在这项工作中,我们提出了一种新的方法来发现这些动态。我们使用7200万条推文的数据集来开发一个空间嵌入式通信网络,然后使用社区检测算法来探索美国的区域和城市划分。我们将这些结果与美国人口普查地区以及经济和基础设施网络进行比较。我们发现,社区和亚社区的广泛空间划分与美国地区、州和主要大都市区一致。我们描述了如何将这些方法扩展到生成社会区域的度量,该度量可以一致地应用于任何有足够丰富数据源的地方。通过空间嵌入式通信网络测量对城市社会结构的更深入理解,可以更好地理解城市社会和物理环境之间的相互作用。反过来,这可能使城市管理者和政策制定者能够确定支持城市韧性的战略。
{"title":"Using Digital Trace Data to Identify Regions and Cities","authors":"Christa M. Brelsford, Gautam Thakur, Rudy Arthur, Hywel T. P. Williams","doi":"10.1145/3356395.3365539","DOIUrl":"https://doi.org/10.1145/3356395.3365539","url":null,"abstract":"A greater understanding of human dynamics as they play out in both physical space and through interpersonal communication is vital for the design and development of intelligent and resilient cities. Physical context provides insight into the space-time distribution of population and their activity patterns, while interpersonal communication can now be measured at the population scale through digital interactions. In this work, we propose a novel method to discover these dynamics. We use a dataset of 72 million tweets to develop a spatially embedded network of communication, and then use community detection algorithms to explore regional and urban delineation in the United States. We compare these results to US census regions and economic and infrastructural networks. We find that the broad spatial delineation of communities and sub-communities is consistent with United States regions, states, and major metropolitan areas. We describe how these methods could be extended to generate a measure of social regions that can be consistently applied anywhere there is a sufficiently rich data source. A deeper understanding of urban social structure measured by spatially embedded communication networks can enable a better understanding of the interactions between urban social and physical contexts. This, in turn, may enable urban managers and policy makers to identify strategies for supporting urban resilience.","PeriodicalId":232191,"journal":{"name":"Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121313057","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}
引用次数: 2
Structuralizing Disaster-scene Data through Auto-captioning 通过自动标注来结构化灾难场景数据
Alina Klerings, Shimin Tang, Zhiqiang Chen
Disaster-scene images documenting the magnitude and effects of natural disasters nowadays can be easily collected through crowdsourcing aided by mobile technologies (e.g., smartphones or drones). One challenging issue that confronts the first-responders who desire the use of such data is the non-structured nature of these crowdsourced images. Among other techniques, one natural way is to structuralize disaster-scene images through captioning. Through captioning, their imagery contents are augmented by descriptive captions that further enable more effective search and query (S&Q). This work presents a preliminary test by exploiting an end-to-end deep learning framework with a linked CNN-LSTM architecture. Demonstration of the results and quantitative evaluation are presented that showcase the validity of the proposed concept.
如今,记录自然灾害规模和影响的灾害现场图像可以通过移动技术(例如智能手机或无人机)的众包方式轻松收集。希望使用这些数据的第一反应者面临的一个具有挑战性的问题是这些众包图像的非结构化性质。在其他技术中,一种自然的方法是通过字幕将灾难现场图像结构化。通过字幕,它们的图像内容被描述性字幕增强,进一步实现更有效的搜索和查询(S&Q)。这项工作通过利用具有链接CNN-LSTM架构的端到端深度学习框架提出了一个初步测试。结果的论证和定量评价展示了所提出的概念的有效性。
{"title":"Structuralizing Disaster-scene Data through Auto-captioning","authors":"Alina Klerings, Shimin Tang, Zhiqiang Chen","doi":"10.1145/3356395.3365671","DOIUrl":"https://doi.org/10.1145/3356395.3365671","url":null,"abstract":"Disaster-scene images documenting the magnitude and effects of natural disasters nowadays can be easily collected through crowdsourcing aided by mobile technologies (e.g., smartphones or drones). One challenging issue that confronts the first-responders who desire the use of such data is the non-structured nature of these crowdsourced images. Among other techniques, one natural way is to structuralize disaster-scene images through captioning. Through captioning, their imagery contents are augmented by descriptive captions that further enable more effective search and query (S&Q). This work presents a preliminary test by exploiting an end-to-end deep learning framework with a linked CNN-LSTM architecture. Demonstration of the results and quantitative evaluation are presented that showcase the validity of the proposed concept.","PeriodicalId":232191,"journal":{"name":"Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities","volume":"138 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132402316","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}
引用次数: 0
Towards an Integrated and Realtime Wayfinding Framework for Flood Events 面向洪水事件的集成实时寻路框架
Jerry Mount, Yazeed Alabbad, I. Demir
City planners can encounter severe challenges during natural disasters. Flooding, for example, is considered as the number one cause of infrastructure damage across the world. Flooding can have a significant impact on personal property, commercial assets, and essential infrastructure, including power and gas delivery, and transportation. This paper focuses on the effects of flooding on transportation systems in the State of Iowa under a variety of flood scenarios, including 50, 100, 200, and 500-year return probabilities. We explore the impacts of flooding from institutional support (e.g., services including police, fire, and EMS) and general population (i.e., individuals distributed across cities) perspectives. Graph-theoretic methods are used in this study to determine the effects of flooding on road networks due to potential removal of paths that were once viable. This paper presents preliminary research into flood impacts on road infrastructure in Iowa and the development of an integrated real-time framework for analyzing those impacts. In future work, we plan to extend the framework developed in this study to provide a generalized decision-support system for cities and individuals. The framework will be open so city planners will be able explore "what if" flooding scenarios to find vulnerable areas and populations in their jurisdiction. These areas can be made more resilient to flooding effects by increasing the elevation of important roads, changing flow patterns, or increasing the height of bridges.
城市规划者在自然灾害期间会遇到严峻的挑战。例如,洪水被认为是世界各地基础设施受损的头号原因。洪水会对个人财产、商业资产和重要基础设施造成重大影响,包括电力和天然气输送以及交通。本文重点研究了在不同洪水情景下,包括50年、100年、200年和500年的再发概率,洪水对爱荷华州交通系统的影响。我们从机构支持(例如,包括警察、消防和EMS在内的服务)和一般人群(即分布在城市中的个人)的角度探讨了洪水的影响。本研究使用图论方法来确定洪水对道路网络的影响,因为洪水可能会摧毁曾经可行的道路。本文对洪水对爱荷华州道路基础设施的影响进行了初步研究,并开发了一个综合实时框架来分析这些影响。在未来的工作中,我们计划扩展本研究开发的框架,为城市和个人提供一个通用的决策支持系统。该框架将是开放的,因此城市规划者将能够探索“如果”发生洪水的情景,以找到其管辖范围内的脆弱地区和人口。这些地区可以通过增加重要道路的高度、改变水流模式或增加桥梁的高度来增强抵御洪水影响的能力。
{"title":"Towards an Integrated and Realtime Wayfinding Framework for Flood Events","authors":"Jerry Mount, Yazeed Alabbad, I. Demir","doi":"10.1145/3356395.3365543","DOIUrl":"https://doi.org/10.1145/3356395.3365543","url":null,"abstract":"City planners can encounter severe challenges during natural disasters. Flooding, for example, is considered as the number one cause of infrastructure damage across the world. Flooding can have a significant impact on personal property, commercial assets, and essential infrastructure, including power and gas delivery, and transportation. This paper focuses on the effects of flooding on transportation systems in the State of Iowa under a variety of flood scenarios, including 50, 100, 200, and 500-year return probabilities. We explore the impacts of flooding from institutional support (e.g., services including police, fire, and EMS) and general population (i.e., individuals distributed across cities) perspectives. Graph-theoretic methods are used in this study to determine the effects of flooding on road networks due to potential removal of paths that were once viable. This paper presents preliminary research into flood impacts on road infrastructure in Iowa and the development of an integrated real-time framework for analyzing those impacts. In future work, we plan to extend the framework developed in this study to provide a generalized decision-support system for cities and individuals. The framework will be open so city planners will be able explore \"what if\" flooding scenarios to find vulnerable areas and populations in their jurisdiction. These areas can be made more resilient to flooding effects by increasing the elevation of important roads, changing flow patterns, or increasing the height of bridges.","PeriodicalId":232191,"journal":{"name":"Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities","volume":"148 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115181920","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}
引用次数: 4
Topic Modeling To Contextualize Event-Based Datasets: The Colombian Peace Process 主题建模上下文化基于事件的数据集:哥伦比亚和平进程
A. Daughton, Geoffrey Fairchild, C. W. Ross, S. D. Valle
Colombia suffered civil conflict for over five decades resulting in thousands of deaths and kidnappings and millions of displaced citizens. A peace process between the government and the Revolutionary Armed Forces of Colombia (FARC) was negotiated in 2016. Quantifying public sentiment during the process may help us understand the role of social media in shaping opinions and influencing decision makers. Obtaining these viewpoints using traditional survey approaches is costly and logistically challenging. Instead, we used Twitter and news data between 2010-2018 to analyze trends before, during, and after the settlement. We used unsupervised learning methods to identify topics and measure their sentiment over time; we then compare those results to events in the Integrated Crisis Early Warning System (ICEWS) dataset.
哥伦比亚遭受了50多年的国内冲突,造成数千人死亡和绑架,数百万公民流离失所。政府与哥伦比亚革命武装力量(FARC)之间的和平进程于2016年进行了谈判。量化这一过程中的公众情绪可能有助于我们理解社交媒体在塑造舆论和影响决策者方面的作用。使用传统的调查方法获得这些观点是昂贵的,并且在后勤上具有挑战性。相反,我们使用Twitter和2010-2018年之间的新闻数据来分析和解之前、期间和之后的趋势。我们使用无监督学习方法来识别主题并测量他们随时间的情绪;然后,我们将这些结果与综合危机预警系统(ICEWS)数据集中的事件进行比较。
{"title":"Topic Modeling To Contextualize Event-Based Datasets: The Colombian Peace Process","authors":"A. Daughton, Geoffrey Fairchild, C. W. Ross, S. D. Valle","doi":"10.1145/3356395.3365540","DOIUrl":"https://doi.org/10.1145/3356395.3365540","url":null,"abstract":"Colombia suffered civil conflict for over five decades resulting in thousands of deaths and kidnappings and millions of displaced citizens. A peace process between the government and the Revolutionary Armed Forces of Colombia (FARC) was negotiated in 2016. Quantifying public sentiment during the process may help us understand the role of social media in shaping opinions and influencing decision makers. Obtaining these viewpoints using traditional survey approaches is costly and logistically challenging. Instead, we used Twitter and news data between 2010-2018 to analyze trends before, during, and after the settlement. We used unsupervised learning methods to identify topics and measure their sentiment over time; we then compare those results to events in the Integrated Crisis Early Warning System (ICEWS) dataset.","PeriodicalId":232191,"journal":{"name":"Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities","volume":"60 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117178202","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}
引用次数: 1
Vision for a Holistic Smart City-HSC: Integrating Resiliency Framework via Crowdsourced Community Resiliency Information System (CRIS) 整体智慧城市愿景:通过众包社区弹性信息系统(CRIS)整合弹性框架
B. Dixon, Rebecca A. Johns
This vision paper discusses future directions and existing gaps in integrating smart city initiatives with resilience frameworks. It proposes the use of a multi-modular crowdsourced Community Resiliency Information System (CRIS) to overcome traditional smart citiesâĂŹ focus on infrastructure and grid vulnerabilities/resiliency while overlooking socio-economic vulnerabilities. CRIS is conceptualized based on our previous research which identified the importance of customized information and targeted resources to foster preparedness, adaptation and resiliency among diverse communities. Our proposed vision of a smart city integrated with CRIS allows scalable and customizable solutions for policymakers using information generated âĂŸby the peopleâĂŹ, thus ensuring participation of diverse communities in smart city technology, thus creating a Holistic Smart City (HSC). CRIS will foster a two-way communication between government and communities by creating a grassroots, community-based, technology-enhanced needs assessment and disaster-response information system. Among other benefits, CRIS will generate and organize data to be used by the local community and policy makers and foster ongoing dialogue between neighborhoods and policymakers. CRIS will foster social capital at the neighborhood level by increasing grassroots knowledge and access to resources and information, fostering preparedness, adaptation, and resiliency/recovery, and aiding decision-makers in resource allocation and customized communications. CRIS moves the smart city beyond a mere infrastructure to create an interactive space for information exchange, democratic participation and a collaborative resilience-building process.
本愿景文件讨论了将智慧城市倡议与弹性框架相结合的未来方向和现有差距。它建议使用多模块众包社区弹性信息系统(CRIS)来克服传统的智能citiesâĂŹ关注基础设施和电网脆弱性/弹性,而忽视社会经济脆弱性。CRIS的概念是基于我们之前的研究,该研究确定了定制信息和目标资源的重要性,以促进不同社区的准备,适应和恢复能力。我们提出的与CRIS集成的智慧城市愿景允许决策者使用âĂŸby和peopleâĂŹ生成的信息提供可扩展和可定制的解决方案,从而确保不同社区参与智慧城市技术,从而创建一个整体智慧城市(HSC)。CRIS将通过建立一个基层的、以社区为基础的、技术增强的需求评估和灾害反应信息系统,促进政府和社区之间的双向沟通。除其他好处外,CRIS将生成和组织供当地社区和政策制定者使用的数据,并促进社区和政策制定者之间的持续对话。CRIS将通过增加基层知识和获取资源和信息的途径,促进准备、适应和复原力/恢复,并帮助决策者进行资源分配和定制沟通,从而在社区一级培育社会资本。CRIS使智慧城市超越了单纯的基础设施,创造了一个信息交流、民主参与和协作复原力建设过程的互动空间。
{"title":"Vision for a Holistic Smart City-HSC: Integrating Resiliency Framework via Crowdsourced Community Resiliency Information System (CRIS)","authors":"B. Dixon, Rebecca A. Johns","doi":"10.1145/3356395.3365541","DOIUrl":"https://doi.org/10.1145/3356395.3365541","url":null,"abstract":"This vision paper discusses future directions and existing gaps in integrating smart city initiatives with resilience frameworks. It proposes the use of a multi-modular crowdsourced Community Resiliency Information System (CRIS) to overcome traditional smart citiesâĂŹ focus on infrastructure and grid vulnerabilities/resiliency while overlooking socio-economic vulnerabilities. CRIS is conceptualized based on our previous research which identified the importance of customized information and targeted resources to foster preparedness, adaptation and resiliency among diverse communities. Our proposed vision of a smart city integrated with CRIS allows scalable and customizable solutions for policymakers using information generated âĂŸby the peopleâĂŹ, thus ensuring participation of diverse communities in smart city technology, thus creating a Holistic Smart City (HSC). CRIS will foster a two-way communication between government and communities by creating a grassroots, community-based, technology-enhanced needs assessment and disaster-response information system. Among other benefits, CRIS will generate and organize data to be used by the local community and policy makers and foster ongoing dialogue between neighborhoods and policymakers. CRIS will foster social capital at the neighborhood level by increasing grassroots knowledge and access to resources and information, fostering preparedness, adaptation, and resiliency/recovery, and aiding decision-makers in resource allocation and customized communications. CRIS moves the smart city beyond a mere infrastructure to create an interactive space for information exchange, democratic participation and a collaborative resilience-building process.","PeriodicalId":232191,"journal":{"name":"Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126459802","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}
引用次数: 3
期刊
Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Advances on Resilient and Intelligent Cities
全部 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