VEGAS: Human-Aligned Video Caption Evaluation via Gaze
Summary
VEGAS (Video caption Evaluation via GAze Score) is a novel, training-free metric designed to align video captions with individual viewer attention. Developed by researchers at The University of Texas at Austin and AMD, VEGAS quantifies how well a candidate caption matches a viewer's focus by measuring pointwise conditional mutual information between caption tokens and non-attended visual regions, conditioned on attended regions. It operates by selecting captions with the lowest VEGAS score via rejection sampling from existing VLM outputs, without requiring model retraining. To validate VEGAS, a multimodal dataset was curated, combining egocentric videos from Aria Everyday Activities (AEA) and instructional slides from SlideVQA, totaling 632 visual samples and 2,981 human captions. Experiments showed VEGAS-selected captions significantly improved semantic alignment with human annotations on AEA, increasing mean SBERT similarity by +0.0856 and improving mAP by +2.48% at rank 5 in caption-to-video retrieval. Gains were less significant on SlideVQA, indicating VEGAS is most effective for concrete object disambiguation.
Key takeaway
For Machine Learning Engineers developing video captioning or retrieval systems, integrating VEGAS offers a practical, training-free method to personalize outputs. You should consider implementing VEGAS-based rejection sampling at inference time to align VLM-generated captions with individual user attention, especially for applications involving concrete object or action descriptions. This approach significantly improves semantic alignment and retrieval performance, enhancing user experience without requiring costly model retraining.
Key insights
VEGAS personalizes video captions by using test-time gaze to select descriptions aligned with individual viewer attention.
Principles
- Human video descriptions are diverse and gaze-tied.
- Gaze can proxy visual attention for personalized captioning.
- Lower VEGAS scores indicate better gaze-caption alignment.
Method
VEGAS quantifies caption-gaze alignment using pointwise conditional mutual information. It then employs rejection sampling to select the lowest-scoring caption from VLM-generated candidates, without VLM retraining.
In practice
- Enhance caption-to-video retrieval accuracy.
- Generate personalized video descriptions for users.
- Improve attention-aware human-computer interaction.
Topics
- Video Captioning
- Gaze Tracking
- Vision-Language Models
- Personalized AI
- Information Theory
- Rejection Sampling
- Video Retrieval
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.