← Search

Jianmin Bao

46 accepted papers

2025

ART: Anonymous Region Transformer for Variable Multi-Layer Transparent Image Generation

CVPR 2025poster

Multi-layer image generation is a fundamental task that enables users to isolate, select, and edit specific image layers, thereby revolutionizing interactions with generative models. In this paper, we introduce the Anonymous Region Transformer (ART), which facilitates the direct generation of variab…

Cited by 4SourcePDFScholar
2025

DesignDiffusion: High-Quality Text-to-Design Image Generation with Diffusion Models

CVPR 2025poster

In this paper, we present DesignDiffusion, a simple yet effective framework for the novel task of synthesizing design images from textual descriptions. A primary challenge lies in generating accurate and style-consistent textual and visual content. Existing works in a related task of visual text gen…

2025

HomoGen: Enhanced Video Inpainting via Homography Propagation and Diffusion

CVPR 2025poster

In this paper, we present HomoGen, an enhanced video inpainting method based on homography propagation and diffusion models. HomoGen leverages homography registration to propagate contextual pixels as priors for generating missing content in corrupted videos. Unlike previous flow-based propagation m…

Cited by 0SourcePDFScholar
2025

Improved Noise Schedule for Diffusion Training

ICCV 2025poster

Diffusion models have emerged as the de facto choice for generating high-quality visual signals across various domains.However, training a single model to predict noise across various levels poses significant challenges, necessitating numerous iterations and incurring significant computational costs…

Cited by 0SourcePDFScholar
2025

REDUCIO! Generating 1K Video within 16 Seconds using Extremely Compressed Motion Latents

ICCV 2025poster

Commercial video generation models have exhibited realistic, high-fidelity results but are still restricted to limited access.One crucial obstacle for large-scale applications is the expensive training and inference cost.In this paper, we argue that videos contain significantly more redundant inform…

2025

SmartEraser: Remove Anything from Images using Masked-Region Guidance

CVPR 2025poster

Object removal has so far been dominated by the mask-and-inpaint paradigm, where the masked region is excluded from the input, leaving models relying on unmasked areas to inpaint the missing region. However, this approach lacks contextual information for the masked area, often resulting in unstable…

Cited by 2SourcePDFScholar
2024

CCEdit: Creative and Controllable Video Editing via Diffusion Models

CVPR 2024poster

In this paper we present CCEdit a versatile generative video editing framework based on diffusion models. Our approach employs a novel trident network structure that separates structure and appearance control ensuring precise and creative editing capabilities. Utilizing the foundational ControlNet a…

Cited by 43SourcePDFScholar
2024

FontStudio: Shape-Adaptive Diffusion Model for Coherent and Consistent Font Effect Generation

ECCV 2024poster

"Recently, the application of modern diffusion-based text-to-image generation models for creating artistic fonts, traditionally the domain of professional designers, has garnered significant interest. Diverging from the majority of existing studies that concentrate on generating artistic typography,…

2024

InstructDiffusion: A Generalist Modeling Interface for Vision Tasks

CVPR 2024poster

We present InstructDiffusion a unified and generic framework for aligning computer vision tasks with human instructions. Unlike existing approaches that integrate prior knowledge and pre-define the output space (e.g. categories and coordinates) for each vision task we cast diverse vision tasks into…

Cited by 109SourcePDFScholar
2024

MicroCinema: A Divide-and-Conquer Approach for Text-to-Video Generation

CVPR 2024highlight

We present MicroCinema a straightforward yet effective framework for high-quality and coherent text-to-video generation. Unlike existing approaches that align text prompts with video directly MicroCinema introduces a Divide-and-Conquer strategy which divides the text-to-video into a two-stage proces…

Cited by 15SourcePDFScholar
2024

Towards More Unified In-context Visual Understanding

CVPR 2024poster

The rapid advancement of large language models (LLMs) has accelerated the emergence of in-context learning (ICL) as a cutting-edge approach in the natural language processing domain. Recently ICL has been employed in visual understanding tasks such as semantic segmentation and image captioning yield…

Cited by 12SourcePDFScholar
2023

AltFreezing for More General Video Face Forgery Detection

CVPR 2023highlight

Existing face forgery detection models try to discriminate fake images by detecting only spatial artifacts (e.g., generative artifacts, blending) or mainly temporal artifacts (e.g., flickering, discontinuity). They may experience significant performance degradation when facing out-domain artifacts.…

2023

CiCo: Domain-Aware Sign Language Retrieval via Cross-Lingual Contrastive Learning

CVPR 2023poster

