中文
相关论文

相关论文: SViTT: Temporal Learning of Sparse Video-Text Tran…

200 篇论文

Vision-language models (VLMs) could power real-time assistants and autonomous agents, but they face a critical challenge: understanding near-infinite video streams without escalating latency and memory usage. Processing entire videos with…

计算机视觉与模式识别 · 计算机科学 2025-10-13 Ruyi Xu , Guangxuan Xiao , Yukang Chen , Liuning He , Kelly Peng , Yao Lu , Song Han

Video prediction is a pixel-wise dense prediction task to infer future frames based on past frames. Missing appearance details and motion blur are still two major problems for current predictive models, which lead to image distortion and…

计算机视觉与模式识别 · 计算机科学 2020-05-25 Beibei Jin , Yu Hu , Qiankun Tang , Jingyu Niu , Zhiping Shi , Yinhe Han , Xiaowei Li

Video temporal grounding (VTG) is a fine-grained video understanding problem that aims to ground relevant clips in untrimmed videos given natural language queries. Most existing VTG models are built upon frame-wise final-layer CLIP…

计算机视觉与模式识别 · 计算机科学 2024-07-23 Ye Liu , Jixuan He , Wanhua Li , Junsik Kim , Donglai Wei , Hanspeter Pfister , Chang Wen Chen

Existing unsupervised video-to-video translation methods fail to produce translated videos which are frame-wise realistic, semantic information preserving and video-level consistent. In this work, we propose UVIT, a novel unsupervised…

计算机视觉与模式识别 · 计算机科学 2020-04-15 Kangning Liu , Shuhang Gu , Andres Romero , Radu Timofte

Vision Transformers (ViTs) with self-attention modules have recently achieved great empirical success in many vision tasks. Due to non-convex interactions across layers, however, theoretical learning and generalization analysis is mostly…

机器学习 · 计算机科学 2023-11-15 Hongkang Li , Meng Wang , Sijia Liu , Pin-yu Chen

Recently, spatiotemporal graphs have emerged as a concise and elegant manner of representing video clips in an object-centric fashion, and have shown to be useful for downstream tasks such as action recognition. In this work, we investigate…

计算机视觉与模式识别 · 计算机科学 2023-12-13 Aditya Murali , Deepak Alapatt , Pietro Mascagni , Armine Vardazaryan , Alain Garcia , Nariaki Okamoto , Didier Mutter , Nicolas Padoy

In the visual spatial understanding (VSU) area, spatial image-to-text (SI2T) and spatial text-to-image (ST2I) are two fundamental tasks that appear in dual form. Existing methods for standalone SI2T or ST2I perform imperfectly in spatial…

计算机视觉与模式识别 · 计算机科学 2025-09-03 Yu Zhao , Hao Fei , Xiangtai Li , Libo Qin , Jiayi Ji , Hongyuan Zhu , Meishan Zhang , Min Zhang , Jianguo Wei

While image-text representation learning has become very popular in recent years, existing models tend to lack spatial awareness and have limited direct applicability for dense understanding tasks. For this reason, self-supervised…

We propose Latent-Shift -- an efficient text-to-video generation method based on a pretrained text-to-image generation model that consists of an autoencoder and a U-Net diffusion model. Learning a video diffusion model in the latent space…

计算机视觉与模式识别 · 计算机科学 2023-04-19 Jie An , Songyang Zhang , Harry Yang , Sonal Gupta , Jia-Bin Huang , Jiebo Luo , Xi Yin

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…

计算机视觉与模式识别 · 计算机科学 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

We introduce STRIVE (SpatioTemporal Reinforcement with Importance-aware Variant Exploration), a structured reinforcement learning framework for video question answering. While group-based policy optimization methods have shown promise in…

计算机视觉与模式识别 · 计算机科学 2026-05-12 Emad Bahrami , Olga Zatsarynna , Parth Pathak , Sunando Sengupta , Juergen Gall , Mohsen Fayyaz

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…

计算机视觉与模式识别 · 计算机科学 2023-08-21 Kevin Qinghong Lin , Pengchuan Zhang , Joya Chen , Shraman Pramanick , Difei Gao , Alex Jinpeng Wang , Rui Yan , Mike Zheng Shou

We propose a graph-based representation learning framework for video summarization. First, we convert an input video to a graph where nodes correspond to each of the video frames. Then, we impose sparsity on the graph by connecting only…

计算机视觉与模式识别 · 计算机科学 2024-04-17 Jose M. Rojas Chaves , Subarna Tripathi

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…

计算机视觉与模式识别 · 计算机科学 2024-04-12 Xiaojie Jin , Bowen Zhang , Weibo Gong , Kai Xu , XueQing Deng , Peng Wang , Zhao Zhang , Xiaohui Shen , Jiashi Feng

Transfer learning has become the de facto standard in computer vision and natural language processing, especially where labeled data is scarce. Accuracy can be significantly improved by using pre-trained models and subsequent fine-tuning.…

计算机视觉与模式识别 · 计算机科学 2020-02-18 T. S. Jayram , Vincent Marois , Tomasz Kornuta , Vincent Albouy , Emre Sevgen , Ahmet S. Ozcan

Large vision-language models (VLMs) have become state-of-the-art for many computer vision tasks, with in-context learning (ICL) as a popular adaptation strategy for new ones. But can VLMs learn novel concepts purely from visual…

计算机视觉与模式识别 · 计算机科学 2024-09-26 Bowen Zhao , Leo Parker Dirac , Paulina Varshavskaya

Vision-and-Language Pre-training (VLP) has improved performance on various joint vision-and-language downstream tasks. Current approaches to VLP heavily rely on image feature extraction processes, most of which involve region supervision…

机器学习 · 统计学 2021-06-11 Wonjae Kim , Bokyung Son , Ildoo Kim

Self-supervised learning of image representations by predicting future frames is a promising direction but still remains a challenge. This is because of the under-determined nature of frame prediction; multiple potential futures can arise…

计算机视觉与模式识别 · 计算机科学 2024-08-12 Huiwon Jang , Dongyoung Kim , Junsu Kim , Jinwoo Shin , Pieter Abbeel , Younggyo Seo

Diffusion transformers have emerged as the mainstream paradigm for video generation models. However, the use of up to billions of parameters incurs significant computational costs. Quantization offers a promising solution by reducing memory…

计算机视觉与模式识别 · 计算机科学 2026-03-10 Weilun Feng , Haotong Qin , Chuanguang Yang , Xiangqi Li , Han Yang , Yuqi Li , Zhulin An , Libo Huang , Michele Magno , Yongjun Xu

Vision transformers (ViTs) are quickly becoming the de-facto architecture for computer vision, yet we understand very little about why they work and what they learn. While existing studies visually analyze the mechanisms of convolutional…

计算机视觉与模式识别 · 计算机科学 2022-12-14 Amin Ghiasi , Hamid Kazemi , Eitan Borgnia , Steven Reich , Manli Shu , Micah Goldblum , Andrew Gordon Wilson , Tom Goldstein