PercepCap: Video Captioner with Structured Spatio-Temporal Perception
Summary
PercepCap is a novel perception-aware video captioning framework designed to address limitations in existing Multimodal Large Language Models (MLLMs) that obscure underlying spatio-temporal perception errors. It operates on a "perceive-describe" generation chain, first producing an explicit spatio-temporal perception trace, including object trajectories and temporal events, and then generating the final caption conditioned on this evidence. PercepCap employs a two-stage training strategy: Perceive-then-Describe Supervised Fine-tuning adapts the model, followed by Perception-Grounded Reinforcement Learning to optimize both the perception trace and caption quality. A Caption-Anchored Perception Data Construction pipeline supports this by generating caption-aligned perception ground truth. This approach consistently improves upon the Qwen3-VL baseline, demonstrating leading caption quality in direct caption and caption-to-QA evaluations.
Key takeaway
For Machine Learning Engineers developing video captioning systems, PercepCap's approach offers a clear path to improving model interpretability and accuracy. By explicitly generating spatio-temporal perception traces before captioning, you can more easily identify and correct underlying perceptual errors. Consider implementing a "perceive-describe" chain and two-stage training to enhance your model's understanding and caption quality, moving beyond opaque end-to-end generation.
Key insights
Explicitly generating spatio-temporal perception traces before captioning significantly improves video understanding and error identification.
Principles
- Exposing perceptual evidence aids error diagnosis.
- Conditioning captions on explicit traces enhances quality.
- Joint rewards optimize perception and captioning.
Method
PercepCap uses a two-stage training: Supervised Fine-tuning for perceive-describe adaptation, then Perception-Grounded Reinforcement Learning with joint rewards. Caption-Anchored Perception Data Construction provides aligned ground truth.
In practice
- Generate object trajectories and temporal events.
- Condition caption generation on these explicit traces.
- Construct caption-aligned perception data.
Topics
- Video Captioning
- Spatio-Temporal Perception
- Multimodal Large Language Models
- Reinforcement Learning
- Object Trajectories
- Event Grounding
- Qwen3-VL
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision 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 Takara TLDR - Daily AI Papers.