LGAICLSep 27, 2025

RHYTHM: Reasoning with Hierarchical Temporal Tokenization for Human Mobility

arXiv:2509.23115v24 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This addresses human mobility prediction for urban planning and transportation, but it is incremental as it builds on existing LLM methods with specific optimizations.

The paper tackles the challenge of predicting human mobility by introducing RHYTHM, a framework that uses large language models with hierarchical temporal tokenization, achieving a 2.4% improvement in overall accuracy and a 24.6% reduction in training time.

Predicting human mobility is inherently challenging due to complex long-range dependencies and multi-scale periodic behaviors. To address this, we introduce RHYTHM (Reasoning with Hierarchical Temporal Tokenization for Human Mobility), a unified framework that leverages large language models (LLMs) as general-purpose spatio-temporal predictors and trajectory reasoners. Methodologically, RHYTHM employs temporal tokenization to partition each trajectory into daily segments and encode them as discrete tokens with hierarchical attention that captures both daily and weekly dependencies, thereby quadratically reducing the sequence length while preserving cyclical information. Additionally, we enrich token representations by adding pre-computed prompt embeddings for trajectory segments and prediction targets via a frozen LLM, and feeding these combined embeddings back into the LLM backbone to capture complex interdependencies. Computationally, RHYTHM keeps the pretrained LLM backbone frozen, yielding faster training and lower memory usage. We evaluate our model against state-of-the-art methods using three real-world datasets. Notably, RHYTHM achieves a 2.4% improvement in overall accuracy, a 5.0% increase on weekends, and a 24.6% reduction in training time. Code is publicly available at https://github.com/he-h/rhythm.

Foundations

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

Your Notes