paper-with-me

Papers

Language Features Matter: Effective Language Representations for Vision-Language Tasks

2019-08-17 · ICCV 2019 10 · Andrea Burns, Reuben Tan, Kate Saenko, Stan Sclaroff, Bryan A. Plummer

Shouldn't language and vision features be treated equally in vision-language (VL) tasks? Many VL approaches treat the language component as an afterthought, using simple language models that are either built upon fixed word embeddings trained on text-only data or are learned from scratch. We believe that language features deserve more attention, and conduct experiments which compare different word embeddings, language models, and embedding augmentation steps on five common VL tasks: image-sentence retrieval, image captioning, visual question answering, phrase grounding, and text-to-clip retrieval. Our experiments provide some striking results; an average embedding language model outperforms an LSTM on retrieval-style tasks; state-of-the-art representations such as BERT perform relatively poorly on vision-language tasks. From this comprehensive set of experiments we propose a set of best practices for incorporating the language component of VL tasks. To further elevate language features, we also show that knowledge in vision-language problems can be transferred across tasks to gain performance with multi-task training. This multi-task training is applied to a new Graph Oriented Vision-Language Embedding (GrOVLE), which we adapt from Word2Vec using WordNet and an original visual-language graph built from Visual Genome, providing a ready-to-use vision-language embedding: http://ai.bu.edu/grovle.

📄 PDF Abstract BibTeX arXiv:1908.06327

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningLanguage ModellingPhrase GroundingQuestion AnsweringRetrievalSentenceSentence RetrievalVisual Question AnsweringVisual Question Answering (VQA)Word Embeddings

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
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 &…

Similar Papers 제목 키워드 기반

Language Matters: A Weakly Supervised Vision-Language Pre-training Approach for Scene Text Detection and Spotting

2022-03-08 · Chuhui Xue, Wenqing Zhang, Yu Hao, Shijian Lu 외

Recently, Vision-Language Pre-training (VLP) techniques have greatly benefited various vision-language tasks by jointly learning visual and textual representations, which intuitively helps in Optical Character Recognitio…

Optical Character RecognitionOptical Character Recognition (OCR)Scene Text DetectionText Detection

VinVL: Revisiting Visual Representations in Vision-Language Models

2021-01-02 · CVPR 2021 1 · Pengchuan Zhang, Xiujun Li, Xiaowei Hu, Jianwei Yang 외

This paper presents a detailed study of improving visual representations for vision language (VL) tasks and develops an improved object detection model to provide object-centric representations of images. Compared to the…

Image CaptioningImage-text matchingObjectobject-detection+2

Learning Language Representations for Typology Prediction

2017-07-29 · EMNLP 2017 9 · Chaitanya Malaviya, Graham Neubig, Patrick Littell

One central mystery of neural NLP is what neural models "know" about their subject matter. When a neural machine translation system learns to translate from one language to another, does it learn the syntax or semantics …

Machine TranslationNMTPredictionTranslation

Learning Which Features Matter: RoBERTa Acquires a Preference for Linguistic Generalizations (Eventually)

2020-10-11 · EMNLP 2020 11 · Alex Warstadt, Yian Zhang, Haau-Sing Li, Haokun Liu 외

One reason pretraining on self-supervised linguistic tasks is effective is that it teaches models features that are helpful for language understanding. However, we want pretrained models to learn not only to represent li…

Binary ClassificationDiagnostic

Setting the Trap: Capturing and Defeating Backdoors in Pretrained Language Models through Honeypots

2023-10-28 · NeurIPS 2023 11

In the field of natural language processing, the prevalent approach involves fine-tuning pretrained language models (PLMs) using local samples. Recent research has exposed the susceptibility of PLMs to backdoor attacks, …