Skip to content

This is a PyTorch implementation of the GraphCTA algorithm.

Latest
Compare
Choose a tag to compare
@cszhangzhen cszhangzhen released this 16 Feb 13:12
· 2 commits to main since this release

It performs model adaptation and graph adaptation collaboratively through a series of procedures: (1) conduct model adaptation based on node's neighborhood predictions in target graph considering both local and global information; (2) perform graph adaptation by updating graph structure and node attributes via neighborhood constrastive learning; and (3) the updated graph serves as an input to facilitate the subsequent iteration of model adaptation, thereby establishing a collaborative loop between model adaptation and graph adaptation.