Skip to content

Official implementation for the paper: "Subhomogeneous Deep Equilibrium Models"

Notifications You must be signed in to change notification settings

COMPiLELab/SubDEQ

Repository files navigation

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}
}

About

Official implementation for the paper: "Subhomogeneous Deep Equilibrium Models"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages