paper-with-me

Papers

Dependent Multi-Task Learning with Causal Intervention for Image Captioning

2021-05-18 · Wenqing Chen, Jidong Tian, Caoyun Fan, Hao He, Yaohui Jin

Recent work for image captioning mainly followed an extract-then-generate paradigm, pre-extracting a sequence of object-based features and then formulating image captioning as a single sequence-to-sequence task. Although promising, we observed two problems in generated captions: 1) content inconsistency where models would generate contradicting facts; 2) not informative enough where models would miss parts of important information. From a causal perspective, the reason is that models have captured spurious statistical correlations between visual features and certain expressions (e.g., visual features of "long hair" and "woman"). In this paper, we propose a dependent multi-task learning framework with the causal intervention (DMTCI). Firstly, we involve an intermediate task, bag-of-categories generation, before the final task, image captioning. The intermediate task would help the model better understand the visual features and thus alleviate the content inconsistency problem. Secondly, we apply Pearl's do-calculus on the model, cutting off the link between the visual features and possible confounders and thus letting models focus on the causal visual features. Specifically, the high-frequency concept set is considered as the proxy confounders where the real confounders are inferred in the continuous space. Finally, we use a multi-agent reinforcement learning (MARL) strategy to enable end-to-end training and reduce the inter-task error accumulations. The extensive experiments show that our model outperforms the baseline models and achieves competitive performance with state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2105.08573

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningMulti-agent Reinforcement LearningMulti-Task Learning

Similar Papers 제목 키워드 기반

Disentanglement of Latent Representations via Causal Interventions

2023-02-02 · Gaël Gendron, Michael Witbrock, Gillian Dobbie

The process of generating data such as images is controlled by independent and unknown factors of variation. The retrieval of these variables has been studied extensively in the disentanglement, causal representation lea…

DisentanglementRepresentation LearningRetrieval

Collaborative Causal Discovery with Atomic Interventions

2021-06-06 · NeurIPS 2021 12 · Raghavendra Addanki, Shiva Prasad Kasiviswanathan

We introduce a new Collaborative Causal Discovery problem, through which we model a common scenario in which we have multiple independent entities each with their own causal graph, and the goal is to simultaneously learn…

Causal DiscoveryClustering

Estimating the average causal effect of intervention in continuous variables using machine learning

2022-03-08 · Yoshiaki Kitazawa

The most widely discussed methods for estimating the Average Causal Effect/Average Treatment Effect are those for intervention in discrete binary variables whose value represents intervention/non-intervention groups. On …

BIG-bench Machine Learning

Causal Triplet: An Open Challenge for Intervention-centric Causal Representation Learning

2023-01-12 · Yuejiang Liu, Alexandre Alahi, Chris Russell, Max Horn 외

Recent years have seen a surge of interest in learning high-level causal representations from low-level image pairs under interventions. Yet, existing efforts are largely limited to simple synthetic settings that are far…

counterfactualRepresentation LearningTriplet

Causal Optimal Transport of Abstractions

2023-12-13 · Yorgos Felekis, Fabio Massimo Zennaro, Nicola Branchini, Theodoros Damoulas

Causal abstraction (CA) theory establishes formal criteria for relating multiple structural causal models (SCMs) at different levels of granularity by defining maps between them. These maps have significant relevance for…

Data Augmentation