paper-with-me

Papers

Node Classification via Semantic-Structural Attention-Enhanced Graph Convolutional Networks

2024-03-24 · Hongyin Zhu

Graph data, also known as complex network data, is omnipresent across various domains and applications. Prior graph neural network models primarily focused on extracting task-specific structural features through supervised learning objectives, but they fell short in capturing the inherent semantic and structural features of the entire graph. In this paper, we introduce the semantic-structural attention-enhanced graph convolutional network (SSA-GCN), which not only models the graph structure but also extracts generalized unsupervised features to enhance vertex classification performance. The SSA-GCN's key contributions lie in three aspects: firstly, it derives semantic information through unsupervised feature extraction from a knowledge graph perspective; secondly, it obtains structural information through unsupervised feature extraction from a complex network perspective; and finally, it integrates these features through a cross-attention mechanism. By leveraging these features, we augment the graph convolutional network, thereby enhancing the model's generalization capabilities. Our experiments on the Cora and CiteSeer datasets demonstrate the performance improvements achieved by our proposed method. Furthermore, our approach also exhibits excellent accuracy under privacy settings, making it a robust and effective solution for graph data analysis.

📄 PDF Abstract BibTeX arXiv:2403.16033

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Deep Semantic Graph Learning via LLM based Node Enhancement

2025-02-11 · Chuanqi Shi, Yiyi Tao, Hang Zhang, Lun Wang 외

Graph learning has attracted significant attention due to its widespread real-world applications. Current mainstream approaches rely on text node features and obtain initial node embeddings through shallow embedding lear…

Graph LearningNode Classification

An Effective Approach for Node Classification in Textual Graphs

2025-08-07 · Rituparna Datta, Nibir Chandra Mandal arxiv

Textual Attribute Graphs (TAGs) are critical for modeling complex networks like citation networks, but effective node classification remains challenging due to difficulties in integrating rich semantics from text with st…

Node Classification

Graph Attention Networks with Positional Embeddings

2021-05-09 · Liheng Ma, Reihaneh Rabbany, Adriana Romero-Soriano

Graph Neural Networks (GNNs) are deep learning methods which provide the current state of the art performance in node classification tasks. GNNs often assume homophily -- neighboring nodes having similar features and lab…

Graph AttentionNode ClassificationPOS

DuConTE: Dual-Granularity Text Encoder with Topology-Constrained Attention for Text-attributed Graphs

2026-04-19 · Lexuan Liang, Tao Zou, Xuxiang Ta, Zekun Qiu arxiv

Text-attributed graphs integrate semantic information of node texts with topological structure, offering significant value in various applications such as document classification and information extraction. Existing appr…

Document ClassificationInformation Extraction

TERGAD: Structure-Aware Text-Enhanced Representations for Graph Anomaly Detection

2026-05-19 · Wen Shi, Zhe Wang, Huafei Huang, Qing Qing 외 arxiv

Graph Anomaly Detection (GAD) aims to identify atypical graph entities, such as nodes, edges, or substructures, that deviate significantly from the majority. While existing text-rich approaches typically integrate struct…

Graph Anomaly DetectionData Augmentation