paper-with-me

Papers

Understanding Graph Neural Networks from Graph Signal Denoising Perspectives

2020-06-08 · Guoji Fu, Yifan Hou, Jian Zhang, Kaili Ma, Barakeel Fanseu Kamhoua, James Cheng

Graph neural networks (GNNs) have attracted much attention because of their excellent performance on tasks such as node classification. However, there is inadequate understanding on how and why GNNs work, especially for node representation learning. This paper aims to provide a theoretical framework to understand GNNs, specifically, spectral graph convolutional networks and graph attention networks, from graph signal denoising perspectives. Our framework shows that GNNs are implicitly solving graph signal denoising problems: spectral graph convolutions work as denoising node features, while graph attentions work as denoising edge weights. We also show that a linear self-attention mechanism is able to compete with the state-of-the-art graph attention methods. Our theoretical results further lead to two new models, GSDN-F and GSDN-EF, which work effectively for graphs with noisy node features and/or noisy edges. We validate our theoretical findings and also the effectiveness of our new models by experiments on benchmark datasets. The source code is available at \url{https://github.com/fuguoji/GSDN}.

📄 PDF Abstract BibTeX arXiv:2006.04386

Code (1)

fuguoji/GSDN 공식 구현 pytorch

Tasks

DenoisingGraph AttentionNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

A Unified View Between Tensor Hypergraph Neural Networks And Signal Denoising

2023-09-15 · Fuli Wang, Karelia Pena-Pena, Wei Qian, Gonzalo R. Arce

Hypergraph Neural networks (HyperGNNs) and hypergraph signal denoising (HyperGSD) are two fundamental topics in higher-order network modeling. Understanding the connection between these two domains is particularly useful…

Denoising

Graph Unrolling Networks: Interpretable Neural Networks for Graph Signal Denoising

2020-06-01 · Siheng Chen, Yonina C. Eldar, Lingxiao Zhao

We propose an interpretable graph neural network framework to denoise single or multiple noisy graph signals. The proposed graph unrolling networks expand algorithm unrolling to the graph domain and provide an interpreta…

DenoisingGraph Neural NetworkRolling Shutter Correction

Algorithm Unrolling-based Denoising of Multimodal Graph Signals

2025-05-28 · Hayate Kojima, Keigo Takanami, Junya Hara, Yukihiro Bandoh 외

We propose a denoising method of multimodal graph signals by iteratively solving signal restoration and graph learning problems. Many complex-structured data, i.e., those on sensor networks, can capture multiple modaliti…

DenoisingGraph Learning

Untrained Graph Neural Networks for Denoising

2021-09-24 · Samuel Rey, Santiago Segarra, Reinhard Heckel, Antonio G. Marques

A fundamental problem in signal processing is to denoise a signal. While there are many well-performing methods for denoising signals defined on regular supports, such as images defined on two-dimensional grids of pixels…

DenoisingGraph Neural Network

Network Refinement: A unified framework for enhancing signal or removing noise of networks

2021-09-19 · Jiating Yu, Jiacheng Leng, Ling-Yun Wu

Networks are widely used in many fields for their powerful ability to provide vivid representations of relationships between variables. However, many of them may be corrupted by experimental noise or inappropriate networ…

Denoising