paper-with-me

Papers

Bypass Network for Semantics Driven Image Paragraph Captioning

2022-06-21 · Qi Zheng, Chaoyue Wang, Dadong Wang

Image paragraph captioning aims to describe a given image with a sequence of coherent sentences. Most existing methods model the coherence through the topic transition that dynamically infers a topic vector from preceding sentences. However, these methods still suffer from immediate or delayed repetitions in generated paragraphs because (i) the entanglement of syntax and semantics distracts the topic vector from attending pertinent visual regions; (ii) there are few constraints or rewards for learning long-range transitions. In this paper, we propose a bypass network that separately models semantics and linguistic syntax of preceding sentences. Specifically, the proposed model consists of two main modules, i.e. a topic transition module and a sentence generation module. The former takes previous semantic vectors as queries and applies attention mechanism on regional features to acquire the next topic vector, which reduces immediate repetition by eliminating linguistics. The latter decodes the topic vector and the preceding syntax state to produce the following sentence. To further reduce delayed repetition in generated paragraphs, we devise a replacement-based reward for the REINFORCE training. Comprehensive experiments on the widely used benchmark demonstrate the superiority of the proposed model over the state of the art for coherence while maintaining high accuracy.

📄 PDF Abstract BibTeX arXiv:2206.10059

Code (0)

등록된 구현이 없습니다.

Tasks

Image Paragraph CaptioningSentence

Methods 이 논문이 사용한 방법론

REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

Improving Diversity and Reducing Redundancy in Paragraph Captions

2020-07-19 · International Joint Conference on Neural Networks (IJCNN) 2020 7 · Kanani, Chandresh S., Sriparna Saha, and Pushpak Bhattacharyya

The purpose of an image paragraph captioning model is to produce detailed descriptions of the source images. Generally, paragraph captioning models use encoder-decoder based architectures similar to the standard image…

DecoderDense CaptioningDiversityImage Captioning+1

Taking an Emotional Look at Video Paragraph Captioning

2022-03-12 · Qinyu Li, Tengpeng Li, Hanli Wang, Chang Wen Chen

Translating visual data into natural language is essential for machines to understand the world and interact with humans. In this work, a comprehensive study is conducted on video paragraph captioning, with the goal to g…

Image Captioning

A Hierarchical Approach for Generating Descriptive Image Paragraphs

2016-11-20 · CVPR 2017 7 · Jonathan Krause, Justin Johnson, Ranjay Krishna, Li Fei-Fei

Recent progress on image captioning has made it possible to generate novel sentences describing images in natural language, but compressing an image into a single sentence can describe visual content in only coarse detai…

Dense CaptioningDescriptiveImage CaptioningImage Paragraph Captioning+1

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

Towards Diverse Paragraph Captioning for Untrimmed Videos

2021-05-30 · CVPR 2021 1 · Yuqing Song, ShiZhe Chen, Qin Jin

Video paragraph captioning aims to describe multiple events in untrimmed videos with descriptive paragraphs. Existing approaches mainly solve the problem in two steps: event detection and then event captioning. Such two-…

DescriptiveDiversityEvent Detection