← Search

Zhirong Wu

26 accepted papers

2026

A Study of Finetuning Video Transformers for Multi-view Geometry Tasks

AAAI 2026technical

This paper presents an investigation of vision transformer learning for multi-view geometry tasks, such as optical flow estimation, by fine-tuning video foundation models. Unlike previous methods that involve custom architectural designs and task-specific pretraining, our research finds that general

Cited by 0SourcePDFScholar
2026

A Training-Free Framework for Long Video Understanding via Video-Query-Options Similarity

ICLR 2026poster

Multimodal Large Language Models (MLLMs) have achieved remarkable success in image and short video understanding tasks, but their performance on hour-long videos remains limited due to constraint of input token capacity. Existing approaches often require costly training procedures, hindering their a…

Cited by 0SourceScholar
2026

Fine-flow Distilling Coarse-flow Video Generation for Long-Term Driving World Model

AAAI 2026technical

Driving world models are used to simulate futures by video generation based on the condition of the current state and actions. However, current models often suffer serious error accumulations when predicting the long-term future, which limits practical applications. Recent studies utilize the Diffu

Cited by 0SourcePDFScholar
2026

Incentivizing Versatile Video Reasoning in MLLMs via Data-Efficient Reinforcement Learning

CVPR 2026

Multimodal Large Language Models (MLLMs) have made great progress in video understanding tasks. However, when it comes to understanding complex or lengthy videos, MLLMs tend to overlook details or produce hallucinations. To alleviate these issues, recent work has attempted to leverage reinforcement

Cited by 0SourcecodeScholar
2026

LiViBench: An Omnimodal Benchmark for Interactive Livestream Video Understanding

AAAI 2026technical

The development of multimodal large language models (MLLMs) has advanced general video understanding. However, existing video evaluation benchmarks primarily focus on non-interactive videos, such as movies and recordings. To fill this gap, this paper proposes the first omnimodal benchmark for intera

Cited by 0SourcePDFScholar
2026

RE-TRAC: REcursive TRAjectory Compression for Deep Search Agents

ICML 2026poster

LLM-based deep research agents are largely built on the ReAct framework. This linear design makes it difficult to revisit earlier states, branch into alternative search directions, or maintain global awareness under long contexts, often leading to local optima, redundant exploration, and inefficient…

Cited by 0SourceScholar
2026

Reinforcement Learning with Verifiable Rewards Implicitly Incentivizes Correct Reasoning in Base LLMs

ICLR 2026poster

Recent advancements in long chain-of-thought (CoT) reasoning, particularly through the Group Relative Policy Optimization algorithm used by DeepSeek-R1, have led to significant interest in the potential of Reinforcement Learning with Verifiable Rewards (RLVR) for Large Language Models (LLMs). While…

Cited by 0SourceScholar
2023

Bootstrapping Objectness From Videos by Relaxed Common Fate and Visual Grouping

CVPR 2023poster

We study learning object segmentation from unlabeled videos. Humans can easily segment moving objects without knowing what they are. The Gestalt law of common fate, i.e., what move at the same speed belong together, has inspired unsupervised object discovery based on motion segmentation. However, co…

2023

One-Shot Generative Domain Adaptation

ICCV 2023poster

This work aims to transfer a Generative Adversarial Network (GAN) pre-trained on one image domain to another domain referred to as few as just one reference image. The challenge is that, under limited supervision, it is extremely difficult to synthesize photo realistic and highly diverse images whil…

Cited by 50PDFcodeScholar
2023

Randomized Quantization: A Generic Augmentation for Data Agnostic Self-supervised Learning

ICCV 2023poster

Self-supervised representation learning follows a paradigm of withholding some part of the data and tasking the network to predict it from the remaining part. Among many techniques, data augmentation lies at the core for creating the information gap. Towards this end, masking has emerged as a generi…

Cited by 11PDFcodeScholar
2022

A Simple Multi-Modality Transfer Learning Baseline for Sign Language Translation

CVPR 2022poster

