Proceedings Article10.1145/3357384.3358008
Learning Region Similarity over Spatial Knowledge Graphs with Hierarchical Types and Semantic Relations
Xiongnan Jin,Byungkook Oh,Sang Hak Lee,Dongho Lee,Kyong-Ho Lee,Liang Chen +5 more
- 03 Nov 2019
- pp 669-678
7
TL;DR: Experimental results on two real-world datasets show that the proposed SKRL4RS outperforms the state-of-the-art by a significant margin in terms of the accuracy of measuring region similarity.
read more
Abstract: A large number of spatial knowledge graphs (SKGs) are available from spatially enriched knowledge bases, e.g., DBpedia and YAGO2. This provides a great chance to understand valuable information about the regions surrounding us. However, it is hard to comprehend SKGs due to the explosively growing volume and the complication of the graph structures. Thus we study the problem of similar region search (SRS), which is an easy-to-use but effective way to explore spatial data. The effectiveness of SRS highly depends on how to measure the region similarity. However, existing approaches cannot make use of the rich information contained in SKGs thus may lead to incorrect results. In this paper, we propose a spatial knowledge representation learning method for region similarity, namely SKRL4RS. SKRL4RS firstly encodes the spatial entities of an SKG into a vector space to make it easier to extract useful features. Then regions are represented by 3-D tensors using the spatial entity embeddings together with geographical information. Finally, region tensors are fed into the conventional triplet network to learn the feature vectors of regions. The region similarity measure learned by SKRL4RS can capture the hierarchical types, semantic relatedness, and relative locations of spatial entities inside a region. Experimental results on two real-world datasets show that our SKRL4RS outperforms the state-of-the-art by a significant margin in terms of the accuracy of measuring region similarity.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Estimating urban functional distributions with semantics preserved POI embedding
Weimin Huang,Lizhen Cui,Meng Chen,Daokun Zhang,Yao Yao +4 more
TL;DR: A novel approach for estimating the proportional distributions of function types in an urban area through learning semantics preserved embeddings of points-of-interest (POIs) and a manifold learning algorithm to capture categorical semantics is presented.
62
News Recommendation with Topic-Enriched Knowledge Graphs
Dongho Lee,Byungkook Oh,Seungmin Seo,Kyong-Ho Lee +3 more
- 19 Oct 2020
TL;DR: The proposed Topic-Enriched Knowledge Graph Recommendation System (TEKGR) model is superior to existing news recommendation methods by manipulating topical relations among entities and contextual features of entities and outperforms state-of-the-art deep recommendation approaches.
61
Predicting the transmission trend of respiratory viruses in new regions via geospatial similarity learning
Yun-jun Zhao,Mingda Hu,Yuan Jin,Fei Chen,Xin Wang,Boqian Wang,Junjie Yue,Hong-Guang Ren +7 more
TL;DR: This study proposes a geospatial similarity learning framework, CHGCN, to predict the early-stage trend of human-to-human transmitted respiratory infectious diseases in new regions without prior epidemiological data, achieving state-of-the-art performance in COVID-19 prediction.
20
Learning Region Similarities via Graph-based Deep Metric Learning
Yunxiang Zhao,Jianzhong Qi,Bayu Distiawan Trisedya,Yixin Su,Rui Zhang,Hong-Guang Ren +5 more
TL;DR: Zhang et al. as mentioned in this paper proposed to represent regions as graphs, where nodes are POIs with rich features such as height, size, and hexagonal coordinates, while edges are the relationships between POIs formulated by their road network distances.
5
Learning context-aware region similarity with effective spatial normalization over Point-of-Interest data
Jiahui Jin,Yifan Song,Dong Kan,Binjie Zhang,Yan Lyu,Jinghui Zhang,Hongru Lu +6 more
- 01 May 2024
TL;DR: This paper proposes CARE, a context-aware region similarity learning framework, to address the inherent imbalance issue in urban PoI data and adapt to diverse spatial and application contexts, improving performance in site selection and crime prediction tasks by up to 35.86%.
2
References
ImageNet classification with deep convolutional neural networks
TL;DR: A large, deep convolutional neural network was trained to classify the 1.2 million high-resolution images in the ImageNet LSVRC-2010 contest into the 1000 different classes and employed a recently developed regularization method called "dropout" that proved to be very effective.
•Proceedings Article
ImageNet Classification with Deep Convolutional Neural Networks
Alex Krizhevsky,Ilya Sutskever,Geoffrey E. Hinton +2 more
- 03 Dec 2012
TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
•Journal Article
Dropout: a simple way to prevent neural networks from overfitting
TL;DR: It is shown that dropout improves the performance of neural networks on supervised learning tasks in vision, speech recognition, document classification and computational biology, obtaining state-of-the-art results on many benchmark data sets.
•Proceedings Article
Distributed Representations of Words and Phrases and their Compositionality
Tomas Mikolov,Ilya Sutskever,Kai Chen,Greg S. Corrado,Jeffrey Dean +4 more
- 05 Dec 2013
TL;DR: This paper presents a simple method for finding phrases in text, and shows that learning good vector representations for millions of phrases is possible and describes a simple alternative to the hierarchical softmax called negative sampling.
•Posted Content
Distributed Representations of Words and Phrases and their Compositionality
TL;DR: In this paper, the Skip-gram model is used to learn high-quality distributed vector representations that capture a large number of precise syntactic and semantic word relationships and improve both the quality of the vectors and the training speed.