GithubHelp home page GithubHelp logo

hog-gcn's Introduction

HOG-GCN

Source code for AAAI2022 "[Powerful Graph Convolutioal Networks with Adaptive Propagation Mechanism for Homophily and Heterophily"

Environment Settings

  • python == 3.7
  • Pytorch == 1.1.0
  • Numpy == 1.16.2

Usage

python main_homo.py -dataset cora
  • dataset: including [Texas, Cornell, Wisconsin, Film, Cora, Citeseer, Pubmed]

Reference

If you make advantage of HOG-GCN in your research, please cite the following in your manuscript:

Wang, Tao, et al. "Powerful Graph Convolutioal Networks with Adaptive Propagation Mechanism for Homophily and Heterophily." In AAAI. 2022.

License

Tianjin University

hog-gcn's People

Contributors

hedongxiao-tju avatar

Stargazers

 avatar  avatar LI ZICHAO avatar  avatar Yan avatar Huang Feiyang avatar  avatar  avatar Zi_yu avatar  avatar  avatar  avatar ZJisme avatar  avatar Sen Ye avatar  avatar  avatar zjuygm avatar Liu Yang avatar Rock avatar MQAQ avatar Incendio_K avatar  avatar Andre Yang avatar  avatar James Chang avatar Jeongwhan Choi avatar  avatar  avatar  avatar Qcy avatar Howard avatar Chuan_Chuan avatar sunyf avatar  avatar  avatar Junyuan Fang avatar

Watchers

James Chang avatar  avatar

hog-gcn's Issues

Poor performance on some classic heterophilic benchmarks

Hi,

I apply the code implementation on more classic heterophilic graphs such as Chameleon, Actor, and Squirrel, which are widely used in prior related works (H2GCN, GGCN, CPGNN, GeomGCN, etc.). However, I can not get the desired results, sometimes even less effective than vanilla GCN and GraphSAGE. Would you mind providing the best hyperparameters of HOG-GCN on these datasets?

In my opinion, I think the strong performance on hetero graphs exhibited in the paper mainly comes from the first part of Eq.(10), i.e., Z^(l-1)W_e, and you adopt MLP to output:

output = self.MLP(emb)
. Because when I adopt it on GraphSAGE, it can also achieve the best results, even better than HOG-GCN.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.