Overview
Field: Computer Vision (CV) Authors: Yifan Xu, Zihao Wang, Zhixiao Wang Published: 2026-07-24 arXiv: 2507.18394
Abstract (Translation)
Video captioning requires fine-grained spatio-temporal understanding of videos, including spatial perception of where objects are located and temporal perception of when events occur. Existing MLLMs usually generate captions directly from video inputs without exposing the perceptual evidence behind descriptions. As a result, mistakes in spatio-temporal perception are only observed in the final caption, making it difficult to identify the underlying perceptual errors directly.
To address these issues, the authors present PercepCap, a perception-aware video captioning framework that makes perceptual evidence explicit before producing the final caption. PercepCap follows a perceive-describe generation chain, where the model first produces a spatio-temporal perception trace comprising object trajectories and temporal events, then generates the final caption based on the perceptual evidence.
Key Contributions
- Two-stage training strategy:
- *Perception-then-describe supervised fine-tuning (SFT)*: adapts the model from caption-only generation to the proposed perceive-describe chain.
- *Perception-grounded reinforcement learning (RL)*: optimizes both the perception trace and caption quality via a joint reward on the perception chain and the final caption.
- Caption-anchored perception data construction: a pipeline that first generates caption-only descriptions, extracts the objects and events mentioned, and grounds them back into the video with bounding boxes and timestamps. This yields caption-aligned perception data providing reliable training ground truth, ensuring the explicit perception traces and the final caption refer to the same objects and events.
Results
In both direct captioning and caption-to-QA evaluations, PercepCap consistently outperforms the Qwen3-VL baseline and demonstrates leading captioning quality.
---
*Auto-collected on 2026-07-24.*