English

Bilinear Representation for Language-based Image Editing Using Conditional Generative Adversarial Networks

Computer Vision and Pattern Recognition 2019-11-15 v1

Abstract

The task of Language-Based Image Editing (LBIE) aims at generating a target image by editing the source image based on the given language description. The main challenge of LBIE is to disentangle the semantics in image and text and then combine them to generate realistic images. Therefore, the editing performance is heavily dependent on the learned representation. In this work, conditional generative adversarial network (cGAN) is utilized for LBIE. We find that existing conditioning methods in cGAN lack of representation power as they cannot learn the second-order correlation between two conditioning vectors. To solve this problem, we propose an improved conditional layer named Bilinear Residual Layer (BRL) to learning more powerful representations for LBIE task. Qualitative and quantitative comparisons demonstrate that our method can generate images with higher quality when compared to previous LBIE techniques.

Keywords

Cite

@article{arxiv.1903.07499,
  title  = {Bilinear Representation for Language-based Image Editing Using Conditional Generative Adversarial Networks},
  author = {Xiaofeng Mao and Yuefeng Chen and Yuhong Li and Tao Xiong and Yuan He and Hui Xue},
  journal= {arXiv preprint arXiv:1903.07499},
  year   = {2019}
}

Comments

To appear at ICASSP 2019. Implementation: https://github.com/vtddggg/BilinearGAN_for_LBIE

R2 v1 2026-06-23T08:11:38.142Z