paper-with-me

Papers

Orthogonal Temporal Interpolation for Zero-Shot Video Recognition

2023-08-14 · Yan Zhu, Junbao Zhuo, Bin Ma, Jiajia Geng, Xiaoming Wei, Xiaolin Wei, Shuhui Wang

Zero-shot video recognition (ZSVR) is a task that aims to recognize video categories that have not been seen during the model training process. Recently, vision-language models (VLMs) pre-trained on large-scale image-text pairs have demonstrated impressive transferability for ZSVR. To make VLMs applicable to the video domain, existing methods often use an additional temporal learning module after the image-level encoder to learn the temporal relationships among video frames. Unfortunately, for video from unseen categories, we observe an abnormal phenomenon where the model that uses spatial-temporal feature performs much worse than the model that removes temporal learning module and uses only spatial feature. We conjecture that improper temporal modeling on video disrupts the spatial feature of the video. To verify our hypothesis, we propose Feature Factorization to retain the orthogonal temporal feature of the video and use interpolation to construct refined spatial-temporal feature. The model using appropriately refined spatial-temporal feature performs better than the one using only spatial feature, which verifies the effectiveness of the orthogonal temporal feature for the ZSVR task. Therefore, an Orthogonal Temporal Interpolation module is designed to learn a better refined spatial-temporal video feature during training. Additionally, a Matching Loss is introduced to improve the quality of the orthogonal temporal feature. We propose a model called OTI for ZSVR by employing orthogonal temporal interpolation and the matching loss based on VLMs. The ZSVR accuracies on popular video datasets (i.e., Kinetics-600, UCF101 and HMDB51) show that OTI outperforms the previous state-of-the-art method by a clear margin.

📄 PDF Abstract BibTeX arXiv:2308.06897

Code (1)

sweetorangezhuyan/mm2023_oti 공식 구현 pytorch

Tasks

Video RecognitionZero-Shot Action RecognitionZero-Shot Action Recognition on HMDB51Zero-Shot Action Recognition on UCF101

Similar Papers 제목 키워드 기반

Open-VCLIP: Transforming CLIP to an Open-vocabulary Video Model via Interpolated Weight Optimization

2023-02-01 · Zejia Weng, Xitong Yang, Ang Li, Zuxuan Wu 외

Contrastive Language-Image Pretraining (CLIP) has demonstrated impressive zero-shot learning abilities for image understanding, yet limited effort has been made to investigate CLIP for zero-shot video recognition. We int…

Action RecognitionContinual LearningVideo RecognitionZero-Shot Learning

LongE2V: Long-Horizon Event-based Video Reconstruction, Prediction, and Frame Interpolation with Video Diffusion Models

2026-07-09 · Cheng-De Fan, Chun-Wei Tuan Mu, Chen-Wei Chang, Chin-Yang Lin 외 arxiv

Recovering high-quality video from sparse event streams is a challenging task. Regression methods often blur textures, while existing generative models struggle with long-term stability. We propose LongE2V, a novel appro…

Event-Based Video ReconstructionZero-shot Generalization

Across Scales & Across Dimensions: Temporal Super-Resolution using Deep Internal Learning

2020-03-19 · ECCV 2020 8 · Liad Pollak Zuckerman, Eyal Naor, George Pisha, Shai Bagon 외

When a very fast dynamic event is recorded with a low-framerate camera, the resulting video suffers from severe motion blur (due to exposure time) and motion aliasing (due to low sampling rate in time). True Temporal Sup…

Super-ResolutionVideo Super-Resolution

Free-Bloom: Zero-Shot Text-to-Video Generator with LLM Director and LDM Animator

2023-09-25 · NeurIPS 2023 11 · Hanzhuo Huang, Yufan Feng, Cheng Shi, Lan Xu 외

Text-to-video is a rapidly growing research area that aims to generate a semantic, identical, and temporal coherence sequence of frames that accurately align with the input text prompt. This study focuses on zero-shot te…

Text-to-Video GenerationVideo GenerationZero-shot Text-to-Video Generation

Building an Open-Vocabulary Video CLIP Model with Better Architectures, Optimization and Data

2023-10-08 · Zuxuan Wu, Zejia Weng, Wujian Peng, Xitong Yang 외

Despite significant results achieved by Contrastive Language-Image Pretraining (CLIP) in zero-shot image recognition, limited effort has been made exploring its potential for zero-shot video recognition. This paper prese…

Action RecognitionContinual LearningRetrievalText Retrieval+4