paper-with-me

홈 › Papers

Reversed in Time: A Novel Temporal-Emphasized Benchmark for Cross-Modal Video-Text Retrieval

2024-12-26 · Yang Du, Yuqi Liu, Qin Jin

Cross-modal (e.g. image-text, video-text) retrieval is an important task in information retrieval and multimodal vision-language understanding field. Temporal understanding makes video-text retrieval more challenging than image-text retrieval. However, we find that the widely used video-text benchmarks have shortcomings in comprehensively assessing abilities of models, especially in temporal understanding, causing large-scale image-text pre-trained models can already achieve comparable zero-shot performance with video-text pre-trained models. In this paper, we introduce RTime, a novel temporal-emphasized video-text retrieval dataset. We first obtain videos of actions or events with significant temporality, and then reverse these videos to create harder negative samples. We then recruit annotators to judge the significance and reversibility of candidate videos, and write captions for qualified videos. We further adopt GPT-4 to extend more captions based on human-written captions. Our RTime dataset currently consists of 21k videos with 10 captions per video, totalling about 122 hours. Based on RTime, we propose three retrieval benchmark tasks: RTime-Origin, RTime-Hard, and RTime-Binary. We further enhance the use of harder-negatives in model training, and benchmark a variety of video-text models on RTime. Extensive experiment analysis proves that RTime indeed poses new and higher challenges to video-text retrieval. We release our RTime dataset\footnote{\url{https://github.com/qyr0403/Reversed-in-Time}} to further advance video-text retrieval and multimodal understanding research.

📄 PDF Abstract BibTeX arXiv:2412.19178

Code (1)

qyr0403/reversed-in-time 공식 구현

Tasks

Image-text RetrievalInformation RetrievalRetrievalText RetrievalVideo-Text Retrieval

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

What Does a Temporal Benchmark Score Measure? Decomposing Channel Use in Video VLM Evaluation

2026-07-14 · Farrukh Rahman arxiv

A score on a temporal video question answering benchmark is meant to measure that a model has temporal understanding, but it conflates two questions. 1. The task question: is the question even temporal, does it need seve…

Video Question Answering

Temporal Reversed Training for Spiking Neural Networks with Generalized Spatio-Temporal Representation

2024-08-17 · Lin Zuo, Yongqi Ding, Wenwei Luo, Mengmeng Jing 외

Spiking neural networks (SNNs) have received widespread attention as an ultra-low power computing paradigm. Recent studies have focused on improving the feature extraction capability of SNNs, but they suffer from ineffic…

3D Point Cloud ClassificationAction RecognitionPoint Cloud Classification

Time Reversal Symmetry for Efficient Robotic Manipulations in Deep Reinforcement Learning

2025-05-20 · Yunpeng Jiang, Jianshu Hu, Paul Weng, Yutong Ban

Symmetry is pervasive in robotics and has been widely exploited to improve sample efficiency in deep reinforcement learning (DRL). However, existing approaches primarily focus on spatial symmetries, such as reflection, r…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Chronological Blindness: Benchmarking Temporal Reasoning in Vision-Language Models with CHRONOSIGHT

2026-06-15 · Parthaw Goswami, Jaynto Goswami Deep arxiv

Human perception of visual scenes is inherently temporal. We instinctively recognise whether a fruit is ripening or rotting, whether construction is progressing or being demolished, and approximately how much time separa…

Instruction Following

See the past: Time-Reversed Scene Reconstruction from Thermal Traces Using Visual Language Models

2025-10-06 · Kebin Contreras, Luis Toscano-Palomino, Mauro Dalla Mura, Jorge Bacca arxiv

Recovering the past from present observations is an intriguing challenge with potential applications in forensics and scene analysis. Thermal imaging, operating in the infrared range, provides access to otherwise invisib…

Image Reconstruction