paper-with-me

Papers

Comprehensive Image Captioning via Scene Graph Decomposition

2020-07-23 · ECCV 2020 8 · Yiwu Zhong, Li-Wei Wang, Jianshu Chen, Dong Yu, Yin Li

We address the challenging problem of image captioning by revisiting the representation of image scene graph. At the core of our method lies the decomposition of a scene graph into a set of sub-graphs, with each sub-graph capturing a semantic component of the input image. We design a deep model to select important sub-graphs, and to decode each selected sub-graph into a single target sentence. By using sub-graphs, our model is able to attend to different components of the image. Our method thus accounts for accurate, diverse, grounded and controllable captioning at the same time. We present extensive experiments to demonstrate the benefits of our comprehensive captioning model. Our method establishes new state-of-the-art results in caption diversity, grounding, and controllability, and compares favourably to latest methods in caption quality. Our project website can be found at http://pages.cs.wisc.edu/~yiwuzhong/Sub-GC.html.

📄 PDF Abstract BibTeX arXiv:2007.11731

Code (1)

yiwuzhong/sub-gc pytorch

Tasks

DiversityImage CaptioningSentence

Similar Papers 제목 키워드 기반

Fine-Grained Video Captioning through Scene Graph Consolidation

2025-02-23 · Sanghyeok Chu, Seonguk Seo, Bohyung Han

Recent advances in visual language models (VLMs) have significantly improved image captioning, but extending these gains to video understanding remains challenging due to the scarcity of fine-grained video captioning dat…

Caption GenerationImage CaptioningVideo CaptioningVideo Understanding

Linguistically Informed Multimodal Fusion for Vietnamese Scene-Text Image Captioning: Dataset, Graph Framework, and Phonological Attention

2026-04-30 · Nhi Ngoc-Yen Nguyen, Anh-Duc Nguyen, Nghia Hieu Nguyen, Kiet Van Nguyen 외 arxiv

Scene-text image captioning requires fusing three information streams -- visual features, OCR-detected text, and linguistic knowledge -- to generate descriptions that faithfully integrate text visible in images. Existing…

Image Captioning

On the Role of Scene Graphs in Image Captioning

2019-11-01 · WS 2019 11 · Dalin Wang, Daniel Beck, Trevor Cohn

Scene graphs represent semantic information in images, which can help image captioning system to produce more descriptive outputs versus using only the image as context. Recent captioning approaches rely on ad-hoc approa…

DescriptiveImage Captioning

In Defense of Scene Graphs for Image Captioning

2021-02-09 · ICCV 2021 10 · Kien Nguyen, Subarna Tripathi, Bang Du, Tanaya Guha 외

The mainstream image captioning models rely on Convolutional Neural Network (CNN) image features to generate captions via recurrent models. Recently, image scene graphs have been used to augment captioning models so as t…

Human-Object Interaction DetectionImage Captioning

Are scene graphs good enough to improve Image Captioning?

2020-09-25 · Asian Chapter of the Association for Computational Linguistics 2020 · Victor Milewski, Marie-Francine Moens, Iacer Calixto

Many top-performing image captioning models rely solely on object features computed with an object detection model to generate image descriptions. However, recent studies propose to directly use scene graphs to introduce…

DecoderGraph AttentionGraph GenerationImage Captioning+4