CVCLLGMay 8, 2021

e-ViL: A Dataset and Benchmark for Natural Language Explanations in Vision-Language Tasks

arXiv:2105.03761v2115 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of evaluating and comparing explanation methods for vision-language models, which is important for researchers in AI and human-computer interaction, though it is incremental as it builds on existing datasets and models.

The authors tackled the lack of comparison and datasets for natural language explanations in vision-language tasks by introducing e-ViL, a benchmark for evaluation, and e-SNLI-VE, a large dataset with over 430k instances, and their proposed model surpassed previous state-of-the-art by a large margin across all datasets.

Recently, there has been an increasing number of efforts to introduce models capable of generating natural language explanations (NLEs) for their predictions on vision-language (VL) tasks. Such models are appealing, because they can provide human-friendly and comprehensive explanations. However, there is a lack of comparison between existing methods, which is due to a lack of re-usable evaluation frameworks and a scarcity of datasets. In this work, we introduce e-ViL and e-SNLI-VE. e-ViL is a benchmark for explainable vision-language tasks that establishes a unified evaluation framework and provides the first comprehensive comparison of existing approaches that generate NLEs for VL tasks. It spans four models and three datasets and both automatic metrics and human evaluation are used to assess model-generated explanations. e-SNLI-VE is currently the largest existing VL dataset with NLEs (over 430k instances). We also propose a new model that combines UNITER, which learns joint embeddings of images and text, and GPT-2, a pre-trained language model that is well-suited for text generation. It surpasses the previous state of the art by a large margin across all datasets. Code and data are available here: https://github.com/maximek3/e-ViL.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes