← Search

Zhan Tong

12 accepted papers

2025

Contextual AD Narration with Interleaved Multimodal Sequence

CVPR 2025poster

The Audio Description (AD) task aims to generate descriptions of visual elements for visually impaired individuals to help them access long-form video contents, like movie. With video feature, text, character bank and context information as inputs, the generated ADs are able to correspond to the cha…

2024

Bootstrapping SparseFormers from Vision Foundation Models

CVPR 2024poster

The recently proposed SparseFormer architecture provides an alternative approach to visual understanding by utilizing a significantly lower number of visual tokens via adjusting RoIs greatly reducing computational costs while still achieving promising performance. However training SparseFormers from…

2024

SparseFormer: Sparse Visual Recognition via Limited Latent Tokens

ICLR 2024poster

Human visual recognition is a sparse process, where only a few salient visual cues are attended to rather than every detail being traversed uniformly. However, most current vision networks follow a dense paradigm, processing every single visual unit (such as pixels or patches) in a uniform manner. I…

2023

Efficient Video Action Detection with Token Dropout and Context Refinement

ICCV 2023poster

Streaming video clips with large-scale video tokens impede vision transformers (ViTs) for efficient recognition, especially in video action detection where sufficient spatiotemporal representations are required for precise actor identification. In this work, we propose an end-to-end framework for ef…

Cited by 26PDFcodeScholar
2023

Soft Neighbors are Positive Supporters in Contrastive Visual Representation Learning

ICLR 2023poster

Contrastive learning methods train visual encoders by comparing views (e.g., often created via a group of data augmentations on the same instance) from one instance to others. Typically, the views created from one instance are set as positive, while views from other instances are negative. This bina…

Cited by 38SourcePDFScholar
2023

VideoMAE V2: Scaling Video Masked Autoencoders With Dual Masking

CVPR 2023poster

Scale is the primary factor for building a powerful foundation model that could well generalize to a variety of downstream tasks. However, it is still challenging to train video foundation models with billions of parameters. This paper shows that video masked autoencoder (VideoMAE) is a scalable and…

2022

AdaptFormer: Adapting Vision Transformers for Scalable Visual Recognition

NeurIPS 2022accept

Pretraining Vision Transformers (ViTs) has achieved great success in visual recognition. A following scenario is to adapt a ViT to various image and video recognition tasks. The adaptation is challenging because of heavy computation and memory storage. Each model needs an independent and complete fi…

2022

EViT: Expediting Vision Transformers via Token Reorganizations

ICLR 2022spotlight

Vision Transformers (ViTs) take all the image patches as tokens and construct multi-head self-attention (MHSA) among them. Complete leverage of these image tokens brings redundant computations since not all the tokens are attentive in MHSA. Examples include that tokens containing semantically meanin…

2022

VideoMAE: Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-Training

NeurIPS 2022accept

Pre-training video transformers on extra large-scale datasets is generally required to achieve premier performance on relatively small datasets. In this paper, we show that video masked autoencoders (VideoMAE) are data-efficient learners for self-supervised video pre-training (SSVP). We are inspired…

2021

MGSampler: An Explainable Sampling Strategy for Video Action Recognition

ICCV 2021poster

Frame sampling is a fundamental problem in video action recognition due to the essential redundancy in time and limited computation resources. The existing sampling strategy often employs a fixed frame selection and lacks the flexibility to deal with complex variations in videos. In this paper, we p…

Cited by 91PDFcodeScholar