paper-with-me

Papers

Cross-View Graph Consistency Learning for Invariant Graph Representations

2023-11-20 · Jie Chen, Zhiming Li, Hua Mao, Wai Lok Woo, Xi Peng

Graph representation learning is fundamental for analyzing graph-structured data. Exploring invariant graph representations remains a challenge for most existing graph representation learning methods. In this paper, we propose a cross-view graph consistency learning (CGCL) method that learns invariant graph representations for link prediction. First, two complementary augmented views are derived from an incomplete graph structure through a bidirectional graph structure augmentation scheme. This augmentation scheme mitigates the potential information loss that is commonly associated with various data augmentation techniques involving raw graph data, such as edge perturbation, node removal, and attribute masking. Second, we propose a CGCL model that can learn invariant graph representations. A cross-view training scheme is proposed to train the proposed CGCL model. This scheme attempts to maximize the consistency information between one augmented view and the graph structure reconstructed from the other augmented view. Furthermore, we offer a comprehensive theoretical CGCL analysis. This paper empirically and experimentally demonstrates the effectiveness of the proposed CGCL method, achieving competitive results on graph datasets in comparisons with several state-of-the-art algorithms.

📄 PDF Abstract BibTeX arXiv:2311.11821

Code (1)

chenjie20/cgcl 공식 구현 pytorch

Tasks

AttributeData AugmentationGraph Representation LearningLink PredictionRepresentation Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

GraphIFE: Rethinking Graph Imbalance Node Classification via Invariant Learning

2025-09-28 · Fanlong Zeng, Wensheng Gan, Philip S. Yu arxiv

The class imbalance problem refers to the disproportionate distribution of samples across different classes within a dataset, where the minority classes are significantly underrepresented. This issue is also prevalent in…

Node Classification

Echo-POSED: Geometric Self-Distillation for Echocardiography Guidance

2026-05-30 · Elias Stenhede, Edvart Grüner Bjerke, Joanna Sulkowska, Eivind Bjørkan Orstad 외 arxiv

We introduce Echo-POSED, a self-supervised framework for real-time transthoracic echocardiography (TTE) guidance that recommends probe adjustments directly from 2D ultrasound images, without the need for expert-labelled …

Aligning Molecular Graph Explanations with Chemical Identity via InChIfied Invariants

2026-05-23 · Emanuele Guidotti, Sara Puglioli arxiv

Obtaining consistent explanations for machine learning on molecular graphs requires predictions and attributions to be aligned with chemical identity. However, chemically equivalent drawings of the same molecule can indu…

Learning to Fuse and Reconstruct Multi-View Graphs for Diabetic Retinopathy Grading

2026-02-25 · Haoran Li, Yuxin Lin, Huan Wang, Xiaoling Luo 외 arxiv

Diabetic retinopathy (DR) is one of the leading causes of vision loss worldwide, making early and accurate DR grading critical for timely intervention. Recent clinical practices leverage multi-view fundus images for DR d…

Diabetic Retinopathy GradingRepresentation Learning

Enhancing Distribution and Label Consistency for Graph Out-of-Distribution Generalization

2025-01-07 · Song Wang, Xiaodong Yang, Rashidul Islam, Huiyuan Chen 외

To deal with distribution shifts in graph data, various graph out-of-distribution (OOD) generalization techniques have been recently proposed. These methods often employ a two-step strategy that first creates augmented e…

Out-of-Distribution Generalization