CVLGIVAug 10, 2020

Bipartite Graph Reasoning GANs for Person Image Generation

arXiv:2008.04381v262 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of generating realistic person images from pose inputs for applications like virtual try-on, but it is incremental as it builds on existing GAN-based methods with novel graph reasoning blocks.

The paper tackles person image generation by proposing BiGraphGAN, which uses bipartite graph reasoning to model pose-to-pose and pose-to-image relations, achieving improved performance on Market-1501 and DeepFashion datasets as shown by objective scores and visual realness.

We present a novel Bipartite Graph Reasoning GAN (BiGraphGAN) for the challenging person image generation task. The proposed graph generator mainly consists of two novel blocks that aim to model the pose-to-pose and pose-to-image relations, respectively. Specifically, the proposed Bipartite Graph Reasoning (BGR) block aims to reason the crossing long-range relations between the source pose and the target pose in a bipartite graph, which mitigates some challenges caused by pose deformation. Moreover, we propose a new Interaction-and-Aggregation (IA) block to effectively update and enhance the feature representation capability of both person's shape and appearance in an interactive way. Experiments on two challenging and public datasets, i.e., Market-1501 and DeepFashion, show the effectiveness of the proposed BiGraphGAN in terms of objective quantitative scores and subjective visual realness. The source code and trained models are available at https://github.com/Ha0Tang/BiGraphGAN.

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