- shifted coordinates
- enumerates the all 2* neighbors across two graphs
두 space에서 얻은 edge embedding들은 MLP를 거쳐 edge score를 생성한다. 는 두 노드의 shifted coordinate space에서의 geometric distance를 나타낸다.
Edge score 가 0.5보다 크면 두 노드 사이의 엣지는 superpoint graph에서 사라지며 는 BCE loss로 구성된다.
노드 에 해당하는 instance centroids를 라 할 때 distance 를 minimize하고 두 노드가 같은 instance일 때는 가 최소가 되도록, 다른 instance일 때는 와 가 최소화되도록 하기 위해 다음과 같은 loss를 활용한다.
Feature space에서도 마찬가지로 동일한 instance라면 서로 끌어당기고 mean embedding 가 가까워지도록, 다른 instance라면 서로 밀어내며 또한 멀어지도록 학습한다.
최종 loss는 다음과 같다.