paper-with-me

Papers

StoryDALL-E: Adapting Pretrained Text-to-Image Transformers for Story Continuation

2022-09-13 · Adyasha Maharana, Darryl Hannan, Mohit Bansal

Recent advances in text-to-image synthesis have led to large pretrained transformers with excellent capabilities to generate visualizations from a given text. However, these models are ill-suited for specialized tasks like story visualization, which requires an agent to produce a sequence of images given a corresponding sequence of captions, forming a narrative. Moreover, we find that the story visualization task fails to accommodate generalization to unseen plots and characters in new narratives. Hence, we first propose the task of story continuation, where the generated visual story is conditioned on a source image, allowing for better generalization to narratives with new characters. Then, we enhance or 'retro-fit' the pretrained text-to-image synthesis models with task-specific modules for (a) sequential image generation and (b) copying relevant elements from an initial frame. Then, we explore full-model finetuning, as well as prompt-based tuning for parameter-efficient adaptation, of the pre-trained model. We evaluate our approach StoryDALL-E on two existing datasets, PororoSV and FlintstonesSV, and introduce a new dataset DiDeMoSV collected from a video-captioning dataset. We also develop a model StoryGANc based on Generative Adversarial Networks (GAN) for story continuation, and compare it with the StoryDALL-E model to demonstrate the advantages of our approach. We show that our retro-fitting approach outperforms GAN-based models for story continuation and facilitates copying of visual elements from the source image, thereby improving continuity in the generated visual story. Finally, our analysis suggests that pretrained transformers struggle to comprehend narratives containing several characters. Overall, our work demonstrates that pretrained text-to-image synthesis models can be adapted for complex and low-resource tasks like story continuation.

📄 PDF Abstract BibTeX arXiv:2209.06192

Code (1)

adymaharana/storydalle 공식 구현 pytorch

Tasks

Image GenerationStory ContinuationStory VisualizationVideo Captioning

Similar Papers 제목 키워드 기반

ChatDiT: A Training-Free Baseline for Task-Agnostic Free-Form Chatting with Diffusion Transformers

2024-12-17 · Lianghua Huang, Wei Wang, Zhi-Fan Wu, Yupeng Shi 외

Recent research arXiv:2410.15027 arXiv:2410.23775 has highlighted the inherent in-context generation capabilities of pretrained diffusion transformers (DiTs), enabling them to seamlessly adapt to diverse visual tasks wit…

ArticlesForm

Adapting Pretrained Transformer to Lattices for Spoken Language Understanding

2020-11-02 · Chao-Wei Huang, Yun-Nung Chen

Lattices are compact representations that encode multiple hypotheses, such as speech recognition results or different word segmentations. It is shown that encoding lattices as opposed to 1-best results generated by autom…

Natural Language Understandingspeech-recognitionSpeech RecognitionSpoken Language Understanding

Adapting Pretrained Text-to-Text Models for Long Text Sequences

2022-09-21 · Wenhan Xiong, Anchit Gupta, Shubham Toshniwal, Yashar Mehdad 외

We present an empirical study of adapting an existing pretrained text-to-text model for long-sequence inputs. Through a comprehensive study along three axes of the pretraining pipeline -- model architecture, optimization…

Long-range modelingQuestion AnsweringText Summarization

Diverse Pretrained Context Encodings Improve Document Translation

2021-06-07 · ACL 2021 5 · Domenic Donato, Lei Yu, Chris Dyer

We propose a new architecture for adapting a sentence-level sequence-to-sequence transformer by incorporating multiple pretrained document context signals and assess the impact on translation performance of (1) different…

Document TranslationSentenceTranslation

Restoring Neural Network Plasticity for Faster Transfer Learning

2026-03-21 · Xander Coetzer, Arné Schreuder, Anna Sergeevna Bosman arxiv

Transfer learning with models pretrained on ImageNet has become a standard practice in computer vision. Transfer learning refers to fine-tuning pretrained weights of a neural network on a downstream task, typically unrel…

Image ClassificationContinual LearningTransfer Learning