paper-with-me

Papers

CPTR: Full Transformer Network for Image Captioning

2021-01-26 · Wei Liu, Sihan Chen, Longteng Guo, Xinxin Zhu, Jing Liu

In this paper, we consider the image captioning task from a new sequence-to-sequence prediction perspective and propose CaPtion TransformeR (CPTR) which takes the sequentialized raw images as the input to Transformer. Compared to the "CNN+Transformer" design paradigm, our model can model global context at every encoder layer from the beginning and is totally convolution-free. Extensive experiments demonstrate the effectiveness of the proposed model and we surpass the conventional "CNN+Transformer" methods on the MSCOCO dataset. Besides, we provide detailed visualizations of the self-attention between patches in the encoder and the "words-to-patches" attention in the decoder thanks to the full Transformer architecture.

📄 PDF Abstract BibTeX arXiv:2101.10804

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage Captioning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
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…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

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

Dual Graph Convolutional Networks with Transformer and Curriculum Learning for Image Captioning

2021-08-05 · Xinzhi Dong, Chengjiang Long, Wenju Xu, Chunxia Xiao

Existing image captioning methods just focus on understanding the relationship between objects or instances in a single image, without exploring the contextual correlation existed among contextual image. In this paper, w…

Image CaptioningObject

Meshed-Memory Transformer for Image Captioning

2019-12-17 · CVPR 2020 6 · Marcella Cornia, Matteo Stefanini, Lorenzo Baraldi, Rita Cucchiara

Transformer-based architectures represent the state of the art in sequence modeling tasks like machine translation and language understanding. Their applicability to multi-modal contexts like image captioning, however, i…

Image CaptioningMachine TranslationText GenerationTranslation

Image Captioning as Neural Machine Translation Task in SOCKEYE

2018-10-09 · Loris Bazzani, Tobias Domhan, Felix Hieber

Image captioning is an interdisciplinary research problem that stands between computer vision and natural language processing. The task is to generate a textual description of the content of an image. The typical model u…

DecoderImage CaptioningMachine TranslationSentence+1

Transformer based Multitask Learning for Image Captioning and Object Detection

2024-03-10 · Debolena Basak, P. K. Srijith, Maunendra Sankar Desarkar

In several real-world scenarios like autonomous navigation and mobility, to obtain a better visual understanding of the surroundings, image captioning and object detection play a crucial role. This work introduces a nove…

Autonomous NavigationImage CaptioningObjectobject-detection+1