This paper proposes a simple transfer learning baseline for sign language translation. Existing sign language datasets (e.g. PHOENIX-2014T, CSL-Daily) contain only about 10K-20K pairs of sign videos, gloss annotations and texts, which are an order of magnitude smaller than typical parallel data for…

Cited by 182PDFcodeScholar
2022

Animation from Blur: Multi-modal Blur Decomposition with Motion Guidance

ECCV 2022poster

"We study the challenging problem of recovering detailed motion from a single motion-blurred image. Existing solutions to this problem estimate a single image sequence without considering the motion ambiguity for each region. Therefore, the results tend to converge to the mean of the multi-modal pos…

2022

Bringing Rolling Shutter Images Alive with Dual Reversed Distortion

ECCV 2022poster

"Rolling shutter (RS) distortion can be interpreted as the result of picking a row of pixels from instant global shutter (GS) frames over time during the exposure of the RS camera. This means that the information of each instant GS frame is partially, yet sequentially, embedded into the row-dependen…

2021

Aligning Pretraining for Detection via Object-Level Contrastive Learning

NeurIPS 2021spotlight

Image-level contrastive representation learning has proven to be highly effective as a generic model for transfer learning. Such generality for transfer learning, however, sacrifices specificity if we are interested in a certain downstream task. We argue that this could be sub-optimal and thus advo…

2021

Distilling Localization for Self-Supervised Representation Learning

AAAI 2021technical

Recent progress in contrastive learning has revolutionized unsupervised representation learning. Concretely, multiple views (augmentations) from the same image are encouraged to map to close embeddings, while views from different images are pulled apart.In this paper, through visualizing a…

Cited by 58SourcePDFScholar
2021

The Emergence of Objectness: Learning Zero-shot Segmentation from Videos

NeurIPS 2021poster

Humans can easily detect and segment moving objects simply by observing how they move, even without knowledge of object semantics. Inspired by this, we develop a zero-shot unsupervised approach for learning object segmentations. The model comprises two visual pathways: an appearance pathway that seg…

2021

Unsupervised 3D Learning for Shape Analysis via Multiresolution Instance Discrimination

AAAI 2021technical

We propose an unsupervised method for learning a generic and efficient shape encoding network for different shape analysis tasks. Our key idea is to jointly encode and learn shape and point features from unlabeled 3D point clouds. For this purpose, we adapt HRNet to octree-based convolutional neural…

Cited by 49SourcePDFScholar
2021

What Makes Instance Discrimination Good for Transfer Learning?

ICLR 2021poster

Contrastive visual pretraining based on the instance discrimination pretext task has made significant progress. Notably, recent work on unsupervised pretraining has shown to surpass the supervised counterpart for finetuning downstream applications such as object detection and segmentation. It come…

Cited by 201SourcePDFScholar
2018

Improving Generalization via Scalable Neighborhood Component Analysis

ECCV 2018poster

Current visual recognition is dominated by the end-to-end formulation of classification problems implemented by the parametric softmax classifiers. Such formulation makes a closed world assumption with a fixed set of categories. This becomes problematic for open-set scenarios where new categories ar…

2018

Unsupervised Feature Learning via Non-Parametric Instance Discrimination

CVPR 2018poster

Neural net classifiers trained on data with annotated class labels can also capture apparent visual similarity among categories without being directed to do so. We study whether this observation can be extended beyond the conventional domain of supervised learning: Can we learn a good feature repres…

2017

Temporal Action Detection With Structured Segment Networks

ICCV 2017poster

Detecting actions in untrimmed videos is an important yet challenging task. In this paper, we present the structured segment network (SSN), a novel framework which models the temporal structure of each action instance via a structured temporal pyramid. On top of the pyramid, we further introduce a d…

Cited by 1154PDFcodeScholar
2015

3D ShapeNets: A Deep Representation for Volumetric Shapes

CVPR 2015poster

3D shape is a crucial but heavily underutilized cue in today's computer vision systems, mostly due to the lack of a good generic shape representation. With the recent availability of inexpensive 2.5D depth sensors (e.g. Microsoft Kinect), it is becoming increasingly important to have a powerful 3D s…

Cited by 7454SourcePDFScholar