paper-with-me

홈 › Papers

Automatic Generation of Contrast Sets from Scene Graphs: Probing the Compositional Consistency of GQA

2021-03-17 · NAACL 2021 4 · Yonatan Bitton, Gabriel Stanovsky, Roy Schwartz, Michael Elhadad

Recent works have shown that supervised models often exploit data artifacts to achieve good test scores while their performance severely degrades on samples outside their training distribution. Contrast sets (Gardneret al., 2020) quantify this phenomenon by perturbing test samples in a minimal way such that the output label is modified. While most contrast sets were created manually, requiring intensive annotation effort, we present a novel method which leverages rich semantic input representation to automatically generate contrast sets for the visual question answering task. Our method computes the answer of perturbed questions, thus vastly reducing annotation cost and enabling thorough evaluation of models' performance on various semantic aspects (e.g., spatial or relational reasoning). We demonstrate the effectiveness of our approach on the GQA dataset and its semantic scene graph image representation. We find that, despite GQA's compositionality and carefully balanced label distribution, two high-performing models drop 13-17% in accuracy compared to the original test set. Finally, we show that our automatic perturbation can be applied to the training set to mitigate the degradation in performance, opening the door to more robust models.

📄 PDF Abstract BibTeX arXiv:2103.09591

Code (2)

yonatanbitton/AutoGenOfContrastSetsFromSceneGraphs 공식 구현
yonatanbitton/automatic_generation_of_contrast_sets_from_scene_graphs

Tasks

Question AnsweringRelational ReasoningVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

R3CD: Scene Graph to Image Generation with Relation-aware Compositional Contrastive Control Diffusion

2024-03-24 · Proceedings of the AAAI Conference on Artificial Intelligence 2024 3 · Jinxiu Liu, Qi Liu

Image generation tasks have achieved remarkable performance using large-scale diffusion models. However, these models are limited to capturing the abstract relations (viz., interactions excluding positional relations) am…

DenoisingImage GenerationRelationScene Graph Generation+1

SPAN: Learning Similarity between Scene Graphs and Images with Transformers

2023-04-02 · Yuren Cong, Wentong Liao, Bodo Rosenhahn, Michael Ying Yang

Learning similarity between scene graphs and images aims to estimate a similarity score given a scene graph and an image. There is currently no research dedicated to this task, although it is critical for scene graph gen…

Contrastive LearningGraph GenerationImage RetrievalRetrieval+2

Diffusion-Based Scene Graph to Image Generation with Masked Contrastive Pre-Training

2022-11-21 · Ling Yang, Zhilin Huang, Yang song, Shenda Hong 외

Generating images from graph-structured inputs, such as scene graphs, is uniquely challenging due to the difficulty of aligning nodes and connections in graphs with objects and their relations in images. Most existing me…

Image Generation

MIGS: Meta Image Generation from Scene Graphs

2021-10-22 · Azade Farshad, Sabrina Musatian, Helisa Dhamo, Nassir Navab

Generation of images from scene graphs is a promising direction towards explicit scene generation and manipulation. However, the images generated from the scene graphs lack quality, which in part comes due to high diffic…

DiversityImage GenerationImage Generation from Scene GraphsMeta-Learning+1

Learning Visual Commonsense for Robust Scene Graph Generation

2020-06-17 · ECCV 2020 8 · Alireza Zareian, Zhecan Wang, Haoxuan You, Shih-Fu Chang

Scene graph generation models understand the scene through object and predicate recognition, but are prone to mistakes due to the challenges of perception in the wild. Perception errors often lead to nonsensical composit…

Graph GenerationScene Graph GenerationScene Understanding