← Search

Yujie Zhong

29 accepted papers

2026

ThinkGen: Generalized Thinking for Visual Generation

CVPR 2026

Recent progress in Multimodal Large Language Models (MLLMs) demonstrates that Chain-of-Thought (CoT) reasoning enables systematic solutions to complex understanding tasks. However, its extension to generation tasks remains nascent and limited by scenario-specific mechanisms that hinder generalizatio

Cited by 0SourcecodeScholar
2026

ViType: High-Fidelity Visual Text Rendering via Glyph-Aware Multimodal Diffusion

AAAI 2026technical

Current text-to-image models face challenges in visual text rendering: text encoders like CLIP and T5 lack glyph-level understanding and often struggle to distinguish between the specific words to be rendered and their intended semantic meaning within prompts. In addition, inconsistencies between th

Cited by 0SourcePDFScholar
2026

iVGR: Internalizing Visually Grounded Reasoning for MLLMs with Reinforcement Learning

ICML 2026poster

While visually grounded Chain-of-Thought (CoT) has emerged as a promising paradigm to enhance fine-grained perception in multimodal large language models (MLLMs), its efficacy during the inference phase remains under-scrutinized. In this work, we empirically find that mandating the explicit object b…

Cited by 0SourceScholar
2025

Advancing Visual Large Language Model for Multi-granular Versatile Perception

ICCV 2025poster

Perception is a fundamental task in the field of computer vision, encompassing a diverse set of subtasks that can be systematically categorized into four distinct groups based on two dimensions: prediction type and instruction type. Notably, existing researches often focus solely on a limited subset…

2025

CO-MOT: Boosting End-to-end Transformer-based Multi-Object Tracking via Coopetition Label Assignment and Shadow Sets

ICLR 2025poster

Existing end-to-end Multi-Object Tracking (e2e-MOT) methods have not surpassed non-end-to-end tracking-by-detection methods. One possible reason lies in the training label assignment strategy that consistently binds the tracked objects with tracking queries and assigns few newborns to detection quer…

2025

DisTime: Distribution-based Time Representation for Video Large Language Models

ICCV 2025poster

Despite advances in general video understanding, Video Large Language Models (Video-LLMs) face challenges in precise temporal localization due to discrete time representations and limited temporally aware datasets. Existing methods for temporal expression either conflate time with text-based numeric…

2025

HyperSeg: Hybrid Segmentation Assistant with Fine-grained Visual Perceiver

CVPR 2025poster

This paper aims to address universal segmentation for image and video perception with the strong reasoning ability empowered by Visual Large Language Models (VLLMs). Despite significant progress in current unified segmentation methods, limitations in adaptation to both image and video scenarios, as…

2025

InstructSeg: Unifying Instructed Visual Segmentation with Multi-modal Large Language Models

ICCV 2025poster

Boosted by Multi-modal Large Language Models (MLLMs), text-guided universal segmentation models for the image and video domains have made rapid progress recently. However, these methods are often developed separately for specific domains, overlooking the similarities in task settings and solutions a…

2025

Mr. DETR: Instructive Multi-Route Training for Detection Transformers

CVPR 2025poster

Existing methods enhance the training of detection transformers by incorporating an auxiliary one-to-many assignment. In this work, we treat the model as a multi-task framework, simultaneously performing one-to-one and one-to-many predictions. We investigate the roles of each component in the transf…

2025

RoboTron-Drive: All-in-One Large Multimodal Model for Autonomous Driving

ICCV 2025poster

Large Multimodal Models (LMMs) have demonstrated exceptional comprehension and interpretation capabilities in Autonomous Driving (AD) by incorporating large language models. Despite the advancements, current data-driven AD approaches tend to concentrate on a single dataset and specific tasks, neglec…

Cited by 0SourcePDFScholar
2025

RoboTron-Sim: Improving Real-World Driving via Simulated Hard-Case

ICCV 2025poster

Collecting real-world data for rare high-risk scenarios, long-tailed driving events, and complex interactions remains challenging, leading to poor performance of existing autonomous driving systems in these critical situations. In this paper, we propose RoboTron-Sim that improves real-world driving…

Cited by 0SourcePDFScholar
2025

v-CLR: View-Consistent Learning for Open-World Instance Segmentation

CVPR 2025highlight

In this paper, we address the challenging problem of open-world instance segmentation. Existing works have shown that vanilla visual networks are biased toward learning appearance information, e.g. texture, to recognize objects. This implicit bias causes the model to fail in detecting novel objects…

2024

InstaGen: Enhancing Object Detection by Training on Synthetic Dataset

CVPR 2024poster

In this paper we present a novel paradigm to enhance the ability of object detector e.g. expanding categories or improving detection performance by training on syn- thetic dataset generated from diffusion models. Specifically we integrate an instance-level grounding head into a pre- trained generati…

Cited by 13SourcePDFScholar
2024

Intelligent Grimm - Open-ended Visual Storytelling via Latent Diffusion Models

CVPR 2024poster

