This repository is the official implementation of the methods in the publication Differentiable Lifting for Topological Neural Networks, accepted at ICLR 2026. The code runs on python 3.10 and uses CUDA-12.1.
We propose
docker build .Graph classification experiments are in main_graph_classification.py, and node classification experiments are in main.py.
If you find this code useful in your research, please consider citing our paper:
@inproceedings{
franco2026differentiable,
title={Differentiable Lifting for Topological Neural Networks},
author={Jorge Luiz Franco and Gabriel Duarte and Alexander V Nikitin and Moacir A Ponti and Diego Mesquita and Amauri H Souza},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={[https://openreview.net/forum?id=eC89CbINIw](https://openreview.net/forum?id=eC89CbINIw)}
}This software is provided under the MIT License.
