CVAILGApr 24, 2022

RelViT: Concept-guided Vision Transformer for Visual Relational Reasoning

arXiv:2204.11167v221 citationsh-index: 91
Originality Incremental advance
AI Analysis

This addresses the problem of systematic generalization in visual reasoning for AI systems, though it is incremental as it builds on existing vision transformers with novel auxiliary tasks.

The paper tackled visual relational reasoning by introducing a concept-guided vision transformer (RelViT) that uses a concept-feature dictionary and auxiliary tasks, resulting in significant performance improvements of 16% on HICO and 13% on GQA in original splits, and 43% and 18% in systematic splits.

Reasoning about visual relationships is central to how humans interpret the visual world. This task remains challenging for current deep learning algorithms since it requires addressing three key technical problems jointly: 1) identifying object entities and their properties, 2) inferring semantic relations between pairs of entities, and 3) generalizing to novel object-relation combinations, i.e., systematic generalization. In this work, we use vision transformers (ViTs) as our base model for visual reasoning and make better use of concepts defined as object entities and their relations to improve the reasoning ability of ViTs. Specifically, we introduce a novel concept-feature dictionary to allow flexible image feature retrieval at training time with concept keys. This dictionary enables two new concept-guided auxiliary tasks: 1) a global task for promoting relational reasoning, and 2) a local task for facilitating semantic object-centric correspondence learning. To examine the systematic generalization of visual reasoning models, we introduce systematic splits for the standard HICO and GQA benchmarks. We show the resulting model, Concept-guided Vision Transformer (or RelViT for short) significantly outperforms prior approaches on HICO and GQA by 16% and 13% in the original split, and by 43% and 18% in the systematic split. Our ablation analyses also reveal our model's compatibility with multiple ViT variants and robustness to hyper-parameters.

Code Implementations1 repo
Foundations

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

Your Notes