Skip to main content
. 2020 Dec 24;21(1):58. doi: 10.3390/s21010058
Algorithm 1: Image de-identification content generation.
  Input: The private image Ipn×m×3 to de-identify; A pretrained generator   G(·).
  Output: The de-identified image Id optimized via G(·)
  Initialize latent vector ω, differential privacy Laplace noise with Δf and ϵ;
  while not converged do
  |  IpIp=G(ω*);
  end(
  Ipd=G(ω*+Lap(Δfϵ)) ;