paper-with-me

Papers

Video-Language Alignment via Spatio-Temporal Graph Transformer

2024-07-16 · Shi-Xue Zhang, Hongfa Wang, Xiaobin Zhu, Weibo Gu, Tianjin Zhang, Chun Yang, Wei Liu, Xu-Cheng Yin

Video-language alignment is a crucial multi-modal task that benefits various downstream applications, e.g., video-text retrieval and video question answering. Existing methods either utilize multi-modal information in video-text pairs or apply global and local alignment techniques to promote alignment precision. However, these methods often fail to fully explore the spatio-temporal relationships among vision tokens within video and across different video-text pairs. In this paper, we propose a novel Spatio-Temporal Graph Transformer module to uniformly learn spatial and temporal contexts for video-language alignment pre-training (dubbed STGT). Specifically, our STGT combines spatio-temporal graph structure information with attention in transformer block, effectively utilizing the spatio-temporal contexts. In this way, we can model the relationships between vision tokens, promoting video-text alignment precision for benefiting downstream tasks. In addition, we propose a self-similarity alignment loss to explore the inherent self-similarity in the video and text. With the initial optimization achieved by contrastive learning, it can further promote the alignment accuracy between video and text. Experimental results on challenging downstream tasks, including video-text retrieval and video question answering, verify the superior performance of our method.

📄 PDF Abstract BibTeX arXiv:2407.11677

Code (1)

gxym/stgt 공식 구현 pytorch

Tasks

Contrastive LearningQuestion AnsweringRetrievalText RetrievalVideo Question AnsweringVideo-Text Retrieval

Methods 이 논문이 사용한 방법론

Attention 설명 없음
LapEigen 설명 없음
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Enhancing Video-Language Representations with Structural Spatio-Temporal Alignment

2024-06-27 · Hao Fei, Shengqiong Wu, Meishan Zhang, Min Zhang 외

While pre-training large-scale video-language models (VLMs) has shown remarkable potential for various downstream video-language tasks, existing VLMs can still suffer from certain commonly seen limitations, e.g., coarse-…

Plan-and-Verify Video Reward Reasoning with Spatio-Temporal Scene Graph Grounding

2026-06-10 · Hyomin Kim, Junghye Kim, Joanie Hayoun Chung, Yoonjin Oh 외 arxiv

Reward models for text-to-video (T2V) generation guide post-training but often fail at fine-grained semantic alignment. We trace this to two structural weaknesses in existing reasoning-based reward models: they do not sy…

VideoStir: Understanding Long Videos via Spatio-Temporally Structured and Intent-Aware RAG

2026-04-07 · Honghao Fu, Miao Xu, Yiwei Wang, Dailing Zhang 외 arxiv

Scaling multimodal large language models (MLLMs) to long videos is constrained by limited context windows. While retrieval-augmented generation (RAG) is a promising remedy by organizing query-relevant visual evidence int…

Language-guided Recursive Spatiotemporal Graph Modeling for Video Summarization

2025-09-06 · Jungin Park, Jiyoung Lee, Kwanghoon Sohn arxiv

Video summarization aims to select keyframes that are visually diverse and can represent the whole story of a given video. Previous approaches have focused on global interlinkability between frames in a video by temporal…

Video Summarization

Video Language Model Pretraining with Spatio-temporal Masking

2025-01-01 · CVPR 2025 1 · Yue Wu, Zhaobo Qi, Junshu Sun, YaoWei Wang 외

The development of self-supervised video-language models based on mask learning has significantly advanced downstream video tasks. These models leverage masked reconstruction to facilitate joint learning of visual an…

DecoderLanguage ModelingLanguage ModellingVideo Understanding