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

N-Hop Lifting (Graph to Combinatorial) #28

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

Conversation

martin-carrasco
Copy link
Contributor

@martin-carrasco martin-carrasco commented Jul 1, 2024

Add N-Hop lifting to combinatorial complex where the n-hop neighbourhood is a 2+k rank hyper edge. Let $G = (V, E)$ denote a graph and $N(v, k)$ denote the $k$-hop neighbours of $v$. We say that an $(2+k)$-cell $\sigma$ is the set of neighbours $u$ such that $u \in N(v, k) \cup {v}$, $rank(u) > rank(v)$ and ${v} \subset \sigma$. This definition fits with the properties of a Combinatorial Complex (CCC) as described in [1]. Similarly, this example is describe in a similar way in the Appendix.

The CCC after the lift will contain information of the underlying graph as hierarchical relations as well as set-relations in terms of the hyperedges added to represent $k$-hop neighbourhoods.


[1] Hajij, M., Zamzmi, G., Papamarkou, T., Miolane, N., Guzmán-Sáenz, A., Ramamurthy, K. N., ... & Schaub, M. T. (2022). Topological deep learning: Going beyond graph data. arXiv preprint arXiv:2206.00606.
 ***
Tags:
Existing lift from literature | connectivity-based | deterministic

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@martin-carrasco martin-carrasco changed the title N-Hop Lifting (Graph to Combinatorial Complex) N-Hop Lifting (Graph to Combinatorial) Jul 1, 2024
@gbg141
Copy link
Member

gbg141 commented Jul 8, 2024

Hello @martin-carrasco! 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 (N-Hop Lifting (Graph to Combinatorial) #28)

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.

@gbg141 gbg141 added award-category-2 Lifting to Combinatorial, Hypergraph or Graph Domain award-category-4 Connectivity-based Lifting labels Jul 9, 2024
@gbg141 gbg141 added Winner Awarded submission and removed challenge-icml-2024 labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
award-category-2 Lifting to Combinatorial, Hypergraph or Graph Domain award-category-4 Connectivity-based Lifting Winner Awarded submission
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants