Skip to content
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

Cy2C lifting (Graph to Simplicial) #27

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dkssudgktpdydn
Copy link

@dkssudgktpdydn dkssudgktpdydn commented Jun 30, 2024

Add a lifting from graph to simplicial based on Clique to Cycle (Cy2C) (Choi et al. (2022)).

Overcome the theoretical limitations by enriching the topological properties of the input data admitted by GNNs with clique adjacency matrices.

Clique Adjacency Matrix:
Let $G := (V, E)$ be an undirected graph. Fix the cycle basis $B_G$ of $G$, the set of cyclic subgraphs of $G$ which forms the basis of the cycle space (or the first homology group) of $G$. The clique adjacency matrix of $G$, denoted as $A_C$, is the adjacency matrix of the union of $B_G$ complete subgraphs, each obtained from adding all possible edges among the set of nodes of each basis element $B \in B_G$.

References
Cycle to Clique (Cy2C) Graph Neural Network: A Sight to See beyond Neighborhood Aggregation (Choi et al. ICLR 2022)
Topology-Informed Graph Transformer (Choi et al., ICML GRaM 2024)

Image1
image3

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@dkssudgktpdydn dkssudgktpdydn changed the title Cy2c lifting (Graph to Simplicial) Cy2C lifting (Graph to Simplicial) Jun 30, 2024
@gbg141
Copy link
Member

gbg141 commented Jul 8, 2024

Hello @dkssudgktpdydn ! Thank you for your submission. As we near the end of the challenge, I am collecting participant info for the purpose of selecting and announcing winners. Please email me (or have one member of your team email me) at [email protected] so I can share access to the voting form. In your email, please include:

  • your first and last name (as well as any other team members)
  • the title of the method you implemented
  • the input domain of the method you implemented
  • the output domain of the method you implemented
  • your pull request number (Cy2C lifting (Graph to Simplicial) #27)

Before July 12, make sure that your submission respects all Submission Requirements laid out on the challenge page. Any submission that fails to meet this criteria will be automatically disqualified.

@dkssudgktpdydn
Copy link
Author

dkssudgktpdydn commented Jul 9, 2024 via email

@gbg141 gbg141 added award-category-1 Lifting to Simplicial or Cell Domain award-category-4 Connectivity-based Lifting labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
award-category-1 Lifting to Simplicial or Cell Domain award-category-4 Connectivity-based Lifting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants