paper-with-me

Papers

Exploring Temporal Concurrency for Video-Language Representation Learning

2023-01-01 · ICCV 2023 1 · Heng Zhang, Daqing Liu, Zezhong Lv, Bing Su, DaCheng Tao

Paired video and language data is naturally temporal concurrency, which requires the modeling of the temporal dynamics within each modality and the temporal alignment across modalities simultaneously. However, most existing video-language representation learning methods only focus on discrete semantic alignment that encourages aligned semantics to be close in the latent space, or temporal context dependency that captures short-range coherence, failing in building the temporal concurrency. In this paper, we propose to learn video-language representations by modeling video-language pairs as Temporal Concurrent Processes (TCP) via a process-wised distance metric learning framework. Specifically, we employ the soft Dynamic Time Warping (DTW) to measure the distance between two processes across modalities and then optimize the DTW costs. Meanwhile, we further introduce a regularization term that enforces the embeddings of each modality approximating a stochastic process to guarantee the inherent dynamics. Experimental results on three benchmarks demonstrate that TCP stands as a state-of-the-art method for various video-language understanding tasks, including paragraph-to-video retrieval, video moment retrieval, and video question-answering. Code is available at https://github.com/hengRUC/TCP.

📄 PDF Abstract BibTeX

Code (1)

hengruc/tcp 공식 구현 pytorch

Tasks

Dynamic Time WarpingMetric LearningMoment RetrievalQuestion AnsweringRepresentation LearningRetrievalVideo Question AnsweringVideo Retrieval

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

AMEGO: Active Memory from long EGOcentric videos

2024-09-17 · Gabriele Goletto, Tushar Nagarajan, Giuseppe Averta, Dima Damen

Egocentric videos provide a unique perspective into individuals' daily experiences, yet their unstructured nature presents challenges for perception. In this paper, we introduce AMEGO, a novel approach aimed at enhancing…

Video Understanding

PacketGame: Multi-Stream Packet Gating for Concurrent Video Inference at Scale

2023-09-01 · journal 2023 9 · Mu Yuan, Lan Zhang, Xuanke You, Xiang-Yang Li

The resource efficiency of video analytics workloads is critical for large-scale deployments on edge nodes and cloud clusters. Recent advanced systems have benefited from techniques including video compression, frame fil…

DecoderVideo Compression

Hyperproperty-Constrained Secure Reinforcement Learning

2025-07-31 · Ernest Bonnah, Luan Viet Nguyen, Khaza Anuarul Hoque arxiv

Hyperproperties for Time Window Temporal Logic (HyperTWTL) is a domain-specific formal specification language known for its effectiveness in compactly representing security, opacity, and concurrency properties for roboti…

Reinforcement Learning

Exploring Temporal Information for Improved Video Understanding

2019-05-25 · Yi Zhu

In this dissertation, I present my work towards exploring temporal information for better video understanding. Specifically, I have worked on two problems: action recognition and semantic segmentation. For action recogni…

Action RecognitionOptical Flow EstimationSegmentationSemantic Segmentation+3

All in One: Exploring Unified Video-Language Pre-training

2022-03-14 · CVPR 2023 1 · Alex Jinpeng Wang, Yixiao Ge, Rui Yan, Yuying Ge 외

Mainstream Video-Language Pre-training models \cite{actbert,clipbert,violet} consist of three parts, a video encoder, a text encoder, and a video-text fusion Transformer. They pursue better performance via utilizing heav…

AllLanguage ModellingMultiple-choiceQuestion Answering+9