paper-with-me

Papers

Understanding and Resolving Performance Degradation in Graph Convolutional Networks

2020-06-12 · Kuangqi Zhou, Yanfei Dong, Kaixin Wang, Wee Sun Lee, Bryan Hooi, Huan Xu, Jiashi Feng

A Graph Convolutional Network (GCN) stacks several layers and in each layer performs a PROPagation operation (PROP) and a TRANsformation operation (TRAN) for learning node representations over graph-structured data. Though powerful, GCNs tend to suffer performance drop when the model gets deep. Previous works focus on PROPs to study and mitigate this issue, but the role of TRANs is barely investigated. In this work, we study performance degradation of GCNs by experimentally examining how stacking only TRANs or PROPs works. We find that TRANs contribute significantly, or even more than PROPs, to declining performance, and moreover that they tend to amplify node-wise feature variance in GCNs, causing variance inflammation that we identify as a key factor for causing performance drop. Motivated by such observations, we propose a variance-controlling technique termed Node Normalization (NodeNorm), which scales each node's features using its own standard deviation. Experimental results validate the effectiveness of NodeNorm on addressing performance degradation of GCNs. Specifically, it enables deep GCNs to outperform shallow ones in cases where deep models are needed, and to achieve comparable results with shallow ones on 6 benchmark datasets. NodeNorm is a generic plug-in and can well generalize to other GNN architectures. Code is publicly available at https://github.com/miafei/NodeNorm.

📄 PDF Abstract BibTeX arXiv:2006.07107

Code (2)

miafei/NodeNorm 공식 구현 pytorch
YuWVandy/Deep-GNNs

Similar Papers 제목 키워드 기반

Efficient and Degradation-Adaptive Network for Real-World Image Super-Resolution

2022-03-27 · Jie Liang, Hui Zeng, Lei Zhang

Efficient and effective real-world image super-resolution (Real-ISR) is a challenging task due to the unknown complex degradation of real-world images and the limited computation resources in practical applications. Rece…

Image Super-ResolutionMixture-of-ExpertsSuper-Resolution

$\boldsymbolγ$-Net: Superresolving SAR Tomographic Inversion via Deep Learning

2021-12-08 · Kun Qian, Yuanyuan Wang, Yilei Shi, Xiao Xiang Zhu

Synthetic aperture radar tomography (TomoSAR) has been extensively employed in 3-D reconstruction in dense urban areas using high-resolution SAR acquisitions. Compressive sensing (CS)-based algorithms are generally consi…

Compressive SensingComputational EfficiencyDeep LearningSuper-Resolution

SkipNode: On Alleviating Performance Degradation for Deep Graph Convolutional Networks

2021-12-22 · Weigang Lu, Yibing Zhan, Binbin Lin, Ziyu Guan 외

Graph Convolutional Networks (GCNs) suffer from performance degradation when models go deeper. However, earlier works only attributed the performance degeneration to over-smoothing. In this paper, we conduct theoretical …

Link PredictionNode Classification

Super-Resolving Commercial Satellite Imagery Using Realistic Training Data

2020-02-26 · Xiang Zhu, Hossein Talebi, Xinwei Shi, Feng Yang 외

In machine learning based single image super-resolution, the degradation model is embedded in training data generation. However, most existing satellite image super-resolution methods use a simple down-sampling model wit…

Image Super-Resolutionsatellite image super-resolutionSuper-Resolution

Hierarchical Graph Convolutional Networks for Jointly Resolving Cross-document Coreference of Entity and Event Mentions

2021-06-01 · NAACL (TextGraphs) 2021 6 · Duy Phung, Tuan Ngo Nguyen, Thien Huu Nguyen

This paper studies the problem of cross-document event coreference resolution (CDECR) that seeks to determine if event mentions across multiple documents refer to the same real-world events. Prior work has demonstrated t…

coreference-resolutionCoreference ResolutionEvent Coreference ResolutionSentence