paper-with-me

홈 › Papers

Conceptual Captions: A Cleaned, Hypernymed, Image Alt-text Dataset For Automatic Image Captioning

2018-07-01 · ACL 2018 7 · Piyush Sharma, Nan Ding, Sebastian Goodman, Radu Soricut

We present a new dataset of image caption annotations, Conceptual Captions, which contains an order of magnitude more images than the MS-COCO dataset (Lin et al., 2014) and represents a wider variety of both images and image caption styles. We achieve this by extracting and filtering image caption annotations from billions of webpages. We also present quantitative evaluations of a number of image captioning models and show that a model architecture based on Inception-ResNetv2 (Szegedy et al., 2016) for image-feature extraction and Transformer (Vaswani et al., 2017) for sequence modeling achieves the best performance when trained on the Conceptual Captions dataset.

📄 PDF Abstract BibTeX

Code (2)

google-research-datasets/conceptual-captions 공식 구현
2023-MindSpore-4/Code14/tree/main/resnetv2 mindspore

Tasks

Image 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 설명 없음
Residual Connection 설명 없음
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

The MSR-Video to Text Dataset with Clean Annotations

2021-02-12 · Haoran Chen, Jianmin Li, Simone Frintrop, Xiaolin Hu

Video captioning automatically generates short descriptions of the video content, usually in form of a single sentence. Many methods have been proposed for solving this task. A large dataset called MSR Video to Text (MSR…

SentenceVideo Captioning

Does the Performance of Text-to-Image Retrieval Models Generalize Beyond Captions-as-a-Query?

2024-03-15 · European Conference on Information Retrieval 2024 3 · Juan Manuel Rodriguez, Nima Tavassoli, Eliezer Levy, Gil Lederman 외

Text-image retrieval (T2I) refers to the task of recovering all images relevant to a keyword query. Popular datasets for text-image retrieval, such as Flickr30k, VG, or MS-COCO, utilize annotated image captions, e.g., “a…

DescriptiveImage CaptioningImage RetrievalRetrieval

Conceptual 12M: Pushing Web-Scale Image-Text Pre-Training To Recognize Long-Tail Visual Concepts

2021-02-17 · CVPR 2021 1 · Soravit Changpinyo, Piyush Sharma, Nan Ding, Radu Soricut

The availability of large-scale image captioning and visual question answering datasets has contributed significantly to recent successes in vision-and-language pre-training. However, these datasets are often collected w…

Caption GenerationDiversityImage CaptioningQuestion Answering+2

Are Large Language Models Good Data Preprocessors?

2025-02-24 · Elyas Meguellati, Nardiena Pratama, Shazia Sadiq, Gianluca Demartini

High-quality textual training data is essential for the success of multimodal data processing tasks, yet outputs from image captioning models like BLIP and GIT often contain errors and anomalies that are difficult to rec…

Image Captioning

Context-Aware Group Captioning via Self-Attention and Contrastive Features

2020-04-07 · CVPR 2020 6 · Zhuowan Li, Quan Tran, Long Mai, Zhe Lin 외

While image captioning has progressed rapidly, existing works focus mainly on describing single images. In this paper, we introduce a new task, context-aware group captioning, which aims to describe a group of target ima…

Image Captioning