← Search

Zehuan Yuan

50 accepted papers

2026

BindWeave: Subject-Consistent Video Generation via Cross-Modal Integration

ICLR 2026poster

Diffusion Transformer has shown remarkable abilities in generating high-fidelity videos, delivering visually coherent frames and rich details over extended durations. However, existing video generation models still fall short in subject-consistent video generation due to an inherent difficulty in pa…

Cited by 0SourceScholar
2026

FlashVideo: Flowing Fidelity to Detail for Efficient High-Resolution Video Generation

AAAI 2026technical

DiT models have achieved great success in text-to-video generation, leveraging their scalability in model capacity and data scale. High content and motion fidelity aligned with text prompts, however, often require large model parameters and a substantial number of function evaluations (NFEs). Realis

Cited by 0SourcePDFScholar
2026

InfinityHuman: Towards Long-Term Audio-Driven Human Animation

CVPR 2026

Audio-driven human animation has attracted wide attention thanks to its practical applications. However, critical challenges remain in generating high-resolution, long-duration videos with consistent appearance and natural hand motions. Existing methods extend videos using overlapping motion frames

Cited by 0SourcecodeScholar
2025

Goku: Flow Based Video Generative Foundation Models

CVPR 2025highlight

This paper introduces Goku, a state-of-the-art family of joint image-and-video generation models leveraging rectified flow Transformers to achieve industry-leading performance. We detail the foundational elements enabling high-quality visual generation, including the data curation pipeline, model ar…

Cited by 15SourcePDFScholar
2025

Infinity: Scaling Bitwise AutoRegressive Modeling for High-Resolution Image Synthesis

CVPR 2025poster

We present Infinity, a Bitwise Visual AutoRegressive Modeling capable of generating high-resolution, photorealistic images following language instruction. Infinity refactors visual autoregressive model under a bitwise token prediction framework with an infinite-vocabulary classifier and bitwise self…

2025

InfinityStar: Unified Spacetime AutoRegressive Modeling for Visual Generation

NeurIPS 2025oral

We introduce InfinityStar, a unified spacetime autoregressive framework for high-resolution image and dynamic video synthesis. Building on the recent success of autoregressive modeling in both vision and language, our purely discrete approach jointly captures spatial and temporal dependencies within…

Cited by 0SourceScholar
2025

TokenFlow: Unified Image Tokenizer for Multimodal Understanding and Generation

CVPR 2025poster

We present TokenFlow, a novel unified image tokenizer that bridges the long-standing gap between multimodal understanding and generation. Prior research attempt to employ a single reconstruction-targeted Vector Quantization (VQ) encoder for unifying these two tasks. We observe that understanding an…

2025

UniTok: a Unified Tokenizer for Visual Generation and Understanding

NeurIPS 2025spotlight

