ViSIL: Unified Evaluation of Information Loss in Multimodal Video Captioning
Po-han Li, Shenghui Chen, Ufuk Topcu, Sandeep Chinchali
TL;DR
ViSIL introduces a unified, information-theoretic metric to quantify information loss when compressing a video into a multimodal summary, using a detailed caption as a textual proxy and defining $\mathcal{I}(C; V \mid \tilde{V}) = \log \frac{P(C \mid V)}{P(C \mid \tilde{V})}$ as the core measure. By approximating probabilities with autoregressive vision-language models and a keyword-based probability estimator, ViSIL enables cross-format evaluation that correlates with both human and VLM-based video understanding tasks, such as VQA. The framework reveals that summary format primarily drives processing load, and that a 3-image summary can nearly match full-video performance while drastically reducing token counts and response times; optimizing ViSIL under a Pareto constraint further improves efficiency and understanding. These findings support ViSIL as a practical proxy for information density in multimodal video summarization and retrieval, with potential to guide both evaluation and generation strategies. The work lays groundwork for extending ViSIL to audio-inclusive summaries and integrating the metric into model training to directly preserve video information in compact representations.
Abstract
Multimodal video captioning condenses dense footage into a structured format of keyframes and natural language. By creating a cohesive multimodal summary, this approach anchors generative AI in rich semantic evidence and serves as a lightweight proxy for high-efficiency retrieval. However, traditional metrics like BLEU or ROUGE fail to quantify information coverage across disparate modalities, such as comparing a paragraph of text to a sequence of keyframes. To address this, we propose the Video Summary Information Loss (ViSIL) score, an information-theoretic framework that quantifies the video information not captured by a summary via vision-language model (VLM) inference. By measuring the information loss, ViSIL is a unified metric that enables direct comparison across multimodal summary formats despite their structural discrepancies. Our results demonstrate that ViSIL scores show a statistically significant correlation with both human and VLM performance on Video Question Answering (VQA) tasks. ViSIL also enables summary selection to optimize the trade-off between information loss and processing speed, establishing a Pareto-optimal frontier that outperforms text summaries by $7\%$ in VQA accuracy without increasing processing load.
