Skip to main content

Showing 1–9 of 9 results for author: Chong, M J

.
  1. arXiv:2112.11641  [pdf, other

    cs.CV

    JoJoGAN: One Shot Face Stylization

    Authors: Min ** Chong, David Forsyth

    Abstract: A style mapper applies some fixed style to its input images (so, for example, taking faces to cartoons). This paper describes a simple procedure -- JoJoGAN -- to learn a style mapper from a single example of the style. JoJoGAN uses a GAN inversion procedure and StyleGAN's style-mixing property to produce a substantial paired dataset from a single example style. The paired dataset is then used to f… ▽ More

    Submitted 6 March, 2022; v1 submitted 21 December, 2021; originally announced December 2021.

    Comments: code at https://github.com/mchong6/JoJoGAN

  2. arXiv:2111.01619  [pdf, other

    cs.CV cs.LG

    StyleGAN of All Trades: Image Manipulation with Only Pretrained StyleGAN

    Authors: Min ** Chong, Hsin-Ying Lee, David Forsyth

    Abstract: Recently, StyleGAN has enabled various image manipulation and editing tasks thanks to the high-quality generation and the disentangled latent space. However, additional architectures or task-specific training paradigms are usually required for different tasks. In this work, we take a deeper look at the spatial properties of StyleGAN. We show that with a pretrained StyleGAN along with some operatio… ▽ More

    Submitted 2 November, 2021; originally announced November 2021.

  3. arXiv:2107.06256  [pdf, other

    cs.CV cs.LG

    Retrieve in Style: Unsupervised Facial Feature Transfer and Retrieval

    Authors: Min ** Chong, Wen-Sheng Chu, Abhishek Kumar, David Forsyth

    Abstract: We present Retrieve in Style (RIS), an unsupervised framework for facial feature transfer and retrieval on real images. Recent work shows capabilities of transferring local facial features by capitalizing on the disentanglement property of the StyleGAN latent space. RIS improves existing art on the following: 1) Introducing more effective feature disentanglement to allow for challenging transfers… ▽ More

    Submitted 24 August, 2021; v1 submitted 13 July, 2021; originally announced July 2021.

    Comments: Code is here https://github.com/mchong6/RetrieveInStyle

  4. arXiv:2106.06593  [pdf, other

    cs.CV cs.GR cs.LG

    Toward Accurate and Realistic Outfits Visualization with Attention to Details

    Authors: Kedan Li, Min ** Chong, Jeffrey Zhang, **gen Liu

    Abstract: Virtual try-on methods aim to generate images of fashion models wearing arbitrary combinations of garments. This is a challenging task because the generated image must appear realistic and accurately display the interaction between garments. Prior works produce images that are filled with artifacts and fail to capture important visual details necessary for commercial applications. We propose Outfi… ▽ More

    Submitted 11 June, 2021; originally announced June 2021.

    Comments: Accepted to CVPR2021. Live demo here https://revery.ai/demo.html

  5. arXiv:2106.06561  [pdf, other

    cs.CV cs.GR cs.LG

    GANs N' Roses: Stable, Controllable, Diverse Image to Image Translation (works for videos too!)

    Authors: Min ** Chong, David Forsyth

    Abstract: We show how to learn a map that takes a content code, derived from a face image, and a randomly chosen style code to an anime image. We derive an adversarial loss from our simple and effective definitions of style and content. This adversarial loss guarantees the map is diverse -- a very wide range of anime can be produced from a single content code. Under plausible assumptions, the map is not jus… ▽ More

    Submitted 11 June, 2021; originally announced June 2021.

    Comments: code is here https://github.com/mchong6/GANsNRoses

  6. arXiv:2003.10817  [pdf, other

    cs.CV

    Toward Accurate and Realistic Virtual Try-on Through Shape Matching and Multiple Warps

    Authors: Kedan Li, Min ** Chong, **gen Liu, David Forsyth

    Abstract: A virtual try-on method takes a product image and an image of a model and produces an image of the model wearing the product. Most methods essentially compute warps from the product image to the model image and combine using image generation methods. However, obtaining a realistic image is challenging because the kinematics of garments is complex and because outline, texture, and shading cues in t… ▽ More

    Submitted 26 March, 2020; v1 submitted 21 March, 2020; originally announced March 2020.

  7. arXiv:1911.07023  [pdf, other

    cs.CV cs.LG

    Effectively Unbiased FID and Inception Score and where to find them

    Authors: Min ** Chong, David Forsyth

    Abstract: This paper shows that two commonly used evaluation metrics for generative models, the Fréchet Inception Distance (FID) and the Inception Score (IS), are biased -- the expected value of the score computed for a finite sample set is not the true value of the score. Worse, the paper shows that the bias term depends on the particular model being evaluated, so model A may get a better score than model… ▽ More

    Submitted 15 June, 2020; v1 submitted 16 November, 2019; originally announced November 2019.

    Comments: CVPR 2020

  8. arXiv:1904.06347  [pdf, other

    cs.CV

    Unrestricted Adversarial Examples via Semantic Manipulation

    Authors: Anand Bhattad, Min ** Chong, Kaizhao Liang, Bo Li, D. A. Forsyth

    Abstract: Machine learning models, especially deep neural networks (DNNs), have been shown to be vulnerable against adversarial examples which are carefully crafted samples with a small magnitude of the perturbation. Such adversarial perturbations are usually restricted by bounding their $\mathcal{L}_p$ norm such that they are imperceptible, and thus many current defenses can exploit this property to reduce… ▽ More

    Submitted 20 March, 2020; v1 submitted 12 April, 2019; originally announced April 2019.

    Comments: Accepted to ICLR 2020. First two authors contributed equally. Code: https://github.com/aisecure/Big-but-Invisible-Adversarial-Attack and Openreview: https://openreview.net/forum?id=Sye_OgHFwH

  9. arXiv:1612.01958  [pdf, other

    cs.CV

    Learning Diverse Image Colorization

    Authors: Aditya Deshpande, Jiajun Lu, Mao-Chuang Yeh, Min ** Chong, David Forsyth

    Abstract: Colorization is an ambiguous problem, with multiple viable colorizations for a single grey-level image. However, previous methods only produce the single most probable colorization. Our goal is to model the diversity intrinsic to the problem of colorization and produce multiple colorizations that display long-scale spatial co-ordination. We learn a low dimensional embedding of color fields using a… ▽ More

    Submitted 27 April, 2017; v1 submitted 6 December, 2016; originally announced December 2016.

    Comments: This revision to appear in CVPR17