Generative models have recently exhibited exceptional capabilities in text-to-image generation but still struggle to generate image sequences coherently. In this work we focus on a novel yet challenging task of generating a coherent image sequence based on a given storyline denoted as open-ended vis…

2024

When Phrases Meet Probabilities: Enabling Open Relation Extraction with Cooperating Large Language Models

ACL 2024long

Current clustering-based open relation extraction (OpenRE) methods usually apply clustering algorithms on top of pre-trained language models. However, this practice has three drawbacks. First, embeddings from language models are high-dimensional and anisotropic, so using simple metrics to calculate…

2023

Adaptive Sparse Pairwise Loss for Object Re-Identification

CVPR 2023poster

Object re-identification (ReID) aims to find instances with the same identity as the given probe from a large gallery. Pairwise losses play an important role in training a strong ReID network. Existing pairwise losses densely exploit each instance as an anchor and sample its triplets in a mini-batch…

2023

AeDet: Azimuth-Invariant Multi-View 3D Object Detection

CVPR 2023poster

Recent LSS-based multi-view 3D object detection has made tremendous progress, by processing the features in Brid-Eye-View (BEV) via the convolutional detector. However, the typical convolution ignores the radial symmetry of the BEV features and increases the difficulty of the detector optimization.…

2023

Open-Vocabulary Semantic Segmentation with Decoupled One-Pass Network

ICCV 2023poster

Recently, the open-vocabulary semantic segmentation problem has attracted increasing attention and the best performing methods are based on two-stream networks: one stream for proposal mask generation and the other for segment classification using a pre-trained visual-language model. However, existi…

Cited by 48PDFcodeScholar
2023

TriDet: Temporal Action Detection With Relative Boundary Modeling

CVPR 2023poster

In this paper, we present a one-stage framework TriDet for temporal action detection. Existing methods often suffer from imprecise boundary predictions due to the ambiguous action boundaries in videos. To alleviate this problem, we propose a novel Trident-head to model the action boundary via an est…

2022

Cross-Architecture Self-Supervised Video Representation Learning

CVPR 2022poster

In this paper, we present a new cross-architecture contrastive learning (CACL) framework for self-supervised video representation learning. CACL consists of a 3D CNN and a video transformer which are used in parallel to generate diverse positive pairs for contrastive learning. This allows the model…

Cited by 31PDFcodeScholar
2022

DearKD: Data-Efficient Early Knowledge Distillation for Vision Transformers

CVPR 2022poster

Transformers have been successfully applied to computer vision due to its powerful modelling capacity with self-attention. However, the good performance of transformers heavily depends on enormous training images. Thus, a data-efficient transformer solution is urgently needed. In this work, we propo…

Cited by 99PDFScholar
2022

InsCLR: Improving Instance Retrieval with Self-Supervision

AAAI 2022technical

This work aims at improving instance retrieval with self-supervision. We find that fine-tuning using the recently developed self-supervised learning (SSL) methods, such as SimCLR and MoCo, fails to improve the performance of instance retrieval. In this work, we identify that the learnt representatio…

2022

MatchPrompt: Prompt-based Open Relation Extraction with Semantic Consistency Guided Clustering

EMNLP 2022main

Relation clustering is a general approach for open relation extraction (OpenRE). Current methods have two major problems. One is that their good performance relies on large amounts of labeled and pre-defined relational instances for pre-training, which are costly to acquire in reality. The other is…

2022

PromptDet: Towards Open-Vocabulary Detection Using Uncurated Images

ECCV 2022poster

"The goal of this work is to establish a scalable pipeline for expanding an object detector towards novel/unseen categories, using zero manual annotations. To achieve that, we make the following four contributions: (i) in pursuit of generalisation, we propose a two-stage open-vocabulary object detec…

2022

ReAct: Temporal Action Detection with Relational Queries

ECCV 2022poster

"This work aims at advancing temporal action detection (TAD) using an encoder-decoder framework with action queries, similar to DETR, which has shown great success in object detection. However, the framework suffers from several problems if directly applied to TAD: the insufficient exploration of in…

2021

TOOD: Task-Aligned One-Stage Object Detection

ICCV 2021poster

One-stage object detection is commonly implemented by optimizing two sub-tasks: object classification and localization, using heads with two parallel branches, which might lead to a certain level of spatial misalignment in predictions between the two tasks. In this work, we propose a Task-aligned On…

Cited by 1116PDFcodeScholar
2021

Unchain the Search Space with Hierarchical Differentiable Architecture Search

AAAI 2021technical

Differentiable architecture search (DAS) has made great progress in searching for high-performance architectures with reduced computational cost. However, DAS-based methods mainly focus on searching for a repeatable cell structure, which is then stacked sequentially in multiple stages to form the n…

2020

Representation Sharing for Fast Object Detector Search and Beyond

ECCV 2020poster

Region Proposal Network (RPN) provides strong support for handling the scale variation of objects in two-stage object detection. For one-stage detectors which do not have RPN, it is more demanding to have powerful sub-networks capable of directly capturing objects of unknown sizes. To enhance such c…