paper-with-me

Papers

GroupCap: Group-Based Image Captioning With Structured Relevance and Diversity Constraints

2018-06-01 · CVPR 2018 6 · Fuhai Chen, Rongrong Ji, Xiaoshuai Sun, Yongjian Wu, Jinsong Su

Most image captioning models focus on one-line (single image) captioning, where the correlations like relevance and diversity among group images (e.g., within the same album or event) are simply neglected, resulting in less accurate and diverse captions. Recent works mainly consider imposing the diversity during the online inference only, which neglect the correlation among visual structures in offline training. In this paper, we propose a novel group-based image captioning scheme (termed GroupCap), which jointly models the structured relevance and diversity among visual contents of group images towards an optimal collaborative captioning. In particular, we first propose a visual tree parser (VP-Tree) to construct the structured semantic correlations within individual images. Then, the relevance and diversity among images are well modeled by exploiting the correlations among their tree structures. Finally, such correlations are modeled as constraints and sent into the LSTM-based captioning generator. In offline optimization, we adopt an end-to-end formulation, which jointly trains the visual tree parser, the structured relevance and diversity constraints, as well as the LSTM based captioning model. To facilitate quantitative evaluation, we further release two group captioning datasets derived from the MS-COCO benchmark, serving as the first of their kind. Quantitative results show that the proposed GroupCap model outperforms the state-of-the-art and alternative approaches, which can generate much more accurate and discriminative captions under various evaluation metrics.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityImage Captioning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Context-Aware Group Captioning via Self-Attention and Contrastive Features

2020-04-07 · CVPR 2020 6 · Zhuowan Li, Quan Tran, Long Mai, Zhe Lin 외

While image captioning has progressed rapidly, existing works focus mainly on describing single images. In this paper, we introduce a new task, context-aware group captioning, which aims to describe a group of target ima…

Image Captioning

Clinically Structured Surrogate Rewards for Post-SFT Medical Image Captioning

2026-08-19 · Hyun Jun Kim, Heeseung Shin, Changwon Lim arxiv

Medical image captioning requires translating heterogeneous visual evidence into concise clinical descriptions, where errors in findings, assertion states, or anatomical relations can alter clinical meaning despite surfa…

Image Captioning

Multi-modal Dependency Tree for Video Captioning

2021-12-01 · NeurIPS 2021 12 · Wentian Zhao, Xinxiao wu, Jiebo Luo

Generating fluent and relevant language to describe visual content is critical for the video captioning task. Many existing methods generate captions using sequence models that predict words in a left-to-right order. In …

Caption GenerationDependency ParsingSentenceText Generation+1

Object Hallucination in Image Captioning

2018-09-06 · EMNLP 2018 10 · Anna Rohrbach, Lisa Anne Hendricks, Kaylee Burns, Trevor Darrell 외

Despite continuously improving performance, contemporary image captioning models are prone to "hallucinating" objects that are not actually in a scene. One problem is that standard metrics only measure similarity to grou…

HallucinationImage CaptioningObjectObject Hallucination+1

REO-Relevance, Extraness, Omission: A Fine-grained Evaluation for Image Captioning

2019-09-05 · IJCNLP 2019 11 · Ming Jiang, Junjie Hu, Qiuyuan Huang, Lei Zhang 외

Popular metrics used for evaluating image captioning systems, such as BLEU and CIDEr, provide a single score to gauge the system's overall effectiveness. This score is often not informative enough to indicate what specif…

Image Captioning