paper-with-me

Papers

DeVLBert: Learning Deconfounded Visio-Linguistic Representations

2020-08-16 · Shengyu Zhang, Tan Jiang, Tan Wang, Kun Kuang, Zhou Zhao, Jianke Zhu, Jin Yu, Hongxia Yang, Fei Wu

In this paper, we propose to investigate the problem of out-of-domain visio-linguistic pretraining, where the pretraining data distribution differs from that of downstream data on which the pretrained model will be fine-tuned. Existing methods for this problem are purely likelihood-based, leading to the spurious correlations and hurt the generalization ability when transferred to out-of-domain downstream tasks. By spurious correlation, we mean that the conditional probability of one token (object or word) given another one can be high (due to the dataset biases) without robust (causal) relationships between them. To mitigate such dataset biases, we propose a Deconfounded Visio-Linguistic Bert framework, abbreviated as DeVLBert, to perform intervention-based learning. We borrow the idea of the backdoor adjustment from the research field of causality and propose several neural-network based architectures for Bert-style out-of-domain pretraining. The quantitative results on three downstream tasks, Image Retrieval (IR), Zero-shot IR, and Visual Question Answering, show the effectiveness of DeVLBert by boosting generalization ability.

📄 PDF Abstract BibTeX arXiv:2008.06884

Code (1)

shengyuzhang/DeVLBert 공식 구현 pytorch

Tasks

Image RetrievalQuestion AnsweringRetrievalVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음
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…
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Deconfounding age effects with fair representation learning when assessing dementia

2018-07-19 · Zining Zhu, Jekaterina Novikova, Frank Rudzicz

One of the most prevalent symptoms among the elderly population, dementia, can be detected by classifiers trained on linguistic features extracted from narrative transcripts. However, these linguistic features are impact…

Representation Learning

Deconfounded and Explainable Interactive Vision-Language Retrieval of Complex Scenes

2021-10-17 · the 29th ACM International Conference on Multimedia 2021 10 · Junda Wu, Tong Yu, Shuai Li

In vision-language retrieval systems, users provide natural language feedback to find target images. Vision-language explanations in the systems can better guide users to provide feedback and thus improve the retrieval. …

Explainable ModelsLanguage ModellingRetrieval

Deconfounded Reasoning for Multimodal Fake News Detection via Causal Intervention

2025-04-12 · Moyang Liu, Kaiying Yan, Yukun Liu, Ruibo Fu 외

The rapid growth of social media has led to the widespread dissemination of fake news across multiple content forms, including text, images, audio, and video. Traditional unimodal detection methods fall short in addressi…

DisentanglementFake News Detection

Deconfounded Image Captioning: A Causal Retrospect

2020-03-09 · Xu Yang, Hanwang Zhang, Jianfei Cai

Dataset bias in vision-language tasks is becoming one of the main problems which hinders the progress of our community. Existing solutions lack a principled analysis about why modern image captioners easily collapse into…

Causal InferenceImage Captioning

Causal Inference With Selectively Deconfounded Data

2020-02-25 · Kyra Gan, Andrew A. Li, Zachary C. Lipton, Sridhar Tayur

Given only data generated by a standard confounding graph with unobserved confounder, the Average Treatment Effect (ATE) is not identifiable. To estimate the ATE, a practitioner must then either (a) collect deconfounded …

Causal Inference