Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.11 KB

Subhomogeneous Deep Equilibrium Models (SubDEQ)

Code release for Subhomogeneous Deep Equilibrium Models (ICML 2024).

[paper]

Requirements

Can install with pip install -r requirements.txt.

Getting started

run main.py to re-do our experiments on MNIST, CIFAR100, SVHN, and Tiny ImageNe using the SubDEQ.

run train.py to re-do our experiments on Cora citation, Cora author, CiteSeer, DBLP, and PubMed using the SubDEQ GNN.

Acknowledgement

The implementation of SubDEQ is based on Deep Implicit Layers - Neural ODEs, Deep Equilibirum Models, and Beyond and A PyTorch implementation of Predict then Propagate: Graph Neural Networks meet Personalized PageRank.

Citation

If you find this repository useful in your research, please consider citing:

@inproceedings{sittoni2024subhomogeneous,
  title = {Subhomogeneous Deep Equilibrium Models},
  author = {Pietro Sittoni and Tudisco, Francesco},
  booktitle={International Conference on Machine Learning (ICML)},
  year = {2024}
}