Exploring the Effectiveness of Object-Centric Representations in Visual Question Answering: Comparative Insights with Foundation Models
Amir Mohammad Karimi Mamaghan, Samuele Papa, Karl Henrik Johansson, Stefan Bauer, Andrea Dittadi
TL;DR
The paper tackles how object-centric representations fare in visual reasoning compared to large foundation models, specifically for VQA. It introduces a large-scale empirical framework that trains 684 downstream VQA models across 15 upstream representations on three synthetic and two real-world multi-object datasets, using a unified downstream transformer approach. Key findings show that foundation models can match OC models without fine-tuning but require more compute, while applying OC biases to foundation models (e.g., DINOSAURv2) yields efficient, explicit representations and strong performance. The work highlights the value of downstream evaluation as a practical measure of representation quality and suggests jointly leveraging OC inductive biases with foundation models as a promising path. It also identifies limitations and directions for future research, including extensions to video, fine-tuning studies, and causal generalization.
Abstract
Object-centric (OC) representations, which model visual scenes as compositions of discrete objects, have the potential to be used in various downstream tasks to achieve systematic compositional generalization and facilitate reasoning. However, these claims have yet to be thoroughly validated empirically. Recently, foundation models have demonstrated unparalleled capabilities across diverse domains, from language to computer vision, positioning them as a potential cornerstone of future research for a wide range of computational tasks. In this paper, we conduct an extensive empirical study on representation learning for downstream Visual Question Answering (VQA), which requires an accurate compositional understanding of the scene. We thoroughly investigate the benefits and trade-offs of OC models and alternative approaches including large pre-trained foundation models on both synthetic and real-world data, ultimately identifying a promising path to leverage the strengths of both paradigms. The extensiveness of our study, encompassing over 600 downstream VQA models and 15 different types of upstream representations, also provides several additional insights that we believe will be of interest to the community at large.
