-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa65a8d
commit 52ba7ef
Showing
1 changed file
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,36 @@ | ||
|
||
# Read_me | ||
|
||
Python train_MRGAN.PY to run the code | ||
This is a pytorch implementation of submission: <b>Multi-Relational Graph Attention Network for Social Relationship Inference from Human Mobility Data</b> | ||
|
||
|
||
<i>IJCAI'24</i> | ||
|
||
## abstract | ||
Inferring social relationships from human mobility data holds significant value in real-life spatio-temporal applications, inspiring the development of a series of graph-based methods for deriving such relationships. | ||
However, despite their noted effectiveness, we argue that previous methods either rely solely on direct relations between users, neglecting valuable user mobility patterns, or have not fully harnessed the indirect interactions, thereby struggling to capture users' mobility preferences. To address these issues, in this work, we propose the Multi-Relational Graph Attention Network MRGAN, a novel graph attention network, which is able to explicitly model indirect relations and effectively capture their different impact. Specifically, we first extract a multi-relational graph from heterogeneous mobility graph to explicitly model the direct and indirect relations, %as different mobility patterns | ||
and then utilize influence attention and cross-relation attention to further capture the different influence between users, and different importance of relations for each user. | ||
Comprehensive experiments on three real-world mobile datasets demonstrate that the proposed model significantly outperforms state-of-the-art models in predicting social relationships between users. | ||
|
||
|
||
|
||
## Requirements | ||
* Python 3.8.6 | ||
* tensorflow 2.3.1 | ||
* networkx | ||
* numpy | ||
* scipy | ||
|
||
## Run the code | ||
|
||
|
||
**Python train_MRGAN.PY to run the code** | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Multi-Relational Graph Attention Network for Social Relationship Inference from Human Mobility Data |