条件付き画像生成の最近の方法は、高忠実度を達成するためのセグメンテーションラベルマップなどの高密度監視の恩恵を受けています。ただし、無条件の画像生成に高密度の監視を採用することはめったに検討されていません。ここでは、無条件の生成における密な監視の有効性を調査し、ジェネレータの機能マップがコストのかかるセマンティックラベルマップの代替になる可能性があることを発見します。私たちの経験的証拠から、ジェネレーター機能マップが無条件の生成で豊富な意味表現を持つようにディスクリミネーターを監視する、新しいジェネレーターガイド付きディスクリミネーター正則化(GGDR)を提案します。具体的には、識別器にU-Netアーキテクチャを採用しています。これは、入力として偽の画像が与えられた場合のジェネレータの特徴マップを予測するようにトレーニングされています。複数のデータセットでの広範な実験は、私たちのGGDRが定量的および定性的側面の観点からベースラインメソッドのパフォーマンスを一貫して改善することを示しています。コードはhttps://github.com/naver-ai/GGDRで入手できます。
Recent methods for conditional image generation benefit from dense supervision such as segmentation label maps to achieve high-fidelity. However, it is rarely explored to employ dense supervision for unconditional image generation. Here we explore the efficacy of dense supervision in unconditional generation and find generator feature maps can be an alternative of cost-expensive semantic label maps. From our empirical evidences, we propose a new generator-guided discriminator regularization(GGDR) in which the generator feature maps supervise the discriminator to have rich semantic representations in unconditional generation. In specific, we employ an U-Net architecture for discriminator, which is trained to predict the generator feature maps given fake images as inputs. Extensive experiments on mulitple datasets show that our GGDR consistently improves the performance of baseline methods in terms of quantitative and qualitative aspects. Code is available at https://github.com/naver-ai/GGDR