N-Hop Lifting (Graph to Combinatorial) #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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