paper-with-me

Papers

Unicoder-VL: A Universal Encoder for Vision and Language by Cross-modal Pre-training

2019-08-16 · Gen Li, Nan Duan, Yuejian Fang, Ming Gong, Daxin Jiang, Ming Zhou

We propose Unicoder-VL, a universal encoder that aims to learn joint representations of vision and language in a pre-training manner. Borrow ideas from cross-lingual pre-trained models, such as XLM and Unicoder, both visual and linguistic contents are fed into a multi-layer Transformer for the cross-modal pre-training, where three pre-trained tasks are employed, including Masked Language Modeling (MLM), Masked Object Classification (MOC) and Visual-linguistic Matching (VLM). The first two tasks learn context-aware representations for input tokens based on linguistic and visual contents jointly. The last task tries to predict whether an image and a text describe each other. After pretraining on large-scale image-caption pairs, we transfer Unicoder-VL to caption-based image-text retrieval and visual commonsense reasoning, with just one additional output layer. We achieve state-of-the-art or comparable results on both two tasks and show the powerful ability of the cross-modal pre-training.

📄 PDF Abstract BibTeX arXiv:1908.06066

Code (0)

등록된 구현이 없습니다.

Tasks

Image-text matchingImage-text RetrievalImage-to-Text RetrievalLanguage ModelingLanguage ModellingMasked Language ModelingRetrievalText RetrievalVisual Commonsense Reasoning

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 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
XLM XLM is a Transformer based architecture that is pre-trained using one of three language modelling objectives: 1. Causal…
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 제목 키워드 기반

Unicoder: A Universal Language Encoder by Pre-training with Multiple Cross-lingual Tasks

2019-09-03 · IJCNLP 2019 11 · Haoyang Huang, Yaobo Liang, Nan Duan, Ming Gong 외

We present Unicoder, a universal language encoder that is insensitive to different languages. Given an arbitrary NLP task, a model can be trained with Unicoder using training data in one language and directly applied to …

Cross-Lingual Natural Language InferenceCross-Lingual Question AnsweringLanguage ModelingLanguage Modelling+2

UniCoder: Scaling Code Large Language Model via Universal Code

2024-06-24 · Tao Sun, Linzheng Chai, Jian Yang, Yuwei Yin 외

Intermediate reasoning or acting steps have successfully improved large language models (LLMs) for handling various downstream natural language processing (NLP) tasks. When applying LLMs for code generation, recent works…

Code GenerationCode TranslationLanguage ModelingLanguage Modelling+2

CoBIT: A Contrastive Bi-directional Image-Text Generation Model

2023-03-23 · Haoxuan You, Mandy Guo, Zhecan Wang, Kai-Wei Chang 외

The field of vision and language has witnessed a proliferation of pre-trained foundation models. Most existing methods are independently pre-trained with contrastive objective like CLIP, image-to-text generative objectiv…

DecoderImage GenerationImage to textRetrieval+5

Machine-Created Universal Language for Cross-lingual Transfer

2023-05-22 · Yaobo Liang, Quanzhi Zhu, Junhe Zhao, Nan Duan

There are two primary approaches to addressing cross-lingual transfer: multilingual pre-training, which implicitly aligns the hidden representations of various languages, and translate-test, which explicitly translates d…

Cross-Lingual Transfer

Doubly-Universal Adversarial Perturbations: Deceiving Vision-Language Models Across Both Images and Text with a Single Perturbation

2024-12-11 · Hee-Seon Kim, Minbeom Kim, Changick Kim

Large Vision-Language Models (VLMs) have demonstrated remarkable performance across multimodal tasks by integrating vision encoders with large language models (LLMs). However, these models remain vulnerable to adversaria…