AROC : Approximate Rank-Order Clustering 핵심내용 정리
-
얼굴에서 feature 추출
-
각 얼굴에 대해서 top-k nearest neighbors를 계산
-
각 얼굴 간의 distance와 top-k nearest neighbor lists를 계산
-
threshold보다 작은 distance를 가진 모든 얼굴쌍을 transitively merge
distance measure for approximate rank-order clustering
-
ranking보다 top-k NN lists에 있는지 없는지를 반영함.
-
NN lists에 있으면 I(x,k)=0, otherwise I(x,k)=1
Symmetric distance between two faces
참고할 사이트
https://github.com/KunpengWang/approximate-rank-order-clustering
https://github.com/varun-suresh/Clustering