-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# contrastive learning of graph/manifold hierarchy | ||
|
||
parameterize each level of the hierarchy as a code book. Assume the code book entries map directly to meta-nodes. The meta-graph describes inter-community relationships at some depth of the hierarchy. | ||
|
||
the assignment of codebook entries to nodes of the knowledge graph (over the data) is one-to-many. Each node maps to a single meta-node, and meta-nodes can map to many nodes. | ||
|
||
now, run DeLIP or CLIP or whatever contrastive objective over the pairings. so the node -> meta-node assignments can be parameterized as a classifier that is conditioned on some learnable vector, and we learn that vector through tthe CLIP objective on the pairings. |