paper-with-me

Papers

Bridging Visualization and Optimization: Multimodal Large Language Models on Graph-Structured Combinatorial Optimization

2025-01-21 · Jie Zhao, Kang Hao Cheong, Witold Pedrycz

Graph-structured combinatorial challenges are inherently difficult due to their nonlinear and intricate nature, often rendering traditional computational methods ineffective or expensive. However, these challenges can be more naturally tackled by humans through visual representations that harness our innate ability for spatial reasoning. In this study, we propose transforming graphs into images to preserve their higher-order structural features accurately, revolutionizing the representation used in solving graph-structured combinatorial tasks. This approach allows machines to emulate human-like processing in addressing complex combinatorial challenges. By combining the innovative paradigm powered by multimodal large language models (MLLMs) with simple search techniques, we aim to develop a novel and effective framework for tackling such problems. Our investigation into MLLMs spanned a variety of graph-based tasks, from combinatorial problems like influence maximization to sequential decision-making in network dismantling, as well as addressing six fundamental graph-related issues. Our findings demonstrate that MLLMs exhibit exceptional spatial intelligence and a distinctive capability for handling these problems, significantly advancing the potential for machines to comprehend and analyze graph-structured data with a depth and intuition akin to human cognition. These results also imply that integrating MLLMs with simple optimization strategies could form a novel and efficient approach for navigating graph-structured combinatorial challenges without complex derivations, computationally demanding training and fine-tuning.

📄 PDF Abstract BibTeX arXiv:2501.11968

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationSequential Decision MakingSpatial Reasoning

Similar Papers 제목 키워드 기반

Dialogue Director: Bridging the Gap in Dialogue Visualization for Multimodal Storytelling

2024-12-30 · Min Zhang, Zilin Wang, Liyan Chen, KunHong Liu 외

Recent advances in AI-driven storytelling have enhanced video generation and story visualization. However, translating dialogue-centric scripts into coherent storyboards remains a significant challenge due to limited scr…

Retrieval-augmented GenerationStory VisualizationVideo Generation

Visualization Literacy of Multimodal Large Language Models: A Comparative Study

2024-06-24 · Zhimin Li, Haichao Miao, Valerio Pascucci, Shusen Liu

The recent introduction of multimodal large language models (MLLMs) combine the inherent power of large language models (LLMs) with the renewed capabilities to reason about the multimodal context. The potential usage sce…

Exploring Multimodal Prompt for Visualization Authoring with Large Language Models

2025-04-18 · Zhen Wen, Luoxuan Weng, Yinghao Tang, Runjin Zhang 외

Recent advances in large language models (LLMs) have shown great potential in automating the process of visualization authoring through simple natural language utterances. However, instructing LLMs using natural language…

Protecting multimodal large language models against misleading visualizations

2025-02-27 · Jonathan Tonglet, Tinne Tuytelaars, Marie-Francine Moens, Iryna Gurevych

We assess the vulnerability of multimodal large language models to misleading visualizations - charts that distort the underlying data using techniques such as truncated or inverted axes, leading readers to draw inaccura…

Language ModelingLanguage ModellingLarge Language ModelMisinformation+1

CodeMMR: Bridging Natural Language, Code, and Image for Unified Retrieval

2026-04-17 · Jiahui Geng, Qing Li, Fengyu Cai, Fakhri Karray arxiv

Code search, framed as information retrieval (IR), underpins modern software engineering and increasingly powers retrieval-augmented generation (RAG), improving code discovery, reuse, and the reliability of LLM-based cod…

Information RetrievalVisual GroundingCode GenerationCode Search