CVCLLGOct 23, 2020

Lightweight Generative Adversarial Networks for Text-Guided Image Manipulation

arXiv:2010.12136v175 citations
Originality Incremental advance
AI Analysis

This work addresses efficient image editing for users needing precise control via text, though it is incremental in improving parameter efficiency.

The paper tackles the problem of text-guided image manipulation by proposing a lightweight generative adversarial network with a word-level discriminator, achieving competitive performance with significantly fewer parameters.

We propose a novel lightweight generative adversarial network for efficient image manipulation using natural language descriptions. To achieve this, a new word-level discriminator is proposed, which provides the generator with fine-grained training feedback at word-level, to facilitate training a lightweight generator that has a small number of parameters, but can still correctly focus on specific visual attributes of an image, and then edit them without affecting other contents that are not described in the text. Furthermore, thanks to the explicit training signal related to each word, the discriminator can also be simplified to have a lightweight structure. Compared with the state of the art, our method has a much smaller number of parameters, but still achieves a competitive manipulation performance. Extensive experimental results demonstrate that our method can better disentangle different visual attributes, then correctly map them to corresponding semantic words, and thus achieve a more accurate image modification using natural language descriptions.

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