-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optimal transport to Geometric Deep Learning #284
Comments
Currently, this package is towards the goal of geometric deep learning by Michael Bronstein. However, most of the things for the goal is not ready yet. For the 5G, Grids and Graphs are available. It's welcome to contribute models from the paper a geometric understanding of deep learning into this package. |
That sounds very exciting!!! |
@CaiYitao Do you refer this paper? |
yeah, I am aware of this paper, and I like the idea of this paper, but haven't dug deep into it yet, (I was planning to do Practical AI with this paper but the source code was not published yet, so my supervisor suggested me to do CONFGF and SEGNN) . I was thinking of applying a geometric understanding of deep learning which is a geometric way of Optimal transport (core methods based on monge-ampere PDE and Brenier polar factorization) to geometric deep learning /GNN |
I just check the paper. I seems to analyze and establish the relationship between optimal transportation (OT) and generative adversarial networks (GANs). In this paper, it proposed a novel generative model AE-OT model, and it uses an autoencoder (AE) for manifold learning and OT map for probability distribution transformation. I am sure it is a kind of deep learning model, but should not under the umbrella of geometric deep learning. Although there are some relationship between geometric deep learning and OT, the relationship remains not mentioned in this paper. |
ConfGF to be https://github.com/DeepGraphLearning/ConfGF? And SEGNN to be https://github.com/EnyanDai/SEGNN? |
Yeah, ConfGF is that one, but SEGNN is this SEGNN This paper is from Johannes Brandstetter et.al who is a prof. of our university JKU. |
I think it's OK they didn't aware of geometric deep learning developed by Bronstein et.al. I didn't go deeper in this paper but I think it is surely general enough to extend to geometric deep learning. However, this package should collect the models under the umbrella of geometric deep learning, at least. There might be some work to be done and we can have models in this package. |
I am very glad and grateful that you are developing these amazing packages, I am planning to use this package to write my master thesis, and I hope in the meantime I will be proficient enough to contribute : ). |
The code for applying OT,GNN to protein analysis, was out here |
I was wondering if this package is based on the geometric deep learning by Michael Bronstein et.al.? Can this package do the 5G(Grids,Graphs,Groups,Geodesics&Gauges) thing?
Is it possible to add a geometric understanding of deep learning into the arsenal? it basically uses optimal transport(Brenier's potential, Monge-Ampere PDE) to study geometric deep learning. and there are a great optimal transport course for this topic for reference.
The text was updated successfully, but these errors were encountered: