Skip to main content
. 2022 Oct 26;24(11):1533. doi: 10.3390/e24111533
Algorithm 1 ICBPC algorithm
Input:X = unlabeled images;
Output:K classes of clustering images;
  1: Initialize PEDCC cluster centers;
  2: repeat
  3:    X^ = Augumentation(X);
  4:    Z^ = Encoder(X^); Z = Encoder(X);
  5:    loss1 = MMD(ZZ^, PEDCC); loss2 = Contrastive loss(Z, Z^);
  6: until Stopping criterion meet