paper-with-me

홈 › Papers

Beyond Embeddings: The Promise of Visual Table in Visual Reasoning

2024-03-27 · Yiwu Zhong, Zi-Yuan Hu, Michael R. Lyu, LiWei Wang

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.

📄 PDF Abstract BibTeX arXiv:2403.18252

Code (1)

lavi-lab/visual-table 공식 구현 pytorch

Tasks

Representation LearningVisual Question AnsweringVisual ReasoningWorld Knowledge

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Beyond Class Tokens: LLM-guided Dominant Property Mining for Few-shot Classification

2025-07-28 · Wei Zhuo, Runjie Luo, Wufeng Xue, Linlin Shen arxiv

Few-shot Learning (FSL), which endeavors to develop the generalization ability for recognizing novel classes using only a few images, faces significant challenges due to data scarcity. Recent CLIP-like methods based on c…

Representation LearningContrastive LearningFew-Shot Learning

CATVis: Context-Aware Thought Visualization

2025-07-15 · Tariq Mehmood, Hamza Ahmad, Muhammad Haroon Shakeel, Murtaza Taj

EEG-based brain-computer interfaces (BCIs) have shown promise in various applications, such as motor imagery and cognitive state monitoring. However, decoding visual representations from EEG signals remains a significant…

cross-modal alignmentEEGImage GenerationMotor Imagery+1

Zero-Shot Visual Question Answering

2016-11-17 · Damien Teney, Anton Van Den Hengel

Part of the appeal of Visual Question Answering (VQA) is its promise to answer new questions about previously unseen images. Most current methods demand training questions that illustrate every possible concept, and will…

Question AnsweringRetrievalVisual Question AnsweringVisual Question Answering (VQA)+1

Teacher-Guided Pseudo Supervision and Cross-Modal Alignment for Audio-Visual Video Parsing

2025-09-17 · Yaru Chen, Ruohao Guo, Liting Gao, Yang Xiang 외 arxiv

Weakly-supervised audio-visual video parsing (AVVP) seeks to detect audible, visible, and audio-visual events without temporal annotations. Previous work has emphasized refining global predictions through contrastive or …

Going Beyond T-SNE: Exposing whatlies in Text Embeddings

2020-11-01 · EMNLP (NLPOSS) 2020 11 · Vincent Warmerdam, Thomas Kober, Rachael Tatman

We introduce whatlies, an open source toolkit for visually inspecting word and sentence embeddings. The project offers a unified and extensible API with current support for a range of popular embedding backends including…

Dimensionality ReductionSentenceSentence EmbeddingsWord Embeddings