LIANGKE23 / Awesome-Partial-Graph-Representation-Learning

A curated list for awesome incomplete graph representation learning resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub stars GitHub forks visitors

Awesome Partial Graph Representation Learning 😊

Graph representation learning (GRL) has been intensively studied and widely applied into various applications recently, such as social network, knowledge graph, recommender system, etc. One underlying assumption commonly adopted by these methods is that all attributes of nodes are complete. However, in practice, this assumption may not hold due to 1) the absence of particular attributes; 2) the absence of all the attributes of specific nodes. Here we provide collections for partial graph representation learning literature.

Year 2022

  1. [IEEE TPAMI 2022] Learning on Attribute-Missing Graphs [paper|code]
  2. [IEEE TMM 2022] Latent Heterogeneous Graph Network for Incomplete Multi-View Learning [paper]
  3. [IEEE TCYB 2022] Amer: A New Attribute-Missing Network Embedding Approach [paper]
  4. [IEEE TNNLS 2022] Analyzing Heterogeneous Networks with Missing Attributes by Unsupervised Contrastive Learning [paper]
  5. [ACL 2022] SimKGC: Simple Contrastive Knowledge Graph Completion with Pre-trained Language Models [paper]
  6. [ACL 2022] CAKE: A Scalable Commonsense-Aware Framework For Multi-View Knowledge Graph Completion [paper]
  7. [KDD 2022] GraphMAE: Self-Supervised Masked Graph Autoencoders [paper]
  8. [KDD 2022] Knowledge Graph Completion with Pre-trained Multimodal Transformer and Twins Negative Sampling [paper]
  9. [KDD 2022] Mask and Reason: Pre-Training Knowledge Graph Transformers for Complex Logical Queries [paper]
  10. [IJCAI 2022] Positive-Unlabeled Learning with Adversarial Data Augmentation for Knowledge Graph Completion [paper]
  11. [IJCAI 2022] Initializing Then Refining: A Simple Graph Attribute Imputation Network [paper]
  12. [IJCAI 2022] Graph Masked Autoencoder Enhanced Predictor for Neural Architecture Search [paper]
  13. [WWW 2022] Trustworthy Knowledge Graph Completion Based on Multi-sourced Noisy Data [paper|code]
  14. [WWW 2022] From Discrimination to Generation: Knowledge Graph Completion with Generative Transformer [paper]
  15. [WWW Workshop 2022] Deep Partial Multiplex Network Embedding [paper]
  16. [SIGIR 2022] Re-thinking Knowledge Graph Completion Evaluation from an Information Retrieval Perspective [paper]
  17. [PR 2022] Incomplete Multiview Nonnegative Representation Learning with Multiple Graphs [paper]
  18. [ICLR 2022] Cold Brew: Distilling Graph Node Representations with Incomplete or Missing Neighborhoods [paper|code]
  19. [ICLR 2022] Neural Methods for Logical Reasoning Over Knowledge Graphs [paper]
  20. [ICML 2022] Self-Supervised Representation Learning via Latent Graph Prediction [paper]
  21. [NeurIPS 2022] Neural-Symbolic Entangled Framework for Complex Query Answering [paper]
  22. [NeurIPS 2022] Rethinking Knowledge Graph Evaluation Under the Open-World Assumption [paper]
  23. [NeurIPS 2022] Deep Bidirectional Language-Knowledge Graph Pretraining [paper]
  24. [NeurIPS Workshop 2022] Bi-channel Masked Graph Autoencoders for Spatially Resolved Single-cell Transcriptomics Data Imputation [paper]
  25. [CIKM 2022] I Know What You Do Not Know: Knowledge Graph Embedding via Co-distillation Learning [paper]
  26. [CIKM 2022] Models and Benchmarks for Representation Learning of Partially Observed Subgraphs [paper]
  27. [CIKM 2022] MGMAE: Molecular Representation Learning by Reconstructing Heterogeneous Graphs with A High Mask Ratio [paper]
  28. [CIKM 2022] MentorGNN: Deriving Curriculum for Pre-Training GNNs [paper]
  29. [EMNLP 2022] Self-supervised Graph Masking Pre-training for Graph-to-Text Generation [paper]
  30. [COLING 2022] The Effectiveness of Masked Language Modeling and Adapters for Factual Knowledge Injection [paper]
  31. [ECML-PKDD 2022] Masked Graph Auto-Encoder Constrained Graph Pooling [paper]
  32. [Arxiv 2022.01] MGAE: Masked Autoencoders for Self-Supervised Learning on Graphs [paper]
  33. [Arxiv 2022.02] Graph Masked Autoencoders with Transformers [paper]
  34. [Arxiv 2022.03] Multilingual Knowledge Graph Completion with Self-Supervised Adaptive Graph Alignment [paper]
  35. [Arxiv 2022.03] ACTIVE: Augmentation-Free Graph Contrastive Learning for Partial Multi-View Clustering [paper]
  36. [Arxiv 2022.03] Gransformer: Transformer-based Graph Generation [paper]
  37. [Arxiv 2022.04] Graph Auto-Encoders for Network Completion [paper]
  38. [Arxiv 2022.05] MaskGAE: Masked Graph Modeling Meets Graph Autoencoders [paper]
  39. [Arxiv 2022.05] Robust Graph Representation Learning for Local Corruption Recovery [paper]
  40. [Arxiv 2022.05] Learning to Reconstruct Missing Data from Spatiotemporal Graphs with Sparse Observations [paper]
  41. [Arxiv 2022.06] Accurate Node Feature Estimation with Structured Variational Graph Autoencoder [paper]
  42. [Arxiv 2022.06] ExpressivE: A Spatio-Functional Embedding For Knowledge Graph Completion [paper]
  43. [Arxiv 2022.06] Schema-Guided Event Graph Completion [paper]
  44. [Arxiv 2022.06] Attention-wise Masked Graph Contrastive Learning for Predicting Molecular Property [paper]
  45. [Arxiv 2022.07] Unsupervised pre-training of graph transformers on patient population graphs [paper]
  46. [Arxiv 2022.07] Masked Spatial-Spectral Autoencoders Are Excellent Hyperspectral Defenders [paper]
  47. [Arxiv 2022.07] Cybersecurity Entity Alignment via Masked Graph Attention Networks [paper]
  48. [Arxiv 2022.08] Heterogeneous Graph Masked Autoencoders [paper]
  49. [Arxiv 2022.08] Revisiting Item Promotion in GNN-based Collaborative Filtering: A Masked Targeted Topological Attack Perspectiv [paper]
  50. [Arxiv 2022.09] DiP-GNN: Discriminative Pre-Training of Graph Neural Networks [paper]
  51. [Arxiv 2022.10] Federated Graph-based Networks with Shared Embedding [paper]
  52. [Arxiv 2022.10] How Mask Matters: Towards Theoretical Understandings of Masked Autoencoders [paper]
  53. [Arxiv 2022.11] BatmanNet: Bi-branch Masked Graph Transformer Autoencoder for Molecular Representation [paper]

