discriminators - to learn realistic details - to learn correct global structure - Domain-invariant perceptual loss - supervised setting でしか使えない perceptual loss を unsupervised にも拡張 - a distance in the VGG feature space between the output and the reference image - high-resolution の学習を助ける。
weighted L2 distance between pairs of deep features of randomly-sampled translated images from the same input - deep feature extractor: ImageNet-pretrained AlexNet - correlate well with human perceptual similarity - 1900 pairs - 100 input images - x 19 output pairs/input
- to evaluate quality and diversity - IS: diversity of all output images - Inception-v3 で識別しやすい画像であるほどスコアが高い。 - CIS: diversity of outputs conditioned on a single input image - more suited for evaluating multi-modal mapping - e.g. 1 枚の猫の画像が、ほぼ完璧な犬の画像に変換されたら、 ISは高くなる。ただ、もし、その変換 先が、画像ごとに同じ犬の画像に変換される( multi-modal mapping でない)なら、 IS は高いが、 CIS は低くなる。