paper-with-me

홈 › Papers

Self-supervision meets kernel graph neural models: From architecture to augmentations

2023-10-17 · Jiawang Dan, Ruofan Wu, Yunpeng Liu, Baokun Wang, Changhua Meng, Tengfei Liu, Tianyi Zhang, Ningtao Wang, Xing Fu, Qi Li, Weiqiang Wang

Graph representation learning has now become the de facto standard when handling graph-structured data, with the framework of message-passing graph neural networks (MPNN) being the most prevailing algorithmic tool. Despite its popularity, the family of MPNNs suffers from several drawbacks such as transparency and expressivity. Recently, the idea of designing neural models on graphs using the theory of graph kernels has emerged as a more transparent as well as sometimes more expressive alternative to MPNNs known as kernel graph neural networks (KGNNs). Developments on KGNNs are currently a nascent field of research, leaving several challenges from algorithmic design and adaptation to other learning paradigms such as self-supervised learning. In this paper, we improve the design and learning of KGNNs. Firstly, we extend the algorithmic formulation of KGNNs by allowing a more flexible graph-level similarity definition that encompasses former proposals like random walk graph kernel, as well as providing a smoother optimization objective that alleviates the need of introducing combinatorial learning procedures. Secondly, we enhance KGNNs through the lens of self-supervision via developing a novel structure-preserving graph data augmentation method called latent graph augmentation (LGA). Finally, we perform extensive empirical evaluations to demonstrate the efficacy of our proposed mechanisms. Experimental results over benchmark datasets suggest that our proposed model achieves competitive performance that is comparable to or sometimes outperforming state-of-the-art graph representation learning frameworks with or without self-supervision on graph classification tasks. Comparisons against other previously established graph data augmentation methods verify that the proposed LGA augmentation scheme captures better semantics of graph-level invariance.

📄 PDF Abstract BibTeX arXiv:2310.11281

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationGraph ClassificationGraph Representation LearningRepresentation LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

There is more to graphs than meets the eye: Learning universal features with self-supervision

2023-05-31 · Laya Das, Sai Munikoti, Nrushad Joshi, Mahantesh Halappanavar

We study the problem of learning features through self-supervision that are generalisable to multiple graphs. State-of-the-art graph self-supervision restricts training to only one graph, resulting in graph-specific mode…

Node ClassificationRepresentation LearningSelf-Supervised Learning

Knowledge Distillation Meets Self-Supervision

2020-06-12 · ECCV 2020 8 · Guodong Xu, Ziwei Liu, Xiaoxiao Li, Chen Change Loy

Knowledge distillation, which involves extracting the "dark knowledge" from a teacher network to guide the learning of a student network, has emerged as an important technique for model compression and transfer learning.…

Contrastive LearningKnowledge DistillationModel CompressionTransfer Learning

Fractional Heat Kernel for Semi-Supervised Graph Learning with Small Training Sample Size

2025-10-06 · Farid Bozorgnia, Vyacheslav Kungurtsev, Shirali Kadyrov, Mohsen Yousefnezhad arxiv

In this work, we introduce novel algorithms for label propagation and self-training using fractional heat kernel dynamics with a source term. We motivate the methodology through the classical correspondence of informatio…

Graph Neural NetworkGraph Learning

Self-supervised Representation Learning on Electronic Health Records with Graph Kernel Infomax

2022-09-01 · Hao-Ren Yao, Nairen Cao, Katina Russell, Der-Chen Chang 외

Learning Electronic Health Records (EHRs) representation is a preeminent yet under-discovered research topic. It benefits various clinical decision support applications, e.g., medication outcome prediction or patient sim…

Contrastive LearningData AugmentationRepresentation Learning

Image Re-Identification: Where Self-supervision Meets Vision-Language Learning

2024-07-30 · Bin Wang, Yuying Liang, Lei Cai, Huakun Huang 외

Recently, large-scale vision-language pre-trained models like CLIP have shown impressive performance in image re-identification (ReID). In this work, we explore whether self-supervision can aid in the use of CLIP for ima…

Prompt Learning