1. TL-GAN matches feature axes in the latent space to generate images without fine-tuning the neural network.
2. It discovers correlations between the latent vector Z and image labels by applying multivariate linear regression and normalizing the coefficients.
3. The vectors are then adjusted to be orthogonal, allowing different properties to be matched while labeling unlabeled data to add descriptions.
6. Generating with condition
Style-transfer networks (Pix2Pix, CycleGAN, Stargan)
- Required label & Image
- Hard to control each conditional volume
Conditional Generator (conditional GAN)
- Required label for training
- Need retraining
11. TL-GAN Discover Correlation
1. Z와 Label간의 coefficient (2D) 를
다변량 다중 선형 회귀를 통해 구한다. 그리고 각 계수를 normalize
https://github.com/SummitKwan/transparent_latent_gan/blob/04439c24ec5b9
d2da458bb933c6a7296d6bed9dd/src/tl_gan/script_label_regression.py