Table of Contents
Fetching ...

HGTUL: A Hypergraph-based Model For Trajectory User Linking

Fengjie Chang, Xinning Zhu, Zheng Hu, Yang Qin

TL;DR

The paper tackles Trajectory User Linking (TUL) by addressing high-order inter-trajectory relationships, variable POI influence, and user imbalance. It introduces HGTUL, which combines a trajectory hypergraph with hypergraph attention to capture high-order trajectory co-occurrences and POI effects, a GeoHash- and time-based spatio-temporal encoder with an LSTM, and a data-balancing preprocessing step. The method fuses relational and spatio-temporal representations for robust user prediction, achieving notable gains in ACC@1 and Macro-F1 on three real-world datasets. This approach demonstrates the value of high-order relational modeling in mobility analysis and offers a strong baseline for future spatio-temporal user-linking tasks with imbalanced data.

Abstract

Trajectory User Linking (TUL), which links anonymous trajectories with users who generate them, plays a crucial role in modeling human mobility. Despite significant advancements in this field, existing studies primarily neglect the high-order inter-trajectory relationships, which represent complex associations among multiple trajectories, manifested through multi-location co-occurrence patterns emerging when trajectories intersect at various Points of Interest (POIs). Furthermore, they also overlook the variable influence of POIs on different trajectories, as well as the user class imbalance problem caused by disparities in user activity levels and check-in frequencies. To address these limitations, we propose a novel HyperGraph-based multi-perspective Trajectory User Linking model (HGTUL). Our model learns trajectory representations from both relational and spatio-temporal perspectives: (1) it captures high-order associations among trajectories by constructing a trajectory hypergraph and leverages a hypergraph attention network to learn the variable impact of POIs on trajectories; (2) it models the spatio-temporal characteristics of trajectories by incorporating their temporal and spatial information into a sequential encoder. Moreover, we design a data balancing method to effectively address the user class imbalance problem and experimentally validate its significance in TUL. Extensive experiments on three real-world datasets demonstrate that HGTUL outperforms state-of-the-art baselines, achieving improvements of 2.57%~20.09% and 5.68%~26.00% in ACC@1 and Macro-F1 metrics, respectively.

HGTUL: A Hypergraph-based Model For Trajectory User Linking

TL;DR

The paper tackles Trajectory User Linking (TUL) by addressing high-order inter-trajectory relationships, variable POI influence, and user imbalance. It introduces HGTUL, which combines a trajectory hypergraph with hypergraph attention to capture high-order trajectory co-occurrences and POI effects, a GeoHash- and time-based spatio-temporal encoder with an LSTM, and a data-balancing preprocessing step. The method fuses relational and spatio-temporal representations for robust user prediction, achieving notable gains in ACC@1 and Macro-F1 on three real-world datasets. This approach demonstrates the value of high-order relational modeling in mobility analysis and offers a strong baseline for future spatio-temporal user-linking tasks with imbalanced data.

Abstract

Trajectory User Linking (TUL), which links anonymous trajectories with users who generate them, plays a crucial role in modeling human mobility. Despite significant advancements in this field, existing studies primarily neglect the high-order inter-trajectory relationships, which represent complex associations among multiple trajectories, manifested through multi-location co-occurrence patterns emerging when trajectories intersect at various Points of Interest (POIs). Furthermore, they also overlook the variable influence of POIs on different trajectories, as well as the user class imbalance problem caused by disparities in user activity levels and check-in frequencies. To address these limitations, we propose a novel HyperGraph-based multi-perspective Trajectory User Linking model (HGTUL). Our model learns trajectory representations from both relational and spatio-temporal perspectives: (1) it captures high-order associations among trajectories by constructing a trajectory hypergraph and leverages a hypergraph attention network to learn the variable impact of POIs on trajectories; (2) it models the spatio-temporal characteristics of trajectories by incorporating their temporal and spatial information into a sequential encoder. Moreover, we design a data balancing method to effectively address the user class imbalance problem and experimentally validate its significance in TUL. Extensive experiments on three real-world datasets demonstrate that HGTUL outperforms state-of-the-art baselines, achieving improvements of 2.57%~20.09% and 5.68%~26.00% in ACC@1 and Macro-F1 metrics, respectively.

Paper Structure

This paper contains 17 sections, 18 equations, 4 figures, 3 tables.

Figures (4)

  • Figure 1: Modeling Association Relationships Among Trajectories.
  • Figure 2: The proposed framework.
  • Figure 3: User Cold-Start Performance Comparison: HGTUL vs. S2TUL-R
  • Figure 4: Impact of Data Balancing on Algorithm Performance.