paper-with-me

Papers

Bridging the Gap: Exploring the Capabilities of Bridge-Architectures for Complex Visual Reasoning Tasks

2023-07-31 · Kousik Rajesh, Mrigank Raman, Mohammed Asad Karim, Pranit Chawla

In recent times there has been a surge of multi-modal architectures based on Large Language Models, which leverage the zero shot generation capabilities of LLMs and project image embeddings into the text space and then use the auto-regressive capacity to solve tasks such as VQA, captioning, and image retrieval. We name these architectures as "bridge-architectures" as they project from the image space to the text space. These models deviate from the traditional recipe of training transformer based multi-modal models, which involve using large-scale pre-training and complex multi-modal interactions through co or cross attention. However, the capabilities of bridge architectures have not been tested on complex visual reasoning tasks which require fine grained analysis about the image. In this project, we investigate the performance of these bridge-architectures on the NLVR2 dataset, and compare it to state-of-the-art transformer based architectures. We first extend the traditional bridge architectures for the NLVR2 dataset, by adding object level features to faciliate fine-grained object reasoning. Our analysis shows that adding object level features to bridge architectures does not help, and that pre-training on multi-modal data is key for good performance on complex reasoning tasks such as NLVR2. We also demonstrate some initial results on a recently bridge-architecture, LLaVA, in the zero shot setting and analyze its performance.

📄 PDF Abstract BibTeX arXiv:2307.16395

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalObjectVisual Question Answering (VQA)Visual Reasoning

Similar Papers 제목 키워드 기반

From Objects to Events: Unlocking Complex Visual Understanding in Object Detectors via LLM-guided Symbolic Reasoning

2025-02-09 · Yuhui Zeng, Haoxiang Wu, Wenjie Nie, Xiawu Zheng 외

Our key innovation lies in bridging the semantic gap between object detection and event understanding without requiring expensive task-specific training. The proposed plug-and-play framework interfaces with any open-voca…

object-detectionObject DetectionSymbolic Regression

RoBridge: A Hierarchical Architecture Bridging Cognition and Execution for General Robotic Manipulation

2025-05-03 · Kaidong Zhang, Rongtao Xu, Pengzhen Ren, Junfan Lin 외

Operating robots in open-ended scenarios with diverse tasks is a crucial research and application direction in robotics. While recent progress in natural language processing and large multimodal models has enhanced robot…

Robot Manipulation

Bridging Different Language Models and Generative Vision Models for Text-to-Image Generation

2024-03-12 · Shihao Zhao, Shaozhe Hao, Bojia Zi, Huaizhe xu 외

Text-to-image generation has made significant advancements with the introduction of text-to-image diffusion models. These models typically consist of a language model that interprets user prompts and a vision model that …

Image GenerationLanguage ModellingText to Image GenerationText-to-Image Generation

Exploring the Performance and Efficiency of Transformer Models for NLP on Mobile Devices

2023-06-20 · Ioannis Panopoulos, Sokratis Nikolaidis, Stylianos I. Venieris, Iakovos S. Venieris

Deep learning (DL) is characterised by its dynamic nature, with new deep neural network (DNN) architectures and approaches emerging every few years, driving the field's advancement. At the same time, the ever-increasing …

LLMBridge: An LLM Pipeline for End-to-end Referential Bridging Resolution in English

2026-05-27 · Lauren Levine, Amir Zeldes arxiv

In this paper, we introduce LLMBridge, a new LLM based system for the task of end-to-end referential bridging resolution in English. Our bridging resolution pipeline combines heuristic pre/post-processing with the natura…

Natural Language Inference