← Search

Pengchuan Zhang

38 accepted papers

2026

SAM 3: Segment Anything with Concepts

ICLR 2026poster

We present Segment Anything Model (SAM) 3, a unified model that detects, segments, and tracks objects in images and videos based on concept prompts, which we define as either short noun phrases (e.g., “yellow school bus”), image exemplars, or a combination of both. Promptable Concept Segmentation (P…

Cited by 687SourcecodeScholar
2025

TLDR: Token-Level Detective Reward Model for Large Vision Language Models

ICLR 2025poster

Although reward models have been successful in improving multimodal large language models, the reward models themselves remain brutal and contain minimal information. Notably, existing reward models only mimic human annotations by assigning only one feedback to any text, no matter how long the text…

Cited by 5SourcePDFScholar
2024

BEHAVIOR Vision Suite: Customizable Dataset Generation via Simulation

CVPR 2024highlight

The systematic evaluation and understanding of computer vision models under varying conditions require large amounts of data with comprehensive and customized labels which real-world vision datasets rarely satisfy. While current synthetic data generators offer a promising alternative particularly fo…

2024

Evaluating Text-to-Visual Generation with Image-to-Text Generation

ECCV 2024poster

"Despite significant progress in generative AI, comprehensive evaluation remains challenging because of the lack of effective metrics and standardized benchmarks. For instance, the widely-used CLIPScore measures the alignment between a (generated) image and text prompt, but it fails to produce relia…

2024

Learning Video Context as Interleaved Multimodal Sequences

ECCV 2024poster

"Narrative videos, such as movies, pose significant challenges in video understanding due to their rich contexts (characters, dialogues, storylines) and diverse demands (identify who [?], relationship [?], and reason [?]). In this paper, we introduce , a multimodal language model developed to addres…

2024

Revisiting the Role of Language Priors in Vision-Language Models

ICML 2024poster

Vision-language models (VLMs) are impactful in part because they can be applied to a variety of visual understanding tasks in a zero-shot fashion, without any fine-tuning. We study $\textit{generative VLMs}$ that are trained for next-word generation given an image. We explore their zero-shot perform…

2023

Coarse-to-Fine Contrastive Learning in Image-Text-Graph Space for Improved Vision-Language Compositionality

EMNLP 2023long main

Contrastively trained vision-language models have achieved remarkable progress in vision and language representation learning. However, recent research has highlighted severe limitations of these models in their ability to perform compositional reasoning over objects, attributes, and relations. Scen…

Cited by 0SourceScholar
2023

DIME-FM : DIstilling Multimodal and Efficient Foundation Models

ICCV 2023poster

Large Vision-Language Foundation Models (VLFM), such as CLIP, ALIGN and Florence, are trained on large private datasets of image-caption pairs and achieve superior transferability and robustness on downstream tasks, but they are difficult to use in many practical applications due to their large size…

Cited by 21PDFScholar
2023

Detection Hub: Unifying Object Detection Datasets via Query Adaptation on Language Embedding

CVPR 2023poster

Combining multiple datasets enables performance boost on many computer vision tasks. But similar trend has not been witnessed in object detection when combining multiple datasets due to two inconsistencies among detection datasets: taxonomy difference and domain gap. In this paper, we address these…

Cited by 26SourcePDFScholar
2023

EgoVLPv2: Egocentric Video-Language Pre-training with Fusion in the Backbone

ICCV 2023poster

Video-language pre-training (VLP) has become increasingly important due to its ability to generalize to various vision and language tasks. However, existing egocentric VLP frameworks utilize separate video and language encoders and learn task-specific cross-modal information only during fine-tuning,…

Cited by 98PDFcodeScholar
2023

Parameter-Efficient Model Adaptation for Vision Transformers

AAAI 2023technical

In computer vision, it has achieved great transfer learning performance via adapting large-scale pretrained vision models (e.g., vision transformers) to downstream tasks. Common approaches for model adaptation either update all model parameters or leverage linear probes. In this paper, we aim to stu…

2023

UniVTG: Towards Unified Video-Language Temporal Grounding

ICCV 2023poster

Video Temporal Grounding (VTG), which aims to ground target clips from videos (such as consecutive intervals or disjoint shots) according to custom language queries (e.g., sentences or words), is key for video browsing on social media. Most methods in this direction develop task-specific models that…

Cited by 149PDFcodeScholar
2022

3DB: A Framework for Debugging Computer Vision Models

NeurIPS 2022accept

We introduce 3DB: an extendable, unified framework for testing and debugging vision models using photorealistic simulation. We demonstrate, through a wide range of use cases, that 3DB allows users to discover vulnerabilities in computer vision systems and gain insights into how models make decision…

2022

An Empirical Study of Training End-to-End Vision-and-Language Transformers

CVPR 2022poster

Vision-and-language (VL) pre-training has proven to be highly effective on various VL downstream tasks. While recent work has shown that fully transformer-based VL models can be more efficient than previous region-feature-based methods, their performance on downstream tasks often degrades significan…

Cited by 430PDFcodeScholar
2022

Coarse-to-Fine Vision-Language Pre-training with Fusion in the Backbone

NeurIPS 2022accept

Vision-language (VL) pre-training has recently received considerable attention. However, most existing end-to-end pre-training approaches either only aim to tackle VL tasks such as image-text retrieval, visual question answering (VQA) and image captioning that test high-level understanding of images…

2022

ELEVATER: A Benchmark and Toolkit for Evaluating Language-Augmented Visual Models

NeurIPS 2022accept

Learning visual representations from natural language supervision has recently shown great promise in a number of pioneering works. In general, these language-augmented visual models demonstrate strong transferability to a variety of datasets/tasks. However, it remains challenging to evaluate the tr…

Cited by 159SourcePDFScholar
2022

Efficient Self-supervised Vision Transformers for Representation Learning

ICLR 2022poster

This paper investigates two techniques for developing efficient self-supervised vision transformers (EsViT) for visual representation learning. First, we show through a comprehensive empirical study that multi-stage architectures with sparse self-attentions can significantly reduce modeling complexi…

2022

GLIPv2: Unifying Localization and Vision-Language Understanding

NeurIPS 2022accept

We present GLIPv2, a grounded VL understanding model, that serves both localization tasks (e.g., object detection, instance segmentation) and Vision-Language (VL) understanding tasks (e.g., VQA, image captioning). GLIPv2 elegantly unifies localization pre-training and Vision-Language Pre-training (V…

2022

Grounded Language-Image Pre-Training

CVPR 2022oral

This paper presents a grounded language-image pre-training (GLIP) model for learning object-level, language-aware, and semantic-rich visual representations. GLIP unifies object detection and phrase grounding for pre-training. The unification brings two benefits: 1) it allows GLIP to learn from both…

Cited by 1294PDFcodeScholar
2022

K-LITE: Learning Transferable Visual Models with External Knowledge

NeurIPS 2022accept

The new generation of state-of-the-art computer vision systems are trained from natural language supervision, ranging from simple object category names to descriptive captions. This form of supervision ensures high generality and usability of the learned visual models, based on the broad concept cov…

2022

Missingness Bias in Model Debugging

ICLR 2022poster

Missingness, or the absence of features from an input, is a concept fundamental to many model debugging tools. However, in computer vision, pixels cannot simply be removed from an image. One thus tends to resort to heuristics such as blacking out pixels, which may in turn introduce bias into the deb…

2022

RegionCLIP: Region-Based Language-Image Pretraining

CVPR 2022poster

Contrastive language-image pretraining (CLIP) using image-text pairs has achieved impressive results on image classification in both zero-shot and transfer learning settings. However, we show that directly applying such models to recognize image regions for object detection leads to unsatisfactory p…

Cited by 648PDFcodeScholar
2022

Unified Contrastive Learning in Image-Text-Label Space

CVPR 2022poster

Visual recognition is recently learned via either supervised learning on human-annotated image-label data or language-image contrastive learning with webly-crawled image-text pairs. While supervised learning may result in a more discriminative representation, language-image pretraining shows unprece…

Cited by 249PDFcodeScholar
2021

Dynamic DETR: End-to-End Object Detection With Dynamic Attention

ICCV 2021poster

In this paper, we present a novel Dynamic DETR (Detection with Transformers) approach by introducing dynamic attentions into both the encoder and decoder stages of DETR to break its two limitations on small feature resolution and slow training convergence. To address the first limitation, which is d…

Cited by 409PDFScholar
2021

Focal Attention for Long-Range Interactions in Vision Transformers

NeurIPS 2021spotlight

Recently, Vision Transformer and its variants have shown great promise on various computer vision tasks. The ability to capture local and global visual dependencies through self-attention is the key to its success. But it also brings challenges due to quadratic computational overhead, especially for…

Cited by 171SourcePDFScholar
2021

Multi-Scale Vision Longformer: A New Vision Transformer for High-Resolution Image Encoding

ICCV 2021poster

This paper presents a new Vision Transformer (ViT) architecture Multi-Scale Vision Longformer, which significantly enhances the ViT of [??] for encoding high-resolution images using two techniques. The first is the multi-scale model structure, which provides image encodings at multiple scales with…

Cited by 419PDFcodeScholar
2021

Multiscale Invertible Generative Networks for High-Dimensional Bayesian Inference

ICML 2021spotlight

We propose a Multiscale Invertible Generative Network (MsIGN) and associated training algorithm that leverages multiscale structure to solve high-dimensional Bayesian inference. To address the curse of dimensionality, MsIGN exploits the low-dimensional nature of the posterior, and generates samples…

Cited by 5SourcePDFScholar
2021

Object-Centric Image Generation from Layouts

AAAI 2021technical

We begin with the hypothesis that a model must be able to understand individual objects and relationships between objects in order to generate complex scenes with multiple objects well. Our layout-to-image-generation method, which we call Object-Centric Generative Adversarial Network (or OC-GAN), re…

Cited by 119SourcePDFScholar
2021

VinVL: Revisiting Visual Representations in Vision-Language Models

CVPR 2021poster

This paper presents a detailed study of improving vision features and develops an improved object detection model for vision language (VL) tasks. Compared to the most widely used bottom-up and top-down model [2], the new model is bigger, pre-trained on much larger training corpora that combine multi…

Cited by 1156PDFcodeScholar
2020

Oscar: Object-Semantics Aligned Pre-training for Vision-Language Tasks

ECCV 2020poster

Large-scale pre-training methods of learning cross-modal representations on image-text pairs are becoming popular for vision-language tasks. While existing methods simply concatenate image region features and text features as input to the model to be pre-trained and use self-attention to learn image…

2019

A Convex Relaxation Barrier to Tight Robustness Verification of Neural Networks

NeurIPS 2019poster

Verification of neural networks enables us to gauge their robustness against adversarial attacks. Verification algorithms fall into two categories: exact verifiers that run in exponential time and relaxed verifiers that are efficient but incomplete. In this paper, we unify all existing LP-relaxed ve…

2019

Object-Driven Text-To-Image Synthesis via Adversarial Training

CVPR 2019poster

In this paper, we propose Object-driven Attentive Generative Adversarial Newtorks (Obj-GANs) that allow attention-driven, multi-stage refinement for synthesizing complex images from text descriptions. With a novel object-driven attentive generative network, the Obj-GAN can synthesize salient objects…

Cited by 386PDFScholar
2019

Provably Robust Deep Learning via Adversarially Trained Smoothed Classifiers

NeurIPS 2019spotlight

Recent works have shown the effectiveness of randomized smoothing as a scalable technique for building neural network-based classifiers that are provably robust to $\ell_2$-norm adversarial perturbations. In this paper, we employ adversarial training to improve the performance of randomized smoothin…

2019

Understanding the Role of Momentum in Stochastic Gradient Methods

NeurIPS 2019poster

The use of momentum in stochastic gradient methods has become a widespread practice in machine learning. Different variants of momentum, including heavy-ball momentum, Nesterov's accelerated gradient (NAG), and quasi-hyperbolic momentum (QHM), have demonstrated success on various tasks. Despite thes…

2018

AttnGAN: Fine-Grained Text to Image Generation With Attentional Generative Adversarial Networks

CVPR 2018poster

In this paper, we propose an Attentional Generative Adversarial Network (AttnGAN) that allows attention-driven, multi-stage refinement for fine-grained text-to-image generation. With a novel attentional generative network, the AttnGAN can synthesize fine-grained details at different sub-regions of…

2018

On the Discrimination-Generalization Tradeoff in GANs

ICLR 2018poster

Generative adversarial training can be generally understood as minimizing certain moment matching loss defined by a set of discriminator functions, typically neural networks. The discriminator set should be large enough to be able to uniquely identify the true distribution (discriminative), and als…

Cited by 0SourcePDFScholar