Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
skip to main content
10.1145/3485447.3512161acmconferencesArticle/Chapter ViewAbstractPublication PageswebconfConference Proceedingsconference-collections
research-article

Graph Neural Network for Higher-Order Dependency Networks

Published: 25 April 2022 Publication History
  • Get Citation Alerts
  • Editorial Notes

    The authors have requested minor, non-substantive changes to the VoR and, in accordance with ACM policies, a Corrected VoR was published on February 21, 2023. For reference purposes the VoR may still be accessed via the Supplemental Material section on this page.

    Abstract

    Graph neural network (GNN) has become a popular tool to analyze the graph data. Existing GNNs only focus on networks with first-order dependency, that is, conventional networks following the Markov property. However, many networks in real life own the higher-order dependency, such as click-stream data where the choice of the next page depends not only on the current page but also on previous pages. This kind of sequential data from complex systems (including natural dependencies) are often ignored by existing GNNs which makes them ineffective. To address this problem, we propose for the first time new GNN approaches for higher-order networks in this paper. First, we form sequence fragments by the current node and its predecessor nodes of different orders as candidate higher-order dependencies. When the fragment significantly affects the probability distribution of different successor nodes of the current node, we include it in the higher-order dependency set. We formulize the network with higher-order dependency as an augmented conventional first-order network, and then feed it into GNNs to derive network embeddings. Moreover, we further propose a new end-to-end GNN framework for dealing with higher-order networks directly in the model. Specifically, the higher-order dependency is used as the neighbor aggregation controller when the node is embedded and updated. In the graph convolutional layer, in addition to the first-order neighbor information, we also aggregate the middle node information from the higher-order dependency segment. We finally test the new approaches on three real networks with higher-order dependency, and compare with some state-of-the-art methods. The results show significant improvements of the new approaches which consider higher-order dependency.

    Supplementary Material

    3512161-VoR (3512161-vor.pdf)
    Version of Record for "Graph Neural Network for Higher-Order Dependency Networks" by Jin et al., Proceedings of the ACM Web Conference 2022 (WWW '22).

    References

    [1]
    Austin R Benson, David F Gleich, and Jure Leskovec. 2016. Higher-Order Organization of Complex Networks. Science 353, 6295 (2016), 163–166.
    [2]
    Hongyun Cai, Vincent W. Zheng, and Kevin Chen-Chuan Chang. 2018. A Comprehensive Survey of Graph Embedding: Problems, Techniques, and Applications. IEEE Trans. Knowl. Data Eng. 30, 9 (2018), 1616–1637.
    [3]
    Antonia Creswell, Tom White, Vincent Dumoulin, Kai Arulkumaran, Biswa Sengupta, and Anil A Bharath. 2018. Generative Adversarial Networks: An Overview. IEEE Signal Processing Magazine 35, 1 (2018), 53–65.
    [4]
    Aditya Grover and Jure Leskovec. 2016. Node2vec: Scalable Feature Learning for Networks. In SIGKDD. 855–864.
    [5]
    William L. Hamilton, Zhitao Ying, and Jure Leskovec. 2017. Inductive Representation Learning on Large Graphs. In NeurIPS. 1024–1034.
    [6]
    Zhongkai Hao, Chengqiang Lu, Zhenya Huang, Hao Wang, Zheyuan Hu, Qi Liu, Enhong Chen, and Cheekong Lee. 2020. ASGN: An Active Semi-supervised Graph Neural Network for Molecular Property Prediction. In SIGKDD. 731–752.
    [7]
    Jin Huang, Rui Zhang, and Jeffrey Xu Yu. 2015. Scalable Hypergraph Learning and Processing. In ICDM. 775–780.
    [8]
    Di Jin, Cuiying Huo, Chundong Liang, and Liang Yang. 2021. Heterogeneous Graph Neural Network via Attribute Completion. In WWW. 391–400.
    [9]
    Di Jin, Zhizhi Yu, Pengfei Jiao, Shirui Pan, Philip S. Yu, and Weixiong Zhang. 2021. A Survey of Community Detection Approaches: From Statistical Modeling to Deep Learning. IEEE Trans. Knowl. Data Eng.(2021). https://doi.org/10.1109/TKDE.2021.3104155
    [10]
    Thomas N Kipf and Max Welling. 2016. Variational Graph Auto-encoders. arXiv preprint arXiv:1611.07308(2016).
    [11]
    Thomas N. Kipf and Max Welling. 2017. Semi-Supervised Classification with Graph Convolutional Networks. In ICLR.
    [12]
    Johannes Klicpera, Aleksandar Bojchevski, and Stephan Günnemann. 2019. Predict then Propagate: Graph Neural Networks meet Personalized PageRank. In ICLR.
    [13]
    John Boaz Lee, Ryan A Rossi, Xiangnan Kong, Sungchul Kim, Eunyee Koh, and Anup Rao. 2018. Higher-Order Graph Convolutional Networks. arXiv preprint arXiv:1809.07697(2018).
    [14]
    Guohao Li, Matthias Müller, Bernard Ghanem, and Vladlen Koltun. 2021. Training Graph Neural Networks with 1000 Layers. In ICML, Vol. 139. 6437–6449.
    [15]
    Meng Liu, Hongyang Gao, and Shuiwang Ji. 2020. Towards Deeper Graph Neural Networks. In SIGKDD. 338–348.
    [16]
    Hongbin Pei, Bingzhe Wei, Kevin Chen-Chuan Chang, Yu Lei, and Bo Yang. 2020. Geom-GCN: Geometric Graph Convolutional Networks. In ICLR.
    [17]
    Bryan Perozzi, Rami Al-Rfou, and Steven Skiena. 2014. Deepwalk: Online Learning of Social Representations. In SIGKDD. 701–710.
    [18]
    Jiezhong Qiu, Qibin Chen, Yuxiao Dong, Jing Zhang, Hongxia Yang, Ming Ding, Kuansan Wang, and Jie Tang. 2020. GCC: Graph Contrastive Coding for Graph Neural Network Pre-training. In SIGKDD. 1150–1160.
    [19]
    Ryan A Rossi, Rong Zhou, and Nesreen K Ahmed. 2017. Deep Feature Learning for Graphs. arXiv preprint arXiv:1704.08829(2017).
    [20]
    Aravind Sankar, Yozen Liu, Jun Yu, and Neil Shah. 2021. Graph Neural Networks for Friend Ranking in Large-scale Social Platforms. In WWW. 2535–2546.
    [21]
    Shulong Tan, Ziyu Guan, Deng Cai, Xuzhen Qin, Jiajun Bu, and Chun Chen. 2014. Mapping Users across Networks by Manifold Alignment on Hypergraph. In AAAI. 159–165.
    [22]
    Jian Tang, Meng Qu, Mingzhe Wang, Ming Zhang, Jun Yan, and Qiaozhu Mei. 2015. LINE: Large-scale Information Network Embedding. In WWW. 1067–1077.
    [23]
    Petar Velickovic, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Liò, and Yoshua Bengio. 2018. Graph Attention Networks. In ICLR.
    [24]
    Daixin Wang, Peng Cui, and Wenwu Zhu. 2016. Structural Deep Network Embedding. In SIGKDD. 1225–1234.
    [25]
    Hongwei Wang, Jia Wang, Jialin Wang, Miao Zhao, Weinan Zhang, Fuzheng Zhang, Xing Xie, and Minyi Guo. 2018. GraphGAN: Graph Representation Learning with Generative Adversarial Nets. In AAAI. 2508–2515.
    [26]
    Yongji Wu, Defu Lian, Yiheng Xu, Le Wu, and Enhong Chen. 2020. Graph Convolutional Networks with Markov Random Field Reasoning for Social Spammer Detection. In AAAI. 1054–1061.
    [27]
    Jian Xu, Thanuka L Wickramarathne, and Nitesh V Chawla. 2016. Representing Higher-Order Dependencies in Networks. Science advances 2, 5 (2016), e1600028.
    [28]
    Cheng Yang, Zhiyuan Liu, Deli Zhao, Maosong Sun, and Edward Chang. 2015. Network Representation Learning with Rich Text Information. In IJCAI.
    [29]
    Zhizhi Yu, Di Jin, Ziyang Liu, Dongxiao He, Xiao Wang, Hanghang Tong, and Jiawei Han. 2021. AS-GCN: Adaptive Semantic Architecture of Graph Convolutional Networks for Text-Rich Networks. In ICDM. 837–846.
    [30]
    Ke Zhan, Zhonghua Lu, and Yunquan Zhang. 2020. Performance Optimization for Feature Extraction Section of DeepChem. In ICA3PP, Vol. 12452. 290–304.
    [31]
    Muhan Zhang and Yixin Chen. 2018. Link Prediction Based on Graph Neural Networks. In NeurIPS. 5171–5181.
    [32]
    Muhan Zhang and Yixin Chen. 2020. Inductive Matrix Completion Based on Graph Neural Networks. In ICLR.
    [33]
    Xingyi Zhang, Kun Xie, Sibo Wang, and Zengfeng Huang. 2021. Learning Based Proximity Matrix Factorization for Node Embedding. In SIGKDD. 2243–2253.
    [34]
    Jie Zhou, Ganqu Cui, Shengding Hu, Zhengyan Zhang, Cheng Yang, Zhiyuan Liu, Lifeng Wang, Changcheng Li, and Maosong Sun. 2020. Graph Neural Networks: A Review of Methods and Applications. AI Open 1(2020), 57–81.
    [35]
    Hao Zhu and Piotr Koniusz. 2021. Simple Spectral Graph Convolution. In ICLR.

    Cited By

    View all
    • (2024)Inferring Real Mobility in Presence of Fake Check-ins DataACM Transactions on Intelligent Systems and Technology10.1145/360494115:1(1-25)Online publication date: 16-Jan-2024
    • (2024)DHONE: Density-based higher-order network embeddingInternational Journal of Modern Physics C10.1142/S012918312450133XOnline publication date: 8-Apr-2024
    • (2023)Telecommunication Traffic Forecasting via Multi-task LearningProceedings of the Sixteenth ACM International Conference on Web Search and Data Mining10.1145/3539597.3570440(859-867)Online publication date: 27-Feb-2023
    • Show More Cited By

    Recommendations

    Comments

    Information & Contributors

    Information

    Published In

    cover image ACM Conferences
    WWW '22: Proceedings of the ACM Web Conference 2022
    April 2022
    3764 pages
    ISBN:9781450390965
    DOI:10.1145/3485447
    Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than ACM must be honored. Abstracting with credit is permitted. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from [email protected]

    Sponsors

    Publisher

    Association for Computing Machinery

    New York, NY, United States

    Publication History

    Published: 25 April 2022

    Permissions

    Request permissions for this article.

    Check for updates

    Author Tags

    1. Graph neural network
    2. Graph representation learning
    3. Higher-order dependency network

    Qualifiers

    • Research-article
    • Research
    • Refereed limited

    Funding Sources

    Conference

    WWW '22
    Sponsor:
    WWW '22: The ACM Web Conference 2022
    April 25 - 29, 2022
    Virtual Event, Lyon, France

    Acceptance Rates

    Overall Acceptance Rate 1,899 of 8,196 submissions, 23%

    Contributors

    Other Metrics

    Bibliometrics & Citations

    Bibliometrics

    Article Metrics

    • Downloads (Last 12 months)127
    • Downloads (Last 6 weeks)7
    Reflects downloads up to 27 Jul 2024

    Other Metrics

    Citations

    Cited By

    View all
    • (2024)Inferring Real Mobility in Presence of Fake Check-ins DataACM Transactions on Intelligent Systems and Technology10.1145/360494115:1(1-25)Online publication date: 16-Jan-2024
    • (2024)DHONE: Density-based higher-order network embeddingInternational Journal of Modern Physics C10.1142/S012918312450133XOnline publication date: 8-Apr-2024
    • (2023)Telecommunication Traffic Forecasting via Multi-task LearningProceedings of the Sixteenth ACM International Conference on Web Search and Data Mining10.1145/3539597.3570440(859-867)Online publication date: 27-Feb-2023
    • (2023)Improved Modeling and Generalization Capabilities of Graph Neural Networks With Legendre PolynomialsIEEE Access10.1109/ACCESS.2023.328900211(63442-63450)Online publication date: 2023

    View Options

    Get Access

    Login options

    View options

    PDF

    View or Download as a PDF file.

    PDF

    eReader

    View online with eReader.

    eReader

    HTML Format

    View this article in HTML Format.

    HTML Format

    Media

    Figures

    Other

    Tables

    Share

    Share

    Share this Publication link

    Share on social media