← Search

Richard Zhang

61 accepted papers

2026

Beyond Simple Edits: X-Planner for Complex Instruction-Based Image Editing

AAAI 2026technical

Recent diffusion-based image editing methods have made great strides in text-guided tasks but often struggle with complex, indirect instructions. Additionally, current models frequently exhibit poor identity preservation, unintended edits, or rely on manual masks. To overcome these limitations, we i

Cited by 0SourcePDFScholar
2026

Group Diffusion: Enhancing Image Generation by Unlocking Cross-Sample Collaboration

CVPR 2026

In this work, we explore an untapped signal in diffusion model inference. While all previous methods generate images independently at inference, we instead ask if samples can be generated collaboratively. We propose Group Diffusion, unlocking the attention mechanism to be shared across images, rathe

Cited by 0SourcecodeScholar
2026

Learning an Image Editing Model without Image Editing Pairs

ICLR 2026poster

Recent image editing models have achieved impressive results while following natural language editing instructions, but they rely on supervised fine-tuning with large datasets of input-target pairs. This is a critical bottleneck, as such naturally occurring pairs are hard to curate at scale. Curren…

Cited by 0SourcecodeScholar
2026

MotionStream: Real-Time Video Generation with Interactive Motion Controls

ICLR 2026oral

Current motion-conditioned video generation methods suffer from prohibitive latency (minutes per video) and non-causal processing that prevents real-time interaction. We present MotionStream, enabling sub-second latency with up to 29 FPS streaming generation on a single GPU. Our approach begins by a…

Cited by 0SourcecodeScholar
2026

Noisy Pairwise-Comparison Random Search for Smooth Nonconvex Optimization

ICML 2026poster

We consider minimizing high-dimensional smooth nonconvex objectives using only noisy pairwise comparisons. Unlike classical zeroth-order methods limited by the ambient dimension $d$, we propose Noisy-Comparison Random Search (NCRS), a direct-search method that exploits random line search to adapt to…

Cited by 1SourceScholar
2026

What matters for Representation Alignment: Global Information or Spatial Structure?

ICLR 2026poster

