Understanding Oversmoothing in Diffusion-Based GNNs From the Perspective of Operator Semigroup Theory
This repository contains the code for "Understanding Oversmoothing in Diffusion-Based GNNs From the Perspective of Operator Semigroup Theory", which is primarily based on the GREAD framework.
To use the implementation:
- Clone the original GREAD GitHub Repository:
git clone https://github.com/jeongwhanchoi/GREAD.git
- Replace the
function_gread.pyandgread_params.pyfiles in the original repository with thefunction_gread.pyandgread_params.pyprovided in this repository - Run the program and specify the desired breaking term during runtime. For instance: To run each experiment, navigate into src. Then, run the following command:
python run_GNN.py --dataset=texas --use_best_params
@article{zhao2024understanding,
title={Understanding Oversmoothing in Diffusion-Based GNNs From the Perspective of Operator Semigroup Theory},
author={Zhao, Weichen and Wang, Chenguang and Wang, Xinyan and Han, Congying and Guo, Tiande and Yu, Tianshu},
journal={arXiv preprint arXiv:2402.15326},
year={2024}
}