paper-with-me

Papers

Progressive Tree-Structured Prototype Network for End-to-End Image Captioning

2022-11-17 · Pengpeng Zeng, Jinkuan Zhu, Jingkuan Song, Lianli Gao

Studies of image captioning are shifting towards a trend of a fully end-to-end paradigm by leveraging powerful visual pre-trained models and transformer-based generation architecture for more flexible model training and faster inference speed. State-of-the-art approaches simply extract isolated concepts or attributes to assist description generation. However, such approaches do not consider the hierarchical semantic structure in the textual domain, which leads to an unpredictable mapping between visual representations and concept words. To this end, we propose a novel Progressive Tree-Structured prototype Network (dubbed PTSN), which is the first attempt to narrow down the scope of prediction words with appropriate semantics by modeling the hierarchical textual semantics. Specifically, we design a novel embedding method called tree-structured prototype, producing a set of hierarchical representative embeddings which capture the hierarchical semantic structure in textual space. To utilize such tree-structured prototypes into visual cognition, we also propose a progressive aggregation module to exploit semantic relationships within the image and prototypes. By applying our PTSN to the end-to-end captioning framework, extensive experiments conducted on MSCOCO dataset show that our method achieves a new state-of-the-art performance with 144.2% (single model) and 146.5% (ensemble of 4 models) CIDEr scores on `Karpathy' split and 141.4% (c5) and 143.9% (c40) CIDEr scores on the official online test server. Trained models and source code have been released at: https://github.com/NovaMind-Z/PTSN.

📄 PDF Abstract BibTeX arXiv:2211.09460

Code (1)

novamind-z/ptsn 공식 구현 pytorch

Tasks

Image Captioning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar 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 외

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

DiversityImage Captioning

Semantic-aware Image Deblurring

2019-10-09 · Fuhai Chen, Rongrong Ji, Chengpeng Dai, Xiaoshuai Sun 외

Image deblurring has achieved exciting progress in recent years. However, traditional methods fail to deblur severely blurred images, where semantic contents appears ambiguously. In this paper, we conduct image deblurrin…

DeblurringImage CaptioningImage Deblurring

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

Variational Structured Semantic Inference for Diverse Image Captioning

2019-12-01 · NeurIPS 2019 12 · Fuhai Chen, Rongrong Ji, Jiayi Ji, Xiaoshuai Sun 외

Despite the exciting progress in image captioning, generating diverse captions for a given image remains as an open problem. Existing methods typically apply generative models such as Variational Auto-Encoder to diversif…

DecoderDiversityImage Captioning

Video Captioning Using Weak Annotation

2020-09-02 · Jingyi Hou, Yunde Jia, Xinxiao wu, Yayun Qi

Video captioning has shown impressive progress in recent years. One key reason of the performance improvements made by existing methods lie in massive paired video-sentence data, but collecting such strong annotation, i.…

SentenceVideo CaptioningVisual Reasoning