This work focuses on sign language retrieval--a recently proposed task for sign language understanding. Sign language retrieval consists of two sub-tasks: text-to-sign-video (T2V) retrieval and sign-video-to-text (V2T) retrieval. Different from traditional video-text retrieval, sign language videos,…

2023

DIRE for Diffusion-Generated Image Detection

ICCV 2023poster

Diffusion models have shown remarkable success in visual synthesis, but have also raised concerns about potential abuse for malicious purposes. In this paper, we seek to build a detector for telling apart real images from diffusion-generated images. We find that existing detectors struggle to detect…

Cited by 221PDFcodeScholar
2023

Efficient Diffusion Training via Min-SNR Weighting Strategy

ICCV 2023poster

Denoising diffusion models have been a mainstream approach for image generation, however, training these models often suffers from slow convergence. In this paper, we discovered that the slow convergence is partly due to conflicting optimization directions between timesteps. To address this issue, w…

Cited by 149PDFcodeScholar
2023

MaskCLIP: Masked Self-Distillation Advances Contrastive Language-Image Pretraining

CVPR 2023poster

This paper presents a simple yet effective framework MaskCLIP, which incorporates a newly proposed masked self-distillation into contrastive language-image pretraining. The core idea of masked self-distillation is to distill representation from a full image to the representation predicted from a mas…

2023

PeCo: Perceptual Codebook for BERT Pre-training of Vision Transformers

AAAI 2023technical

This paper explores a better prediction target for BERT pre-training of vision transformers. We observe that current prediction targets disagree with human perception judgment. This contradiction motivates us to learn a perceptual prediction target. We argue that perceptually similar images should…

Cited by 273SourcePDFScholar
2023

RODIN: A Generative Model for Sculpting 3D Digital Avatars Using Diffusion

CVPR 2023highlight

This paper presents a 3D diffusion model that automatically generates 3D digital avatars represented as neural radiance fields (NeRFs). A significant challenge for 3D diffusion is that the memory and processing costs are prohibitive for producing high-quality results with rich details. To tackle thi…

Cited by 369SourcePDFScholar
2023

Uni-ControlNet: All-in-One Control to Text-to-Image Diffusion Models

NeurIPS 2023poster

Text-to-Image diffusion models have made tremendous progress over the past two years, enabling the generation of highly realistic images based on open-domain text descriptions. However, despite their success, text descriptions often struggle to adequately convey detailed controls, even when composed…

2023

X-Paste: Revisiting Scalable Copy-Paste for Instance Segmentation using CLIP and StableDiffusion

ICML 2023poster

Copy-Paste is a simple and effective data augmentation strategy for instance segmentation. By randomly pasting object instances onto new background images, it creates new training data for free and significantly boosts the segmentation performance, especially for rare object categories. Although div…

2022

Bootstrapped Masked Autoencoders for Vision BERT Pretraining

ECCV 2022poster

"We propose bootstrapped masked autoencoders (BootMAE), a new approach for vision BERT pretraining. BootMAE improves the original masked autoencoders (MAE) with two core designs: 1) momentum encoder that provides online feature as extra BERT prediction targets; 2) target-aware decoder that tries to…

2022

CSWin Transformer: A General Vision Transformer Backbone With Cross-Shaped Windows

CVPR 2022poster

We present CSWin Transformer, an efficient and effective Transformer-based backbone for general-purpose vision tasks. A challenging issue in Transformer design is that global self-attention is very expensive to compute whereas local self-attention often limits the field of interactions of each token…

Cited by 1346PDFcodeScholar
2022

General Facial Representation Learning in a Visual-Linguistic Manner

CVPR 2022oral

How to learn a universal facial representation that boosts all face analysis tasks This paper takes one step toward this goal. In this paper, we study the transfer performance of pre-trained models on face analysis tasks and introduce a framework, called FaRL, for general facial representation learn…

Cited by 199PDFcodeScholar
2022

I²R-Net: Intra- and Inter-Human Relation Network for Multi-Person Pose Estimation

IJCAI 2022poster

In this paper, we present the Intra- and Inter-Human Relation Networks I²R-Net for Multi-Person Pose Estimation. It involves two basic modules. First, the Intra-Human Relation Module operates on a single person and aims to capture Intra-Human dependencies. Second, the Inter-Human Relation Module con…

Cited by 21SourcePDFScholar
2022

Large-Scale Pre-Training for Person Re-Identification With Noisy Labels

CVPR 2022poster

This paper aims to address the problem of pre-training for person re-identification (Re-ID) with noisy labels. To setup the pre-training task, we apply a simple online multi-object tracking system on raw videos of an existing unlabeled Re-ID dataset "LUPerson" and build the Noisy Labeled variant cal…

