CVJan 21, 2018

Decoupled Learning for Conditional Adversarial Networks

arXiv:1801.06790v124 citations
Originality Incremental advance
AI Analysis

This addresses the instability and tuning challenges in generative adversarial networks for image generation, though it is an incremental improvement over existing methods.

The paper tackles the problem of manually balancing reconstruction and adversarial losses in conditional adversarial networks for image generation by proposing decoupled learning, which disentangles their backpropagation paths, resulting in improved stability and generality without needing prior knowledge.

Incorporating encoding-decoding nets with adversarial nets has been widely adopted in image generation tasks. We observe that the state-of-the-art achievements were obtained by carefully balancing the reconstruction loss and adversarial loss, and such balance shifts with different network structures, datasets, and training strategies. Empirical studies have demonstrated that an inappropriate weight between the two losses may cause instability, and it is tricky to search for the optimal setting, especially when lacking prior knowledge on the data and network. This paper gives the first attempt to relax the need of manual balancing by proposing the concept of \textit{decoupled learning}, where a novel network structure is designed that explicitly disentangles the backpropagation paths of the two losses. Experimental results demonstrate the effectiveness, robustness, and generality of the proposed method. The other contribution of the paper is the design of a new evaluation metric to measure the image quality of generative models. We propose the so-called \textit{normalized relative discriminative score} (NRDS), which introduces the idea of relative comparison, rather than providing absolute estimates like existing metrics.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes