1) 각 node끼리 파라미터 공유 X
2) Inherently "transductive"
3) node attribute feature 사용 X
Encoder(u) = multiple layers of non-linear transformaties of graph structure
[출처 : http://www.secmem.org/blog/2019/08/17/gnn/]
→ Agg함수를 이용해 이웃정보를 모으고, Combine하여 자신의 정보를 더해 다음 상태의 자신 임베딩 값을 만들겠다.
Vanila GNN
Aggregation함수, Combine함수
: 노드 의 초기 임베딩(=노드피쳐)
: 학습 파라미터
에 해당하는 Term(Neighbors aggregation term) : 노드 에 대한 이전 Layer의 이웃도의 임베딩 평균
에 해당하는 Term(Self-transform term) : 이전 layer의 의 임베딩 벡터
여러 GNN모델은 이 Aggregation 함수의 차이가 있는 것