awesome-self-supervised-gnn
awesome-self-supervised-gnn 是一个专注于图神经网络(GNN)自监督学习与预训练技术的学术资源合集。它系统性地整理了该领域的高质量研究论文,并按发表年份进行分类,旨在帮助从业者快速追踪从基础理论到前沿应用(如异常检测、推荐系统、谣言识别等)的最新进展。
在图数据中,获取大量精准标注的成本极高,这往往限制了模型的性能上限。awesome-self-supervised-gnn 正是为了解决这一痛点而生,它汇聚了利用无标签数据进行高效表征学习的前沿方案,让模型能够在缺乏人工标注的情况下,依然挖掘出图结构中深层的结构与语义信息。
这份资源特别适合人工智能研究人员、算法工程师以及对图学习感兴趣的高校师生使用。无论是希望开展新课题的学者,还是寻求技术落地的开发者,都能从中找到极具价值的参考。其独特亮点在于不仅提供论文链接,还尽可能附带了官方代码实现,并特别标记了高引用率的热门工作,极大地降低了复现经典算法和跟进技术热点的门槛,是探索图自监督学习领域不可或缺的导航图。
使用场景
某金融科技公司风控团队正试图利用图神经网络(GNN)从海量交易数据中识别隐蔽的洗钱团伙,但面临标注样本极度稀缺的困境。
没有 awesome-self-supervised-gnn 时
- 文献检索如大海捞针:团队成员需手动在 arXiv、IEEE 等各大平台搜索“自监督”、“对比学习”等关键词,耗时数周仍难以覆盖最新进展,极易遗漏关键论文。
- 复现成本高昂且盲目:面对零散的代码库,无法快速判断哪些算法(如 GTrans 或 S-3-CL)真正适合当前稀疏标签场景,往往花费大量时间复现效果不佳的模型。
- 技术选型缺乏依据:难以区分哪些是仅停留在理论层面的研究,哪些是经过大规模验证(高引用)的成熟方案,导致项目初期技术路线频繁试错。
- 领域知识更新滞后:无法系统掌握从社区检测到异常识别等不同子任务的最新突破,错失利用结构化语义全局知识提升模型泛化能力的机会。
使用 awesome-self-supervised-gnn 后
- 一站式获取前沿成果:直接按年份查阅整理好的论文清单,迅速锁定 2023-2024 年关于“单类同质性建模”或“测试时图变换”等针对性极强的最新研究。
- 精准定位高价值代码:通过仓库中标记的"🔥"高引用标识及配套的
get_hot.py脚本,优先复现如 ParetoGNN 等已被社区验证有效的强泛化模型,大幅缩短研发周期。 - 场景匹配高效明确:依据分类目录快速找到专攻“图异常检测”或“属性缺失补全”的特定算法(如 Truncated Affinity Maximization),实现技术与业务痛点的无缝对接。
- 紧跟学术演进脉络:系统化追踪从基础对比学习到多任务自监督的技术演变,为团队制定长期技术路线图提供了坚实的文献支撑。
awesome-self-supervised-gnn 将原本分散杂乱的学术资源转化为结构化的技术资产,帮助开发者在低资源场景下快速构建高性能图智能应用。
运行环境要求
未说明
未说明

