Viewing a single comment thread. View all comments

bloc97 t1_iwyeh1x wrote

>the GAN latent space is too compressed/folded

I remember reading a paper that showed that GANs often folds many dimensions of the "internal" latent space into singularities, with large swathes of flat space between them (it's related to the mode collapse problem of GANs).

Back to the question, I guess that when OP is trying to invert the GAN using gradient descent, he is probably getting stuck in a local minima. Try a global search metaheuristic on top of the gradient descent like simulated annealing or genetic algorithms?

9

_Ruffy_ OP t1_iwymjmq wrote

>Try a global search metaheuristic on top of the gradient descent like simulated annealing or genetic algorithms?

Will look into this, thanks!

2

wowAmaze t1_iwzvyru wrote

Do you remember the name of that paper?

1