paper-with-me

홈 › Papers

DGNN: Decoupled Graph Neural Networks with Structural Consistency between Attribute and Graph Embedding Representations

2024-01-28 · Jinlu Wang, Jipeng Guo, Yanfeng Sun, Junbin Gao, Shaofan Wang, Yachao Yang, BaoCai Yin

Graph neural networks (GNNs) demonstrate a robust capability for representation learning on graphs with complex structures, showcasing superior performance in various applications. The majority of existing GNNs employ a graph convolution operation by using both attribute and structure information through coupled learning. In essence, GNNs, from an optimization perspective, seek to learn a consensus and compromise embedding representation that balances attribute and graph information, selectively exploring and retaining valid information. To obtain a more comprehensive embedding representation of nodes, a novel GNNs framework, dubbed Decoupled Graph Neural Networks (DGNN), is introduced. DGNN explores distinctive embedding representations from the attribute and graph spaces by decoupled terms. Considering that semantic graph, constructed from attribute feature space, consists of different node connection information and provides enhancement for the topological graph, both topological and semantic graphs are combined for the embedding representation learning. Further, structural consistency among attribute embedding and graph embeddings is promoted to effectively remove redundant information and establish soft connection. This involves promoting factor sharing for adjacency reconstruction matrices, facilitating the exploration of a consensus and high-level correlation. Finally, a more powerful and complete representation is achieved through the concatenation of these embeddings. Experimental results conducted on several graph benchmark datasets verify its superiority in node classification task.

📄 PDF Abstract BibTeX arXiv:2401.15584

Code (1)

jinluwang1002/dgnn 공식 구현 pytorch

Tasks

AttributeGraph EmbeddingNode ClassificationRepresentation Learningvalid

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Temporal Memory-Aware Online Test-Time Adaptation on Dynamic Graphs

2026-08-28 · Bo Li, Xin Zheng, Ming Jin, Can Wang 외 arxiv

Test-time adaptation (TTA) on graphs aims to adapt a graph neural network (GNN) that is well-trained on the training graph to the test graph, which involves potential distribution shifts that may harm model generalizatio…

Test-time AdaptationGraph Neural Network

RapidGNN: Energy and Communication-Efficient Distributed Training on Large-Scale Graph Neural Networks

2025-09-05 · Arefin Niam, Tevfik Kosar, M S Q Zulkar Nine arxiv

Graph Neural Networks (GNNs) have become popular across a diverse set of tasks in exploring structural relationships between entities. However, due to the highly connected structure of the datasets, distributed training …

Geodesic Graph Neural Network for Efficient Graph Representation Learning

2022-10-06 · Lecheng Kong, Yixin Chen, Muhan Zhang

Graph Neural Networks (GNNs) have recently been applied to graph learning tasks and achieved state-of-the-art (SOTA) results. However, many competitive methods run GNNs multiple times with subgraph extraction and customi…

Graph ClassificationGraph LearningGraph Neural NetworkGraph Representation Learning+2

Anticipatory Fall Detection in Humans with Hybrid Directed Graph Neural Networks and Long Short-Term Memory

2025-09-01 · Younggeol Cho, Gokhan Solak, Olivia Nocentini, Marta Lorenzini 외 arxiv

Detecting and preventing falls in humans is a critical component of assistive robotic systems. While significant progress has been made in detecting falls, the prediction of falls before they happen, and analysis of the …

Parameter-Free Structural-Diversity Message Passing for Graph Neural Networks

2025-08-27 · Mingyue Kong, Yinglong Zhang, Chengda Xu, Xuewen Xia 외 arxiv

Graph Neural Networks (GNNs) have shown remarkable performance in structured data modeling tasks such as node classification. However, mainstream approaches generally rely on a large number of trainable parameters and fi…

Graph Representation LearningGraph Neural NetworkNode Classification