Year 2021

  1. [WWW 2021] Heterogeneous Graph Neural Network via Attribute Completion [paper|code]
  2. [WWW 2021] Mask-GVAE: Blind Denoising Graphs via Partition [paper]
  3. [NeurIPS 2021] Subgraph Federated Learning with Missing Neighbor Generation [paper]
  4. [NeurIPS 2021] Multi-view Contrastive Graph Clustering [paper|code]
  5. [NeurIPS 2021] Learning Compact Representations of Neural Networks using DiscriminAtive Masking (DAM) [paper]
  6. [FGCS 2021] Graph Convolutional Networks for Graphs Containing Missing Features [paper|code]
  7. [FGCS 2021] Efficient Search Over Incomplete Knowledge Graphs in Binarized Embedding Space [paper]
  8. [AAAI Workshop 2021] Context-Enhanced Entity and Relation Embedding for Knowledge Graph Completion [paper]
  9. [KDD Workshop 2021] On Positional and Structural Node Features for Graph Neural Networks on Non-attributed Graphs [paper|code]
  10. [CIKM 2021] Inductive Matrix Completion Using Graph Autoencoder [paper|code]
  11. [ICASSP 2021] Node Attribute Completion in Knowledge Graphs with Multi-Relational Propagation [paper]
  12. [IEEE TSP 2021] Community Detection and Matrix Completion With Social and Item Similarity Graphs [paper|code]
  13. [Nature Communications 2021] Masked Graph Modeling for Molecule Generation [paper]
  14. [Arxiv 2021.02] Wasserstein Diffusion on Graphs with Missing Attributes [paper]
  15. [Arxiv 2021.06] Incomplete Graph Representation and Learning via Partial Graph Neural Networks [paper]
  16. [Arxiv 2021.06] Graph Context Encoder: Graph Feature Inpainting for Graph Generation and Self-supervised Pretraining [paper]
  17. [Arxiv 2021.10] VICAUSE: Simultaneous Missing Value Imputation and Causal Discovery with Groups [paper]
  18. [Arxiv 2021.10] CORGI: Content-Rich Graph Neural Networks with Attention [paper|code]
  19. [Arxiv 2021.10] SMORE: Knowledge Graph Completion and Multi-hop Reasoning in Massive Knowledge Graphs [paper|code]\
  20. [Arxiv 2021.11] On the Unreasonable Effectiveness of Feature propagation in Learning on Graphs with Missing Node Features [paper]
  21. [Arxiv 2021.12] Siamese Attribute-missing Graph Auto-encoder [paper][Arxiv 2021.12] Link-Intensive Alignment for Incomplete Knowledge Graphs [paper]
  22. [Arxiv 2021.12] Incomplete Multi-view Clustering via Cross-view Relation Transfer [paper]
  23. [Arxiv 2021.12] Two-view Graph Neural Networks for Knowledge Graph Completion [paper]
  24. [Arxiv 2021.12] Incomplete Knowledge Graph Alignment [paper]

