paper-with-me

Papers

LINGUINE: LearnIng to pruNe on subGraph convolUtIon NEtworks

2021-01-01 · Yihan He, Wei Cao, Shun Zheng, Zhifeng Gao, Jiang Bian

Graph Convolutional Network (GCN) has become one of the most successful methods for graph representation learning. Training and evaluating GCNs on large graphs is challenging since full-batch GCNs have high overhead in memory and computation. In recent years, research communities have been developing stochastic sampling methods to handle large graphs when it is unreal to put the whole graph into a single batch. The performance of the model depends largely on the quality and size of subgraphs in the batch-training. Existing sampling approaches mostly focus on approximating the full-graph structure but care less about redundancy and randomness in sampling subgraphs. To address these issues and explore a better mechanism of producing high-quality subgraphs to train GCNs, we proposed the \texttt{Linguine} framework where we designed a meta-model to prune the subgraph smartly. To efficiently obtain the meta-model, we designed a joint training scenario with the idea of hardness based learning. The empirical study shows that our method could augment the accuracy of the current state-of-art and reduce the error incurred by the redundancies in the subgraph structure. We also explored the reasoning behind smart pruning via its visualization.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

LinGuinE: Longitudinal Guidance Estimation for Volumetric Lung Tumour Segmentation

2025-06-06 · Nadine Garibli, Mayank Patwari, Bence Csiba, Yi Wei 외

Segmentation of lung gross tumour volumes is an important first step in radiotherapy and surgical intervention, and is starting to play a role in assessing chemotherapy response. Response to a drug is measured by trackin…

Pruning Spurious Subgraphs for Graph Out-of-Distribtuion Generalization

2025-06-06 · Tianjun Yao, Haoxuan Li, Yongqiang Chen, Tongliang Liu 외

Graph Neural Networks (GNNs) often encounter significant performance degradation under distribution shifts between training and test data, hindering their applicability in real-world scenarios. Recent studies have propos…

Out-of-Distribution Generalization

PipeNet: Question Answering with Semantic Pruning over Knowledge Graphs

2024-01-31 · Ying Su, Jipeng Zhang, Yangqiu Song, Tong Zhang

It is well acknowledged that incorporating explicit knowledge graphs (KGs) can benefit question answering. Existing approaches typically follow a grounding-reasoning pipeline in which entity nodes are first grounded for …

Graph AttentionKnowledge GraphsQuestion Answering

KGPrune: a Web Application to Extract Subgraphs of Interest from Wikidata with Analogical Pruning

2024-08-26 · Pierre Monnin, Cherif-Hassan Nousradine, Lucas Jarnac, Laurel Zuckerman 외

Knowledge graphs (KGs) have become ubiquitous publicly available knowledge sources, and are nowadays covering an ever increasing array of domains. However, not all knowledge represented is useful or pertaining when consi…

Knowledge Graphs

Knowledge-Enhanced Recommendation with User-Centric Subgraph Network

2024-03-21 · Guangyi Liu, Quanming Yao, Yongqi Zhang, Lei Chen

Recommendation systems, as widely implemented nowadays on various platforms, recommend relevant items to users based on their preferences. The classical methods which rely on user-item interaction matrices has limitation…

Collaborative FilteringGraph Neural NetworkRecommendation Systems