Skip to content

Releases: cszhangzhen/GraphCTA

This is a PyTorch implementation of the GraphCTA algorithm.

16 Feb 13:12
Compare
Choose a tag to compare

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.