Table of Contents
Fetching ...

ComiCap: A VLMs pipeline for dense captioning of Comic Panels

Emanuele Vivoli, Niccolò Biondi, Marco Bertini, Dimosthenis Karatzas

TL;DR

This work proposes a pipeline that leverages Vision-Language Models (VLMs) to obtain dense, grounded captions that are quantitatively and qualitatively superior to those produced by specifically trained models, without requiring any additional training.

Abstract

The comic domain is rapidly advancing with the development of single- and multi-page analysis and synthesis models. Recent benchmarks and datasets have been introduced to support and assess models' capabilities in tasks such as detection (panels, characters, text), linking (character re-identification and speaker identification), and analysis of comic elements (e.g., dialog transcription). However, to provide a comprehensive understanding of the storyline, a model must not only extract elements but also understand their relationships and generate highly informative captions. In this work, we propose a pipeline that leverages Vision-Language Models (VLMs) to obtain dense, grounded captions. To construct our pipeline, we introduce an attribute-retaining metric that assesses whether all important attributes are identified in the caption. Additionally, we created a densely annotated test set to fairly evaluate open-source VLMs and select the best captioning model according to our metric. Our pipeline generates dense captions with bounding boxes that are quantitatively and qualitatively superior to those produced by specifically trained models, without requiring any additional training. Using this pipeline, we annotated over 2 million panels across 13,000 books, which will be available on the project page https://github.com/emanuelevivoli/ComiCap.

ComiCap: A VLMs pipeline for dense captioning of Comic Panels

TL;DR

This work proposes a pipeline that leverages Vision-Language Models (VLMs) to obtain dense, grounded captions that are quantitatively and qualitatively superior to those produced by specifically trained models, without requiring any additional training.

Abstract

The comic domain is rapidly advancing with the development of single- and multi-page analysis and synthesis models. Recent benchmarks and datasets have been introduced to support and assess models' capabilities in tasks such as detection (panels, characters, text), linking (character re-identification and speaker identification), and analysis of comic elements (e.g., dialog transcription). However, to provide a comprehensive understanding of the storyline, a model must not only extract elements but also understand their relationships and generate highly informative captions. In this work, we propose a pipeline that leverages Vision-Language Models (VLMs) to obtain dense, grounded captions. To construct our pipeline, we introduce an attribute-retaining metric that assesses whether all important attributes are identified in the caption. Additionally, we created a densely annotated test set to fairly evaluate open-source VLMs and select the best captioning model according to our metric. Our pipeline generates dense captions with bounding boxes that are quantitatively and qualitatively superior to those produced by specifically trained models, without requiring any additional training. Using this pipeline, we annotated over 2 million panels across 13,000 books, which will be available on the project page https://github.com/emanuelevivoli/ComiCap.
Paper Structure (16 sections, 6 figures, 1 table, 1 algorithm)

This paper contains 16 sections, 6 figures, 1 table, 1 algorithm.

Figures (6)

  • Figure 1: VLMs dense captions compared to our pipeline.
  • Figure 2: Attribute extraction from VLMs captions.
  • Figure 3: Pipeline details for the MiniCPM model using the panel-characters setting.
  • Figure 4: Examples of the MiniCPM output, ready to be parsed into attribute lists (csv) and captions (txt).
  • Figure 5: Examples of GroundingDINO detections: correctly identified elements (left), missed ones (center), and wrongly detected objects (right).
  • ...and 1 more figures