paper-with-me

Papers

In Defense of Scene Graphs for Image Captioning

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

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 to leverage their structural semantics, such as object entities, relationships and attributes. Several studies have noted that the naive use of scene graphs from a black-box scene graph generator harms image captioning performance and that scene graph-based captioning models have to incur the overhead of explicit use of image features to generate decent captions. Addressing these challenges, we propose \textbf{SG2Caps}, a framework that utilizes only the scene graph labels for competitive image captioning performance. The basic idea is to close the semantic gap between the two scene graphs - one derived from the input image and the other from its caption. In order to achieve this, we leverage the spatial location of objects and the Human-Object-Interaction (HOI) labels as an additional HOI graph. SG2Caps outperforms existing scene graph-only captioning models by a large margin, indicating scene graphs as a promising representation for image captioning. Direct utilization of scene graph labels avoids expensive graph convolutions over high-dimensional CNN features resulting in 49% fewer trainable parameters. Our code is available at: https://github.com/Kien085/SG2Caps

📄 PDF Abstract BibTeX arXiv:2102.04990

Code (1)

kien085/sg2caps 공식 구현 pytorch

Tasks

Human-Object Interaction DetectionImage Captioning

Similar Papers 제목 키워드 기반

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

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

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

Comprehensive Image Captioning via Scene Graph Decomposition

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

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-grap…

DiversityImage CaptioningSentence

ReFormer: The Relational Transformer for Image Captioning

2021-07-29 · Xuewen Yang, Yingru Liu, Xin Wang

Image captioning is shown to be able to achieve a better performance by using scene graphs to represent the relations of objects in the image. The current captioning encoders generally use a Graph Convolutional Net (GCN)…

Graph GenerationImage CaptioningRelationScene Graph Generation+1