EDBT 2026 Demo / reviewers in the wild / expert
Qingfeng Guan 0001
dblp:52/3863-1
· DBLP profile ↗
25ranked-venue papers in the field
5as first author
16since 2021 · last 2026
0000-0002-7392-3709ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 24 (5 first)Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Real-time multi-depot urban logistics optimization in megacities via transformer-based deep reinforcement learningabstractRising customer demands and the complexities of dynamic urban systems pose significant challenges for logistics distribution, especially since large-scale real-time dynamic traffic information is not always accessible. However, few studies have focused on optimizing logistics in the ever-changing traffic environments of megacities with multiple distribution centers. This study proposes two deep reinforcement learning models with Transformer architectures to optimize logistics distribution time costs across multiple depots in static and dynamic traffic scenarios, respectively. The first model (DTM-MDVRP) incorporates travel times between customers as edge information in the encoder to pre-plan delivery routes. The second model (DTM-DMDVRP) introduces a feature embedding module to extract real-time traffic information for dynamic route optimization. Wuhan city was selected for logistics optimization experiments. Results indicate that DTM-MDVRP surpasses heuristic methods and other deep reinforcement learning methods in optimization effectiveness and computation time. In dynamic urban traffic environments, DTM-DMDVRP further improves distribution efficiency. Compared to the traditional attention model, DTM-DMDVRP reduces time costs by 7.77, 3.51, and 3.58% across three problem scales and can optimize delivery routes for 100 customer points within 0.30 seconds. The proposed DTM-DMDVRP enables the real-time dynamic scheduling of logistics vehicles for logistics enterprises. Qingfeng Guan 0001, Yunpeng Fan, Peng Luo 0001, Yao Yao 0004 |
Int. J. Geogr. Inf. Sci. | 1 |
| 2026 | Monkuu: a LLM-powered natural language interface for geospatial databases with dynamic schema mapping
Yao Yao 0004, Xiang Zhang 0002, Geyuan Zhu, Yanduo Guo, Xiaowei Shao, Mariko Shibasaki, Liangyang Dai, Qingfeng Guan 0001, Ryosuke Shibasaki |
Int. J. Geogr. Inf. Sci. | 10 |
| 2026 | GLoRA: a novel parameter-efficient fine-tuning framework for GIS large language modelsabstractSince large language models (LLMs) generally have a large parameter scale and acquire knowledge across multidisciplinary corpora, their parameters tend to exhibit varying levels of importance for GIS knowledge alignment. Specifically, certain model layers of LLMs may already align well with GIS knowledge, while others may require significant adaptation and thus play a more critical role during the fine-tuning process. However, representative fine-tuning methods, such as low-rank adaptation (LoRA), apply a uniform treatment to all parameters, overlooking their varying importance for GIS downstream tasks. This strategy may disrupt well-adapted layers or limit less-adapted ones from effectively encoding GIS knowledge. Therefore, we develop a novel GIS knowledge-aware LoRA allocation (GLoRA) scheme that adaptively allocates trainable parameters to layers based on their importance. Specifically, GLoRA first investigates a GIS knowledge-aware strategy to identify the importance of model layers for a given GIS task in a data-dependent way. Second, it dynamically adjusts the size of LoRA modules, allocating more parameters to more important layers to enhance their representation capability. This adaptive approach ensures efficient parameter utilization while preserving the strengths of well-adapted layers. We evaluated GLoRA on three GIS-related tasks, and the results show its improved performance compared to recent baselines with comparable parameter budgets. Yifan Zhang 0009, Zhiyun Wang, Wei Luo 0010, Qingfeng Guan 0001, Jianfeng Lin 0004, Wenhao Yu 0001 |
Int. J. Geogr. Inf. Sci. | 7 |
| 2025 | A hierarchical deep reinforcement learning method for solving urban route planning problems under large-scale customers and real-time traffic conditionsabstractAs urbanization and economic growth advance, large-scale customers and real-time traffic conditions have become crucial factors in urban route planning. Deep reinforcement learning is considered the most effective method for solving urban route planning problems involving large-scale customers and real-time traffic conditions. Due to memory usage limitations, existing deep reinforcement learning methods cannot identify candidate customers or determine optimal travel routes in large-scale and real-time environments. To tackle these problems, this study introduces a hierarchical deep reinforcement learning method utilizing an improved transformer model (HDRLITF) based on the divide-and-conquer concept. Graph attention networks and gate mechanisms are integrated into the transformer model to capture dynamic features and improve the model’s performance. A two-stage training method, based on the actor-critic algorithm, is proposed to determine the optimal policy function. To evaluate the HDRLITF method, experiments were conducted using datasets from the cities of Shenzhen and Chengdu in China. The experimental results suggest that the HDRLITF method can effectively interact with real-time traffic environments and obtain high-quality solutions compared to other deep reinforcement learning methods. The robustness and reliability of HDRLITF were further validated across multiple traffic scenarios and indicators. Qingfeng Guan 0001, Junfeng Gu, Yang Li 0090 |
Int. J. Geogr. Inf. Sci. | 2 |
| 2025 | GeoTool-GPT: a trainable method for facilitating Large Language Models to master GIS toolsabstractLarge Language Models (LLMs) excel in natural language-relevant tasks like text generation and question answering Q&A. To further expand their application, efforts focus on enabling LLMs to utilize real-world tools. However, their tool-use ability in professional GIS remains under explored due to two main challenges. Firstly, LLMs are usually trained on general-domain corpora, lacking sufficient and comprehensive GIS-specific data to align with professional knowledge, including understanding the functions of GIS tools. Secondly, researchers often need to combine multiple GIS tools to solve geospatial tasks. To address these challenges, we propose a trainable method to enable LLMs to master GIS tools. We curated a comprehensive set of resources: instruction-response data (GeoTool, 1950 instructions) to enhance the understanding of LLMs for GIS tools, instruction-solution data (GeoSolution, 3645 instructions) to improve their ability to generate tool-use solutions for geospatial tasks, and annotated instruction-solution evaluation data (GeoTask, 300 instructions) for evaluating LLMs’ GIS tool-use proficiency. Using the collected training data (GeoTool and GeoSolution), we fine-tuned a professional-domain LLM called GeoTool-GPT based on an open-source general-domain LLM, the LLaMA-2-7b model. The experiment based on evaluation data validates our method’s effectiveness in enhancing the tool-use ability of general-domain LLMs in the professional GIS domain, with the performance of our model closely approaching that of GPT-4. Yifan Zhang 0009, Xinru Zhao, Zhiyun Wang, Jianfeng Lin 0004, Qingfeng Guan 0001, Wenhao Yu 0001 |
Int. J. Geogr. Inf. Sci. | 7 |
| 2025 | MapReader: a framework for learning a visual language model for map analysisabstractIntelligent map analysis is an important yet challenging topic. Recently, the development of large models, especially Visual Language Models (VLMs), has shown potential for intelligent image analysis. However, these models are primarily trained on natural images, which have intrinsic differences from maps. Consequently, there remains a gap in applying existing general-domain VLMs to map analysis. To address this issue, we propose a framework for developing a specialized VLM, called MapReader. To achieve this goal, a comprehensive data resource is collected using a strategy that combines self-instruct with expert refinement, including training data (MapTrain: 2,000 pairs of maps and descriptions) and evaluation data (MapEval: 250 maps and 500 map-related questions). Based on the training data, MapReader is fine-tuned on top of a general-domain VLM to learn to understand and describe map contents. The evaluation results on MapEval suggest that: (1) MapReader can accept map inputs and generate detailed descriptions of core geographic information, and it also possesses visual question-answering capabilities, showing potential for application in various map analysis scenarios, such as accessible map reading and robotic map usage; (2) The proposed data collection strategy is effective, and the collected dataset can serve as a benchmark to promote further map analysis research. Yifan Zhang 0009, Keying Jiang, Wen Min, Wei Luo 0010, Qingfeng Guan 0001, Jianfeng Lin 0004, Wenhao Yu 0001 |
Int. J. Geogr. Inf. Sci. | 8 |
| 2025 | LandGPT: a multimodal large language model for parcel-level land use classification with multi-source dataabstractActual land parcels vary significantly in size and complexity. Previous studies were limited by existing technical methods for fine-grained land use classification. The emergence of multimodal large language models offers new techniques for image classification, but their application in land use classification remains unexplored. This study presents LandGPT, a multimodal large language model trained on the CN-MSLU-100K dataset, covering fine-grained land use classification of irregular parcels. This study proposes a trans-level discrimination framework to improve LandGPT’s ability to classify fine-grained land use. Under this framework, LandGPT achieves a discrimination accuracy of 89.7% and a Kappa coefficient of 0.85 for fine-grained land use categories, outperforming state-of-the-art models with a 48.33% accuracy improvement. In some challenging categories, the improvement reaches nearly 1500%. This study finds that training with multi-source remote sensing image data improved LandGPT’s accuracy by 15.79% compared to single-image data. This study explores Prompt engineering based on LandGPT. The optimal prompt paradigm offers fine-grained categories and guides the model for accurate classification, reducing errors from LLM hallucinations. This study pioneeringly explores the application of large language models in the land use domain and offers a new solution for fine-grained land use classification. Geyuan Zhu, Mi Tang, Yueheng Ma, Xiang Zhang 0002, Huanjun Hu, Qingfeng Guan 0001, Yao Yao 0004 |
Int. J. Geogr. Inf. Sci. | 8 |
| 2024 | A parallel framework on hybrid architectures for raster-based geospatial cellular automata modelsabstractGeospatial cellular automata (Geo-CA) models have encountered challenges in computing efficiency and scalability when conducting large-scale land use change simulation applications. Parallel computing has proven to be effective to address these challenges. However, parallelization strategies for existing parallel Geo-CA models are always optimized for specific models and lack applicability to others. Besides, most parallel Geo-CA models focus on parallelizing land use change simulations, ignoring land use transition rule mining. Moreover, there is a lack of effective parallel strategies for demand-constrained land use change simulation on distributed heterogeneous architectures. This study proposes a parallel framework on hybrid parallel computing architectures applicable for raster-based Geo-CA models to enhance their computing efficiency and scalability while maintaining simulation accuracy. The framework provides parallelization strategies for both the land use transition rule mining for multiple land use types and the demand-constrained land use change simulation on distributed heterogeneous architectures. The framework was employed to parallelize two contemporary Geo-CA models, i.e., PLUS and MCCA. Experiments showed that the parallelized models achieved significant improvements in computing efficiency and scalability, confirming the effectiveness of the proposed framework for large-scale land use change simulation studies. Zhewei Liang, Qingfeng Guan 0001, Xun Liang 0002, Wen Zeng 0003 |
Int. J. Geogr. Inf. Sci. | 3 |
| 2024 | Predicting short-term PM 2.5 concentrations at fine temporal resolutions using a multi-branch temporal graph convolutional neural networkabstractPredicting PM2.5 concentrations at an hourly temporal resolution in urban areas can provide key information for public health protection. The spatiotemporal dependency among monitoring stations and the spatiotemporal correlations between PM2.5 and relevant factors (e.g. meteorology and emissions) are both essential for such predictions. This study proposes a multi-branch temporal graph convolutional neural network (MB-TGCN) for short-term predictions of PM2.5 concentrations at city monitoring stations. Composed of a set of graph convolutional networks (GCNs) for spatial dependency modeling, a set of gated recurrent units (GRUs) for temporal dependency modeling, and a multi-branch structure for integrating PM2.5 and relevant factors, MB-TGCN aims to accurately predict PM2.5 concentrations by capturing both spatial and temporal relationships through a graph modeling approach. Experiments with an air quality dataset from 35 stations in Beijing showed that MB-TGCN achieved higher accuracy than several deep learning models for various prediction durations ranging from 1 to 12 h. The method described in this study can help enhance the prediction capability of PM2.5 and provide decision support for environment-aware activity planning. Qingfeng Guan 0001, Shuliang Ren, Zhewei Liang, Yao Yao 0004 |
Int. J. Geogr. Inf. Sci. | 1 |
| 2024 | DCAI-CLUD: a data-centric framework for the construction of land-use datasetsabstractA high-quality land-use dataset is crucial for constructing a high-performance land-use classification model. Due to the complexity and spatial heterogeneity of land-use, the dataset construction process is inefficient and costly. This challenge affects the quality of datasets, consequently impacting the model’s performance. The emerging field of Data-Centric Artificial Intelligence (DCAI) is expected to deliver techniques for dataset optimization, offering a promising solution to the problem. Therefore, this study proposes a data-centric framework named DCAI-CLUD for the construction of land-use datasets. Based on this framework, the accuracy and rate of data labeling are improved by 5.93 and 28.97%. The Gini index of the dataset and the proportion of samples with non-mixed land-use categories are enhanced by 3.27 and 8.52%. The overall accuracy (OA) and Kappa of the land-use classification model improved significantly by 27.87 and 58.08%. This study is the first to introduce DCAI into the field of geographic information and remote sensing and verify its effectiveness. The proposed framework can effectively improve the construction efficiency and quality of the dataset and synchronously optimize the model performance. Based on the proposed framework, we constructed a multi-source land-use dataset of major cities in China named CN-MSLU-100K. Zhangwei Jiang, Anning Dong, Ronghui Gao, Xiaoqin Yan, Fengling Mao, Pengxuan Li, Peng Luo 0001, Zijin Guo, Qingfeng Guan 0001, Yao Yao 0004 |
Int. J. Geogr. Inf. Sci. | 12 |
| 2024 | Predicting air quality using a multi-scale spatiotemporal graph attention network
Xinmeng Zhou, Qingfeng Guan 0001 |
Inf. Sci. | 4 |
| 2023 | Fast optimization for large scale logistics in complex urban systems using the hybrid sparrow search algorithmabstractUrban logistics is vital to the development and operation of cities, and its optimization is highly beneficial to economic growth. The increasing customer needs and the complexity of urban systems are two challenges for current logistics optimization. However, little research considers both, failing to balance efficiency and cost. In this study, we propose a hybrid sparrow search algorithm (SA-SSA) by combining the sparrow search algorithm with fast computational speed and the simulated annealing algorithm with the ability to get the global optimum solution. Wuhan city was selected for logistics optimization experiments. The results show that the SA-SSA can optimize large-scale urban logistics with guaranteed efficiency and solution quality. Compared with simulated annealing, sparrow search, and genetic algorithm, the cost of SA-SSA was reduced by 17.12, 18.62, and 14.72%, respectively. Although the cost of SS-SSA was 11.50% higher than the ant colony algorithm, its computation time was reduced by 99.06%. In addition, the simulation experiments were conducted to explore the impact of spatial elements on the algorithm performance. The SA-SSA can provide high-quality solutions with high efficiency, considering the constraints of many customers and complex road networks. It can support realizing the scientific scheduling of distribution vehicles by logistics enterprises. Yao Yao 0004, Siqi Lei, Zijin Guo, Shuliang Ren, Qingfeng Guan 0001, Peng Luo 0001 |
Int. J. Geogr. Inf. Sci. | 7 |
| 2023 | mcRPL: a general purpose parallel raster processing library on distributed heterogeneous architecturesabstractParallel computing on distributed heterogeneous architectures (e.g. computing clusters with multiple CPUs and GPUs) can significantly improve the computational efficiency and scalability of complicated algorithms, but it is theoretically and technically complex. Parallel raster processing libraries reduce the development complexity of parallel raster algorithms by hiding parallel computing details; however, no existing library sufficiently utilizes distributed heterogeneous computing resources. A general-purpose raster processing library (mcRPL) combining multi-process parallelism and multi-thread parallelism is proposed to enable parallel raster processing on distributed heterogeneous architectures with multiple CPUs and GPUs. Additionally, an adaptive hardware assignment strategy is proposed to fully utilize available processors in various hardware environments. A series of task-processing strategies are adopted to aim toward maximizing the utilization of the computing capacity of involved processors. Experiments revealed that two raster algorithms parallelized using mcRPL for spatiotemporal data fusion and land-use change simulation were 170.7- and 143.2-fold faster than original serial algorithms using 8 and 16 GPUs, respectively. While hiding the details of mixed parallelism and reducing the development complexity, mcRPL provides user-friendly interfaces for the development of parallel raster algorithms to enhance computational performance and enable large-scale raster computing tasks with extensive data volumes. Xuantong Peng, Qingfeng Guan 0001, Xue Yang 0002, Wen Zeng 0003 |
Int. J. Geogr. Inf. Sci. | 3 |
| 2023 | CSD-RkNN: reverse k nearest neighbors queries with conic section discriminancesabstractThe reverse k nearest neighbors (RkNN) query is a prominent yet time-consuming spatial query used in facility siting, influential domain analysis, potential customer analysis, etc. Its aim is to identify all points that consider the query point as one of their k closest points. However, when k is relatively large (e.g. k = 1000), existing RkNN techniques often struggle to provide acceptable response times (within a few seconds). To address this issue, we propose a verification approach called conic section discriminance (CSD). This method serves to determine whether points belong to the RkNN set. With CSD, only a small fraction of candidates require costly k nearest neighbors (kNN) queries for verification, while the rest can be rapidly verified with O(1) complexity. Furthermore, we propose a Voronoi-based candidate generation approach to curtail the candidate set size. By leveraging the VoR-tree structure, we integrate these two approaches to form a novel RkNN algorithm named CSD-RkNN. A comprehensive set of experiments is conducted to compare CSD-RkNN with Slice as the state-of-the-art RkNN algorithm, and VR-RkNN as the original RkNN algorithm on VoR-tree. The results indicate that CSD-RkNN consistently outperforms the other two algorithms, especially when k is relatively large. Yang Li 0090, Mingyuan Bai, Qingfeng Guan 0001, Zi Ming, Xun Liang 0002, Gang Liu 0003, Junbin Gao |
Int. J. Geogr. Inf. Sci. | 3 |
| 2023 | Unsupervised land-use change detection using multi-temporal POI embeddingabstractRapid land-use change detection (LUCD) is pivotal for refined urban planning and management. In this paper, we investigate LUCD through learning embeddings of points of interest (POIs) from multiple temporalities. There are several prominent challenges: (1) the co-occurrence problem of multi-temporal POIs, (2) the heterogeneity of POI categorization, and (3) The lack of human-crafted labels. Therefore, multi-temporal POIs need to be aligned in the embedding space for effective LUCD. This study proposes a multi-temporal POI embedding (MT-POI2Vec) technique for LUCD in a fully unsupervised manner. In MT-POI2Vec, we first utilize random walks in POI networks to capture their single-period co-occurrence patterns; then, we leverage manifold learning to capture (1) single-period categorical semantics of POIs to enforce semantically similar POI embedding to be close and (2) cross-period categorical semantics to align multi-temporal POI embedding in a unified embedding space. We conducted experiments in Shenzhen, China, which demonstrates that the proposed method is effective. Compared with several baseline models, MT-POI2Vec can better align multi-temporal POIs and thus achieve higher performance in LUCD. In addition, our model can effectively identify areas with unchanged land use and land use changes in residential and industrial areas at a fine scale. Yao Yao 0004, Qia Zhu, Zijin Guo, Weiming Huang 0001, Yatao Zhang, Xiaoqin Yan, Anning Dong, Zhangwei Jiang, Qingfeng Guan 0001 |
Int. J. Geogr. Inf. Sci. | 10 |
| 2021 | Delineating urban job-housing patterns at a parcel scale with street view imageryabstractEmpirical data are limited to decipher where people live and work in large cities; however, neighborhood information, such as street view image, is rich and abundant. We construct a ResNet-50-based social detection model to explore the potential relationship between street view images and job-housing attributes. The method extracts street view images of a neighborhood in all eight directions to predict land parcels’ job-housing attributes and uses an entropy index to measure the degree of job-housing mixture in Shenzhen as an example. The social-detection model performs well with a low RMSE (0.1094) in identifying job-housing patterns. The eight-direction neighborhood method shows the best support for sufficient neighborhood information from street view images (RMSE = 0.1135) compared with other neighborhood methods. This study demonstrates the feasibility of using street-view images and deep learning to characterize job-housing attributes consistent with findings from urban studies with socioeconomic data; for example, the research finding concurs that Shenzhen has many high job-housing mixtures with very few areas designated for jobs or residences. The proposed method, when applied regularly, can help monitor spatial dynamics of urban job-housing patterns to inform city planning and development. Yao Yao 0004, Chen Qian 0007, Yu Wang 0154, Shuliang Ren, Zehao Yuan, Qingfeng Guan 0001 |
Int. J. Geogr. Inf. Sci. | 7 |
| 2020 | Mining spatiotemporal association patterns from complex geographic phenomenaabstractSpatiotemporal association pattern mining can discover interesting interdependent relationships among various types of geospatial data. However, existing mining methods for spatiotemporal association patterns usually model geographic phenomena as simple spatiotemporal point events. Therefore, they cannot be applied to complex geographic phenomena, which continuously change their properties, shapes or locations, such as storms and air pollution. The most salient feature of such complex geographic phenomena is the geographic dynamic. To fully reveal dynamic characteristics of complex geographic phenomena and discover their associated factors, this research proposes a novel complex event-based spatiotemporal association pattern mining framework. First, a complex geographic event was hierarchically modeled and represented by a new data structure named directed spatiotemporal routes. Then, sequence mining technique was applied to discover the spatiotemporal spread pattern of the complex geographic events. An adaptive spatiotemporal episode pattern mining algorithm was proposed to discover the candidate driving factors for the occurrence of complex geographic events. Finally, the proposed approach was evaluated by analyzing the air pollution in the region of Beijing-Tianjin-Hebei. The experimental results showed that the proposed approach can well address the geographic dynamic of complex geographic phenomena, such as the spatial spreading pattern and spatiotemporal interaction with candidate driving factors. Zhanjun He, Jiannan Cai, Zhong Xie, Qingfeng Guan 0001, Chao Yang 0007 |
Int. J. Geogr. Inf. Sci. | 5 |
| 2020 | Road network generalization considering traffic flow patternsabstractAs one of the major concerns in cartographic generalization, road network generalization aims at maintaining the patterns of road networks across map scales. Previous methods define the pattern of road networks mainly from the perspectives of geometry and topology. However, for navigation purposes, traffic flow information is also important to generalize road networks. More specifically, road segments that have a proximity relationship in the traffic flow system should be retained together on small-scale maps to preserve the completeness of the driving route. In this regard, this study proposes an improved method for road network generalization that considers network geometry, topology, and traffic flow patterns. First, strokes are constructed from the road network data based on the ‘every best fit’ geometric principle. Then, the relationships among strokes are developed on the basis of traffic flow patterns, which are extracted from taxi trajectory data. The strokes are then selected in sequence based on the indicators of geometry, topology, and traffic flow. Our experimental results demonstrate that the proposed method can preserve both the ‘Good Continuity’ principle and the transport function relationship of roads after generalization. Wenhao Yu 0001, Yifan Zhang 0009, Tinghua Ai, Qingfeng Guan 0001, Zhanlong Chen |
Int. J. Geogr. Inf. Sci. | 4 |
| 2020 | Simulating urban land use change by integrating a convolutional neural network with vector-based cellular automataabstractVector-based cellular automata (VCA) models have been applied in land use change simulations at fine scales. However, the neighborhood effects of the driving factors are rarely considered in the exploration of the transition suitability of cells, leading to lower simulation accuracy. This study proposes a convolutional neural network (CNN)-VCA model that adopts the CNN to extract the high-level features of the driving factors within a neighborhood of an irregularly shaped cell and discover the relationships between multiple land use changes and driving factors at the neighborhood level. The proposed model was applied to simulate urban land use changes in Shenzhen, China. Compared with several VCA models using other machine learning methods, the proposed CNN-VCA model obtained the highest simulation accuracy (figure-of-merit = 0.361). The results indicated that the CNN-VCA model can effectively uncover the neighborhood effects of multiple driving factors on the developmental potential of land parcels and obtain more details on the morphological characteristics of land parcels. Moreover, the land use patterns of 2020 and 2025 under an ecological control strategy were simulated to provide decision support for urban planning. Yaqian Zhai, Yao Yao 0004, Qingfeng Guan 0001, Xun Liang 0002, Xia Li 0001, Yongting Pan, Hanqiu Yue, Zehao Yuan |
Int. J. Geogr. Inf. Sci. | 3 |
| 2019 | A human-machine adversarial scoring framework for urban perception assessment using street-view imagesabstractThough global-coverage urban perception datasets have been recently created using machine learning, their efficacy in accurately assessing local urban perceptions for other countries and regions remains a problem. Here we describe a human-machine adversarial scoring framework using a methodology that incorporates deep learning and iterative feedback with recommendation scores, which allows for the rapid and cost-effective assessment of the local urban perceptions for Chinese cities. Using the state-of-the-art Fully Convolutional Network (FCN) and Random Forest (RF) algorithms, the proposed method provides perception estimations with errors less than 10%. The driving factor analysis from both the visual and urban functional aspects demonstrated its feasibility in facilitating local urban perception derivations. With high-throughput and high-accuracy scorings, the proposed human-machine adversarial framework offers an affordable and rapid solution for urban planners and researchers to conduct local urban perception assessments. Yao Yao 0004, Zhaotang Liang, Zehao Yuan, Penghua Liu, Yongpan Bie, Jinbao Zhang 0001, Ruoyu Wang 0011, Qingfeng Guan 0001 |
Int. J. Geogr. Inf. Sci. | 9 |
| 2019 | Detecting clusters over intercity transportation networks using K-shortest paths and hierarchical clustering: a case study of mainland ChinaabstractIntercity transportation infrastructures and services determine the depth and breadth of the spatial interactions among cities within an urban agglomeration, and have profound impacts on the spatial structure of the urban agglomeration. To evaluate whether the public intercity ground transportation infrastructures and services (i.e. passenger trains and long-distance buses) can support the integration and development of urban agglomerations, we propose a method for ‘transportation cluster’ detection (TCD), which has three unique features: (1) the K-shortest paths are used to quantify the proximity between cities, which is more in line with people’s travel behaviors; (2) a dendrogram is obtained through hierarchical clustering to reveal the structural hierarchies of transportation clusters; and (3) the integration of geo-modularity and hierarchical clustering assures high strength of division of transportation networks. The proposed TCD method was applied to the network of passenger trains, the network of long-distance buses, and the combined network of both in mainland China, respectively. By comparing the resultant transportation clusters with the urban agglomerations delineated by the Chinese government, cities that have weak transportation connections with other cities within an urban agglomeration were identified, and such findings could help devise transportation planning to better support the integrated development of urban agglomerations. Hanqiu Yue, Qingfeng Guan 0001, Yongting Pan, Lirong Chen, Jianjun Lv, Yao Yao 0004 |
Int. J. Geogr. Inf. Sci. | 2 |
| 2016 | A hybrid parallel cellular automata model for urban growth simulation over GPU/CPU heterogeneous architecturesabstractAs an important spatiotemporal simulation approach and an effective tool for developing and examining spatial optimization strategies (e.g., land allocation and planning), geospatial cellular automata (CA) models often require multiple data layers and consist of complicated algorithms in order to deal with the complex dynamic processes of interest and the intricate relationships and interactions between the processes and their driving factors. Also, massive amount of data may be used in CA simulations as high-resolution geospatial and non-spatial data are widely available. Thus, geospatial CA models can be both computationally intensive and data intensive, demanding extensive length of computing time and vast memory space. Based on a hybrid parallelism that combines processes with discrete memory and threads with global memory, we developed a parallel geospatial CA model for urban growth simulation over the heterogeneous computer architecture composed of multiple central processing units (CPUs) and graphics processing units (GPUs). Experiments with the datasets of California showed that the overall computing time for a 50-year simulation dropped from 13,647 seconds on a single CPU to 32 seconds using 64 GPU/CPU nodes. We conclude that the hybrid parallelism of geospatial CA over the emerging heterogeneous computer architectures provides scalable solutions to enabling complex simulations and optimizations with massive amount of data that were previously infeasible, sometimes impossible, using individual computing approaches. Qingfeng Guan 0001, Xuan Shi, Miaoqing Huang, Chenggang Lai |
Int. J. Geogr. Inf. Sci. | 1 |
| 2015 | A spatially adaptive decomposition approach for parallel vector data visualization of polylines and polygonsabstractWith the wide adoption of big spatial data and the emergence of CyberGIS, the nontrivial computational intensity introduced by massive amount of data poses great challenges to the performance of vector map visualization. The parallel computing technologies provide promising solutions to such problems. Evenly decomposing the visualization task into multiple subtasks is one of the key issues in parallel visualization of vector data. This study focuses on the decomposition of polyline and polygon data for parallel visualization. Two key factors impacting the computational intensity were identified: the number of features and the number of vertices of each feature. The computational intensity transform functions (CITFs) were constructed based on the linear relationships between the factors and the computing time. The computational intensity grid (CIG) can then be constructed using the CITFs to represent the spatial distribution of computational intensity. A noninterlaced continuous space-filling curve is used to group the lattices of CIG into multiple sub-domains such that each sub-domain entails the same amount of computational intensity as others. The experiments demonstrated that the approach proposed in this paper was able to effectively estimate and spatially represent the computational intensity of visualizing polylines and polygons. Compared with the regular domain decomposition methods, the new approach generated much more balanced decomposition of computational intensity for parallel visualization and achieved near-linear speedups, especially when the data is greatly heterogeneously distributed in space. Mingqiang Guo, Qingfeng Guan 0001, Zhong Xie, Liang Wu 0005, Xiangang Luo |
Int. J. Geogr. Inf. Sci. | 2 |
| 2011 | A parallel computing approach to fast geostatistical areal interpolationabstractAreal interpolation is the procedure of using known attribute values at a set of (source) areal units to predict unknown attribute values at another set of (target) units. Geostatistical areal interpolation employs spatial prediction algorithms, that is, variants of Kriging, which explicitly incorporate spatial autocorrelation and scale differences between source and target units in the interpolation endeavor. When all the available source measurements are used for interpolation, that is, when a global search neighborhood is adopted, geostatistical areal interpolation is extremely computationally intensive. Interpolation in this case requires huge memory space and massive computing power, even with the dramatic improvement introduced by the spectral algorithms developed by Kyriakidis et al. (2005 Kyriakidis, P.C., Schneider, P. and Goodchild, M.F. 2005. “Improving spatial data interoperability using geostatistical support-to-support interpolation”. In Proceedings of geoComputation, Ann Arbor, MI: University of Michigan. [Google Scholar]. Improving spatial data interoperability using geostatistical support-to-support interpolation. In: Proceedings of geoComputation. Ann Arbor, MI: University of Michigan) and Liu et al. (2006 Liu, Y., Jiang, Y. and Kyriakidis, P. 2006. Calculation of average covariance using fast Fourier transform (FFT), Menlo Park, CA: Stanford Center for Reservoir Forecasting, Petroleum Engineering Department, Stanford University. [Google Scholar]. Calculation of average covariance using fast Fourier transform (FFT). Menlo Park, CA: Stanford Center for Reservoir Forecasting, Petroleum Engineering Department, Stanford University) based on the fast Fourier transform (FFT). In this study, a parallel FFT-based geostatistical areal interpolation algorithm was developed to tackle the computational challenge of such problems. The algorithm includes three parallel processes: (1) the computation of source-to-source and source-to-target covariance matrices by means of FFT; (2) the QR factorization of the source-to-source covariance matrix; and (3) the computation of source-to-target weights via Kriging, and the subsequent computation of predicted attribute values for the target supports. Experiments with real-world datasets (i.e., predicting population densities of watersheds from population densities of counties in the Eastern Time Zone and in the continental United States) showed that the parallel algorithm drastically reduced the computing time to a practical length that is feasible for actual spatial analysis applications, and achieved fairly high speed-ups and efficiencies. Experiments also showed the algorithm scaled reasonably well as the number of processors increased and as the problem size increased. Qingfeng Guan 0001, Phaedon C. Kyriakidis, Michael F. Goodchild |
Int. J. Geogr. Inf. Sci. | 1 |
| 2010 | A general-purpose parallel raster processing programming library test application using a geographic cellular automata modelabstractA general-purpose parallel raster processing programming library (pRPL) was developed and applied to speed up a commonly used cellular automaton model with known tractability limitations. The library is suitable for use by geographic information scientists with basic programming skills, but who lack knowledge and experience of parallel computing and programming. pRPL is a general-purpose programming library that provides generic support for raster processing, including local-scope, neighborhood-scope, regional-scope, and global-scope algorithms as long as they are parallelizable. The library also supports multilayer algorithms. Besides the standard data domain decomposition methods, pRPL provides a spatially adaptive quad-tree-based decomposition to produce more evenly distributed workloads among processors. Data parallelism and task parallelism are supported, with both static and dynamic load-balancing. By grouping processors, pRPL also supports data–task hybrid parallelism, i.e., data parallelism within a processor group and task parallelism among processor groups. pSLEUTH, a parallel version of a well-known cellular automata model for simulating urban land-use change (SLEUTH), was developed to demonstrate full utilization of the advanced features of pRPL. Experiments with real-world data sets were conducted and the performance of pSLEUTH measured. We conclude not only that pRPL greatly reduces the development complexity of implementing a parallel raster-processing algorithm, it also greatly reduces the computing time of computationally intensive raster-processing algorithms, as demonstrated with pSLEUTH. Qingfeng Guan 0001, Keith C. Clarke |
Int. J. Geogr. Inf. Sci. | 1 |