English
Related papers

Related papers: Video-Text Pre-training with Learned Regions

200 papers

Video-language pre-training is a typical and challenging problem that aims at learning visual and textual representations from large-scale data in a self-supervised way. Existing pre-training approaches either captured the correspondence of…

Computer Vision and Pattern Recognition · Computer Science 2024-05-14 Shentong Mo , Haofan Wang , Huaxia Li , Xu Tang

Video understanding relies on perceiving the global content and modeling its internal connections (e.g., causality, movement, and spatio-temporal correspondence). To learn these interactions, we apply a mask-then-predict pre-training task…

Computer Vision and Pattern Recognition · Computer Science 2021-06-22 Hao Tan , Jie Lei , Thomas Wolf , Mohit Bansal

Vision-language pre-training (VLP) methods are blossoming recently, and its crucial goal is to jointly learn visual and textual features via a transformer-based architecture, demonstrating promising improvements on a variety of…

Computer Vision and Pattern Recognition · Computer Science 2023-09-01 Weihan Wang , Zhen Yang , Bin Xu , Juanzi Li , Yankui Sun

The ability to recognize and reason about text embedded in visual inputs is often lacking in vision-and-language (V&L) models, perhaps because V&L pre-training methods have often failed to include such an ability in their training…

Computer Vision and Pattern Recognition · Computer Science 2023-08-22 Jihyung Kil , Soravit Changpinyo , Xi Chen , Hexiang Hu , Sebastian Goodman , Wei-Lun Chao , Radu Soricut

Pre-training a model to learn transferable video-text representation for retrieval has attracted a lot of attention in recent years. Previous dominant works mainly adopt two separate encoders for efficient retrieval, but ignore local…

Computer Vision and Pattern Recognition · Computer Science 2022-03-18 Yuying Ge , Yixiao Ge , Xihui Liu , Dian Li , Ying Shan , Xiaohu Qie , Ping Luo

In light of recent advances in multimodal Large Language Models (LLMs), there is increasing attention to scaling them from image-text data to more informative real-world videos. Compared to static images, video poses unique challenges for…

Computer Vision and Pattern Recognition · Computer Science 2024-06-04 Yang Jin , Zhicheng Sun , Kun Xu , Kun Xu , Liwei Chen , Hao Jiang , Quzhe Huang , Chengru Song , Yuliang Liu , Di Zhang , Yang Song , Kun Gai , Yadong Mu

Video Large Language Models (Video LLMs) have recently exhibited remarkable capabilities in general video understanding. However, they mainly focus on holistic comprehension and struggle with capturing fine-grained spatial and temporal…

Computer Vision and Pattern Recognition · Computer Science 2025-03-26 Yuqian Yuan , Hang Zhang , Wentong Li , Zesen Cheng , Boqiang Zhang , Long Li , Xin Li , Deli Zhao , Wenqiao Zhang , Yueting Zhuang , Jianke Zhu , Lidong Bing

The de-facto approach to many vision tasks is to start from pretrained visual representations, typically learned via supervised training on ImageNet. Recent methods have explored unsupervised pretraining to scale to vast quantities of…

Computer Vision and Pattern Recognition · Computer Science 2021-09-28 Karan Desai , Justin Johnson

Vision-language models bridge visual and linguistic understanding and have proven to be powerful for video recognition tasks. Existing approaches primarily rely on parameter-efficient fine-tuning of image-text pre-trained models, yet they…

Computer Vision and Pattern Recognition · Computer Science 2025-03-26 Wencheng Zhu , Yuexin Wang , Hongxuan Li , Pengfei Zhu , Qinghua Hu

Driven by the wave of large language models, Video-Language Models (VLMs) have become a significant yet challenging technology to bridge the gap between videos and texts. Although previous VLM works have made significant progress, almost…

Computer Vision and Pattern Recognition · Computer Science 2026-05-28 Xiang Fang , Wanlong Fang , Changshuo Wang , Xiaoye Qu , Daizong Liu

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…

