GRAPHGPT-O: Synergistic Multimodal Comprehension and Generation on Graphs
Yi Fang, Bowen Jin, Jiacheng Shen, Sirui Ding, Qiaoyu Tan, Jiawei Han
TL;DR
MMAGs couple text and image data with graph topology, creating a challenging setting for generation. GraphGPT-o integrates a graph-aware encoding pipeline with a DreamLLM backbone, employing Personalized PageRank sampling and either linear or hierarchical graph tokenization to produce coherent text and image outputs conditioned on local subgraphs. The framework introduces node level Q-Former and graph level Q-Former modules to capture hierarchical modality dependencies, and supports sequential and parallel inference strategies to balance modality interdependence. Across ART500K, Amazon-Baby, and Amazon-Beauty, GraphGPT-o achieves superior CLIP-based alignment and sub-graph consistency, validating its effectiveness for MMAG based generation and its potential for domains like art and e-commerce.
Abstract
The rapid development of Multimodal Large Language Models (MLLMs) has enabled the integration of multiple modalities, including texts and images, within the large language model (LLM) framework. However, texts and images are usually interconnected, forming a multimodal attributed graph (MMAG). It is underexplored how MLLMs can incorporate the relational information (\textit{i.e.}, graph structure) and semantic information (\textit{i.e.,} texts and images) on such graphs for multimodal comprehension and generation. In this paper, we propose GraphGPT-o, which supports omni-multimodal understanding and creation on MMAGs. We first comprehensively study linearization variants to transform semantic and structural information as input for MLLMs. Then, we propose a hierarchical aligner that enables deep graph encoding, bridging the gap between MMAGs and MLLMs. Finally, we explore the inference choices, adapting MLLM to interleaved text and image generation in graph scenarios. Extensive experiments on three datasets from different domains demonstrate the effectiveness of our proposed method. Datasets and codes will be open-sourced upon acceptance.