快速开始
令人惊叹的自监督图神经网络
本仓库收录了关于图神经网络(GNN)上的自监督学习的相关论文,并按发表年份进行了分类。
我们会尽量保持这份列表的更新。如果您发现任何错误或遗漏的论文,请随时提出Issue或发送Pull Request。
注::fire: 表示该论文被广泛引用(例如,超过80次引用)。代码可在get_hot.py中找到。
2024年
Year 2023
- [ICLR 2023] Empowering Graph Representation Learning with Test-Time Graph Transformation [paper] [code]
- [ICLR 2023] Multi-task Self-supervised Graph Neural Networks Enable Stronger Task Generalization [paper] [code]
- [AAAI 2023] Eliciting Structural and Semantic Global Knowledge in Unsupervised Graph Contrastive Learning [paper] [code]
- [arXiv 2023] Truncated Affinity Maximization: One-class Homophily Modeling for Graph Anomaly Detection [paper]
- [ICASSP 2023] Contrastive Learning at the Relation and Event Level for Rumor Detection [paper]
- [arXiv 2023] AmGCL: Feature Imputation of Attribute Missing Graph via Self-supervised Contrastive Learning [paper]
- [arXiv 2023] SEGA: Structural Entropy Guided Anchor View for Graph Contrastive Learning [paper]
- [arXiv 2023] CSGCL: Community-Strength-Enhanced Graph Contrastive Learning [paper]
- [TKDE 2023] MINING: Multi-Granularity Network Alignment Based on Contrastive Learning [paper]
- [ICASSP 2023] Select The Best: Enhancing Graph Representation with Adaptive Negative Sample Selection [paper]
- [ICASSP 2023] Graph Contrastive Learning with Learnable Graph Augmentation [paper]
- [arXiv 2023] FormNetV2: Multimodal Graph Contrastive Learning for Form Document Information Extraction [paper]
- [INS 2023] A fairness-aware graph contrastive learning recommender framework for social tagging systems [paper]
- [arXiv 2023] Improving Knowledge Graph Entity Alignment with Graph Augmentation [paper]
- [WWW 2023] Graph Self-supervised Learning with Augmentation-aware Contrastive Learning [paper]
- [arXiv 2023] A Systematic Survey of Chemical Pre-trained Models [paper]
- [WWW 2023] Self-Supervised Teaching and Learning of Representations on Graphs [paper]
- [TKDE 2023] Progressive Hard Negative Masking: From Global Uniformity to Local Tolerance [paper]
- [KBS 2023] ST-A-PGCL: Spatiotemporal adaptive periodical graph contrastive learning for traffic prediction under real scenarios [paper]
- [WWW 2023] SeeGera: Self-supervised Semi-implicit Graph Variational Auto-encoders with Masking [paper]
- [INS 2023] Self-supervised Contrastive Learning on Heterogeneous Graphs with Mutual Constraints of Structure and Feature [paper]
- [Scientific Reports 2023] A multi-view contrastive learning for heterogeneous network embedding [paper]
- [WWW 2023] Automated Spatio-Temporal Graph Contrastive Learning [paper]
- [arXiv 2023] Capturing Fine-grained Semantics in Contrastive Graph Representation Learning [paper]
- [arXiv 2023] Decouple Graph Neural Networks: Train Multiple Simple GNNs Simultaneously Instead of One [paper]
- [arXiv 2023] ID-MixGCL: Identity Mixup for Graph Contrastive Learning [paper]
- [Bioinformatics 2023] Molecular Property Prediction by Contrastive Learning with Attention-Guided Positive Sample Selection [paper]
- [AISTAT 2023] Learning Robust Graph Neural Networks with Limited Supervision [paper]
- [TNNLS 2023] Demystifying and Mitigating Bias for Node Representation Learning [paper]
- [BICTA 2023] Graph Contrastive Learning with Intrinsic Augmentations [paper]
- [arXiv 2023] GraphMAE2: A Decoding-Enhanced Masked Self-Supervised Graph Learner [paper]
- [arXiv 2023] Adversarial Hard Negative Generation for Complementary Graph Contrastive Learning [paper]
- [INS 2023] INS-GNN: Improving Graph Imbalance Learning with Self-Supervision [paper]
- [TNNLS 2023] Dual Contrastive Learning Network for Graph Clustering [paper]
- [arXiv 2023] RARE: Robust Masked Graph Autoencoder [paper]
- [TKDE 2023] Maximizing Mutual Information Across Feature and Topology Views for Representing Graphs [paper]
- [arXiv 2023] When to Pre-Train Graph Neural Networks? An Answer from Data Generation Perspective! [paper]
- [KBS 2023] Class-homophilic-based data augmentation for improving graph neural networks [paper]
- [arXiv 2023] Structural Imbalance Aware Graph Augmentation Learning [paper]
- [arXiv 2023] Hybrid Augmented Automated Graph Contrastive Learning [paper]
- [arXiv 2023] Decoupling Graph Neural Network with Contrastive Learning for Fraud Detection [paper]
- [arXiv 2023] Data-Centric Learning from Unlabeled Graphs with Diffusion Model [paper]
- [TPAMI 2023] Unsupervised Learning of Graph Matching With Mixture of Modes Via Discrepancy Minimization [paper]
- [arXiv 2023] NESS: Learning Node Embeddings from Static SubGraphs [paper]
- [Sensors 2023] A Robust Automated Analog Circuits Classification Involving a Graph Neural Network and a Novel Data Augmentation Strategy [paper]
- [arXiv 2023] Contrastive knowledge integrated graph neural networks for Chinese medical text classification [paper]
- [arXiv 2023] CHGNN: A Semi-Supervised Contrastive Hypergraph Learning Network [paper]
- [arXiv 2023] Contrastive Learning under Heterophily [paper]
- [arXiv 2023] Structure-Aware Group Discrimination with Adaptive-View Graph Encoder: A Fast Graph Contrastive Learning Framework [paper]
- [TNNLS 2023] Self-supervised Learning IoT Device Features with Graph Contrastive Neural Network for Device Classification in Social Internet of Things [paper]
- [TKDE 2023] Feature-Level Deeper Self-Attention Network With Contrastive Learning for Sequential Recommendation [paper]
- [AAAI 2023] Recommend What to Cache: a Simple Self-supervised Graph-based Recommendation Framework for Edge Caching Network [paper]
- [arXiv 2023] Self-Supervised Interest Transfer Network via Prototypical Contrastive Learning for Recommendation [paper]
- [arXiv 2023] SGL-PT: A Strong Graph Learner with Graph Prompt Tuning [paper]
- [CIS 2023] SimGRL: a simple self-supervised graph representation learning framework via triplets [paper]
- [WSDM 2023] Self-Supervised Group Graph Collaborative Filtering for Group Recommendation [paper]
- [WSDM 2023] S2GAE: Self-Supervised Graph Autoencoders are Generalizable Learners with Graph Masking [paper]
- [WSDM 2023] Heterogeneous Graph Contrastive Learning for Recommendation [paper]
- [Nature Communications Chemistry] Hierarchical Molecular Graph Self-Supervised Learning for property prediction [paper]
- [arXiv 2023] Wiener Graph Deconvolutional Network Improves Graph Self-Supervised Learning [paper]
- [arXiv 2023] Heterogeneous Social Event Detection via Hyperbolic Graph Representations [paper]
- [arXiv 2023] LightGCL: Simple Yet Effective Graph Contrastive Learning for Recommendation [paper]
- [arXiv 2023] GraphPrompt: Unifying Pre-Training and Downstream Tasks for Graph Neural Networks [paper]
- [Pattern Recognition] Dual-Channel Graph Contrastive Learning for Self-Supervised Graph-Level Representation Learning [paper]
- [NCA 2023] Self-supervised contrastive learning for heterogeneous graph based on multi-pretext tasks [paper]
- [arXiv 2023] STERLING: Synergistic Representation Learning on Bipartite Graphs [paper]
- [ICLR 2023] Multi-task Self-supervised Graph Neural Networks Enable Stronger Task Generalization [paper]
- [WBD 2023] Mixed-Order Heterogeneous Graph Pre-training for Cold-Start Recommendation [paper]
- [arXiv 2023] Explainable Action Prediction through Self-Supervision on Scene Graphs [paper]
- [arXiv 2023] Spectral Augmentations for Graph Contrastive Learning [paper]
- [RS 2023] Representing Spatial Data with Graph Contrastive Learning [paper]
- [ACLF 2023] KE-GCL: Knowledge Enhanced Graph Contrastive Learning for Commonsense Question Answering [paper]
- [TNNLS 2023] GRLC: Graph Representation Learning With Constraints [paper]
- [ESA 2023] Contrastive graph clustering with adaptive filter [paper]
- [arXiv 2023] Biomedical Interaction Prediction with Adaptive Line Graph Contrastive Learning [paper]
- [arXiv 2023] Affinity Uncertainty-based Hard Negative Mining in Graph Contrastive Learning [paper]
- [arXiv 2023] Self-supervised Semi-implicit Graph Variational Auto-encoders with Masking [paper]
- [ACM Trans. Web 2023] Contrastive Graph Similarity Networks [paper]
- [ICBD 2023] Predictive Masking for Semi-Supervised Graph Contrastive Learning [paper]
- [TNNLS 2023] Graph Representation Learning With Adaptive Metric [paper]
- [RAL 2023] Self-Supervised Local Topology Representation for Random Cluster Matching [paper]
- [KBS 2023] CrysGNN: Distilling pre-trained knowledge to enhance property prediction for crystalline materials [paper]
- [Entropy 2023] A Semantic-Enhancement-Based Social Network User-Alignment Algorithm [paper]
- [KBS 2023] Cross-view temporal graph contrastive learning for session-based recommendation [paper]
- [PR 2023] Robust Image Clustering via Context-aware Contrastive Graph Learning [paper]
- [ICMLCS 2023] AP-GCL: Adversarial Perturbation on Graph Contrastive Learning [paper]
- [arXiv 2023] Signed Directed Graph Contrastive Learning with Laplacian Augmentation [paper]
- [OJCS 2023] SC-FGCL: Self-adaptive Cluster-based Federal Graph Contrastive Learning [paper]
- [BIB 2023] CasANGCL: pre-training and fine-tuning model based on cascaded attention network and graph contrastive learning for molecular property prediction [paper]
- [AAAI 2023] Spectral Feature Augmentation for Graph Contrastive Learning and Beyond [paper]
- [Entropy 2023] Self-Supervised Node Classification with Strategy and Actively Selected Labeled Set [paper]
Year 2022
- [NeurIPS 2022] Generalized Laplacian Eigenmaps [paper]
- [KDD 2022] COSTA: Covariance-Preserving Feature Augmentation for Graph Contrastive Learning [paper]
- [ITBE 2022] Contrastive Multi-view Composite Graph Convolutional Networks Based on Contribution Learning for Autism Spectrum Disorder Classification [paper]
- [IEEE Access 2022] ROME: A Graph Contrastive Multi-view Framework from Hyperbolic Angular Space for MOOCs Recommendation [paper]
- [arXiv 2022] Heterogeneous Graph Contrastive Learning with Meta-path Contexts and Weighted Negative Samples [paper]
- [arXiv 2022] MolCPT: Molecule Continuous Prompt Tuning to Generalize Molecular Representation Learning [paper]
- [arXiv 2022] Toward Improved Generalization: Meta Transfer of Self-supervised Knowledge on Graphs [paper]
- [arXiv 2022] Coarse-to-Fine Contrastive Learning on Graphs [paper]
- [arXiv 2022] MA-GCL: Model Augmentation Tricks for Graph Contrastive Learning [paper]
- [arXiv 2022] Mul-GAD: a semi-supervised graph anomaly detection framework via aggregating multi-view information [paper]
- [arXiv 2022] Localized Contrastive Learning on Graphs [paper]
- [arXiv 2022] Alleviating neighbor bias: augmenting graph self-supervise learning with structural equivalent positive samples [paper]
- [arXiv 2022] Self-supervised Graph Representation Learning for Black Market Account Detection [paper]
- [arXiv 2022] Contrastive Deep Graph Clustering with Learnable Augmentation [paper]
- [arXiv 2022] Graph Anomaly Detection via Multi-Scale Contrastive Learning Networks with Augmented View [paper]
- [arXiv 2022] Self Supervised Clustering of Traffic Scenes using Graph Representations [paper]
- [arXiv 2022] Graph Contrastive Learning for Materials [paper]
- [arXiv 2022] Link Prediction with Non-Contrastive Learning [paper]
- [IJMIR 2022] TCKGE: Transformers with contrastive learning for knowledge graph embedding [paper]
- [arXiv 2022] Beyond Smoothing: Unsupervised Graph Representation Learning with Edge Heterophily Discriminating [paper]
- [Neural Networks 2022] Unsupervised graph-level representation learning with hierarchical contrasts [paper]
- [arXiv 2022] Relation-dependent Contrastive Learning with Cluster Sampling for Inductive Relation Prediction [paper]
- [arXiv 2022] Relational Symmetry based Knowledge Graph Contrastive Learning [paper]
- [arXiv 2022] Towards Generalizable Graph Contrastive Learning: An Information Theory Perspective [paper]
- [arXiv 2022] Can Single-Pass Contrastive Learning Work for Both Homophilic and Heterophilic Graph? [paper]
- [SIGSPATIAL 2022] When Do Contrastive Learning Signals Help Spatio-Temporal Graph Forecasting? [paper]
- [Scientific Reports 2022] Deep graph level anomaly detection with contrastive learning [paper]
- [TII 2022] Semi-supervised machine fault diagnosis fusing unsupervised graph contrastive learning [paper]
- [KBS 2022] SMGCL: Semi-supervised Multi-view Graph Contrastive Learning [paper]
- [arXiv 2022] Unsupervised Graph Contrastive Learning with Data Augmentation for Malware Classification [paper]
- [IJCRS 2022] Multi-scale Subgraph Contrastive Learning for Link Prediction [paper]
- [arXiv 2022] Flaky Performances when Pretraining on Relational Databases [paper]
- [arXiv 2022] GOOD-D: On Unsupervised Graph Out-Of-Distribution Detection [paper]
- [ATKDD 2022] Ada-MIP: Adaptive Self-supervised Graph Representation Learning via Mutual Information and Proximity Optimization [paper]
- [arXiv 2022] Graph Contrastive Learning with Implicit Augmentations [paper]
- [Information Sciences 2022] Contrastive Graph Neural Network-based Camouflaged Fraud Detector [paper]
- [arXiv 2022] DyG2Vec: Representation Learning for Dynamic Graphs with Self-Supervision [paper]
- [arXiv 2022] Federated Graph Representation Learning using Self-Supervision [paper]
- [arXiv 2022] Benchmark of Self-supervised Graph Neural Networks [paper]
- [arXiv 2022] Line Graph Contrastive Learning for Link Prediction [paper]
- [TDSC 2022] FewM-HGCL: Few-Shot Malware Variants Detection Via Heterogeneous Graph Contrastive Learning [paper]
- [arXiv 2022] Self-supervised Graph-based Point-of-interest Recommendation [paper]
- [IJMLC 2022] Hybrid sampling-based contrastive learning for imbalanced node classification [paper]
- [CIKM 2022] Temporality-and Frequency-aware Graph Contrastive Learning for Temporal Network [paper]
- [CIKM 2022] Towards Self-supervised Learning on Graphs with Heterophily [paper]
- [ISWC 2022] HCL: Improving Graph Representation with Hierarchical Contrastive Learning [paper]
- [CIKM 2022] Cognize Yourself: Graph Pre-Training via Core Graph Cognizing and Differentiating [paper]
- [CIKM 2022] AdaGCL: Adaptive Subgraph Contrastive Learning to Generalize Large-scale Graph Training [paper]
- [CIKM 2022] Look Twice as Much as You Say: Scene Graph Contrastive Learning for Self-Supervised Image Caption Generation [paper]
- [CIKM 2022] Malicious Repositories Detection with Adversarial Heterogeneous Graph Contrastive Learning [paper]
- [ICEBE 2022] Self-supervised Heterogeneous Graph Pre-training Based on Structural Clustering [paper]
- [arXiv 2022] Self-supervised Heterogeneous Graph Pre-training Based on Structural Clustering [paper]
- [NeurIPS 2022] Augmentations in Hypergraph Contrastive Learning: Fabricated and Generative [paper] [code]
- [ICCL 2022] Modeling Intra-and Inter-Modal Relations: Hierarchical Graph Contrastive Learning for Multimodal Sentiment Analysis [paper]
- [TKDE 2022] Adversarial Contrastive Learning for Evidence-aware Fake News Detection with Graph Neural Networks [paper]
- [MM 2022] Simple Self-supervised Multiplex Graph Representation Learning [paper]
- [TMM 2022] Self-consistent Contrastive Attributed Graph Clustering with Pseudo-label Prompt [paper]
- [NeurIPS 2022] Uncovering the Structural Fairness in Graph Contrastive Learning [paper]
- [NeurIPS 2022] Revisiting Graph Contrastive Learning from the Perspective of Graph Spectrum [paper]
- [arXiv 2022] Heterogeneous Graph Contrastive Multi-view Learning [paper]
- [arXiv 2022] Automated Graph Self-supervised Learning via Multi-teacher Knowledge Distillation [paper]
- [arXiv 2022] Prompt Tuning for Graph Neural Networks [paper]
- [arXiv 2022] Improving Molecular Pretraining with Complementary Featurizations [paper]
- [arXiv 2022] Graph Soft-Contrastive Learning via Neighborhood Ranking [paper]
- [EDBT 2022] Spatial Structure-Aware Road Network Embedding via Graph Contrastive Learning [paper]
- [arXiv 2022] Adversarial Cross-View Disentangled Graph Contrastive Learning [paper]
- [Neurocomputing 2022] Motifs-based Recommender System via Hypergraph Convolution and Contrastive Learning [paper]
- [TNNLS 2022] Graph Representation Learning for Large-Scale Neuronal Morphological Analysis [paper]
- [ECML-PKDD 2022] Self-supervised Graph Learning with Segmented Graph Channels [paper]
- [ECML-PKDD 2022] Graph Contrastive Learning with Adaptive Augmentation for Recommendation [paper]
- [CIKM 2022] Contrastive Knowledge Graph Error Detection [paper]
- [TKDE 2022] Disentangled Graph Contrastive Learning With Independence Promotion [paper]
- [ECML-PKDD 2022] Supervised Graph Contrastive Learning for Few-shot Node Classification [paper]
- [Information Sciences 2022] Graph Prototypical Contrastive Learning [paper]
- [ICAAN 2022] Knowledge-Aware Self-supervised Graph Representation Learning for Recommendation [paper]
- [arXiv 2022] Self-supervised Representation Learning on Electronic Health Records with Graph Kernel Infomax [paper]
- [arXiv 2022] Disentangled Graph Contrastive Learning for Review-based Recommendation [paper]
- [arXiv 2022] Contrastive Learning with Heterogeneous Graph Attention Networks on Short Text Classification [paper]
- [arXiv 2022] Features Based Adaptive Augmentation for Graph Contrastive Learning [paper]
- [TKDE 2022] GCCAD: Graph Contrastive Learning for Anomaly Detection [paper]
- [JCIM 2022] SMICLR: Contrastive Learning on Multiple Molecular Representations for Semisupervised and Unsupervised Representation Learning [paper]
- [arXiv 2022] XSimGCL: Towards Extremely Simple Graph Contrastive Learning for Recommendation [paper][code]
- [CIKM 2022] Relational Self-Supervised Learning on Graphs [paper][code]
- [Information Sciences 2022] Self-Supervised Graph Representation Learning via Positive Mining [paper]
- [arXiv 2022] Heterogeneous Graph Masked Autoencoders [paper]
- [arXiv 2022] KRACL: Contrastive Learning with Graph Context Modeling for Sparse Knowledge Graph Completion [paper]
- [arXiv 2022] R'enyiCL: Contrastive Representation Learning with Skew R'enyi Divergence [paper]
- [TNNLS 2022] Prototypical Graph Contrastive Learning [paper]
- [KDD 2022] Mining Spatio-Temporal Relations via Self-Paced Graph Contrastive Learning [paper]
- [KDD 2022] Rep2Vec: Repository Embedding via Heterogeneous Graph Adversarial Contrastive Learning [paper]
- [arXiv 2022] Deep Contrastive Multiview Network Embedding [paper]
- [arXiv 2022] Analyzing Data-Centric Properties for Contrastive Learning on Graphs [paper]
- [KDD 2022] Mask and Reason: Pre-Training Knowledge Graph Transformers for Complex Logical Queries [paper]
- [arXiv 2022] Generative Subgraph Contrast for Self-Supervised Graph Representation Learning [paper]
- [IJCAI 2022] Graph Masked Autoencoder Enhanced Predictor for Neural Architecture Search [paper]
- [IJCAI 2022] Proximity Enhanced Graph Neural Networks with Channel Contrast [paper]
- [IJCAI 2022] Rethinking the Promotion Brought by Contrastive Learning to Semi-Supervised Node Classification [paper]
- [IPM 2022] HCNA: Hyperbolic Contrastive Learning Framework for Self-Supervised Network Alignment [paper]
- [arXiv 2022] 3D Equivariant Molecular Graph Pretraining [paper]
- [arXiv 2022] Unified 2D and 3D Pre-Training of Molecular Representations [paper]
- [arXiv 2022] Does GNN Pretraining Help Molecular Representation? [paper]
- [arXiv 2022] Latent Augmentation For Better Graph Self-Supervised Learning [paper]
- [arXiv 2022] Geometry Contrastive Learning on Heterogeneous Graphs [paper]
- [KIS 2022] Self-supervised role learning for graph neural networks [paper]
- [JFCST 2022] Graph Neural Network Defense Combined with Contrastive Learning [paper]
- [ICMLW 2022] Evaluating Self-Supervised Learned Molecular Graphs [paper]
- [KDD 2022] Reliable Representations Make A Stronger Defender: Unsupervised Structure Refinement for Robust GNN [paper]
- [ICMLW 2022] Featurizations Matter: A Multiview Contrastive Learning Approach to Molecular Pretraining [paper]
- [bioRiv 2022] Cross-modal Graph Contrastive Learning with Cellular Images [paper]
- [Information Sciences 2022] A new self-supervised task on graphs: Geodesic distance prediction [paper]
- [arXiv 2022] Evaluating Self-Supervised Learning for Molecular Graph Embeddings [paper]
- [arXiv 2022] Evaluating Graph Generative Models with Contrastively Learned Features [paper]
- [arXiv 2022] COSTA: Covariance-Preserving Feature Augmentation for Graph Contrastive Learning [paper]
- [arXiv 2022] Decoupled Self-supervised Learning for Non-Homophilous Graphs [paper]
- [arXiv 2022] Interpolation-based Correlation Reduction Network for Semi-Supervised Graph Learning [paper]
- [arXiv 2022] Rethinking and Scaling Up Graph Contrastive Learning: An Extremely Efficient Approach with Group Discrimination [paper]
- [arXiv 2022] KPGT: Knowledge-Guided Pre-training of Graph Transformer for Molecular Property Prediction [paper]
- [CVPR 2022] Robust Optimization As Data Augmentation for Large-Scale Graphs [paper]
- [arXiv 2022] COIN: Co-Cluster Infomax for Bipartite Graphs [paper]
- [TSIPN 2022] Fair Contrastive Learning on Graphs [paper]
- [arXiv 2022] I’m Me, We’re Us, and I’m Us: Tri-directional Contrastive Learning on Hypergraphs [paper]
- [TNNLS 2022] CLEAR: Cluster-Enhanced Contrast for Self-Supervised Graph Representation Learning [paper]
- [arXiv 2022] Let Invariant Rationale Discovery Inspire Graph Contrastive Learning [paper]
- [arXiv 2022] Omni-Granular Ego-Semantic Propagation for Self-Supervised Graph Representation Learning [paper]
- [arXiv 2022] Improving Subgraph Representation Learning via Multi-View Augmentation [paper]
- [arXiv 2022] Triangular Contrastive Learning on Molecular Graphs [paper]
- [KDD 2022] GraphMAE: Self-supervised Masked Graph Autoencoders [paper]
- [arXiv 2022] MaskGAE: Masked Graph Modeling Meets Graph Autoencoders [paper]
- [ICML 2022] Understanding Limitations of Unsupervised Graph Representation Learning from a Data-Dependent Perspective [paper]
- [arXiv 2022] Towards Explanation for Unsupervised Graph-Level Representation Learning [paper]
- [arXiv 2022] ImGCL: Revisiting Graph Contrastive Learning on Imbalanced Node Classification [paper]
- [TNNLS 2022] Collaborative Decision-Reinforced Self-Supervision for Attributed Graph Clustering [paper]
- [arXiv 2022] Contrastive Graph Learning with Graph Convolutional Networks [paper]
- [TISPN 2022] Fair Contrastive Learning on Graphs [paper]
- [arXiv 2022] SLAPS: Self-Supervision Improves Structure Learning for Graph Neural Networks [paper]
- [arXiv 2022] HCL: Hybrid Contrastive Learning for Graph-based Recommendation [paper]
- [arXiv 2022] Representation learning with function call graph transformations for malware open set recognition [paper]
- [arXiv 2022] Simple Contrastive Graph Clustering [paper]
- [NCA 2022] Self-supervised graph representation learning using multi-scale subgraph views contrast [paper]
- [ACL 2022] JointCL: A Joint Contrastive Learning Framework for Zero-Shot Stance Detection [paper]
- [IPM 2022] Contrastive Graph Convolutional Networks with adaptive augmentation for text classification [paper]
- [PAKDD 2022] Contrastive Attributed Network Anomaly Detection with Data Augmentation [paper]
- [DASFAA 2022] CSGNN: Improving Graph Neural Networks with Contrastive Semi-supervised Learning [paper]
- [arXiv 2022] Dynamic Graph Representation Based on Temporal and Contextual Contrasting [paper]
- [DASFAA 2022] Diffusion-Based Graph Contrastive Learning for Recommendation with Implicit Feedback [paper]
- [arXiv 2022] FastGCL: Fast Self-Supervised Learning on Graphs via Contrastive Neighborhood Aggregation [paper]
- [arXiv 2022] RoSA: A Robust Self-Aligned Framework for Node-Node Graph Contrastive Learning [paper]
- [arXiv 2022] Heterogeneous Graph Neural Networks using Self-supervised Reciprocally Contrastive Learning [paper]
- [WSDM 2022] JGCL: Joint Self-Supervised and Supervised Graph Contrastive Learning [paper]
- [AAAI 2022] SAIL: Self-Augmented Graph Contrastive Learning [paper]
- [ICASSP 2022] Graph Fine-Grained Contrastive Representation Learning [paper]
- [arXiv 2022] SCGC: Self-Supervised Contrastive Graph Clustering [paper]
- [arXiv 2022] A Content-First Benchmark for Self-Supervised Graph Representation Learning [paper]
- [SIGIR 2022] Hypergraph Contrastive Collaborative Filtering [paper]
- [WWW 2022] Rumor Detection on Social Media with Graph Adversarial Contrastive Learning [paper]
- [arXiv 2022] A Review-aware Graph Contrastive Learning Framework for Recommendation [paper]
- [WWW 2022] Robust Self-Supervised Structural Graph Neural Network for Social Network Prediction [paper]
- [arXiv 2022] CGC: Contrastive Graph Clustering for Community Detection and Tracking [paper]
- [TCyber 2022] Multiview Deep Graph Infomax to Achieve Unsupervised Graph Embedding [paper]
- [arXiv 2022] MVGCNMDA: Multi-view Graph Augmentation Convolutional Network for Uncovering Disease-Related Microbes [paper]
- [arXiv 2022] CERES: Pretraining of Graph-Conditioned Transformer for Semi-Structured Session Data [paper]
- [arXiv 2022] Self-Supervised Graph Neural Network for Multi-Source Domain Adaptation [paper]
- [SIGIR 2022] Are Graph Augmentations Necessary? Simple Graph Contrastive Learning for Recommendation [paper][code]
- [arXiv 2022] Explanation Graph Generation via Pre-trained Language Models: An Empirical Study with Contrastive Learning [paper]
- [arXiv 2022] Augmentation-Free Graph Contrastive Learning [paper]
- [TCybern 2022] Link-Information Augmented Twin Autoencoders for Network Denoising [paper]
- [arXiv 2022] Node Representation Learning in Graph via Node-to-Neighbourhood Mutual Information Maximization [paper]
- [arXiv 2022] GraphCoCo: Graph Complementary Contrastive Learning [paper]
- [arXiv 2022] Unsupervised Heterophilous Network Embedding via r-Ego Network Discrimination [paper]
- [Bioinformatics 2022] Supervised Graph Co-contrastive Learning for Drug-Target Interaction Prediction [paper]
- [arXiv 2022] Supervised Contrastive Learning with Structure Inference for Graph Classification [paper]
- [arXiv 2022] Defending Graph Convolutional Networks against Dynamic Graph Perturbations via Bayesian Self-supervision [paper]
- [arXiv 2022] Analyzing Heterogeneous Networks with Missing Attributes by Unsupervised Contrastive Learning [paper]
- [arXiv 2022] Improving Molecular Contrastive Learning via Faulty Negative Mitigation and Decomposed Fragment Contrast [paper]
- [arXiv 2022] Contrastive Meta Learning with Behavior Multiplicity for Recommendation [paper][code]
- [arXiv 2022] Fair Node Representation Learning via Adaptive Data Augmentation [paper]
- [arXiv 2022] Learning Graph Augmentations to Learn Graph Representations [paper][code]
- [arXiv 2022] Graph Data Augmentation for Graph Machine Learning: A Survey [paper]
- [arXiv 2022] Data Augmentation for Deep Graph Learning: A Survey [paper]
- [arXiv 2022] Adversarial Graph Contrastive Learning with Information Regularization [paper]
- [arXiv 2022] SimGRACE: A Simple Framework for Graph Contrastive Learning without Data Augmentation [paper]
- [NeurIPS 2022] Graph Self-supervised Learning with Accurate Discrepancy Learning [paper]
- [arXiv 2022] Learning Robust Representation through Graph Adversarial Contrastive Learning [paper]
- [arXiv 2022] Self-supervised Graphs for Audio Representation Learning with Limited Labeled Data [paper]
- [arXiv 2022] Link Prediction with Contextualized Self-Supervision [paper]
- [arXiv 2022] Dual Space Graph Contrastive Learning [paper]
- [arXiv 2022] Unsupervised Graph Poisoning Attack via Contrastive Loss Back-propagation [paper]
- [arXiv 2022] From Unsupervised to Few-shot Graph Anomaly Detection: A Multi-scale Contrastive Learning Approach [paper]
- [arXiv 2022] Dual Space Graph Contrastive Learning [paper]
- [arXiv 2022] Structure-Enhanced Heterogeneous Graph Contrastive Learning [paper]
- [bioRxiv 2022] Towards Effective and Generalizable Fine-tuning for Pre-trained Molecular Graph Models [paper]
- [SDM 2022] Neural Graph Matching for Pre-training Graph Neural Networks [paper] [code]
- [TNNLS 2022] Analyzing Heterogeneous Networks with Missing Attributes by Unsupervised Contrastive Learning [paper]
- [WWW 2022] Improving Graph Collaborative Filtering with Neighborhood-enriched Contrastive Learning [paper] [code]
- [WWW 2022] ClusterSCL: Cluster-Aware Supervised Contrastive Learning on Graphs [paper]
- [ICLR 2022] Large-Scale Representation Learning on Graphs via Bootstrapping [paper][Code]
- [ICLR 2022] Automated Self-Supervised Learning for Graphs [paper] [code]
- [AAAI 2022] Self-supervised Graph Neural Networks via Diverse and Interactive Message Passing [paper]
- [AAAI 2022] Augmentation-Free Self-Supervised Learning on Graphs [paper][code]
- [AAAI 2022] Molecular Contrastive Learning with Chemical Element Knowledge Graph [paper]
- [AAAI 2022] Deep Graph Clustering via Dual Correlation Reduction [paper][code]
- [AAAI 2022] Simple Unsupervised Graph Representation Learning [paper]
- [WSDM 2022] Bringing Your Own View: Graph Contrastive Learning without Prefabricated Data Augmentations [paper] [code]
- [ICOIN 2022] Adaptive Self-Supervised Graph Representation Learning [paper]
- [NPL 2022] How Does Bayesian Noisy Self-Supervision Defend Graph Convolutional Networks? [paper]
- [SIGIR 2022] Knowledge Graph Contrastive Learning for Recommendation [paper] [code]
Year 2021
- [AAAI 2021] Self-supervised hypergraph convolutional networks for session-based recommendation [paper]
- [arXiv 2021] Pre-training Graph Neural Network for Cross Domain Recommendation [paper]
- [arXiv 2021] Augmentations in Graph Contrastive Learning: Current Methodological Flaws & Towards Better Practices [paper]
- [arXiv 2021] Collaborative Graph Contrastive Learning: Data Augmentation Composition May Not be Necessary for Graph Representation Learning [paper]
- [arXiv 2021] Multi-task Self-distillation for Graph-based Semi-Supervised Learning [paper]
- [arXiv 2021] Subgraph Contrastive Link Representation Learning [paper]
- [arXiv 2021] Multilayer Graph Contrastive Clustering Network [paper]
- [arXiv 2021] Graph Representation Learning via Contrasting Cluster Assignments [paper]
- [arXiv 2021] Graph-wise Common Latent Factor Extraction for Unsupervised Graph Representation Learning [paper]
- [arXiv 2021] Bayesian Graph Contrastive Learning [paper]
- [arXiv 2021] TCGL: Temporal Contrastive Graph for Self-supervised Video Representation Learning [paper]
- [arXiv 2021] Graph Communal Contrastive Learning [paper]
- [arXiv 2021] Self-supervised Contrastive Attributed Graph Clustering [paper]
- [arXiv 2021] Self-Supervised Learning for Molecular Property Prediction [paper]
- [arXiv 2021] RPT: Toward Transferable Model on Heterogeneous Researcher Data via Pre-Training [paper]
- [arXiv 2021] Scalable Consistency Training for Graph Neural Networks via Self-Ensemble Self-Distillation [paper]
- [arXiv 2021] PRE-TRAINING MOLECULAR GRAPH REPRESENTATION WITH 3D GEOMETRY [paper] [code]
- [arXiv 2021] 3D Infomax improves GNNs for Molecular Property Prediction [paper] [code]
- [arXiv 2021] Motif-based Graph Self-Supervised Learning for Molecular Property Prediction [paper]
- [arXiv 2021] Debiased Graph Contrastive Learning [paper]
- [arXiv 2021] 3D-Transformer: Molecular Representation with Transformer in 3D Space [paper]
- [arXiv 2021] Contrastive Pre-Training of GNNs on Heterogeneous Graphs [paper]
- [arXiv 2021] Contrastive Graph Convolutional Networks for Hardware Trojan Detection in Third Party IP Cores [paper]
- [arXiv 2021] GeomGCL: Geometric Graph Contrastive Learning for Molecular Property Prediction [paper]
- [arXiv 2021] Adaptive Multi-layer Contrastive Graph Neural Networks [paper]
- [arXiv 2021] Graph-MVP: Multi-View Prototypical Contrastive Learning for Multiplex Graphs [paper]
- [arXiv 2021] Hyper Meta-Path Contrastive Learning for Multi-Behavior Recommendation [paper]
- [arXiv 2021] Negative Sampling Strategies for Contrastive Self-Supervised Learning of Graph Representations [paper]
- [arXiv 2021] Structure-Aware Hard Negative Mining for Heterogeneous Graph Contrastive Learning [paper]
- [arXiv 2021] Spatio-Temporal Graph Contrastive Learning [paper]
- [arXiv 2021] Generative and Contrastive Self-Supervised Learning for Graph Anomaly Detection [paper]
- [Arxiv 2021] Self-Supervised Multi-Channel Hypergraph Convolutional Network for Social Recommendation [paper] [code]
- [arXiv 2021] GCCAD: Graph Contrastive Coding for Anomaly Detection [paper]
- [arXiv 2021] Contrastive Self-supervised Sequential Recommendation with Robust Augmentation [paper]
- [arXiv 2021] RRLFSOR: An Efficient Self-Supervised Learning Strategy of Graph Convolutional Networks [paper]
- [arXiv 2021] Group Contrastive Self-Supervised Learning on Graphs [paper]
- [arXiv 2021] Multi-Level Graph Contrastive Learning [paper]
- [arXiv 2021] From Canonical Correlation Analysis to Self-supervised Graph Neural Networks [paper] [code]
- [arXiv 2021] Evaluating Modules in Graph Contrastive Learning [paper] [code]
- [arXiv 2021] Prototypical Graph Contrastive Learning [paper]
- [arXiv 2021] Fairness-Aware Node Representation Learning [paper]
- [arXiv 2021] Adversarial Graph Augmentation to Improve Graph Contrastive Learning [paper]
- [arXiv 2021] Graph Barlow Twins: A self-supervised representation learning framework for graphs [paper]
- [arXiv 2021] Self-Supervised Graph Learning with Proximity-based Views and Channel Contrast [paper]
- [arXiv 2021] Self-supervised on Graphs: Contrastive, Generative,or Predictive [paper]
- [arXiv 2021] FedGL: Federated Graph Learning Framework with Global Self-Supervision [paper]
- [arXiv 2021] Hop-Count Based Self-Supervised Anomaly Detection on Attributed Networks [paper]
- [arXiv 2021] Representation Learning for Networks in Biology and Medicine: Advancements, Challenges, and Opportunities [paper]
- [arXiv 2021] Graph Representation Learning by Ensemble Aggregating Subgraphs via Mutual Information Maximization [paper]
- [arXiv 2021] Drug Target Prediction Using Graph Representation Learning via Substructures Contrast [paper]
- [arXiv 2021] Self-supervised Auxiliary Learning for Graph Neural Networks via Meta-Learning [paper]
- [arXiv 2021] Graph Self-Supervised Learning: A Survey [paper]
- [arXiv 2021] Towards Robust Graph Contrastive Learning [paper]
- [arXiv 2021] Pre-Training on Dynamic Graph Neural Networks [paper]
- [arXiv 2021] Self-Supervised Learning of Graph Neural Networks: A Unified Review [paper]
- [Openreview 2021] An Empirical Study of Graph Contrastive Learning [paper]
- [BIBM 2021] SGAT: a Self-supervised Graph Attention Network for Biomedical Relation Extraction [paper]
- [BIBM 2021] Molecular Graph Contrastive Learning with Parameterized Explainable Augmentations [paper]
- [NeurIPS 2021 Workshop] Self-Supervised GNN that Jointly Learns to Augment [paper]
- [NeurIPS 2021 Workshop] Contrastive Embedding of Structured Space for Bayesian Optimisation [paper]
- [NeurIPS 2021] Enhancing Hyperbolic Graph Embeddings via Contrastive Learning [paper]
- [NeurIPS 2021] Graph Adversarial Self-Supervised Learning [paper]
- [NeurIPS 2021] Contrastive laplacian eigenmaps [paper]
- [NeurIPS 2021] Directed Graph Contrastive Learning [paper][code]
- [NeurIPS 2021] Multi-view Contrastive Graph Clustering [paper][code]
- [NeurIPS 2021] From Canonical Correlation Analysis to Self-supervised Graph Neural Networks [paper][code]
- [NeurIPS 2021] InfoGCL: Information-Aware Graph Contrastive Learning [paper]
- [NeurIPS 2021] Adversarial Graph Augmentation to Improve Graph Contrastive Learning [paper][code]
- [NeurIPS 2021] Disentangled Contrastive Learning on Graphs [paper]
- [CIKM 2021] Multimodal Graph Meta Contrastive Learning [paper]
- [CIKM 2021] Self-supervised Representation Learning on Dynamic Graphs [paper]
- [CIKM 2021] Rectifying Pseudo Labels: Iterative Feature Clustering for Graph Representation Learning [paper]
- [CIKM 2021] SGCL: Contrastive Representation Learning for Signed Graphs [paper]
- [CIKM 2021] Semi-Supervised and Self-Supervised Classification with Multi-View Graph Neural Networks [paper]
- [CIKM 2021] Social Recommendation with Self-Supervised Metagraph Informax Network [paper] [code]
- [IJCAI 2021] Multi-Scale Contrastive Siamese Networks for Self-Supervised Graph Representation Learning [paper]
- [IJCAI 2021] Pairwise Half-graph Discrimination: A Simple Graph-level Self-supervised Strategy for Pre-training Graph Neural Networks [paper]
- [IJCAI 2021] CuCo: Graph Representation with Curriculum Contrastive Learning [paper]
- [IJCAI 2021] Graph Debiased Contrastive Learning with Joint Representation Clustering [paper]
- [IJCAI 2021] CSGNN: Contrastive Self-Supervised Graph Neural Network for Molecular Interaction Prediction [paper]
- [KDD 2021] MoCL: Data-driven Molecular Fingerprint via Knowledge-aware Contrastive Learning from Molecular Graph [paper] [code]
- [KDD 2021] Contrastive Multi-View Multiplex Network Embedding with Applications to Robust Network Alignment [paper]
- [KDD 2021] Adaptive Transfer Learning on Graph Neural Networks [paper]
- :fire:[ICML 2021] Graph Contrastive Learning Automated [paper] [code]
- [ICML 2021] Self-supervised Graph-level Representation Learning with Local and Global Structure [paper] [code]
- [KDD 2021] Pre-training on Large-Scale Heterogeneous Graph [paper]
- [KDD 2021] MoCL: Contrastive Learning on Molecular Graphs with Multi-level Domain Knowledge [paper]
- [KDD 2021] Self-supervised Heterogeneous Graph Neural Network with Co-contrastive Learning [paper] [code]
- [WWW 2021 Workshop] Iterative Graph Self-Distillation [paper]
- [WWW 2021] HDMI: High-order Deep Multiplex Infomax [paper] [code]
- :fire:[WWW 2021] Graph Contrastive Learning with Adaptive Augmentation [paper] [code]
- [WWW 2021] SUGAR: Subgraph Neural Network with Reinforcement Pooling and Self-Supervised Mutual Information Mechanism [paper] [code]
- [WWW 2021] Multi-view Graph Contrastive Representation Learning for Drug-Drug Interaction Prediction [paper] [code]
- :fire:[ICLR 2021] How to Find Your Friendly Neighborhood: Graph Attention Design with Self-Supervision [paper] [code]
- [WSDM 2021] Pre-Training Graph Neural Networks for Cold-Start Users and Items Representation [paper] [code]
- [KBS 2021] Multi-aspect self-supervised learning for heterogeneous information network [paper]
- [CVPR 2021] Zero-Shot Learning via Contrastive Learning on Dual Knowledge Graphs [paper]
- [ICBD 2021] Session-based Recommendation via Contrastive Learning on Heterogeneous Graph [paper]
- [ICONIP 2021] Concordant Contrastive Learning for Semi-supervised Node Classification on Graph [paper]
- [ICCSNT 2021] Graph Data Augmentation based on Adaptive Graph Convolution for Skeleton-based Action Recognition [paper]
- [IJCNN 2021] Node Embedding using Mutual Information and Self-Supervision based Bi-level Aggregation [paper]
Year 2020
- [Openreview 2020] Motif-Driven Contrastive Learning of Graph Representations [paper]
- [Openreview 2020] SLAPS: Self-Supervision Improves Structure Learning for Graph Neural Networks [paper]
- [Openreview 2020] TopoTER: Unsupervised Learning of Topology Transformation Equivariant Representations [paper]
- [Openreview 2020] Graph-Based Neural Network Models with Multiple Self-Supervised Auxiliary Tasks [paper]
- [Openreview 2020] Transfer Learning of Graph Neural Networks with Ego-graph Information Maximization [paper]
- [Arxiv 2020] COAD: Contrastive Pre-training with Adversarial Fine-tuning for Zero-shot Expert Linking [paper] [code]
- [Arxiv 2020] Distance-wise Graph Contrastive Learning [paper]
- :fire:[Arxiv 2020] Self-supervised Learning on Graphs: Deep Insights and New Direction. [paper] [code]
- :fire:[Arxiv 2020] Deep Graph Contrastive Representation Learning [paper]
- [Arxiv 2020] Self-supervised Training of Graph Convolutional Networks. [paper]
- [Arxiv 2020] Self-Supervised Graph Representation Learning via Global Context Prediction. [paper]
- :fire:[Arxiv 2020] Graph-Bert: Only Attention is Needed for Learning Graph Representations. [paper] [code]
- :fire:[NeurIPS 2020] Self-Supervised Graph Transformer on Large-Scale Molecular Data [paper]
- [NeurIPS 2020] Self-supervised Auxiliary Learning with Meta-paths for Heterogeneous Graphs [paper] [code]
- :fire:[NeurIPS 2020] Graph Contrastive Learning with Augmentations [paper] [code]
- :fire:[ICML 2020] When Does Self-Supervision Help Graph Convolutional Networks? [paper] [code]
- :fire:[ICML 2020] Graph-based, Self-Supervised Program Repair from Diagnostic Feedback. [paper]
- :fire:[ICML 2020] Contrastive Multi-View Representation Learning on Graphs. [paper] [code]
- [ICML 2020 Workshop] Self-supervised edge features for improved Graph Neural Network training. [paper]
- :fire:[KDD 2020] GPT-GNN: Generative Pre-Training of Graph Neural Networks. [pdf] [code]
- :fire:[KDD 2020] GCC: Graph Contrastive Coding for Graph Neural Network Pre-Training. [pdf] [code]
- :fire:[ICLR 2020] InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization. [paper] [code]
- :fire:[ICLR 2020] Strategies for Pre-training Graph Neural Networks. [paper] [code]
- :fire:[AAAI 2020] Multi-Stage Self-Supervised Learning for Graph Convolutional Networks on Graphs with Few Labels. [paper]
- [ICDM 2020] Sub-graph Contrast for Scalable Self-Supervised Graph Representation Learning [paper] [code]
Year 2019
- [KDD 2019 Workshop] SGR: Self-Supervised Spectral Graph Representation Learning. [paper]
- [ICLR 2019 Workshop] Can Graph Neural Networks Go "Online"? An Analysis of Pretraining and Inference. [paper]
- [ICLR 2019 workshop] Pre-Training Graph Neural Networks for Generic Structural Feature Extraction. [paper]
- [Arxiv 2019] Heterogeneous Deep Graph Infomax [paper] [code]
- :fire:[ICLR 2019] Deep Graph Informax. [paper] [code]
Other related papers
(implicitly using self-supersvied learning or applying graph neural networks in other domains)
- [Arxiv 2020] Self-supervised Learning: Generative or Contrastive. [paper]
- [KDD 2020] Octet: Online Catalog Taxonomy Enrichment with Self-Supervision. [paper]
- [WWW 2020] Structural Deep Clustering Network. [paper] [code]
- [IJCAI 2019] Pre-training of Graph Augmented Transformers for Medication Recommendation. [paper] [code]
- [AAAI 2020] Unsupervised Attributed Multiplex Network Embedding [paper] [code]
- [WWW 2020] Graph representation learning via graphical mutual information maximization [paper]
- [NeurIPS 2017] Inductive Representation Learning on Large Graphs [paper] [code]
- [NeurIPS 2016 Workshop] Variational Graph Auto-Encoders [paper] [code]
- [WWW 2015] LINE: Large-scale Information Network Embedding [paper] [code]
- [KDD 2014] DeepWalk: Online Learning of Social Representations [paper] [code]
Acknowledgement
This page is contributed and maintained by Wei Jin(joe.weijin@gmail.com), Yuning You(yuning.you@tamu.edu) and Yingheng Wang(jakewyh@163.com).
相似工具推荐
stable-diffusion-webui
stable-diffusion-webui 是一个基于 Gradio 构建的网页版操作界面,旨在让用户能够轻松地在本地运行和使用强大的 Stable Diffusion 图像生成模型。它解决了原始模型依赖命令行、操作门槛高且功能分散的痛点,将复杂的 AI 绘图流程整合进一个直观易用的图形化平台。 无论是希望快速上手的普通创作者、需要精细控制画面细节的设计师,还是想要深入探索模型潜力的开发者与研究人员,都能从中获益。其核心亮点在于极高的功能丰富度:不仅支持文生图、图生图、局部重绘(Inpainting)和外绘(Outpainting)等基础模式,还独创了注意力机制调整、提示词矩阵、负向提示词以及“高清修复”等高级功能。此外,它内置了 GFPGAN 和 CodeFormer 等人脸修复工具,支持多种神经网络放大算法,并允许用户通过插件系统无限扩展能力。即使是显存有限的设备,stable-diffusion-webui 也提供了相应的优化选项,让高质量的 AI 艺术创作变得触手可及。
everything-claude-code
everything-claude-code 是一套专为 AI 编程助手(如 Claude Code、Codex、Cursor 等)打造的高性能优化系统。它不仅仅是一组配置文件,而是一个经过长期实战打磨的完整框架,旨在解决 AI 代理在实际开发中面临的效率低下、记忆丢失、安全隐患及缺乏持续学习能力等核心痛点。 通过引入技能模块化、直觉增强、记忆持久化机制以及内置的安全扫描功能,everything-claude-code 能显著提升 AI 在复杂任务中的表现,帮助开发者构建更稳定、更智能的生产级 AI 代理。其独特的“研究优先”开发理念和针对 Token 消耗的优化策略,使得模型响应更快、成本更低,同时有效防御潜在的攻击向量。 这套工具特别适合软件开发者、AI 研究人员以及希望深度定制 AI 工作流的技术团队使用。无论您是在构建大型代码库,还是需要 AI 协助进行安全审计与自动化测试,everything-claude-code 都能提供强大的底层支持。作为一个曾荣获 Anthropic 黑客大奖的开源项目,它融合了多语言支持与丰富的实战钩子(hooks),让 AI 真正成长为懂上
ComfyUI
ComfyUI 是一款功能强大且高度模块化的视觉 AI 引擎,专为设计和执行复杂的 Stable Diffusion 图像生成流程而打造。它摒弃了传统的代码编写模式,采用直观的节点式流程图界面,让用户通过连接不同的功能模块即可构建个性化的生成管线。 这一设计巧妙解决了高级 AI 绘图工作流配置复杂、灵活性不足的痛点。用户无需具备编程背景,也能自由组合模型、调整参数并实时预览效果,轻松实现从基础文生图到多步骤高清修复等各类复杂任务。ComfyUI 拥有极佳的兼容性,不仅支持 Windows、macOS 和 Linux 全平台,还广泛适配 NVIDIA、AMD、Intel 及苹果 Silicon 等多种硬件架构,并率先支持 SDXL、Flux、SD3 等前沿模型。 无论是希望深入探索算法潜力的研究人员和开发者,还是追求极致创作自由度的设计师与资深 AI 绘画爱好者,ComfyUI 都能提供强大的支持。其独特的模块化架构允许社区不断扩展新功能,使其成为当前最灵活、生态最丰富的开源扩散模型工具之一,帮助用户将创意高效转化为现实。
NextChat
NextChat 是一款轻量且极速的 AI 助手,旨在为用户提供流畅、跨平台的大模型交互体验。它完美解决了用户在多设备间切换时难以保持对话连续性,以及面对众多 AI 模型不知如何统一管理的痛点。无论是日常办公、学习辅助还是创意激发,NextChat 都能让用户随时随地通过网页、iOS、Android、Windows、MacOS 或 Linux 端无缝接入智能服务。 这款工具非常适合普通用户、学生、职场人士以及需要私有化部署的企业团队使用。对于开发者而言,它也提供了便捷的自托管方案,支持一键部署到 Vercel 或 Zeabur 等平台。 NextChat 的核心亮点在于其广泛的模型兼容性,原生支持 Claude、DeepSeek、GPT-4 及 Gemini Pro 等主流大模型,让用户在一个界面即可自由切换不同 AI 能力。此外,它还率先支持 MCP(Model Context Protocol)协议,增强了上下文处理能力。针对企业用户,NextChat 提供专业版解决方案,具备品牌定制、细粒度权限控制、内部知识库整合及安全审计等功能,满足公司对数据隐私和个性化管理的高标准要求。
ML-For-Beginners
ML-For-Beginners 是由微软推出的一套系统化机器学习入门课程,旨在帮助零基础用户轻松掌握经典机器学习知识。这套课程将学习路径规划为 12 周,包含 26 节精炼课程和 52 道配套测验,内容涵盖从基础概念到实际应用的完整流程,有效解决了初学者面对庞大知识体系时无从下手、缺乏结构化指导的痛点。 无论是希望转型的开发者、需要补充算法背景的研究人员,还是对人工智能充满好奇的普通爱好者,都能从中受益。课程不仅提供了清晰的理论讲解,还强调动手实践,让用户在循序渐进中建立扎实的技能基础。其独特的亮点在于强大的多语言支持,通过自动化机制提供了包括简体中文在内的 50 多种语言版本,极大地降低了全球不同背景用户的学习门槛。此外,项目采用开源协作模式,社区活跃且内容持续更新,确保学习者能获取前沿且准确的技术资讯。如果你正寻找一条清晰、友好且专业的机器学习入门之路,ML-For-Beginners 将是理想的起点。
ragflow
RAGFlow 是一款领先的开源检索增强生成(RAG)引擎,旨在为大语言模型构建更精准、可靠的上下文层。它巧妙地将前沿的 RAG 技术与智能体(Agent)能力相结合,不仅支持从各类文档中高效提取知识,还能让模型基于这些知识进行逻辑推理和任务执行。 在大模型应用中,幻觉问题和知识滞后是常见痛点。RAGFlow 通过深度解析复杂文档结构(如表格、图表及混合排版),显著提升了信息检索的准确度,从而有效减少模型“胡编乱造”的现象,确保回答既有据可依又具备时效性。其内置的智能体机制更进一步,使系统不仅能回答问题,还能自主规划步骤解决复杂问题。 这款工具特别适合开发者、企业技术团队以及 AI 研究人员使用。无论是希望快速搭建私有知识库问答系统,还是致力于探索大模型在垂直领域落地的创新者,都能从中受益。RAGFlow 提供了可视化的工作流编排界面和灵活的 API 接口,既降低了非算法背景用户的上手门槛,也满足了专业开发者对系统深度定制的需求。作为基于 Apache 2.0 协议开源的项目,它正成为连接通用大模型与行业专有知识之间的重要桥梁。