Computer Vision and Pattern Recognition · Computer Science 2020-07-28 Xiujun Li , Xi Yin , Chunyuan Li , Pengchuan Zhang , Xiaowei Hu , Lei Zhang , Lijuan Wang , Houdong Hu , Li Dong , Furu Wei , Yejin Choi , Jianfeng Gao

Sequential video understanding, as an emerging video understanding task, has driven lots of researchers' attention because of its goal-oriented nature. This paper studies weakly supervised sequential video understanding where the accurate…

Computer Vision and Pattern Recognition · Computer Science 2023-03-29 Sixun Dong , Huazhang Hu , Dongze Lian , Weixin Luo , Yicheng Qian , Shenghua Gao

Recent works in self-supervised learning have demonstrated strong performance on scene-level dense prediction tasks by pretraining with object-centric or region-based correspondence objectives. In this paper, we present Region-to-Object…

Computer Vision and Pattern Recognition · Computer Science 2022-12-22 Akash Gokul , Konstantinos Kallidromitis , Shufan Li , Yusuke Kato , Kazuki Kozuka , Trevor Darrell , Colorado J Reed

Pre-training on large scale unlabelled datasets has shown impressive performance improvements in the fields of computer vision and natural language processing. Given the advent of large-scale instructional video datasets, a common strategy…

Computer Vision and Pattern Recognition · Computer Science 2021-11-04 Valentin Gabeur , Arsha Nagrani , Chen Sun , Karteek Alahari , Cordelia Schmid

State-of-the-art video-text retrieval (VTR) methods typically involve fully fine-tuning a pre-trained model (e.g. CLIP) on specific datasets. However, this can result in significant storage costs in practical applications as a separate…

Computer Vision and Pattern Recognition · Computer Science 2024-04-12 Xiaojie Jin , Bowen Zhang , Weibo Gong , Kai Xu , XueQing Deng , Peng Wang , Zhao Zhang , Xiaohui Shen , Jiashi Feng

Image-text models excel at image-level tasks but struggle with detailed visual understanding. While these models provide strong visual-language alignment, segmentation models like SAM2 offer precise spatial boundaries for objects. To this…

Computer Vision and Pattern Recognition · Computer Science 2025-11-07 Yao Xiao , Qiqian Fu , Heyi Tao , Yuqun Wu , Zhen Zhu , Derek Hoiem

Large Multimodal Models (LMMs) often face a modality representation gap during pretraining: while language embeddings remain stable, visual representations are highly sensitive to contextual noise (e.g., background clutter). To address this…

Computer Vision and Pattern Recognition · Computer Science 2025-08-14 Yin Xie , Kaicheng Yang , Peirou Liang , Xiang An , Yongle Zhao , Yumeng Wang , Ziyong Feng , Roy Miles , Ismail Elezi , Jiankang Deng

When a deep neural network is trained on data with only image-level labeling, the regions activated in each image tend to identify only a small region of the target object. We propose a method of using videos automatically harvested from…

Computer Vision and Pattern Recognition · Computer Science 2019-08-14 Jungbeom Lee , Eunji Kim , Sungmin Lee , Jangho Lee , Sungroh Yoon

Recent advancements in video-language understanding have been established on the foundation of image-text models, resulting in promising outcomes due to the shared knowledge between images and videos. However, video-language understanding…

Computer Vision and Pattern Recognition · Computer Science 2023-12-19 Xiao Wang , Yaoyu Li , Tian Gan , Zheng Zhang , Jingjing Lv , Liqiang Nie

Recent Vision-Language Pre-training (VLP) models have demonstrated significant advancements. Nevertheless, these models heavily rely on image-text pairs that capture only coarse and global information of an image, leading to a limitation in…

Computer Vision and Pattern Recognition · Computer Science 2024-03-28 Jungbeom Lee , Sanghyuk Chun , Sangdoo Yun