Skip to main content
. 2020 Dec 24;21(1):58. doi: 10.3390/s21010058
Algorithm 3: Facial image de-identification.
  Input: A human face image In×m×3 to protect; a pretrained generator G(·)
  Output: The de-identify facial image Id.
  Initialize latent code ω*=ω;
  while not converged do
   |  II=G(ω*);
  end(
  Id=G(ω*+Lap(Δfϵ))