paper-with-me

Papers

SARN: Structurally-Aware Recurrent Network for Spatio-Temporal Disaggregation

2023-06-09 · Bin Han, Bill Howe

Open data is frequently released spatially aggregated, usually to comply with privacy policies. But coarse, heterogeneous aggregations complicate learning and integration for downstream AI/ML systems. In this work, we consider models to disaggregate spatio-temporal data from a low-resolution, irregular partition (e.g., census tract) to a high-resolution, irregular partition (e.g., city block). We propose an overarching model named the Structurally-Aware Recurrent Network (SARN), which integrates structurally-aware spatial attention (SASA) layers into the Gated Recurrent Unit (GRU) model. The spatial attention layers capture spatial interactions among regions, while the gated recurrent module captures the temporal dependencies. Each SASA layer calculates both global and structural attention -- global attention facilitates comprehensive interactions between different geographic levels, while structural attention leverages the containment relationship between different geographic levels (e.g., a city block being wholly contained within a census tract) to ensure coherent and consistent results. For scenarios with limited historical training data, we explore transfer learning and show that a model pre-trained on one city variable can be fine-tuned for another city variable using only a few hundred samples. Evaluating these techniques on two mobility datasets, we find that on both datasets, SARN significantly outperforms other neural models (5% and 1%) and typical heuristic methods (40% and 14%), enabling us to generate realistic, high-quality fine-grained data for downstream applications.

📄 PDF Abstract BibTeX arXiv:2306.07292

Code (1)

beanham/2023-urban-disaggregation 공식 구현 pytorch

Tasks

Super-ResolutionTransfer Learning

Similar Papers 제목 키워드 기반

SARNet: A Spike-Aware consecutive validation Framework for Accurate Remaining Useful Life Prediction

2025-10-27 · Junhao Fan, Wenrui Liang, Wei-Qiang Zhang arxiv

Accurate prediction of remaining useful life (RUL) is essential to enhance system reliability and reduce maintenance risk. Yet many strong contemporary models are fragile around fault onset and opaque to engineers: short…

Feature Engineering

Minimal Convolutional RNNs Accelerate Spatiotemporal Learning

2025-08-05 · Coşku Can Horuz, Sebastian Otte, Martin V. Butz, Matthias Karlbauer arxiv

We introduce MinConvLSTM and MinConvGRU, two novel spatiotemporal models that combine the spatial inductive biases of convolutional recurrent networks with the training efficiency of minimal, parallelizable RNNs. Our app…

Making the Invisible Visible: Toward High-Quality Terahertz Tomographic Imaging via Physics-Guided Restoration

2023-04-28 · Weng-Tai Su, Yi-Chun Hung, Po-Jen Yu, Shang-Hua Yang 외

Terahertz (THz) tomographic imaging has recently attracted significant attention thanks to its non-invasive, non-destructive, non-ionizing, material-classification, and ultra-fast nature for object exploration and inspec…

Image RestorationMaterial Classification

Jointly Visual- and Semantic-Aware Graph Memory Networks for Temporal Sentence Localization in Videos

2023-03-02 · Daizong Liu, Pan Zhou

Temporal sentence localization in videos (TSLV) aims to retrieve the most interested segment in an untrimmed video according to a given sentence query. However, almost of existing TSLV approaches suffer from the same lim…

Representation LearningSentenceVisual Reasoning

Pruning for Generalization: A Transfer-Oriented Spatiotemporal Graph Framework

2026-02-04 · Zihao Jing, Yuxi Long, Ganlin Feng arxiv

Multivariate time series forecasting in graph-structured domains is critical for real-world applications, yet existing spatiotemporal models often suffer from performance degradation under data scarcity and cross-domain …

Multivariate Time Series Forecasting