paper-with-me

Papers

Conditional Local Feature Encoding for Graph Neural Networks

2024-05-08 · Yongze Wang, Haimin Zhang, Qiang Wu, Min Xu

Graph neural networks (GNNs) have shown great success in learning from graph-based data. The key mechanism of current GNNs is message passing, where a node's feature is updated based on the information passing from its local neighbourhood. A limitation of this mechanism is that node features become increasingly dominated by the information aggregated from the neighbourhood as we use more rounds of message passing. Consequently, as the GNN layers become deeper, adjacent node features tends to be similar, making it more difficult for GNNs to distinguish adjacent nodes, thereby, limiting the performance of GNNs. In this paper, we propose conditional local feature encoding (CLFE) to help prevent the problem of node features being dominated by the information from local neighbourhood. The idea of our method is to extract the node hidden state embedding from message passing process and concatenate it with the nodes feature from previous stage, then we utilise linear transformation to form a CLFE based on the concatenated vector. The CLFE will form the layer output to better preserve node-specific information, thus help to improve the performance of GNN models. To verify the feasibility of our method, we conducted extensive experiments on seven benchmark datasets for four graph domain tasks: super-pixel graph classification, node classification, link prediction, and graph regression. The experimental results consistently demonstrate that our method improves model performance across a variety of baseline GNN models for all four tasks.

📄 PDF Abstract BibTeX arXiv:2405.04755

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationGraph RegressionLink PredictionNode Classification

Similar Papers 제목 키워드 기반

Converse and Collision-Based Achievability for Node Localization with Hybrid Distance-Spectral Graph Positional Encodings

2026-08-31 · Zimo Yan, Yifan Li, Hao Li, Zheng Xie 외 arxiv

Graph positional encodings are widely used in graph neural networks and graph Transformers, yet it remains unclear when the code itself can identify nodes. We study a hybrid distance-spectral encoding that combines ancho…

DDTracking: A Deep Generative Framework for Diffusion MRI Tractography with Streamline Local-Global Spatiotemporal Modeling

2025-08-06 · Yijie Li, Wei Zhang, Xi Zhu, Ye Wu 외 arxiv

This paper presents DDTracking, a novel deep generative framework for diffusion MRI tractography that formulates streamline propagation as a conditional denoising diffusion process. In DDTracking, we introduce a dual-pat…

GraphTEN: Graph Enhanced Texture Encoding Network

2025-03-18 · Bo Peng, Jintao Chen, Mufeng Yao, Chenhao Zhang 외

Texture recognition is a fundamental problem in computer vision and pattern recognition. Recent progress leverages feature aggregation into discriminative descriptions based on convolutional neural networks (CNNs). Howev…

Robust Local Scaling using Conditional Quantiles of Graph Similarities

2016-12-14 · Jayaraman J. Thiagarajan, Prasanna Sattigeri, Karthikeyan Natesan Ramamurthy, Bhavya Kailkhura

Spectral analysis of neighborhood graphs is one of the most widely used techniques for exploratory data analysis, with applications ranging from machine learning to social sciences. In such applications, it is typical to…

Clusteringgraph construction

CGNF: Conditional Graph Neural Fields

2019-05-01 · ICLR 2019 5 · Tengfei Ma, Cao Xiao, Junyuan Shang, Jimeng Sun

Graph convolutional networks have achieved tremendous success in the tasks of graph node classification. These models could learn a better node representation through encoding the graph structure and node features. Howev…

General ClassificationNode Classification