LGJan 20, 2023

Clustering Human Mobility with Multiple Spaces

arXiv:2301.08524v14 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses human mobility behavior detection for applications like understanding commutes, but it is incremental as it builds on existing clustering approaches with specific improvements.

The paper tackled the problem of clustering human mobility trajectories by addressing limitations of existing methods that rely on strict visiting orders and single representations, proposing a method that uses permutation-equivalent operations and a variational autoencoder with multiple latent spaces, resulting in outperforming state-of-the-art methods with better accuracy and interpretability.

Human mobility clustering is an important problem for understanding human mobility behaviors (e.g., work and school commutes). Existing methods typically contain two steps: choosing or learning a mobility representation and applying a clustering algorithm to the representation. However, these methods rely on strict visiting orders in trajectories and cannot take advantage of multiple types of mobility representations. This paper proposes a novel mobility clustering method for mobility behavior detection. First, the proposed method contains a permutation-equivalent operation to handle sub-trajectories that might have different visiting orders but similar impacts on mobility behaviors. Second, the proposed method utilizes a variational autoencoder architecture to simultaneously perform clustering in both latent and original spaces. Also, in order to handle the bias of a single latent space, our clustering assignment prediction considers multiple learned latent spaces at different epochs. This way, the proposed method produces accurate results and can provide reliability estimates of each trajectory's cluster assignment. The experiment shows that the proposed method outperformed state-of-the-art methods in mobility behavior detection from trajectories with better accuracy and more interpretability.

Foundations

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

Your Notes