paper-with-me

홈 › Papers

Learning to Drop: Robust Graph Neural Network via Topological Denoising

2020-11-13 · Dongsheng Luo, Wei Cheng, Wenchao Yu, Bo Zong, Jingchao Ni, Haifeng Chen, Xiang Zhang

Graph Neural Networks (GNNs) have shown to be powerful tools for graph analytics. The key idea is to recursively propagate and aggregate information along edges of the given graph. Despite their success, however, the existing GNNs are usually sensitive to the quality of the input graph. Real-world graphs are often noisy and contain task-irrelevant edges, which may lead to suboptimal generalization performance in the learned GNN models. In this paper, we propose PTDNet, a parameterized topological denoising network, to improve the robustness and generalization performance of GNNs by learning to drop task-irrelevant edges. PTDNet prunes task-irrelevant edges by penalizing the number of edges in the sparsified graph with parameterized networks. To take into consideration of the topology of the entire graph, the nuclear norm regularization is applied to impose the low-rank constraint on the resulting sparsified graph for better generalization. PTDNet can be used as a key component in GNN models to improve their performances on various tasks, such as node classification and link prediction. Experimental studies on both synthetic and benchmark datasets show that PTDNet can improve the performance of GNNs significantly and the performance gain becomes larger for more noisy datasets.

📄 PDF Abstract BibTeX arXiv:2011.07057

Code (1)

flyingdoog/PTDNet tf

Tasks

DenoisingGraph Neural NetworkLink PredictionNode Classification

Similar Papers 제목 키워드 기반

GIF: A Conditional Multimodal Generative Framework for IR Drop Imaging in Chip Layouts

2026-04-11 · Kiran Thorat, Nicole Meng, Mostafa Karami, Caiwen Ding 외 arxiv

IR drop analysis is essential in physical chip design to ensure the power integrity of on-chip power delivery networks. Traditional Electronic Design Automation (EDA) tools have become slow and expensive as transistor de…

Image Generation

A Topological Loss Function: Image Denoising on a Low-Light Dataset

2022-08-09 · Alexandra Malyugina, Nantheera Anantrasirichai, David Bull

Although image denoising algorithms have attracted significant research attention, surprisingly few have been proposed for, or evaluated on, noise from imagery acquired under real low-light conditions. Moreover, noise ch…

DenoisingImage Denoising

Bayesian Formulations for Graph Spectral Denoising

2023-11-27 · Sam Leone, Xingzhi Sun, Michael Perlmutter, Smita Krishnaswamy

Here we consider the problem of denoising features associated to complex data, modeled as signals on a graph, via a smoothness prior. This is motivated in part by settings such as single-cell RNA where the data is very h…

Denoising

Functional Network: A Novel Framework for Interpretability of Deep Neural Networks

2022-05-24 · Ben Zhang, Zhetong Dong, Junsong Zhang, Hongwei Lin

The layered structure of deep neural networks hinders the use of numerous analysis tools and thus the development of its interpretability. Inspired by the success of functional brain networks, we propose a novel framewor…

Adversarial RobustnessTopological Data Analysis

Robust Node Classification on Graphs: Jointly from Bayesian Label Transition and Topology-based Label Propagation

2022-08-21 · Jun Zhuang, Mohammad Al Hasan

Node classification using Graph Neural Networks (GNNs) has been widely applied in various real-world scenarios. However, in recent years, compelling evidence emerges that the performance of GNN-based node classification …

Adversarial DefenseDenoisingNode Classification