Główne pojęcia
방향성 있는 가중치 그래프를 비교하기 위해 일반화된 유효 저항 거리와 마르코프 체인 도달 시간 거리를 활용한 최적 전송 거리 측정 방법을 제안한다.
Streszczenie
이 논문에서는 방향성 있는 가중치 그래프를 비교하기 위한 두 가지 최적 전송 거리 측정 방법을 제안한다:
- 일반화된 유효 저항 거리(GRD)를 활용한 Wasserstein 거리
- 마르코프 체인 도달 시간 거리(HTD)를 활용한 Gromov-Wasserstein 거리
방향성 있는 그래프에서는 노드 간 거리 측정이 어려운 문제가 있다. 이를 해결하기 위해 GRD와 HTD 두 가지 노드 간 거리 측정 방법을 활용하였다.
논문에서는 이 두 가지 최적 전송 거리 측정 방법을 합성 그래프 데이터와 실제 단일 세포 RNA-seq 데이터에서 유도된 세포 간 통신 네트워크에 적용하여 성능을 평가하였다. 실험 결과, 제안한 방법들이 기존 방법들에 비해 방향성 있는 그래프의 특성을 잘 반영하는 것으로 나타났다.
Statystyki
일반화된 유효 저항 거리(GRD)는 다음과 같이 계산된다:
dGRD(k, j) = sqrt((ek - ej)^T * X * (ek - ej))
여기서 X = 2Q^T * Σ * Q이고, Σ는 eL * Σ + Σ * eL^T = I_N-1을 만족하는 유일한 해이다.
마르코프 체인 도달 시간 거리(HTD)는 다음과 같이 계산된다:
d(β)HTD(i, j) = -log(T(β)i,j)
여기서 T(β)i,j = (πi^β * πj^(1-β) * Qi,j) / (i ≠ j), T(β)i,i = 1이다.
Cytaty
"Optimal transport(OT) based graph distances [3, 4], which have risen to prominence recently and address these challenges. In a nutshell, OT-based graph distances are associated with a certain probability distribution for each graph. Two graphs can then be compared by finding a transport plan (a mapping) between those two probability distributions with the minimal transport cost [5]."
"To date, most OT-based methods for measuring network similarities have been proposed for undirected graphs. In many applications, however, we are interested in comparing directed graphs. Yet, extending OT-based distances to directed graphs is not simple, as a symmetric distance metric, typically derived from the distances between nodes in the graph, is required within the cost function(s) typically employed within OT."