← Search

Huiwen Chang

24 accepted papers

2024

Leveraging Unpaired Data for Vision-Language Generative Models via Cycle Consistency

ICLR 2024spotlight

Current vision-language generative models rely on expansive corpora of $\textit{paired}$ image-text data to attain optimal performance and generalization capabilities. However, automatically collecting such data (e.g. via large-scale web scraping) leads to low quality and poor image-text correlation…

2023

Discrete Predictor-Corrector Diffusion Models for Image Synthesis

ICLR 2023poster

We introduce Discrete Predictor-Corrector diffusion models (DPC), extending predictor-corrector samplers in Gaussian diffusion models to the discrete case. Predictor-corrector samplers are a class of samplers for diffusion models, which improve on ancestral samplers by correcting the sampling distri…

Cited by 18SourcePDFScholar
2023

Imagic: Text-Based Real Image Editing With Diffusion Models

CVPR 2023poster

Text-conditioned image editing has recently attracted considerable interest. However, most methods are currently limited to one of the following: specific editing types (e.g., object overlay, style transfer), synthetically generated images, or requiring multiple input images of a common object. In t…

Cited by 1151SourcePDFScholar
2023

MAGE: MAsked Generative Encoder To Unify Representation Learning and Image Synthesis

CVPR 2023poster

Generative modeling and representation learning are two key tasks in computer vision. However, these models are typically trained independently, which ignores the potential for each task to help the other, and leads to training and model maintenance overheads. In this work, we propose MAsked Generat…

2023

MAGVIT: Masked Generative Video Transformer

CVPR 2023highlight

We introduce the MAsked Generative VIdeo Transformer, MAGVIT, to tackle various video synthesis tasks with a single model. We introduce a 3D tokenizer to quantize a video into spatial-temporal visual tokens and propose an embedding method for masked video token modeling to facilitate multi-task lear…

2023

Muse: Text-To-Image Generation via Masked Generative Transformers

ICML 2023poster

We present Muse, a text-to-image Transformermodel that achieves state-of-the-art image genera-tion performance while being significantly moreefficient than diffusion or autoregressive models.Muse is trained on a masked modeling task indiscrete token space: given the text embeddingextracted from a pr…

2023

Score-Based Diffusion Models as Principled Priors for Inverse Imaging

ICCV 2023poster

Priors are essential for reconstructing images from noisy and/or incomplete measurements. The choice of the prior determines both the quality and uncertainty of recovered images. We propose turning score-based diffusion models into principled image priors ("score-based priors") for analyzing a poste…

Cited by 85PDFScholar
2023

StableRep: Synthetic Images from Text-to-Image Models Make Strong Visual Representation Learners

NeurIPS 2023poster

We investigate the potential of learning visual representations using synthetic images generated by text-to-image models. This is a natural question in the light of the excellent performance of such models in generating high-quality images. We consider specifically the Stable Diffusion, one of the l…

2023

StyleDrop: Text-to-Image Synthesis of Any Style

NeurIPS 2023poster

Pre-trained large text-to-image models synthesize impressive images with an appropriate use of text prompts. However, ambiguities inherent in natural language, and out-of-distribution effects make it hard to synthesize arbitrary image styles, leveraging a specific design pattern, texture or material…

2023

VQ3D: Learning a 3D-Aware Generative Model on ImageNet

ICCV 2023oral

Recent work has shown the possibility of training generative models of 3D content from 2D image collections on small datasets corresponding to a single object class, such as human faces, animal faces, or cars. However, these models struggle on larger, more complex datasets. To model diverse and unco…

Cited by 30PDFScholar
2023

Visual Prompt Tuning for Generative Transfer Learning

CVPR 2023poster

Learning generative image models from various domains efficiently needs transferring knowledge from an image synthesis model trained on a large dataset. We present a recipe for learning vision transformers by generative knowledge transfer. We base our framework on generative vision transformers repr…

2022

BLT: Bidirectional Layout Transformer for Controllable Layout Generation

ECCV 2022poster

"Creating visual layouts is a critical step in graphic design. Automatic generation of such layouts is essential for scalable and diverse visual designs. To advance conditional layout generation, we introduce BLT, a bidirectional layout transformer. BLT differs from previous work on transformers in…

2022

Deep 3D-to-2D Watermarking: Embedding Messages in 3D Meshes and Extracting Them From 2D Renderings

CVPR 2022poster

Digital watermarking is widely used for copyright protection. Traditional 3D watermarking approaches or commercial software are typically designed to embed messages into 3D meshes, and later retrieve the messages directly from distorted/undistorted watermarked 3D meshes. However, in many cases, user…

Cited by 41PDFScholar
2022

Pyramid Adversarial Training Improves ViT Performance

CVPR 2022oral

Aggressive data augmentation is a key component of the strong generalization capabilities of Vision Transformer (ViT). One such data augmentation technique is adversarial training (AT); however, many prior works have shown that this often results in poor clean accuracy. In this work, we present pyra…

Cited by 69PDFcodeScholar
2022

ViTGAN: Training GANs with Vision Transformers

ICLR 2022spotlight

Recently, Vision Transformers (ViTs) have shown competitive performance on image recognition while requiring less vision-specific inductive biases. In this paper, we investigate if such performance can be extended to image generation. To this end, we integrate the ViT architecture into generative ad…

2021

AutoFlow: Learning a Better Training Set for Optical Flow

CVPR 2021poster

Synthetic datasets play a critical role in pre-training CNN models for optical flow, but they are painstaking to generate and hard to adapt to new applications. To automate the process, we present AutoFlow, a simple and effective method to render training data for optical flow that optimizes the per…

Cited by 132PDFcodeScholar
2021

LASR: Learning Articulated Shape Reconstruction From a Monocular Video

CVPR 2021poster

Remarkable progress has been made in 3D reconstruction of rigid structures from a video or a collection of images. However, it is still challenging to reconstruct nonrigid structures from RGB inputs, due to the under-constrained nature of this problem. While template-based approaches, such as parame…

Cited by 129PDFcodeScholar
2021

OCONet: Image Extrapolation by Object Completion

CVPR 2021poster

Image extrapolation extends an input image beyond the originally-captured field of view. Existing methods struggle to extrapolate images with salient objects in the foreground or are limited to very specific objects such as humans, but tend to work well on indoor/outdoor scenes. We introduce OCONet…

Cited by 21PDFScholar
2021

SLIDE: Single Image 3D Photography With Soft Layering and Depth-Aware Inpainting

ICCV 2021poster

Single image 3D photography enables viewers to view a still image from novel viewpoints. Recent approaches combine monocular depth networks with inpainting networks to achieve compelling results. A drawback of these techniques is the use of hard depth layering, making them unable to model intricate…

Cited by 51PDFcodeScholar
2018

PairedCycleGAN: Asymmetric Style Transfer for Applying and Removing Makeup

CVPR 2018poster

This paper introduces an automatic method for editing a portrait photo so that the subject appears to be wearing makeup in the style of another person in a reference photo. Our unsupervised learning approach relies on a new framework of cycle-consistent generative adversarial networks. Different fro…

Cited by 348SourcePDFScholar
2018

SwapNet: Garment Transfer in Single View Images

ECCV 2018poster

We present SwapNet, a framework to transfer garments across images of people with arbitrary body pose, shape, and clothing. Garment transfer is a challenging task that requires (i) disentangling the features of the clothing from the body pose and shape and (ii) realistic synthesis of the garment tex…

Cited by 61SourcePDFScholar