في هذا العمل ، نقدم طرقًا جديدة لتدريب GCNs العميقة للغاية. نحن نقترض مفاهيم من CNNs ، وخاصة الروابط المتبقية/الكثيفة والتلوينات المتوسعة ، وتكييفها مع بنيات GCN. من خلال تجارب مكثفة ، نظهر التأثير الإيجابي لأطر GCN العميقة هذه.
[Project] [Paper] [Slides] [TensorFlow Code] [Pytorch Code]

نقوم بإجراء تجارب واسعة لإظهار كيف تؤثر المكونات المختلفة (#layers ، #filters DeepGCNs #nearest الجيران ، تمدد ، إلخ). نقدم أيضًا دراسات الاجتثاث على نوع مختلف من GCNs العميقة (MRGCN ، Edgeconv ، Graphsage و Gin).

يرجى إلقاء نظرة على التفاصيل في Readme.md من كل مهمة داخل examples . يمكن العثور على جميع معلومات الكود والبيانات والنماذج المسبقة هناك.
examples/ogb_eff/ogbn_arxiv_dglتثبيت Enviroment عن طريق الجري:
source deepgcn_env_install.sh
.
├── misc # Misc images
├── utils # Common useful modules
├── gcn_lib # gcn library
│ ├── dense # gcn library for dense data (B x C x N x 1)
│ └── sparse # gcn library for sparse data (N x C)
├── eff_gcn_modules # modules for mem efficient gnns
├── examples
│ ├── modelnet_cls # code for point clouds classification on ModelNet40
│ ├── sem_seg_dense # code for point clouds semantic segmentation on S3DIS (data type: dense)
│ ├── sem_seg_sparse # code for point clouds semantic segmentation on S3DIS (data type: sparse)
│ ├── part_sem_seg # code for part segmentation on PartNet
│ ├── ppi # code for node classification on PPI dataset
│ └── ogb # code for node/graph property prediction on OGB datasets
│ └── ogb_eff # code for node/graph property prediction on OGB datasets with memory efficient GNNs
└── ...
يرجى الاستشهاد بالورقة إذا وجدت أي شيء مفيد ،
@InProceedings{li2019deepgcns,
title={DeepGCNs: Can GCNs Go as Deep as CNNs?},
author={Guohao Li and Matthias Müller and Ali Thabet and Bernard Ghanem},
booktitle={The IEEE International Conference on Computer Vision (ICCV)},
year={2019}
}
@article{li2021deepgcns_pami,
title={Deepgcns: Making gcns go as deep as cnns},
author={Li, Guohao and M{"u}ller, Matthias and Qian, Guocheng and Perez, Itzel Carolina Delgadillo and Abualshour, Abdulellah and Thabet, Ali Kassem and Ghanem, Bernard},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2021},
publisher={IEEE}
}
@misc{li2020deepergcn,
title={DeeperGCN: All You Need to Train Deeper GCNs},
author={Guohao Li and Chenxin Xiong and Ali Thabet and Bernard Ghanem},
year={2020},
eprint={2006.07739},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
@InProceedings{li2021gnn1000,
title={Training Graph Neural Networks with 1000 layers},
author={Guohao Li and Matthias Müller and Bernard Ghanem and Vladlen Koltun},
booktitle={International Conference on Machine Learning (ICML)},
year={2021}
}
رخصة معهد ماساتشوستس للتكنولوجيا
لمزيد من المعلومات ، يرجى الاتصال بـ Guohao Li و Matthias Muller و Guocheng Qian.