CVAINov 12, 2022

Bipartite Graph Reasoning GANs for Person Pose and Facial Image Synthesis

arXiv:2211.06719v120 citationsh-index: 120Has Code
Originality Incremental advance
AI Analysis

This addresses image synthesis challenges for computer vision applications, but it is incremental as it builds on existing GAN methods with novel blocks for specific tasks.

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

We present a novel bipartite graph reasoning Generative Adversarial Network (BiGraphGAN) for two challenging tasks: person pose and facial image synthesis. The proposed graph generator 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 long-range cross relations between the source and target pose in a bipartite graph, which mitigates some of the 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 a person's shape and appearance in an interactive way. To further capture the change in pose of each part more precisely, we propose a novel part-aware bipartite graph reasoning (PBGR) block to decompose the task of reasoning the global structure transformation with a bipartite graph into learning different local transformations for different semantic body/face parts. Experiments on two challenging generation tasks with three public datasets demonstrate the effectiveness of the proposed methods 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