Year 2020

  1. [NeurIPS 2020] Handling Missing Data with Graph Representation Learning [paper|code]
  2. [NeurIPS 2020] Matrix Completion with Hierarchical Graph Side Information [paper]
  3. [NN 2020] Missing Data Imputation with Adversarially-trained Graph Convolutional Networks [paper|code]
  4. [ICLR 2020] Inductive Matrix Completion Based on Graph Neural Networks [paper|code]
  5. [EMNLP 2020] TeMP: Temporal Message Passing for Temporal Knowledge Graph Completion [paper|code]
  6. [EMNLP 2020] Multilingual Knowledge Graph Completion via Ensemble Knowledge Transfer [paper|code]
  7. [EMNLP 2020] MCMH: Learning Multi-Chain Multi-Hop Rules for Knowledge Graph Reasoning [paper]

Year 2019

  1. [KBS 2019] Adversarial Learning for Multi-view Network Embedding on Incomplete Graphs [paper]
  2. [ICDM 2019] Learning to Hash for Efficient Search over Incomplete Knowledge Graphs [paper|code]
  3. [K-CAP 2019] Contextual Graph Attention for Answering Logical Queries over Incomplete Knowledge Graphs [paper|code]
  4. [Arxiv 2019.07] Node Attribute Generation on Graphs [paper]

Year 2018

  1. [ECCV Workshop 2018] Incomplete Multi-view Clustering via Graph Regularized Matrix Factorization [paper|code]
  2. [RecSys 2018] Spectral Collaborative Filtering [paper|code]
  3. [Arxiv 2018.11] Attributed Network Embedding for Incomplete Attributed Networks [paper]

Year 2017

  1. [NeurIPS 2017] Geometric Matrix Completion with Recurrent Multi-Graph Neural Networks [paper|code]
  2. [CIKM 2017] From Properties to Links: Deep Network Embedding on Incomplete Graphs [paper]
  3. [Arxiv 2017.06] Graph Convolutional Matrix Completion [paper|code]

Related awesome

Contact

If interested, you are welcome to contribute this repo by contracting wenxuantu@163.com.

About

A curated list for awesome incomplete graph representation learning resources.