paper-with-me

Papers

SkipNode: On Alleviating Performance Degradation for Deep Graph Convolutional Networks

2021-12-22 · Weigang Lu, Yibing Zhan, Binbin Lin, Ziyu Guan, Liu Liu, Baosheng Yu, Wei Zhao, Yaming Yang, DaCheng Tao

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 and experimental analysis to explore the fundamental causes of performance degradation in deep GCNs: over-smoothing and gradient vanishing have a mutually reinforcing effect that causes the performance to deteriorate more quickly in deep GCNs. On the other hand, existing anti-over-smoothing methods all perform full convolutions up to the model depth. They could not well resist the exponential convergence of over-smoothing due to model depth increasing. In this work, we propose a simple yet effective plug-and-play module, Skipnode, to overcome the performance degradation of deep GCNs. It samples graph nodes in each convolutional layer to skip the convolution operation. In this way, both over-smoothing and gradient vanishing can be effectively suppressed since (1) not all nodes'features propagate through full layers and, (2) the gradient can be directly passed back through ``skipped'' nodes. We provide both theoretical analysis and empirical evaluation to demonstrate the efficacy of Skipnode and its superiority over SOTA baselines.

📄 PDF Abstract BibTeX arXiv:2112.11628

Code (1)

weiganglu/skipnode 공식 구현 pytorch

Tasks

Link PredictionNode Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Towards Cross-Disaster Building Damage Assessment with Graph Convolutional Networks

2022-01-25 · Ali Ismail, Mariette Awad

In the aftermath of disasters, building damage maps are obtained using change detection to plan rescue operations. Current convolutional neural network approaches do not consider the similarities between neighboring buil…

Building Damage AssessmentChange Detection

Understanding and Resolving Performance Degradation in Graph Convolutional Networks

2020-06-12 · Kuangqi Zhou, Yanfei Dong, Kaixin Wang, Wee Sun Lee 외

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. Thou…

Multi-Scale Spatio-Temporal Graph Convolutional Network for Facial Expression Spotting

2024-03-24 · Yicheng Deng, Hideaki Hayashi, Hajime Nagahara

Facial expression spotting is a significant but challenging task in facial expression analysis. The accuracy of expression spotting is affected not only by irrelevant facial movements but also by the difficulty of percei…

Contrastive LearningMicro-Expression Spotting

Loop-Mamba: A Loop Mamba with Degradation-Aware and Shared Memory for Old Photo Restoration

2026-08-03 · Runci Bai, Yucheng Xin, Pu Wang, Yongcong Wang 외 arxiv

Old photographs often suffer from multiple coupled degradations, including scratches, cracks, fading, blur, noise, and missing regions, severely degrading both visual quality and semantic content. We propose Loop-Mamba, …

Efficient Traffic Prediction Through Spatio-Temporal Distillation

2025-01-15 · Qianru Zhang, Xinyi Gao, Haixin Wang, Siu-Ming Yiu 외

Graph neural networks (GNNs) have gained considerable attention in recent years for traffic flow prediction due to their ability to learn spatio-temporal pattern representations through a graph-based message-passing fram…

Knowledge DistillationPredictionTraffic Prediction