RobinLu1209/ST-GFSL

Transfer the knowledge between graphs with different number of nodes?

JingweiZuo opened this issue · 2 comments

Dear authors,

Firstly, I would like to express my gratitude for sharing the code for your wonderful work, which I find quite inspiring.

After thoroughly reading your paper, I have a question regarding the transfer of non-shared parameters to the target city with a graph of different numbers of nodes. While the paper explains the meta-knowledge and the Parameter Generation process in Section 4.2, I am still unclear about how the source and target nodes are aligned. For instance, how the meta-knowledge $Z^{MK} \in R^{N \times d_{MK}}$ can be transferred to the target city with a graph of $N'$ nodes?

I would be grateful if you could provide clarification on this matter.

Thank you in advance for your time and assistance.

Best regards,
Jingwei

Thanks for your attention. The learned meta-knowledge is node-level, and thereby the node number of different cities is not a matter. The knowledge transfer is achieved by parameter matching. To be specific, if two nodes (either intra-city or inter-city) have the similar meta-knowledge, they will have similar parameters of feature extractor. Therefore, in a novel city with few-shot samples can share the power of feature extraction through a similar nodes in large-scale cities.

Many thanks for your prompt answer. It is clear now :)