paper-with-me

Papers

Video-Text Representation Learning via Differentiable Weak Temporal Alignment

2022-03-31 · CVPR 2022 1 · Dohwan Ko, Joonmyung Choi, Juyeon Ko, Shinyeong Noh, Kyoung-Woon On, Eun-Sol Kim, Hyunwoo J. Kim

Learning generic joint representations for video and text by a supervised method requires a prohibitively substantial amount of manually annotated video datasets. As a practical alternative, a large-scale but uncurated and narrated video dataset, HowTo100M, has recently been introduced. But it is still challenging to learn joint embeddings of video and text in a self-supervised manner, due to its ambiguity and non-sequential alignment. In this paper, we propose a novel multi-modal self-supervised framework Video-Text Temporally Weak Alignment-based Contrastive Learning (VT-TWINS) to capture significant information from noisy and weakly correlated data using a variant of Dynamic Time Warping (DTW). We observe that the standard DTW inherently cannot handle weakly correlated data and only considers the globally optimal alignment path. To address these problems, we develop a differentiable DTW which also reflects local information with weak temporal alignment. Moreover, our proposed model applies a contrastive learning scheme to learn feature representations on weakly correlated data. Our extensive experiments demonstrate that VT-TWINS attains significant improvements in multi-modal representation learning and outperforms various challenging downstream tasks. Code is available at https://github.com/mlvlab/VT-TWINS.

📄 PDF Abstract BibTeX arXiv:2203.16784

Code (1)

mlvlab/vt-twins 공식 구현 pytorch

Tasks

Contrastive LearningDynamic Time WarpingRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
DTW Dynamic Time Warping (DTW) [1] is one of well-known distance measures between a pairwise of time series. The main idea of DTW is to compute the distance from the matching of…

Similar Papers 제목 키워드 기반

Spatio-temporal video autoencoder with differentiable memory

2015-11-19 · Viorica Patraucean, Ankur Handa, Roberto Cipolla

We describe a new spatio-temporal video autoencoder, based on a classic spatial image autoencoder and a novel nested temporal autoencoder. The temporal encoder is represented by a differentiable visual memory composed of…

DecoderMotion EstimationOptical Flow EstimationSemantic Segmentation+2

Self-Supervised Contrastive Learning for Videos using Differentiable Local Alignment

2024-09-06 · Keyne Oei, Amr Gomaa, Anna Maria Feit, João Belo

Robust frame-wise embeddings are essential to perform video analysis and understanding tasks. We present a self-supervised method for representation learning based on aligning temporal video sequences. Our framework uses…

Action RecognitionContrastive LearningRepresentation LearningVideo Alignment

Representation Learning via Global Temporal Alignment and Cycle-Consistency

2021-05-11 · CVPR 2021 1 · Isma Hadji, Konstantinos G. Derpanis, Allan D. Jepson

We introduce a weakly supervised method for representation learning based on aligning temporal sequences (e.g., videos) of the same process (e.g., human action). The main idea is to use the global temporal ordering of la…

Action ClassificationDynamic Time WarpingFew-Shot LearningRepresentation Learning+3

Differentiable Resolution Compression and Alignment for Efficient Video Classification and Retrieval

2023-09-15 · Rui Deng, Qian Wu, Yuke Li, Haoran Fu

Optimizing video inference efficiency has become increasingly important with the growing demand for video analysis in various fields. Some existing methods achieve high efficiency by explicit discard of spatial or tempor…

RetrievalVideo ClassificationVideo Retrieval

LASER: A Neuro-Symbolic Framework for Learning Spatial-Temporal Scene Graphs with Weak Supervision

2023-04-15 · Jiani Huang, Ziyang Li, Mayur Naik, Ser-Nam Lim

Supervised approaches for learning spatio-temporal scene graphs (STSG) from video are greatly hindered due to their reliance on STSG-annotated videos, which are labor-intensive to construct at scale. Is it feasible to in…

Language ModelingLanguage ModellingLarge Language ModelRetrieval+4