Representation alignment helps generation by distilling representations from a pretrained vision encoder to intermediate diffusion features. We investigate a fundamental question - `what aspect of the target representation matters for generation, its global information (measured by Imagenet1K accura…

Cited by 0SourcecodeScholar
2025

Fast Data Attribution for Text-to-Image Models

NeurIPS 2025poster

Data attribution for text-to-image models aims to identify the training images that most significantly influenced a generated output. Existing attribution methods involve considerable computational resources for each query, making them impractical for real-world applications. We propose a novel app…

Cited by 0SourceScholar
2025

From Slow Bidirectional to Fast Autoregressive Video Diffusion Models

CVPR 2025poster

Current video diffusion models achieve impressive generation quality but struggle in interactive applications due to bidirectional attention dependencies. The generation of a single frame requires the model to process the entire sequence, including the future. We address this limitation by adapting…

2025

Long-Context State-Space Video World Models

ICCV 2025poster

Video diffusion models have recently shown promise for world modeling through autoregressive frame prediction conditioned on actions. However, they struggle to maintain long-term memory due to the high computational cost associated with processing extended sequences in attention layers. To overcome…

Cited by 0SourcePDFScholar
2025

SliderSpace: Decomposing the Visual Capabilities of Diffusion Models

ICCV 2025poster

We present SliderSpace, a framework for automatically decomposing the visual capabilities of diffusion models into controllable and human-understandable directions. Unlike existing control methods that require a user to specify attributes for each edit direction individually, SliderSpace discovers m…

2025

VideoGigaGAN: Towards Detail-rich Video Super-Resolution

CVPR 2025poster

Video super-resolution (VSR) models achieve temporal consistency but often produce blurrier results than their image-based counterparts due to limited generative capacity. This prompts the question: can we adapt a generative image upsampler for VSR while preserving temporal consistency? We introduce…

Cited by 17SourcePDFScholar
2024

Data Attribution for Text-to-Image Models by Unlearning Synthesized Images

NeurIPS 2024poster

The goal of data attribution for text-to-image models is to identify the training images that most influence the generation of a new image. Influence is defined such that, for a given output, if a model is retrained from scratch without the most influential images, the model would fail to reproduce…

2024

Distilling Diffusion Models into Conditional GANs

ECCV 2024poster

"We propose a method to distill a complex multistep diffusion model into a single-step conditional GAN student model, dramatically accelerating inference, while preserving image quality. Our approach interprets diffusion distillation as a paired image-to-image translation task, using noise-to-image…

Cited by 39SourcePDFScholar
2024

Editable Image Elements for Controllable Synthesis

ECCV 2024poster

"Diffusion models have made significant advances in text-guided synthesis tasks. However, editing user-provided images remains challenging, as the high dimensional noise input space of diffusion models is not naturally suited for image inversion or spatial editing. In this work, we propose an image…

Cited by 8SourcePDFScholar
2024

Image Neural Field Diffusion Models

CVPR 2024highlight

Diffusion models have shown an impressive ability to model complex data distributions with several key advantages over GANs such as stable training better coverage of the training distribution's modes and the ability to solve inverse problems without extra training. However most diffusion models lea…

Cited by 6SourcePDFScholar
2024

Improved Distribution Matching Distillation for Fast Image Synthesis

NeurIPS 2024oral

Recent approaches have shown promises distilling expensive diffusion models into efficient one-step generators. Amongst them, Distribution Matching Distillation (DMD) produces one-step generators that match their teacher in distribution, i.e., the distillation process does not enforce a one-to-one c…

2024

Lazy Diffusion Transformer for Interactive Image Editing

ECCV 2024poster

"We introduce a novel diffusion transformer, , that generates partial image updates efficiently. Our approach targets interactive image editing applications in which, starting from a blank canvas or an image, a user specifies a sequence of localized image modifications using binary masks and text pr…

Cited by 8SourcePDFScholar
2024

Mixture of Efficient Diffusion Experts Through Automatic Interval and Sub-Network Selection

ECCV 2024poster

"Diffusion probabilistic models can generate high-quality samples. Yet, their sampling process requires numerous denoising steps, making it slow and computationally intensive. We propose to reduce the sampling cost by pruning a pretrained diffusion model into a mixture of efficient experts. First, w…

2024

One-step Diffusion with Distribution Matching Distillation

CVPR 2024poster

Diffusion models generate high-quality images but require dozens of forward passes. We introduce Distribution Matching Distillation (DMD) a procedure to transform a diffusion model into a one-step image generator with minimal impact on image quality. We enforce the one-step image generator match the…

Cited by 946SourcePDFScholar
2024

Personalized Residuals for Concept-Driven Text-to-Image Generation

CVPR 2024poster

We present personalized residuals and localized attention-guided sampling for efficient concept-driven generation using text-to-image diffusion models. Our method first represents concepts by freezing the weights of a pretrained text-conditioned diffusion model and learning low-rank residuals for a…

Cited by 7SourcePDFScholar
2024

TurboEdit: Real-time text-based disentangled real image editing

ECCV 2024poster

"We address the challenges of precise image inversion and disentangled image editing in the context of few-step diffusion models. We introduce an encoder based iterative inversion technique. The inversion network is conditioned on the input image and the reconstructed image from the previous step, a…

Cited by 0SourcePDFScholar
2023

Ablating Concepts in Text-to-Image Diffusion Models

ICCV 2023poster

Large-scale text-to-image diffusion models can generate high-fidelity images with powerful compositional ability. However, these models are typically trained on an enormous amount of Internet data, often containing copyrighted material, licensed images, and personal photos. Furthermore, they have be…

Cited by 212PDFcodeScholar
2023

Domain Expansion of Image Generators

CVPR 2023poster

Can one inject new concepts into an already trained generative model, while respecting its existing structure and knowledge? We propose a new task -- domain expansion -- to address this. Given a pretrained generator and novel (but related) domains, we expand the generator to jointly model all domain…

Cited by 17SourcePDFScholar
2023

DreamSim: Learning New Dimensions of Human Visual Similarity using Synthetic Data

NeurIPS 2023spotlight

Current perceptual similarity metrics operate at the level of pixels and patches. These metrics compare images in terms of their low-level colors and textures, but fail to capture mid-level similarities and differences in image layout, object pose, and semantic content. In this paper, we develop a p…

2023

Multi-Concept Customization of Text-to-Image Diffusion

CVPR 2023poster

While generative models produce high-quality images of concepts learned from a large-scale database, a user often wishes to synthesize instantiations of their own concepts (for example, their family, pets, or items). Can we teach a model to quickly acquire a new concept, given a few examples? Furthe…

2023

Scaling Up GANs for Text-to-Image Synthesis

CVPR 2023highlight

The recent success of text-to-image synthesis has taken the world by storm and captured the general public's imagination. From a technical standpoint, it also marked a drastic change in the favored architecture to design generative image models. GANs used to be the de facto choice, with techniques l…

Cited by 613SourcePDFScholar
2022

3D-FM GAN: Towards 3D-Controllable Face Manipulation

ECCV 2022poster

"3D-controllable portrait synthesis has significantly advanced, thanks to breakthroughs in generative adversarial networks (GANs). However, it is still challenging to manipulate existing face images with precise 3D control. While concatenating GAN inversion and a 3D-aware, noise-to-image GAN is a st…

Cited by 30SourcePDFScholar
2022

Any-Resolution Training for High-Resolution Image Synthesis

ECCV 2022poster

"Generative models operate at fixed resolution, even though natural images come in a variety of sizes. As high-resolution details are downsampled away and low-resolution images are discarded altogether, precious supervision is lost. We argue that every pixel matters and create datasets with variable…

2022

BlobGAN: Spatially Disentangled Scene Representations

ECCV 2022poster

"We propose an unsupervised, mid-level representation for a generative model of scenes. The representation is mid-level in that it is neither per-pixel nor per-image; rather, scenes are modeled as a collection of spatial, depth-ordered ""blobs"" of features. Blobs are differentiably placed onto a fe…

Cited by 63SourcePDFScholar
2022

GAN-Supervised Dense Visual Alignment

CVPR 2022oral

We propose GAN-Supervised Learning, a framework for learning discriminative models and their GAN-generated training data jointly end-to-end. We apply our framework to the dense visual alignment problem. Inspired by the classic Congealing method, our GANgealing algorithm trains a Spatial Transformer…

Cited by 78PDFcodeScholar
2022

Spatially-Adaptive Multilayer Selection for GAN Inversion and Editing

CVPR 2022poster

Existing GAN inversion and editing methods work well for aligned objects with a clean background, such as portraits and animal faces, but often struggle for more difficult categories with complex scene layouts and object occlusions, such as cars, animals, and outdoor images. We propose a new method…

Cited by 49PDFcodeScholar
2021

Anycost GANs for Interactive Image Synthesis and Editing

CVPR 2021poster

Generative adversarial networks (GANs) have enabled photorealistic image synthesis and editing. However, due to the high computational cost of large-scale generators (e.g., StyleGAN2), it usually takes seconds to see the results of a single edit on edge devices, prohibiting interactive user experien…

Cited by 88PDFcodeScholar
2021

CDPAM: Contrastive Learning for Perceptual Audio Similarity

ICASSP 2021accepted

Many speech processing methods based on deep learning require an automatic and differentiable audio metric for the loss function. The DPAM approach of Manocha et al. [1] learns a full-reference metric trained directly on human judgments, and thus correlates well with human perception. However, it re…

Cited by 0SourceScholar
2021

Editing Conditional Radiance Fields

ICCV 2021poster

A neural radiance field (NeRF) is a scene model supporting high-quality view synthesis, optimized per scene. In this paper, we explore enabling user editing of a category-level NeRF trained on a shape category. Specifically, we propose a method for propagating coarse 2D user scribbles to the 3D spac…

Cited by 304PDFcodeScholar
2021

Few-Shot Image Generation via Cross-Domain Correspondence

CVPR 2021poster

Training generative models, such as GANs, on a target domain containing limited examples (e.g., 10) can easily result in overfitting. In this work, we seek to utilize a large source domain for pretraining and transfer the diversity information from source to target. We propose to preserve the relati…

Cited by 294PDFcodeScholar
2021

Spatially-Adaptive Pixelwise Networks for Fast Image Translation

CVPR 2021poster

We introduce a new generator architecture, aimed at fast and efficient high-resolution image-to-image translation. We design the generator to be an extremely lightweight function of the full-resolution image. In fact, we use pixel-wise networks; that is, each pixel is processed independently of othe…

Cited by 105PDFcodeScholar
2020

Aligning and Projecting Images to Class-conditional Generative Networks

ECCV 2020poster

We present a method for projecting an input image into the space of a class-conditional generative neural network. We propose a method that optimizes for transformation to counteract the model biases in generative neural networks. Specifically, we demonstrate that one can solve for image translation…

Cited by 115SourcePDFScholar
2020

CNN-Generated Images Are Surprisingly Easy to Spot... for Now

CVPR 2020oral

In this work we ask whether it is possible to create a "universal" detector for telling apart real images from these generated by a CNN, regardless of architecture or dataset used. To test this, we collect a dataset consisting of fake images generated by 11 different CNN-based image generator models…

Cited by 1237PDFcodeScholar
2020

Deep Parametric Shape Predictions Using Distance Fields

CVPR 2020poster

Many tasks in graphics and vision demand machinery for converting shapes into consistent representations with sparse sets of parameters; these representations facilitate rendering, editing, and storage. When the source data is noisy or ambiguous, however, artists and engineers often manually constru…

Cited by 66PDFcodeScholar
2020

Few-shot Image Generation with Elastic Weight Consolidation

NeurIPS 2020poster

Few-shot image generation seeks to generate more data of a given domain, with only few available training examples. As it is unreasonable to expect to fully infer the distribution from just a few observations (e.g., emojis), we seek to leverage a large, related source domain as pretraining (e.g., hu…

Cited by 206SourcePDFScholar
2020

Random Hypervolume Scalarizations for Provable Multi-Objective Black Box Optimization

ICML 2020poster

Single-objective black box optimization (also known as zeroth-order optimization) is the process of minimizing a scalar objective $f(x)$, given evaluations at adaptively chosen inputs $x$. In this paper, we consider multi-objective optimization, where $f(x)$ outputs a vector of possibly competing ob…

Cited by 89SourcePDFScholar
2020

Swapping Autoencoder for Deep Image Manipulation

NeurIPS 2020poster

Deep generative models have become increasingly effective at producing realistic images from randomly sampled seeds, but using such models for controllable manipulation of existing images remains challenging. We propose the Swapping Autoencoder, a deep model designed specifically for image manipulat…

Cited by 403SourcePDFScholar
2019

Detecting Photoshopped Faces by Scripting Photoshop

ICCV 2019poster

Most malicious photo manipulations are created using standard image editing tools, such as Adobe Photoshop. We present a method for detecting one very popular Photoshop manipulation -- image warping applied to human faces -- using a model trained entirely using fake images that were automatically ge…

Cited by 180PDFScholar
2019

Interactive Sketch & Fill: Multiclass Sketch-to-Image Translation

ICCV 2019poster

We propose an interactive GAN-based sketch-to-image translation method that helps novice users easily create images of simple objects. The user starts with a sparse sketch and a desired object category, and the network then recommends its plausible completion(s) and shows a corresponding synthesized…

Cited by 166PDFcodeScholar
2018

A theory on the absence of spurious solutions for nonconvex and nonsmooth optimization

NeurIPS 2018poster

We study the set of continuous functions that admit no spurious local optima (i.e. local minima that are not global minima) which we term global functions. They satisfy various powerful properties for analyzing nonconvex and nonsmooth optimization problems. For instance, they satisfy a theorem akin…

Cited by 54SourcePDFScholar
2018

How Much Restricted Isometry is Needed In Nonconvex Matrix Recovery?

NeurIPS 2018spotlight

When the linear measurements of an instance of low-rank matrix recovery satisfy a restricted isometry property (RIP) --- i.e. they are approximately norm-preserving --- the problem is known to contain no spurious local minima, so exact recovery is guaranteed. In this paper, we show that moderate RIP…

Cited by 51SourcePDFScholar
2018

Large-Scale Sparse Inverse Covariance Estimation via Thresholding and Max-Det Matrix Completion

ICML 2018oral

The sparse inverse covariance estimation problem is commonly solved using an $\ell_{1}$-regularized Gaussian maximum likelihood estimator known as “graphical lasso”, but its computational cost becomes prohibitive for large data sets. A recently line of results showed{–}under mild assumptions{–}that…

Cited by 41SourcePDFScholar
2018

The Unreasonable Effectiveness of Deep Features as a Perceptual Metric

CVPR 2018poster

While it is nearly effortless for humans to quickly assess the perceptual similarity between two images, the underlying processes are thought to be quite complex. Despite this, the most widely used perceptual metrics today, such as PSNR and SSIM, are simple, shallow functions, and fail to account f…

2017

Split-Brain Autoencoders: Unsupervised Learning by Cross-Channel Prediction

CVPR 2017poster

We propose split-brain autoencoders, a straightforward modification of the traditional autoencoder architecture, for unsupervised representation learning. The method adds a split to the network, resulting in two disjoint sub-networks. Each sub-network is trained to perform a difficult task -- predic…

Cited by 843PDFcodeScholar
2017

Toward Multimodal Image-to-Image Translation

NeurIPS 2017poster

Many image-to-image translation problems are ambiguous, as a single input image may correspond to multiple possible outputs. In this work, we aim to model a distribution of possible outputs in a conditional generative modeling setting. The ambiguity of the mapping is distilled in a low-dimensional l…