paper-with-me

홈 › Papers

VisionGraph: Leveraging Large Multimodal Models for Graph Theory Problems in Visual Context

2024-05-08 · Yunxin Li, Baotian Hu, Haoyuan Shi, Wei Wang, Longyue Wang, Min Zhang

Large Multimodal Models (LMMs) have achieved impressive success in visual understanding and reasoning, remarkably improving the performance of mathematical reasoning in a visual context. Yet, a challenging type of visual math lies in the multimodal graph theory problem, which demands that LMMs understand the graphical structures accurately and perform multi-step reasoning on the visual graph. Additionally, exploring multimodal graph theory problems will lead to more effective strategies in fields like biology, transportation, and robotics planning. To step forward in this direction, we are the first to design a benchmark named VisionGraph, used to explore the capabilities of advanced LMMs in solving multimodal graph theory problems. It encompasses eight complex graph problem tasks, from connectivity to shortest path problems. Subsequently, we present a Description-Program-Reasoning (DPR) chain to enhance the logical accuracy of reasoning processes through graphical structure description generation and algorithm-aware multi-step reasoning. Our extensive study shows that 1) GPT-4V outperforms Gemini Pro in multi-step graph reasoning; 2) All LMMs exhibit inferior perception accuracy for graphical structures, whether in zero/few-shot settings or with supervised fine-tuning (SFT), which further affects problem-solving performance; 3) DPR significantly improves the multi-step graph reasoning capabilities of LMMs and the GPT-4V (DPR) agent achieves SOTA performance.

📄 PDF Abstract BibTeX arXiv:2405.04950

Code (1)

hitsz-tmg/visiongraph 공식 구현

Tasks

MathMathematical Reasoning

Similar Papers 제목 키워드 기반

MMToM-QA: Multimodal Theory of Mind Question Answering

2024-01-16 · Chuanyang Jin, Yutong Wu, Jing Cao, Jiannan Xiang 외

Theory of Mind (ToM), the ability to understand people's mental states, is an essential ingredient for developing machines with human-level social intelligence. Recent machine learning models, particularly large language…

Question AnsweringTheory of Mind Modeling

GalleryGPT: Analyzing Paintings with Large Multimodal Models

2024-08-01 · Yi Bin, Wenhao Shi, Yujuan Ding, Zhiqiang Hu 외

Artwork analysis is important and fundamental skill for art appreciation, which could enrich personal aesthetic sensibility and facilitate the critical thinking ability. Understanding artworks is challenging due to its s…

Art Analysis

Exploring Graph Structure Comprehension Ability of Multimodal Large Language Models: Case Studies

2024-09-13 · Zhiqiang Zhong, Davide Mottin

Large Language Models (LLMs) have shown remarkable capabilities in processing various data structures, including graphs. While previous research has focused on developing textual encoding methods for graph representation…

MMGraphRAG: Bridging Vision and Language with Interpretable Multimodal Knowledge Graphs

2025-07-28 · Xueyao Wan, Hang Yu arxiv

Large Language Models (LLMs) often suffer from hallucinations, which Retrieval-Augmented Generation (RAG) and GraphRAG mitigate by incorporating external knowledge and knowledge graphs (KGs). However, GraphRAG remains te…

Knowledge GraphsEntity AlignmentEntity Linking

Spectral Theory for Edge Pruning in Asynchronous Recurrent Graph Neural Networks

2025-02-23 · Nicolas Bessone

Graph Neural Networks (GNNs) have emerged as a powerful tool for learning on graph-structured data, finding applications in numerous domains including social network analysis and molecular biology. Within this broad cate…