PercepCap: Video Captioner with Structured Spatio-Temporal Perception
Summary
PercepCap is a novel perception-aware video captioning framework designed to address limitations in existing Multi-modal Large Language Models (MLLMs) that lack explicit perceptual evidence. It employs a "perceive–describe" generation chain, where the model first produces a structured spatio-temporal perception trace, including object trajectories and temporal events, before generating the final caption. This approach makes underlying perceptual errors identifiable. PercepCap is trained using a two-stage strategy: Perceive-then-Describe Supervised Fine-tuning (PD-SFT) adapts the model to this new chain, followed by Perception-Grounded Reinforcement Learning (PG-RL) which optimizes both the perception trace and caption quality with joint rewards. A key component is Caption-Anchored Perception Data Construction, which creates aligned training data by grounding extracted caption content back into video. Evaluated on benchmarks like DREAM-1K, CaReBench, and MotionBench, PercepCap consistently outperforms the Qwen3-VL baseline, demonstrating leading caption quality.
Key takeaway
For Machine Learning Engineers developing advanced video captioning systems, PercepCap offers a robust framework to enhance model accuracy and interpretability. You should consider adopting a "perceive–describe" architecture to explicitly ground captions in spatio-temporal evidence. This approach, supported by two-stage fine-tuning and caption-anchored data, can significantly improve object and event recognition, leading to more faithful and auditable video descriptions in your applications.
Key insights
PercepCap explicitly separates spatio-temporal perception from caption generation for improved video understanding.
Principles
- Explicit perceptual evidence improves captioning accuracy.
- Decomposed rewards enhance perception and caption alignment.
- Caption-anchored data ensures perception-caption consistency.
Method
PercepCap uses a perceive–describe chain: generate structured spatio-temporal trace (objects, events), then caption. Trained via PD-SFT and PG-RL with caption-anchored data.
In practice
- Use structured perception traces for video search.
- Enhance accessibility descriptions with grounded captions.
- Audit video datasets for object/event consistency.
Topics
- PercepCap
- Video Captioning
- Multi-modal LLMs
- Spatio-Temporal Perception
- Reinforcement Learning
- Object Tracking
Best for: Computer Vision Engineer, 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.CV updates on arXiv.org.