paper-with-me

Papers

The Devil is in the EOS: Sequence Training for Detailed Image Captioning

2025-07-26 · Abdelrahman Mohamed, Yova Kementchedjhieva arxiv

Despite significant advances in vision-language models (VLMs), image captioning often suffers from a lack of detail, with base models producing short, generic captions. This limitation persists even though VLMs are equipped with strong vision and language backbones. While supervised data and complex reward functions have been proposed to improve detailed image captioning, we identify a simpler underlying issue: a bias towards the end-of-sequence (EOS) token, which is introduced during cross-entropy training. We propose an unsupervised method to debias the model's tendency to predict the EOS token prematurely. By reducing this bias, we encourage the generation of longer, more detailed captions without the need for intricate reward functions or supervision. Our approach is straightforward, effective, and easily applicable to any pretrained model. We demonstrate its effectiveness through experiments with three VLMs and on three detailed captioning benchmarks. Our results show a substantial increase in caption length and relevant details, albeit with an expected increase in the rate of hallucinations.

📄 PDF Abstract BibTeX arXiv:2507.20077

Code (0)

등록된 구현이 없습니다.

Tasks

Image Captioning

Similar Papers 제목 키워드 기반

DeViL: Decoding Vision features into Language

2023-09-04 · Meghal Dani, Isabel Rio-Torto, Stephan Alaniz, Zeynep Akata

Post-hoc explanation methods have often been criticised for abstracting away the decision-making process of deep neural networks. In this work, we would like to provide natural language descriptions for what different la…

Decision MakingLanguage ModelingLanguage Modelling

Training for Diversity in Image Paragraph Captioning

2018-10-01 · EMNLP 2018 10 · Luke Melas-Kyriazi, Alex Rush, er, George Han

Image paragraph captioning models aim to produce detailed descriptions of a source image. These models use similar techniques as standard image captioning models, but they have encountered issues in text generation, nota…

DiversityImage CaptioningImage Paragraph CaptioningMachine Translation+3

Seq2Time: Sequential Knowledge Transfer for Video LLM Temporal Grounding

2024-11-25 · CVPR 2025 1 · Andong Deng, Zhongpai Gao, Anwesa Choudhuri, Benjamin Planche 외

Temporal awareness is essential for video large language models (LLMs) to understand and reason about events within long videos, enabling applications like dense video captioning and temporal video grounding in a unified…

Dense Video CaptioningTransfer LearningVideo CaptioningVideo Grounding

AuroraCap: Efficient, Performant Video Detailed Captioning and a New Benchmark

2024-10-04 · Wenhao Chai, Enxin Song, Yilun Du, Chenlin Meng 외

Video detailed captioning is a key task which aims to generate comprehensive and coherent textual descriptions of video content, benefiting both video understanding and generation. In this paper, we propose AuroraCap, a …

Image CaptioningVideo Understanding

CPTR: Full Transformer Network for Image Captioning

2021-01-26 · Wei Liu, Sihan Chen, Longteng Guo, Xinxin Zhu 외

In this paper, we consider the image captioning task from a new sequence-to-sequence prediction perspective and propose CaPtion TransformeR (CPTR) which takes the sequentialized raw images as the input to Transformer. Co…

DecoderImage Captioning