LGFeb 19, 2024

Spatio-Temporal Few-Shot Learning via Diffusive Neural Network Generation

arXiv:2402.11922v335 citationsh-index: 24Has CodeICLR
Originality Incremental advance
AI Analysis

This addresses data scarcity in smart city applications by enabling knowledge transfer across cities, though it appears incremental as it builds on existing diffusion and few-shot learning methods.

The paper tackles spatio-temporal modeling in smart cities by proposing GPD, a generative pre-training framework for few-shot learning that transfers urban knowledge across cities, achieving consistent state-of-the-art performance on real-world datasets like traffic speed and crowd flow prediction.

Spatio-temporal modeling is foundational for smart city applications, yet it is often hindered by data scarcity in many cities and regions. To bridge this gap, we propose a novel generative pre-training framework, GPD, for spatio-temporal few-shot learning with urban knowledge transfer. Unlike conventional approaches that heavily rely on common feature extraction or intricate few-shot learning designs, our solution takes a novel approach by performing generative pre-training on a collection of neural network parameters optimized with data from source cities. We recast spatio-temporal few-shot learning as pre-training a generative diffusion model, which generates tailored neural networks guided by prompts, allowing for adaptability to diverse data distributions and city-specific characteristics. GPD employs a Transformer-based denoising diffusion model, which is model-agnostic to integrate with powerful spatio-temporal neural networks. By addressing challenges arising from data gaps and the complexity of generalizing knowledge across cities, our framework consistently outperforms state-of-the-art baselines on multiple real-world datasets for tasks such as traffic speed prediction and crowd flow prediction. The implementation of our approach is available: https://github.com/tsinghua-fib-lab/GPD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes