Identifying and Characterising Higher Order Interactions in Mobility Networks Using Hypergraphs
Prathyush Sambaturu, Bernardo Gutierrez, Moritz U. G. Kraemer
TL;DR
This work addresses the limitation of pairwise mobility representations by introducing co-visitation hypergraphs to capture higher-order, group-level location interactions within temporal observation windows. It constructs the hypergraph by segmenting time into overlapping windows of length $\Delta T$, forming transactions per individual, mining frequent location itemsets with FP-Growth under a threshold $min\_sup$, and treating each frequent itemset as a weighted hyperedge with weight $\mathbf{S}(e)$. Applying the framework to city-scale mobility data, the authors analyze structural features (e.g., exponential degree distributions, increasing hyperedge sizes with $\Delta T$) and spatial patterns, compare regular and emergency days, and link POI density to node degree through a power-law relationship. The study demonstrates the utility of hypergraph-based mobility analysis for urban planning, public health, and disaster response, while acknowledging data-granularity and scope limitations and providing open-source code for reproducibility.
Abstract
Understanding human mobility is essential for applications ranging from urban planning to public health. Traditional mobility models such as flow networks and colocation matrices capture only pairwise interactions between discrete locations, overlooking higher-order relationships among locations (i.e., mobility flow among two or more locations). To address this, we propose co-visitation hypergraphs, a model that leverages temporal observation windows to extract group interactions between locations from individual mobility trajectory data. Using frequent pattern mining, our approach constructs hypergraphs that capture dynamic mobility behaviors across different spatial and temporal scales. We validate our method on a publicly available mobility dataset and demonstrate its effectiveness in analyzing city-scale mobility patterns, detecting shifts during external disruptions such as extreme weather events, and examining how a location's connectivity (degree) relates to the number of points of interest (POIs) within it. Our results demonstrate that our hypergraph-based mobility analysis framework is a valuable tool with potential applications in diverse fields such as public health, disaster resilience, and urban planning.
