paper-with-me

Papers

Towards Deepening Graph Neural Networks: A GNTK-based Optimization Perspective

2021-03-03 · ICLR 2022 4 · Wei Huang, Yayong Li, Weitao Du, Jie Yin, Richard Yi Da Xu, Ling Chen, Miao Zhang

Graph convolutional networks (GCNs) and their variants have achieved great success in dealing with graph-structured data. Nevertheless, it is well known that deep GCNs suffer from the over-smoothing problem, where node representations tend to be indistinguishable as more layers are stacked up. The theoretical research to date on deep GCNs has focused primarily on expressive power rather than trainability, an optimization perspective. Compared to expressivity, trainability attempts to address a more fundamental question: Given a sufficiently expressive space of models, can we successfully find a good solution via gradient descent-based optimizers? This work fills this gap by exploiting the Graph Neural Tangent Kernel (GNTK), which governs the optimization trajectory under gradient descent for wide GCNs. We formulate the asymptotic behaviors of GNTK in the large depth, which enables us to reveal the dropping trainability of wide and deep GCNs at an exponential rate in the optimization process. Additionally, we extend our theoretical framework to analyze residual connection-based techniques, which are found to be merely able to mitigate the exponential decay of trainability mildly. Inspired by our theoretical insights on trainability, we propose Critical DropEdge, a connectivity-aware and graph-adaptive sampling method, to alleviate the exponential decay problem more fundamentally. Experimental evaluation consistently confirms using our proposed method can achieve better results compared to relevant counterparts with both infinite-width and finite-width.

📄 PDF Abstract BibTeX arXiv:2103.03113

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Exponential Decay Exponential Decay is a learning rate schedule where we decay the learning rate with more iterations using an exponential function: $$ \text{lr} =…
Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…
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 제목 키워드 기반

Graph Neural Tangent Kernel: Convergence on Large Graphs

2023-01-25 · Sanjukta Krishnagopal, Luana Ruiz

Graph neural networks (GNNs) achieve remarkable performance in graph machine learning tasks but can be hard to train on large-graph data, where their learning dynamics are not well understood. We investigate the training…

Node ClassificationNode Regressionregression

Fast Graph Neural Tangent Kernel via Kronecker Sketching

2021-12-04 · Shunhua Jiang, Yunze Man, Zhao Song, Zheng Yu 외

Many deep learning tasks have to deal with graphs (e.g., protein structures, social networks, source code abstract syntax trees). Due to the importance of these tasks, people turned to Graph Neural Networks (GNNs) as the…

regression

Graph Neural Network Acceleration via Matrix Dimension Reduction

2021-01-01 · Shunhua Jiang, Yunze Man, Zhao Song, Danyang Zhuo

Graph Neural Networks (GNNs) have become the de facto method for machine learning on graph data (e.g., social networks, protein structures, code ASTs), but they require significant time and resource to train. One alterna…

Dimensionality ReductionGraph Neural Network

Graph Neural Tangent Kernel: Fusing Graph Neural Networks with Graph Kernels

2019-05-30 · NeurIPS 2019 12 · Simon S. Du, Kangcheng Hou, Barnabás Póczos, Ruslan Salakhutdinov 외

While graph kernels (GKs) are easy to train and enjoy provable theoretical guarantees, their practical performances are limited by their expressive power, as the kernel function often depends on hand-crafted combinatoria…

Graph Classification

CognTKE: A Cognitive Temporal Knowledge Extrapolation Framework

2024-12-21 · Wei Chen, Yuting Wu, Shuhan Wu, ZhiYu Zhang 외

Reasoning future unknowable facts on temporal knowledge graphs (TKGs) is a challenging task, holding significant academic and practical values for various fields. Existing studies exploring explainable reasoning concentr…

Knowledge GraphsRelation