LGCVIVSep 22, 2019

LoGANv2: Conditional Style-Based Logo Generation with Generative Adversarial Networks

arXiv:1909.09974v126 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of limited control in logo synthesis for designers, but it is incremental as it builds on existing StyleGAN architectures.

The paper tackled the challenge of generating logos with controllable styles using GANs, by introducing a conditional extension to StyleGAN that improved resolution and diversity, with results showing high-quality conditions enabled embedding finer details for more diverse output.

Domains such as logo synthesis, in which the data has a high degree of multi-modality, still pose a challenge for generative adversarial networks (GANs). Recent research shows that progressive training (ProGAN) and mapping network extensions (StyleGAN) enable both increased training stability for higher dimensional problems and better feature separation within the embedded latent space. However, these architectures leave limited control over shaping the output of the network, which is an undesirable trait in the case of logo synthesis. This paper explores a conditional extension to the StyleGAN architecture with the aim of firstly, improving on the low resolution results of previous research and, secondly, increasing the controllability of the output through the use of synthetic class-conditions. Furthermore, methods of extracting such class conditions are explored with a focus on the human interpretability, where the challenge lies in the fact that, by nature, visual logo characteristics are hard to define. The introduced conditional style-based generator architecture is trained on the extracted class-conditions in two experiments and studied relative to the performance of an unconditional model. Results show that, whilst the unconditional model more closely matches the training distribution, high quality conditions enabled the embedding of finer details onto the latent space, leading to more diverse output.

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