Cited by 81PDFcodeScholar
2022

Protecting Celebrities From DeepFake With Identity Consistency Transformer

CVPR 2022poster

In this work we propose Identity Consistency Transformer, a novel face forgery detection method that focuses on high-level semantics, specifically identity information, and detecting a suspect face by finding identity inconsistency in inner and outer face regions. The Identity Consistency Transforme…

Cited by 176PDFcodeScholar
2022

SimMIM: A Simple Framework for Masked Image Modeling

CVPR 2022poster

This paper presents SimMIM, a simple framework for masked image modeling. We have simplified recently proposed relevant approaches, without the need for special designs, such as block-wise masking and tokenization via discrete VAE or clustering. To investigate what makes a masked image modeling task…

Cited by 1610PDFcodeScholar
2022

StyleSwin: Transformer-Based GAN for High-Resolution Image Generation

CVPR 2022poster

Despite the tantalizing success in a broad of vision tasks, transformers have not yet demonstrated on-par ability as ConvNets in high-resolution image generative modeling. In this paper, we seek to explore using pure transformers to build a generative adversarial network for high-resolution image sy…

Cited by 318PDFcodeScholar
2022

Uformer: A General U-Shaped Transformer for Image Restoration

CVPR 2022poster

In this paper, we present Uformer, an effective and efficient Transformer-based architecture for image restoration, in which we build a hierarchical encoder-decoder network using the Transformer block. In Uformer, there are two core designs. First, we introduce a novel locally-enhanced window (LeWin…

Cited by 1992PDFcodeScholar
2022

Vector Quantized Diffusion Model for Text-to-Image Synthesis

CVPR 2022oral

We present the vector quantized diffusion (VQ-Diffusion) model for text-to-image generation. This method is based on a vector quantized variational autoencoder (VQ-VAE) whose latent space is modeled by a conditional variant of the recently developed Denoising Diffusion Probabilistic Model (DDPM). We…

Cited by 959PDFcodeScholar
2021

CoCosNet v2: Full-Resolution Correspondence Learning for Image Translation

CVPR 2021poster

We present the full-resolution correspondence learning for cross-domain images, which aids image translation. We adopt a hierarchical strategy that uses the correspondence from coarse level to guide the fine levels. At each hierarchy, the correspondence can be efficiently computed via PatchMatch tha…

Cited by 371PDFcodeScholar
2021

Dual Path Learning for Domain Adaptation of Semantic Segmentation

ICCV 2021poster

Domain adaptation for semantic segmentation enables to alleviate the need for large-scale pixel-wise annotations. Recently, self-supervised learning (SSL) with a combination of image-to-image translation shows great effectiveness in adaptive segmentation. The most common practice is to perform SSL a…

Cited by 82PDFcodeScholar
2021

Exploring Temporal Coherence for More General Video Face Forgery Detection

ICCV 2021poster

Although current face manipulation techniques achieve impressive performance regarding quality and controllability, they are struggling to generate temporal coherent face videos. In this work, we explore to take full advantage of the temporal coherence for video face forgery detection. To achieve th…

Cited by 299PDFScholar
2021

Instance-Wise Hard Negative Example Generation for Contrastive Learning in Unpaired Image-to-Image Translation

ICCV 2021poster

Contrastive learning shows great potential in unpaired image-to-image translation, but sometimes the translated results are in poor quality and the contents are not preserved consistently. In this paper, we uncover that the negative examples play a critical role in the performance of contrastive lea…

Cited by 104PDFScholar
2021

Unsupervised Pre-Training for Person Re-Identification

CVPR 2021poster

In this paper, we present a large scale unlabeled person re-identification (Re-ID) dataset "LUPerson" and make the first attempt of performing unsupervised pre-training for improving the generalization ability of the learned person Re-ID feature representation. This is to address the problem that al…

Cited by 226PDFcodeScholar
2020

GreedyFool: Distortion-Aware Sparse Adversarial Attack

NeurIPS 2020poster

Modern deep neural networks(DNNs) are vulnerable to adversarial samples. Sparse adversarial samples are a special branch of adversarial samples that can fool the target model by only perturbing a few pixels. The existence of the sparse adversarial attack points out that DNNs are much more vulnerable…

2017

CVAE-GAN: Fine-Grained Image Generation Through Asymmetric Training

ICCV 2017poster

We present variational generative adversarial networks, a general learning framework that combines a variational auto-encoder with a generative adversarial network, for synthesizing images in fine-grained categories, such as faces of a specific person or objects in a category. Our approach models an…

Cited by 268PDFScholar