MixNMatch: Multifactor Disentanglement and Encoding for Conditional Image Generation
Yuheng Li, Krishna Kumar Singh, Utkarsh Ojha, Yong Jae Lee

TL;DR
MixNMatch is a novel conditional generative model that disentangles and encodes multiple image factors like background, pose, shape, and texture with minimal supervision, enabling versatile mix-and-match image generation.
Contribution
It extends FineGAN by incorporating factor disentanglement and encoding for conditional generation with minimal supervision, using adversarial training and bounding boxes.
Findings
Successfully disentangles multiple image factors
Enables diverse applications like sketch2color and img2gif
Achieves accurate factor encoding and combination
Abstract
We present MixNMatch, a conditional generative model that learns to disentangle and encode background, object pose, shape, and texture from real images with minimal supervision, for mix-and-match image generation. We build upon FineGAN, an unconditional generative model, to learn the desired disentanglement and image generator, and leverage adversarial joint image-code distribution matching to learn the latent factor encoders. MixNMatch requires bounding boxes during training to model background, but requires no other supervision. Through extensive experiments, we demonstrate MixNMatch's ability to accurately disentangle, encode, and combine multiple factors for mix-and-match image generation, including sketch2color, cartoon2img, and img2gif applications. Our code/models/demo can be found at https://github.com/Yuheng-Li/MixNMatch
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
MixNMatch: Multifactor Disentanglement and Encoding for Conditional Image Generation· youtube
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Computer Graphics and Visualization Techniques · Video Analysis and Summarization
