paper-with-me

홈 › Papers

OSIC: A New One-Stage Image Captioner Coined

2022-11-04 · Bo wang, Zhao Zhang, Mingbo Zhao, Xiaojie Jin, Mingliang Xu, Meng Wang

Mainstream image caption models are usually two-stage captioners, i.e., calculating object features by pre-trained detector, and feeding them into a language model to generate text descriptions. However, such an operation will cause a task-based information gap to decrease the performance, since the object features in detection task are suboptimal representation and cannot provide all necessary information for subsequent text generation. Besides, object features are usually represented by the last layer features that lose the local details of input images. In this paper, we propose a novel One-Stage Image Captioner (OSIC) with dynamic multi-sight learning, which directly transforms input image into descriptive sentences in one stage. As a result, the task-based information gap can be greatly reduced. To obtain rich features, we use the Swin Transformer to calculate multi-level features, and then feed them into a novel dynamic multi-sight embedding module to exploit both global structure and local texture of input images. To enhance the global modeling of encoder for caption, we propose a new dual-dimensional refining module to non-locally model the interaction of the embedded features. Finally, OSIC can obtain rich and useful information to improve the image caption task. Extensive comparisons on benchmark MS-COCO dataset verified the superior performance of our method.

📄 PDF Abstract BibTeX arXiv:2211.02321

Code (0)

등록된 구현이 없습니다.

Tasks

DescriptiveLanguage ModellingObjectText Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

RefCaptioner: Multi-Reference Image-Grounded Video Captioning

2026-07-30 · Tengfei Liu, Yang Shi, Yuran Wang, Xiaohan Zhang 외 arxiv

Existing video captioning models generate natural descriptions of video content but cannot explicitly ground local visual elements to multiple reference images. We introduce multi-reference image-grounded video captionin…

Video ReconstructionVideo Captioning

Top-Down Framework for Weakly-supervised Grounded Image Captioning

2023-06-13 · Chen Cai, Suchen Wang, Kim-Hui Yap, Yi Wang

Weakly-supervised grounded image captioning (WSGIC) aims to generate the caption and ground (localize) predicted object words in the input image without using bounding box supervision. Recent two-stage solutions mostly a…

Image CaptioningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONObject+1

ImageCaptioner$^2$: Image Captioner for Image Captioning Bias Amplification Assessment

2023-04-10 · Eslam Mohamed BAKR, Pengzhan Sun, Li Erran Li, Mohamed Elhoseiny

Most pre-trained learning systems are known to suffer from bias, which typically emerges from the data, the model, or both. Measuring and quantifying bias and its sources is a challenging task and has been extensively st…

Image Captioning

LocCa: Visual Pretraining with Location-aware Captioners

2024-03-28 · Bo Wan, Michael Tschannen, Yongqin Xian, Filip Pavetic 외

Image captioning has been shown as an effective pretraining method similar to contrastive pretraining. However, the incorporation of location-aware information into visual pretraining remains an area with limited researc…

DecoderImage Captioning

IG Captioner: Information Gain Captioners are Strong Zero-shot Classifiers

2023-11-27 · Chenglin Yang, Siyuan Qiao, Yuan Cao, Yu Zhang 외

Generative training has been demonstrated to be powerful for building visual-language models. However, on zero-shot discriminative benchmarks, there is still a performance gap between models trained with generative and d…

Caption GenerationImage-text RetrievalLanguage ModellingText Retrieval+2