paper-with-me

홈 › Papers

Multimodal Graph Learning for Generative Tasks

2023-10-11 · Minji Yoon, Jing Yu Koh, Bryan Hooi, Ruslan Salakhutdinov

Multimodal learning combines multiple data modalities, broadening the types and complexity of data our models can utilize: for example, from plain text to image-caption pairs. Most multimodal learning algorithms focus on modeling simple one-to-one pairs of data from two modalities, such as image-caption pairs, or audio-text pairs. However, in most real-world settings, entities of different modalities interact with each other in more complex and multifaceted ways, going beyond one-to-one mappings. We propose to represent these complex relationships as graphs, allowing us to capture data with any number of modalities, and with complex relationships between modalities that can flexibly vary from one sample to another. Toward this goal, we propose Multimodal Graph Learning (MMGL), a general and systematic framework for capturing information from multiple multimodal neighbors with relational structures among them. In particular, we focus on MMGL for generative tasks, building upon pretrained Language Models (LMs), aiming to augment their text generation with multimodal neighbor contexts. We study three research questions raised by MMGL: (1) how can we infuse multiple neighbor information into the pretrained LMs, while avoiding scalability issues? (2) how can we infuse the graph structure information among multimodal neighbors into the LMs? and (3) how can we finetune the pretrained LMs to learn from the neighbor context in a parameter-efficient manner? We conduct extensive experiments to answer these three questions on MMGL and analyze the empirical results to pave the way for future MMGL research.

📄 PDF Abstract BibTeX arXiv:2310.07478

Code (1)

minjiyoon/mmgl 공식 구현 pytorch

Tasks

Graph LearningText Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

UniGraph2: Learning a Unified Embedding Space to Bind Multimodal Graphs

2025-02-02 · Yufei He, Yuan Sui, Xiaoxin He, Yue Liu 외

Existing foundation models, such as CLIP, aim to learn a unified embedding space for multimodal data, enabling a wide range of downstream web-based applications like search, recommendation, and content classification. Ho…

Graph Neural NetworkMixture-of-ExpertsRepresentation LearningTransfer Learning

Latent graph encoding of multimodal neuroimaging features with generative AI architectures

2026-07-08 · Ishaan Batta, Meenu Ajith, Vince Calhoun arxiv

While generative models enable encoding of complex neuroimaging data for feature generation and reconstruction, developing optimal architectural frameworks with appropriate encoding and latent space processes is crucial …

Multimodal Image Synthesis with Conditional Implicit Maximum Likelihood Estimation

2020-04-07 · Ke Li, Shichong Peng, Tianhao Zhang, Jitendra Malik

Many tasks in computer vision and graphics fall within the framework of conditional image synthesis. In recent years, generative adversarial nets (GANs) have delivered impressive advances in quality of synthesized images…

Image GenerationImage Super-ResolutionSuper-Resolution

Toward Effective Multimodal Graph Foundation Model: A Divide-and-Conquer Based Approach

2026-02-04 · Sicheng Liu, Xunkai Li, Daohan Su, Ru Zhang 외 arxiv

Graph Foundation Models (GFMs) have achieved remarkable success in generalizing across diverse domains. However, they mainly focus on Text-Attributed Graphs (TAGs), leaving Multimodal-Attributed Graphs (MAGs) largely unt…

Graph4MM: Weaving Multimodal Learning with Structural Information

2025-10-19 · Xuying Ning, Dongqi Fu, Tianxin Wei, Wujiang Xu 외 arxiv

Real-world multimodal data usually exhibit complex structural relationships beyond traditional one-to-one mappings like image-caption pairs. Entities across modalities interact in intricate ways, with images and text for…