paper-with-me

Papers

Self-Supervised Graph Structure Refinement for Graph Neural Networks

2022-11-12 · Jianan Zhao, Qianlong Wen, Mingxuan Ju, Chuxu Zhang, Yanfang Ye

Graph structure learning (GSL), which aims to learn the adjacency matrix for graph neural networks (GNNs), has shown great potential in boosting the performance of GNNs. Most existing GSL works apply a joint learning framework where the estimated adjacency matrix and GNN parameters are optimized for downstream tasks. However, as GSL is essentially a link prediction task, whose goal may largely differ from the goal of the downstream task. The inconsistency of these two goals limits the GSL methods to learn the potential optimal graph structure. Moreover, the joint learning framework suffers from scalability issues in terms of time and space during the process of estimation and optimization of the adjacency matrix. To mitigate these issues, we propose a graph structure refinement (GSR) framework with a pretrain-finetune pipeline. Specifically, The pre-training phase aims to comprehensively estimate the underlying graph structure by a multi-view contrastive learning framework with both intra- and inter-view link prediction tasks. Then, the graph structure is refined by adding and removing edges according to the edge probabilities estimated by the pre-trained model. Finally, the fine-tuning GNN is initialized by the pre-trained model and optimized toward downstream tasks. With the refined graph structure remaining static in the fine-tuning space, GSR avoids estimating and optimizing graph structure in the fine-tuning phase which enjoys great scalability and efficiency. Moreover, the fine-tuning GNN is boosted by both migrating knowledge and refining graphs. Extensive experiments are conducted to evaluate the effectiveness (best performance on six benchmark datasets), efficiency, and scalability (13.8x faster using 32.8% GPU memory compared to the best GSL baseline on Cora) of the proposed model.

📄 PDF Abstract BibTeX arXiv:2211.06545

Code (1)

andyjzhao/wsdm23-gsr 공식 구현 pytorch

Tasks

Contrastive LearningGPUGraph structure learningLink Prediction

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

DeepRicci: Self-supervised Graph Structure-Feature Co-Refinement for Alleviating Over-squashing

2024-01-23 · Li Sun, Zhenhao Huang, Hua Wu, Junda Ye 외

Graph Neural Networks (GNNs) have shown great power for learning and mining on graphs, and Graph Structure Learning (GSL) plays an important role in boosting GNNs with a refined graph. In the literature, most GSL solutio…

Contrastive LearningGraph structure learningNode Classification

Self-Guided Robust Graph Structure Refinement

2024-02-19 · Yeonjun In, Kanghoon Yoon, Kibum Kim, Kijung Shin 외

Recent studies have revealed that GNNs are vulnerable to adversarial attacks. To defend against such attacks, robust graph structure refinement (GSR) methods aim at minimizing the effect of adversarial edges based on nod…

Semantic Refinement with LLMs for Graph Representations

2025-12-24 · Safal Thapaliya, Zehong Wang, Jiazheng Li, Ziming Li 외 arxiv

Graph-structured data exhibit substantial heterogeneity in where their predictive signals originate: in some domains, node-level semantics dominate, while in others, structural patterns play a central role. This structur…

Graph Representation LearningSemantic SimilarityGraph Learning

MissionHD: Hyperdimensional Refinement of Distribution-Deficient Reasoning Graphs for Video Anomaly Detection

2025-08-20 · Sanggeon Yun, Raheeb Hassan, Ryozo Masukawa, Nathaniel D. Bastian 외 arxiv

LLM-generated reasoning graphs, referred to as mission-specific graphs (MSGs), are increasingly used for video anomaly detection (VAD) and recognition (VAR). However, they are typically treated as fixed despite being gen…

Video Anomaly Detection

Clinical Knowledge Graph Construction and Evaluation with Multi-LLMs via Retrieval-Augmented Generation

2026-01-05 · Udiptaman Das, Krishnasai B. Atmakuri, Duy Ho, Chi Lee 외 arxiv

Large language models (LLMs) offer new opportunities for constructing knowledge graphs (KGs) from unstructured clinical narratives. However, existing approaches often rely on structured inputs and lack robust validation …

Relation ExtractionClinical KnowledgeKnowledge Graphs