paper-with-me

Papers

Image Captioning with Clause-Focused Metrics in a Multi-Modal Setting for Marketing

2019-05-06 · Philipp Harzig, Dan Zecha, Rainer Lienhart, Carolin Kaiser, René Schallner

Automatically generating descriptive captions for images is a well-researched area in computer vision. However, existing evaluation approaches focus on measuring the similarity between two sentences disregarding fine-grained semantics of the captions. In our setting of images depicting persons interacting with branded products, the subject, predicate, object and the name of the branded product are important evaluation criteria of the generated captions. Generating image captions with these constraints is a new challenge, which we tackle in this work. By simultaneously predicting integer-valued ratings that describe attributes of the human-product interaction, we optimize a deep neural network architecture in a multi-task learning setting, which considerably improves the caption quality. Furthermore, we introduce a novel metric that allows us to assess whether the generated captions meet our requirements (i.e., subject, predicate, object, and product name) and describe a series of experiments on caption quality and how to address annotator disagreements for the image ratings with an approach called soft targets. We also show that our novel clause-focused metrics are also applicable to other image captioning datasets, such as the popular MSCOCO dataset.

📄 PDF Abstract BibTeX arXiv:1905.01919

Code (1)

philm5/mscoco-spo-triples 공식 구현

Tasks

DescriptiveImage CaptioningMarketingMulti-Task Learning

Similar Papers 제목 키워드 기반

KTVIC: A Vietnamese Image Captioning Dataset on the Life Domain

2024-01-16 · Anh-Cuong Pham, Van-Quang Nguyen, Thi-Hong Vuong, Quang-Thuy Ha

Image captioning is a crucial task with applications in a wide range of domains, including healthcare and education. Despite extensive research on English image captioning datasets, the availability of such datasets for …

Image CaptioningVietnamese Image Captioning

Describing and Localizing Multiple Changes with Transformers

2021-03-25 · ICCV 2021 10 · Yue Qiu, Shintaro Yamamoto, Kodai Nakashima, Ryota Suzuki 외

Change captioning tasks aim to detect changes in image pairs observed before and after a scene change and generate a natural language description of the changes. Existing change captioning studies have mainly focused on …

The Role of Syntactic Planning in Compositional Image Captioning

2021-01-28 · EACL 2021 2 · Emanuele Bugliarello, Desmond Elliott

Image captioning has focused on generalizing to images drawn from the same distribution as the training set, and not to the more challenging problem of generalizing to different distributions of images. Recently, Nikolau…

Image Captioning

A Thorough Review on Recent Deep Learning Methodologies for Image Captioning

2021-07-28 · Ahmed Elhagry, Karima Kadaoui

Image Captioning is a task that combines computer vision and natural language processing, where it aims to generate descriptive legends for images. It is a two-fold process relying on accurate image understanding and cor…

Caption GenerationDescriptiveImage CaptioningMeta-Learning

O2NA: An Object-Oriented Non-Autoregressive Approach for Controllable Video Captioning

2021-08-05 · Findings (ACL) 2021 8 · Fenglin Liu, Xuancheng Ren, Xian Wu, Bang Yang 외

Video captioning combines video understanding and language generation. Different from image captioning that describes a static image with details of almost every object, video captioning usually considers a sequence of f…

AttributeCaption GenerationImage CaptioningText Generation+2