CVJul 11, 2024

SEED-Story: Multimodal Long Story Generation with Large Language Model

Tencent
arXiv:2407.08683v278 citationsh-index: 44
AI Analysis

This addresses the problem of creating extended narrative content for applications in entertainment or education, though it appears incremental as it builds on existing MLLM capabilities.

The authors tackled the challenge of generating long, coherent multimodal stories with interleaved text and images by proposing SEED-Story, a method using a Multimodal Large Language Model to predict text and visual tokens, achieving generation of up to 25 sequences efficiently.

With the remarkable advancements in image generation and open-form text generation, the creation of interleaved image-text content has become an increasingly intriguing field. Multimodal story generation, characterized by producing narrative texts and vivid images in an interleaved manner, has emerged as a valuable and practical task with broad applications. However, this task poses significant challenges, as it necessitates the comprehension of the complex interplay between texts and images, and the ability to generate long sequences of coherent, contextually relevant texts and visuals. In this work, we propose SEED-Story, a novel method that leverages a Multimodal Large Language Model (MLLM) to generate extended multimodal stories. Our model, built upon the powerful comprehension capability of MLLM, predicts text tokens as well as visual tokens, which are subsequently processed with an adapted visual de-tokenizer to produce images with consistent characters and styles. We further propose multimodal attention sink mechanism to enable the generation of stories with up to 25 sequences (only 10 for training) in a highly efficient autoregressive manner. Additionally, we present a large-scale and high-resolution dataset named StoryStream for training our model and quantitatively evaluating the task of multimodal story generation in various aspects.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes