abheesht17 / super-pixels

Code for our paper: Superpixel-based Domain-Knowledge Infusion in Computer Vision (https://arxiv.org/abs/2105.09448)
MIT License
18 stars 3 forks source link

Add Graph Convolution Networks #9

Closed gchhablani closed 3 years ago

abheesht17 commented 3 years ago

References: High-Level Introduction to GCNs One-Layer Simple GCN Superpixel Classification with Graph Attention Networks (future) GNNs in PyTorch Geometric (Colab) GNNs for CV

abheesht17 commented 3 years ago

Follow these: PyG Examples MoNet

gchhablani commented 3 years ago

Although a simple GCN has been added in #8, I'm keeping this issue open to add more models. Please add a checklist of models that are needed instead of creating separate issues.

I'll close #27, #28.

gchhablani commented 3 years ago
abheesht17 commented 3 years ago

Resources for GNNs:

Resources for understanding GAT: