← Search

Yi Jiang

44 accepted papers

2026

Cubic Discrete Diffusion: Discrete Visual Generation on High-Dimensional Representation Tokens

CVPR 2026

Visual generation with discrete tokens has gained significant attention as it enables a unified token prediction paradigm shared with language models, promising seamless multimodal architectures. However, current discrete generation methods remain limited to low-dimensional latent tokens (typically

Cited by 1SourcecodeScholar
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

Multi-Level Blur-Aware Stable Diffusion for Region-Adaptive Defocus Deblurring

AAAI 2026technical

Defocus blur, common in shallow depth-of-field photography, varies across image regions and is challenging to accurately estimate and restore. Existing deblurring methods often struggle to capture fine structural textures and do not effectively adapt to regional differences in blur. We propose Multi

Cited by 0SourcePDFScholar
2026

Unveiling the Attribute Misbinding Threat in Identity-Preserving Models

AAAI 2026technical

Identity-preserving models have led to notable progress in generating personalized content. Unfortunately, such models also exacerbate risks when misused, for instance, by generating threatening content targeting specific individuals. This paper introduces the Attribute Misbinding Attack, a novel me

Cited by 0SourcePDFScholar
2026

VAR RL Done Right: Tackling Asynchronous Policy Conflicts in Visual Autoregressive Generation

CVPR 2026

Visual generation is dominated by three paradigms: AutoRegressive (AR), diffusion, and Visual AutoRegressive (VAR) models. Unlike AR and diffusion, VARs operate on heterogeneous input structures across their generation steps, which creates severe asynchronous policy conflicts. This issue becomes par

Cited by 0SourcecodeScholar
2026

Veda: Scalable Video Diffusion via Distilled Sparse Attention

ICML 2026poster

Scaling Diffusion Transformers to generate high-resolution, long videos is constrained by the quadratic cost of self-attention, and existing sparse attention methods degrade under high sparsity. We show empirically that generation quality is determined not by the sparsity ratio itself, but by how we…

Cited by 0SourceScholar
2025

Enhancing Adversarial Transferability with Adversarial Weight Tuning

AAAI 2025technical

Deep neural networks (DNNs) are vulnerable to adversarial examples (AEs) that mislead the model while appearing benign to human observers. A critical concern is the transferability of AEs, which enables black-box attacks without direct access to the target model. However, many previous attacks have…

Cited by 0SourcePDFScholar
2025

GainRAG: Preference Alignment in Retrieval-Augmented Generation through Gain Signal Synthesis

ACL 2025long

The Retrieval-Augmented Generation (RAG) framework introduces a retrieval module to dynamicaslly inject retrieved information into the input context of large language models (LLMs), and has demonstrated significant success in various NLP tasks. However, the current study points out that there is a p…

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

MapEval: Towards Unified, Robust and Efficient SLAM Map Evaluation Framework

RA-L 2025

Evaluating massive-scale point cloud maps in Simultaneous Localization and Mapping (SLAM) still remains challenging due to three limitations: lack of unified standards, poor robustness to noise, and computational inefficiency. We propose MapEval, a novel framework for point cloud map assessment. Our

Cited by 17SourcecodeScholar
2025

SA-Occ: Satellite-Assisted 3D Occupancy Prediction in Real World

ICCV 2025poster

Existing vision-based 3D occupancy prediction methods are inherently limited in accuracy due to their exclusive reliance on street-view imagery, neglecting the potential benefits of incorporating satellite views. We propose SA-Occ, the first Satellite-Assisted 3D occupancy prediction model, which le…

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

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

Incomplete Contrastive Multi-View Clustering with High-Confidence Guiding

AAAI 2024technical

Incomplete multi-view clustering becomes an important research problem, since multi-view data with missing values are ubiquitous in real-world applications. Although great efforts have been made for incomplete multi-view clustering, there are still some challenges: 1) most existing methods didn't ma…

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

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

InstMove: Instance Motion for Object-Centric Video Segmentation

CVPR 2023poster

Despite significant efforts, cutting-edge video segmentation methods still remain sensitive to occlusion and rapid movement, due to their reliance on the appearance of objects in the form of object embeddings, which are vulnerable to these disturbances. A common solution is to use optical flow to pr…

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

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

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

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

ICASSP-SPGC 2022: Root Cause Analysis for Wireless Network Fault Localization

ICASSP 2022accepted

Localizing the root cause of network faults is crucial to network operation and maintenance (O&M). Significant operational expenses will be saved if the root cause can be identified agilely and accurately. However, this is challenging for human beings due to the complicated wireless environments and…

Cited by 0SourceScholar
2022

In Defense of Online Models for Video Instance Segmentation

ECCV 2022poster

"In recent years, video instance segmentation (VIS) has been largely advanced by offline models, while online models gradually attracted less attention possibly due to their inferior performance. However, online methods have their inherent advantage in handling long video sequences and ongoing video…

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

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

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

SeqFormer: Sequential Transformer for Video Instance Segmentation

ECCV 2022poster

"In this work, we present SeqFormer for video instance segmentation. SeqFormer follows the principle of vision transformer that models instance relationships among video frames. Nevertheless, we observe that a stand-alone instance query suffices for capturing a time sequence of instances in a video,…

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

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

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…