paper-with-me

Papers

Attention-based Contextual Multi-View Graph Convolutional Networks for Short-term Population Prediction

2022-03-01 · Yuki Kubota, Yuki Ohira, Tetsuo Shimizu

Short-term future population prediction is a crucial problem in urban computing. Accurate future population prediction can provide rich insights for urban planners or developers. However, predicting the future population is a challenging task due to its complex spatiotemporal dependencies. Many existing works have attempted to capture spatial correlations by partitioning a city into grids and using Convolutional Neural Networks (CNN). However, CNN merely captures spatial correlations by using a rectangle filter; it ignores urban environmental information such as distribution of railroads and location of POI. Moreover, the importance of those kinds of information for population prediction differs in each region and is affected by contextual situations such as weather conditions and day of the week. To tackle this problem, we propose a novel deep learning model called Attention-based Contextual Multi-View Graph Convolutional Networks (ACMV-GCNs). We first construct multiple graphs based on urban environmental information, and then ACMV-GCNs captures spatial correlations from various views with graph convolutional networks. Further, we add an attention module to consider the contextual situations when leveraging urban environmental information for future population prediction. Using statistics population count data collected through mobile phones, we demonstrate that our proposed model outperforms baseline methods. In addition, by visualizing weights calculated by an attention module, we show that our model learns an efficient way to utilize urban environment information without any prior knowledge.

📄 PDF Abstract BibTeX arXiv:2203.00489

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Similar Papers 제목 키워드 기반

Attentional Graph Convolutional Network for Structure-aware Audio-Visual Scene Classification

2022-12-31 · Liguang Zhou, Yuhongze Zhou, Xiaonan Qi, Junjie Hu 외

Audio-Visual scene understanding is a challenging problem due to the unstructured spatial-temporal relations that exist in the audio signals and spatial layouts of different objects and various texture patterns in the vi…

Scene ClassificationScene RecognitionScene Understanding

Graph Query Networks for Object Detection with Automotive Radar

2025-11-19 · Loveneet Saini, Hasan Tercan, Tobias Meisen arxiv

Object detection with 3D radar is essential for 360-degree automotive perception, but radar's long wavelengths produce sparse and irregular reflections that challenge traditional grid and sequence-based convolutional and…

Relational ReasoningObject Detection

MGCA-Net: Multi-Graph Contextual Attention Network for Two-View Correspondence Learning

2025-12-29 · Shuyuan Lin, Mengtin Lo, Haosheng Chen, Yanjie Liang 외 arxiv

Two-view correspondence learning is a key task in computer vision, which aims to establish reliable matching relationships for applications such as camera pose estimation and 3D reconstruction. However, existing methods …

Camera Pose Estimation3D Reconstruction

DCD: A Semantic Segmentation Model for Fetal Ultrasound Four-Chamber View

2025-06-10 · Donglian Li, Hui Guo, Minglang Chen, Huizhen Chen 외

Accurate segmentation of anatomical structures in the apical four-chamber (A4C) view of fetal echocardiography is essential for early diagnosis and prenatal evaluation of congenital heart disease (CHD). However, precise …

SegmentationSemantic Segmentation

Exploiting Contextual Target Attributes for Target Sentiment Classification

2023-12-21 · Bowen Xing, Ivor W. Tsang

Existing PTLM-based models for TSC can be categorized into two groups: 1) fine-tuning-based models that adopt PTLM as the context encoder; 2) prompting-based models that transfer the classification task to the text/word …

AttributeClassificationCloze TestLanguage Modeling+3