<aside> 💡

프로젝트를 위해 공부했던 GIN에 대해 정리하고자 한다. 이번 포스팅은 'How Powerful are Graph Neural Networks?' 논문의 내용을 바탕으로 참고 자료와 함께 정리한 내용이다.

</aside>

0. Preliminaries

Isomorphism graph

$$ PA_1P^T=A_2\,and\,PX_1\,=\,X_2 $$

$$ min_{P\in \mathcal{P}}||PA_1P^T-A_2||+||PX_1-X_2||= 0 $$

Untitled

                                             [ figure 1 ] Example Isomorph graphs 

WL(Weisfeiler-Lehman) Test

스크린샷 2023-12-26 오후 11.23.11.png

                                                                           (** 출처 : [The Weisfeiler-Lehman Isomorphism Test](<https://davidbieber.com/post/2019-05-10-weisfeiler-lehman-isomorphism-test/>))

Graph isomorphism for evaluating graph representation

$$ z_\mathcal{G_1}= z_\mathcal{G_2}\;if \;and \;only\;if\;\mathcal{G_1}\;is\;isomorphic\;to\;\mathcal{G_2} $$