PercepCap: Video Captioner with Structured Spatio-Temporal Perception

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.