FARM co-trains a variational fashion-image generator with a Bayesian personalized ranking recommender and reports higher outfit recommendation accuracy than several baselines.
Multi-Stage Variational Auto-Encoders for Coarse-to-Fine Image Generation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Variational auto-encoder (VAE) is a powerful unsupervised learning framework for image generation. One drawback of VAE is that it generates blurry images due to its Gaussianity assumption and thus L2 loss. To allow the generation of high quality images by VAE, we increase the capacity of decoder network by employing residual blocks and skip connections, which also enable efficient optimization. To overcome the limitation of L2 loss, we propose to generate images in a multi-stage manner from coarse to fine. In the simplest case, the proposed multi-stage VAE divides the decoder into two components in which the second component generates refined images based on the course images generated by the first component. Since the second component is independent of the VAE model, it can employ other loss functions beyond the L2 loss and different model architectures. The proposed framework can be easily generalized to contain more than two components. Experiment results on the MNIST and CelebA datasets demonstrate that the proposed multi-stage VAE can generate sharper images as compared to those from the original VAE.
fields
cs.IR 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Improving Outfit Recommendation with Co-supervision of Fashion Generation
FARM co-trains a variational fashion-image generator with a Bayesian personalized ranking recommender and reports higher outfit recommendation accuracy than several baselines.