Visual generative and understanding models typically rely on distinct tokenizers to process images, presenting a key challenge for unifying them within a single framework. Recent studies attempt to address this by connecting the training of VQVAE (for autoregressive generation) and CLIP (for underst…

Cited by 0SourcecodeScholar
2024

EVE: Efficient Vision-Language Pre-training with Masked Prediction and Modality-Aware MoE

AAAI 2024technical

Building scalable vision-language models to learn from diverse, multimodal data remains an open challenge. In this paper, we introduce an Efficient Vision-languagE foundation model, namely EVE, which is one unified multimodal Transformer pre-trained solely by one unified pre-training task. Specifica…

Cited by 11SourcePDFScholar
2024

General Object Foundation Model for Images and Videos at Scale

CVPR 2024highlight

We present GLEE in this work an object-level foundation model for locating and identifying objects in images and videos. Through a unified framework GLEEaccomplishes detection segmentation tracking grounding and identification of arbitrary objects in the open world scenario for various object percep…

2024

Generative Region-Language Pretraining for Open-Ended Object Detection

CVPR 2024poster

In recent research significant attention has been devoted to the open-vocabulary object detection task aiming to generalize beyond the limited number of classes labeled during training and detect objects described by arbitrary category names at inference. Compared with conventional object detection…

2024

Groma: Localized Visual Tokenization for Grounding Multimodal Large Language Models

ECCV 2024poster

"We introduce Groma, a Multimodal Large Language Model (MLLM) with grounded and fine-grained visual perception ability. Beyond holistic image understanding, Groma is adept at region-level tasks such as region captioning and visual grounding. Such capabilities are built upon a localized visual tokeni…

2024

OmniTokenizer: A Joint Image-Video Tokenizer for Visual Generation

NeurIPS 2024poster

Tokenizer, serving as a translator to map the intricate visual data into a compact latent space, lies at the core of visual generative models. Based on the finding that existing tokenizers are tailored to either image or video inputs, this paper presents OmniTokenizer, a transformer-based tokenizer…

2024

View Crafting For Instance-Level Representation from Scene Images

ICASSP 2024accepted

Existing image-level self-supervised learning (SSL) methods pre-trained on natural scene data can have difficulty in adating to dense prediction tasks. However, scene images contain multiple varied instances. We devise two techniques to craft high-quality scene and instance views for instance-level…

Cited by 0SourceScholar
2024

Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction

NeurIPS 2024oral

We present Visual AutoRegressive modeling (VAR), a new generation paradigm that redefines the autoregressive learning on images as coarse-to-fine "next-scale prediction" or "next-resolution prediction", diverging from the standard raster-scan "next-token prediction". This simple, intuitive methodolo…

2023

CoDet: Co-occurrence Guided Region-Word Alignment for Open-Vocabulary Object Detection

NeurIPS 2023poster

Deriving reliable region-word alignment from image-text pairs is critical to learn object-level vision-language representations for open-vocabulary object detection. Existing methods typically rely on pre-trained or self-trained vision-language models for alignment, which are prone to limitations in…

2023

Designing BERT for Convolutional Networks: Sparse and Hierarchical Masked Modeling

ICLR 2023top-25%

We identify and overcome two key obstacles in extending the success of BERT-style pre-training, or masked image modeling, to convolutional networks (convnets): (i) convolution operation cannot handle irregular, randomly masked input images; (ii) the single-scale nature of BERT pre-training is incons…

2023

EGC: Image Generation and Classification via a Diffusion Energy-Based Model

ICCV 2023poster

Learning image classification and image generation using the same set of network parameters presents a formidable challenge. Recent advanced approaches perform well in one task often exhibit poor performance in the other. This work introduces an energy-based classifier and generator, namely EGC, whi…

Cited by 10PDFcodeScholar
2023

Exploring Transformers for Open-world Instance Segmentation

ICCV 2023poster

Open-world instance segmentation is a rising task, which aims to segment all objects in the image by learning from a limited number of base-category objects. This task is challenging, as the number of unseen categories could be hundreds of times larger than that of seen categories. Recently, the DET…

Cited by 10PDFScholar
2023

Learning Instance-Level Representation for Large-Scale Multi-Modal Pretraining in E-Commerce

CVPR 2023poster

This paper aims to establish a generic multi-modal foundation model that has the scalable capability to massive downstream applications in E-commerce. Recently, large-scale vision-language pretraining approaches have achieved remarkable advances in the general domain. However, due to the significant…

Cited by 13SourcePDFScholar
2023

Learning Object-Language Alignments for Open-Vocabulary Object Detection

ICLR 2023poster

Existing object detection methods are bounded in a fixed-set vocabulary by costly labeled data. When dealing with novel categories, the model has to be retrained with more bounding box annotations. Natural language supervision is an attractive alternative for its annotation-free attributes and broad…

2023

Meta Compositional Referring Expression Segmentation

CVPR 2023poster

Referring expression segmentation aims to segment an object described by a language expression from an image. Despite the recent progress on this task, existing models tackling this task may not be able to fully capture semantics and visual representations of individual concepts, which limits their…

Cited by 34SourcePDFScholar
2023

Segment Every Reference Object in Spatial and Temporal Spaces

ICCV 2023poster

The reference-based object segmentation tasks, namely referring image segmentation (RIS), referring video object segmentation (RVOS), and video object segmentation (VOS), aim to segment a specific object by utilizing either language or annotated masks as references. Despite significant progress in…

Cited by 12PDFScholar
2023

Token Boosting for Robust Self-Supervised Visual Transformer Pre-Training

CVPR 2023poster

Learning with large-scale unlabeled data has become a powerful tool for pre-training Visual Transformers (VTs). However, prior works tend to overlook that, in real-world scenarios, the input data may be corrupted and unreliable. Pre-training VTs on such corrupted data can be challenging, especially…

Cited by 6SourcePDFScholar
2023

Universal Instance Perception As Object Discovery and Retrieval

CVPR 2023poster

All instance perception tasks aim at finding certain objects specified by some queries such as category names, language expressions, and target annotations, but this complete field has been split into multiple independent subtasks. In this work, we present a universal instance perception model of th…

2022

ByteTrack: Multi-Object Tracking by Associating Every Detection Box

ECCV 2022poster

"Multi-object tracking (MOT) aims at estimating bounding boxes and identities of objects in videos. Most methods obtain identities by associating detection boxes whose scores are higher than a threshold. The objects with low detection scores, e.g. occluded objects, are simply thrown away, which brin…

2022

Content-Variant Reference Image Quality Assessment via Knowledge Distillation

AAAI 2022technical

Generally, humans are more skilled at perceiving differences between high-quality (HQ) and low-quality (LQ) images than directly judging the quality of a single LQ image. This situation also applies to image quality assessment (IQA). Although recent no-reference (NR-IQA) methods have made great prog…

2022

DanceTrack: Multi-Object Tracking in Uniform Appearance and Diverse Motion

CVPR 2022poster

A typical pipeline for multi-object tracking (MOT) is to use a detector for object localization, and following re-identification (re-ID) for object association. This pipeline is partially motivated by recent progress in both object detection and re-ID, and partially motivated by biases in existing t…

Cited by 327PDFcodeScholar
2022

Embracing Consistency: A One-Stage Approach for Spatio-Temporal Video Grounding

NeurIPS 2022accept

Spatio-Temporal video grounding (STVG) focuses on retrieving the spatio-temporal tube of a specific object depicted by a free-form textual expression. Existing approaches mainly treat this complicated task as a parallel frame-grounding problem and thus suffer from two types of inconsistency drawback…

2022

Focal and Global Knowledge Distillation for Detectors

CVPR 2022poster

Knowledge distillation has been applied to image classification successfully. However, object detection is much more sophisticated and most knowledge distillation methods have failed on it. In this paper, we point out that in object detection, the features of the teacher and student vary greatly in…

Cited by 356PDFcodeScholar
2022

Language As Queries for Referring Video Object Segmentation

CVPR 2022poster

Referring video object segmentation (R-VOS) is an emerging cross-modal task that aims to segment the target object referred by a language expression in all video frames. In this work, we propose a simple and unified framework built upon Transformer, termed ReferFormer. It views the language as queri…

Cited by 188PDFcodeScholar
2022

Masked Generative Distillation

ECCV 2022poster

"Knowledge distillation has been applied to various tasks successfully. The current distillation algorithm usually improves students’ performance by imitating the output of the teacher. This paper shows that teachers can also improve students’ representation power by guiding students’ feature recove…

2022

Multimodal Transformer with Variable-Length Memory for Vision-and-Language Navigation

ECCV 2022poster

"Vision-and-Language Navigation (VLN) is a task that an agent is required to follow a language instruction to navigate to the goal position, which relies on the ongoing interactions with the environment during moving. Recent Transformer-based VLN methods have made great progress benefiting from the…

2022

QueryPose: Sparse Multi-Person Pose Regression via Spatial-Aware Part-Level Query

NeurIPS 2022accept

We propose a sparse end-to-end multi-person pose regression framework, termed QueryPose, which can directly predict multi-person keypoint sequences from the input image. The existing end-to-end methods rely on dense representations to preserve the spatial detail and structure for precise keypoint lo…

2022

Rethinking Resolution in the Context of Efficient Video Recognition

NeurIPS 2022accept

In this paper, we empirically study how to make the most of low-resolution frames for efficient video recognition. Existing methods mainly focus on developing compact networks or alleviating temporal redundancy of video inputs to increase efficiency, whereas compressing frame resolution has rarely b…

2022

Towards Grand Unification of Object Tracking

ECCV 2022poster

"We present a unified method, termed Unicorn, that can simultaneously solve four tracking problems (SOT, MOT, VOS, MOTS) with a single network using the same model parameters. Due to the fragmented definitions of the object tracking problem itself, most existing trackers are developed to address a s…

2021

Disentangled Contrastive Learning on Graphs

NeurIPS 2021poster

Recently, self-supervised learning for graph neural networks (GNNs) has attracted considerable attention because of their notable successes in learning the representation of graph-structure data. However, the formation of a real-world graph typically arises from the highly complex interaction of man…

Cited by 114SourcePDFScholar
2021

Domain-Invariant Disentangled Network for Generalizable Object Detection

ICCV 2021poster

We address the problem of domain generalizable object detection, which aims to learn a domain-invariant detector from multiple "seen" domains so that it can generalize well to other "unseen" domains. The generalization ability is crucial in practical scenarios especially when it is difficult to coll…

Cited by 96PDFScholar
2021

Exploring Balanced Feature Spaces for Representation Learning

ICLR 2021poster

Existing self-supervised learning (SSL) methods are mostly applied for training representation models from artificially balanced datasets (e.g., ImageNet). It is unclear how well they will perform in the practical scenarios where datasets are often imbalanced w.r.t. the classes. Motivated by this qu…

Cited by 331SourcePDFScholar
2021

Slimmable Generative Adversarial Networks

AAAI 2021technical

Generative adversarial networks (GANs) have achieved remarkable progress in recent years, but the continuously growing scale of models make them challenging to deploy widely in practical applications. In particular, for real-time generation tasks, different devices require generators of different si…

2021

Sparse R-CNN: End-to-End Object Detection With Learnable Proposals

CVPR 2021poster

We present Sparse R-CNN, a purely sparse method for object detection in images. Existing works on object detection heavily rely on dense object candidates, such as k anchor boxes pre-defined on all grids of image feature map of size HxW. In our method, however, a fixed sparse set of learned object p…

Cited by 1491PDFcodeScholar
2021

Unsupervised Real-World Super-Resolution: A Domain Adaptation Perspective

ICCV 2021poster

Most existing convolution neural network (CNN) based super-resolution (SR) methods generate their paired training dataset by artificially synthesizing low-resolution (LR) images from the high-resolution (HR) ones. However, this dataset preparation strategy harms the application of these CNNs in real…

Cited by 61PDFScholar
2021

Weakly Supervised Person Search With Region Siamese Networks

ICCV 2021poster

Supervised learning is dominant in person search, but it requires elaborate labeling of bounding boxes and identities. Large-scale labeled training data is often difficult to collect, especially for person identities. A natural question is whether a good person search model can be trained without th…

Cited by 30PDFScholar
2021

What Makes for End-to-End Object Detection?

ICML 2021spotlight

Object detection has recently achieved a breakthrough for removing the last one non-differentiable component in the pipeline, Non-Maximum Suppression (NMS), and building up an end-to-end system. However, what makes for its one-to-one prediction has not been well understood. In this paper, we first p…