EVA02-AT: Egocentric Video-Language Understanding with Spatial-Temporal Rotary Positional Embeddings and Symmetric Optimization
Journal:
arXiv
Published Date:
Jun 17, 2025
Abstract
Egocentric video-language understanding demands both high efficiency and
accurate spatial-temporal modeling. Existing approaches face three key
challenges: 1) Excessive pre-training cost arising from multi-stage
pre-training pipelines, 2) Ineffective spatial-temporal encoding due to
manually split 3D rotary positional embeddings that hinder feature
interactions, and 3) Imprecise learning objectives in soft-label multi-instance
retrieval, which neglect negative pair correlations. In this paper, we
introduce EVA02-AT, a suite of EVA02-based video-language foundation models
tailored to egocentric video understanding tasks. EVA02-AT first efficiently
transfers an image-based CLIP model into a unified video encoder via a
single-stage pretraining. Second, instead of applying rotary positional
embeddings to isolated dimensions, we introduce spatial-temporal rotary
positional embeddings along with joint attention, which can effectively encode
both spatial and temporal information on the entire hidden dimension. This
joint encoding of spatial-temporal features enables the model to learn
cross-axis relationships, which are crucial for accurately modeling motion and
interaction in videos. Third, focusing on multi-instance video-language
retrieval tasks, we introduce the Symmetric Multi-Similarity (SMS) loss and a
novel training framework that advances all soft labels for both positive and
negative pairs, providing a more precise learning objective. Extensive
experiments on Ego4D, EPIC-Kitchens-100, and Charades-Ego under zero-shot and
fine-tuning settings demonstrate that EVA02-AT achieves state-of-the-art
performance across diverse egocentric video-language tasks with fewer
parameters. Models with our SMS loss also show significant performance gains on
multi-instance retrieval benchmarks. Our code and models are publicly available
at https://github.com/xqwang14/EVA02-AT .