paper-with-me

Papers

KVL-BERT: Knowledge Enhanced Visual-and-Linguistic BERT for Visual Commonsense Reasoning

2020-12-13 · Dandan song, Siyi Ma, Zhanchen Sun, Sicheng Yang, Lejian Liao

Reasoning is a critical ability towards complete visual understanding. To develop machine with cognition-level visual understanding and reasoning abilities, the visual commonsense reasoning (VCR) task has been introduced. In VCR, given a challenging question about an image, a machine must answer correctly and then provide a rationale justifying its answer. The methods adopting the powerful BERT model as the backbone for learning joint representation of image content and natural language have shown promising improvements on VCR. However, none of the existing methods have utilized commonsense knowledge in visual commonsense reasoning, which we believe will be greatly helpful in this task. With the support of commonsense knowledge, complex questions even if the required information is not depicted in the image can be answered with cognitive reasoning. Therefore, we incorporate commonsense knowledge into the cross-modal BERT, and propose a novel Knowledge Enhanced Visual-and-Linguistic BERT (KVL-BERT for short) model. Besides taking visual and linguistic contents as input, external commonsense knowledge extracted from ConceptNet is integrated into the multi-layer Transformer. In order to reserve the structural information and semantic representation of the original sentence, we propose using relative position embedding and mask-self-attention to weaken the effect between the injected commonsense knowledge and other unrelated components in the input sequence. Compared to other task-specific models and general task-agnostic pre-training models, our KVL-BERT outperforms them by a large margin.

📄 PDF Abstract BibTeX arXiv:2012.07000

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceVisual Commonsense ReasoningVisual Question Answering (VQA)

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 설명 없음
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.
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Compositional and Lexical Semantics in RoBERTa, BERT and DistilBERT: A Case Study on CoQA

2020-09-17 · EMNLP 2020 11 · Ieva Staliūnaitė, Ignacio Iacobacci

Many NLP tasks have benefited from transferring knowledge from contextualized word embeddings, however the picture of what type of knowledge is transferred is incomplete. This paper studies the types of linguistic phenom…

Conversational Question AnsweringNegationQuestion AnsweringSemantic Role Labeling+1

Revisiting and Advancing Chinese Natural Language Understanding with Accelerated Heterogeneous Knowledge Pre-training

2022-10-11 · Taolin Zhang, Junwei DOng, Jianing Wang, Chengyu Wang 외

Recently, knowledge-enhanced pre-trained language models (KEPLMs) improve context-aware representations via learning from structured relations in knowledge graphs, and/or linguistic knowledge from syntactic or dependency…

GPUKnowledge GraphsLanguage ModelingLanguage Modelling+2

Knowledge Enhanced Embedding: Improve Model Generalization Through Knowledge Graphs

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Pre-trained language models have achieved excellent results in NLP and NLI, and since the birth of Bert, various new types of Bert have emerged.They are able to grasp the ubiquitous linguistic representational informatio…

Knowledge GraphsSentence

Syntactically Aware Cross-Domain Aspect and Opinion Terms Extraction

2020-12-01 · COLING 2020 8 · Oren Pereg, Daniel Korat, Moshe Wasserblat

A fundamental task of fine-grained sentiment analysis is aspect and opinion terms extraction. Supervised-learning approaches have shown good results for this task; however, they fail to scale across domains where labeled…

Domain AdaptationSentiment AnalysisUnsupervised Domain Adaptation

Practice of the conformer enhanced AUDIO-VISUAL HUBERT on Mandarin and English

2023-02-28 · Xiaoming Ren, Chao Li, Shenjian Wang, Biao Li

Considering the bimodal nature of human speech perception, lips, and teeth movement has a pivotal role in automatic speech recognition. Benefiting from the correlated and noise-invariant visual information, audio-visual …

Automatic Speech Recognitionspeech-recognitionSpeech Recognition