CVAICLLGMMMar 27, 2024

Beyond Embeddings: The Promise of Visual Table in Visual Reasoning

arXiv:2403.18252v226 citationsh-index: 6Has CodeEMNLP
Originality Incremental advance
AI Analysis

This addresses the need for better visual reasoning in computer vision, though it appears incremental as it builds on existing representation forms.

The authors tackled the problem of visual representation learning lacking world knowledge for visual reasoning by proposing Visual Table, a hierarchical description format that outperformed previous representations on 11 benchmarks and enhanced state-of-the-art multimodal models.

Visual representation learning has been a cornerstone in computer vision, involving typical forms such as visual embeddings, structural symbols, and text-based representations. Despite the success of CLIP-type visual embeddings, they often lack access to world knowledge critical for visual reasoning. In this work, we propose Visual Table, a novel form of visual representation tailored for visual reasoning. Visual tables are constructed as hierarchical descriptions of visual scenes, featuring a scene description and multiple object-centric descriptions covering categories, attributes, and knowledge. Thanks to the structural and textual formats, visual tables offer unique advantages over mere visual embeddings, such as interpretability and controllable editing. Furthermore, they deliver instance-level world knowledge and detailed attributes that are essential for visual reasoning. To create visual tables, we develop a generator trained on the dataset with collected, small-scale annotations. Extensive results on 11 visual reasoning benchmarks demonstrate that the generated visual tables significantly outperform previous structural and text-based representations. Moreover, they consistently enhance state-of-the-art multimodal large language models across diverse benchmarks, showcasing their potential for advancing visual reasoning tasks. Our code is available at https://github.com/LaVi-Lab/Visual-Table.

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