paper-with-me

Papers

Learning to Imagine: Visually-Augmented Natural Language Generation

2023-05-26 · Tianyi Tang, Yushuo Chen, Yifan Du, Junyi Li, Wayne Xin Zhao, Ji-Rong Wen

People often imagine relevant scenes to aid in the writing process. In this work, we aim to utilize visual information for composition in the same manner as humans. We propose a method, LIVE, that makes pre-trained language models (PLMs) Learn to Imagine for Visuallyaugmented natural language gEneration. First, we imagine the scene based on the text: we use a diffusion model to synthesize high-quality images conditioned on the input texts. Second, we use CLIP to determine whether the text can evoke the imagination in a posterior way. Finally, our imagination is dynamic, and we conduct synthesis for each sentence rather than generate only one image for an entire paragraph. Technically, we propose a novel plug-and-play fusion layer to obtain visually-augmented representations for each text. Our vision-text fusion layer is compatible with Transformerbased architecture. We have conducted extensive experiments on four generation tasks using BART and T5, and the automatic results and human evaluation demonstrate the effectiveness of our proposed method. We will release the code, model, and data at the link: https://github.com/RUCAIBox/LIVE.

📄 PDF Abstract BibTeX arXiv:2305.16944

Code (1)

rucaibox/live 공식 구현 jax

Tasks

SentenceText Generation

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…

Similar Papers 제목 키워드 기반

Vision-and-Language Navigation: Interpreting visually-grounded navigation instructions in real environments

2017-11-20 · CVPR 2018 6 · Peter Anderson, Qi Wu, Damien Teney, Jake Bruce 외

A robot that can carry out a natural-language instruction has been a dream since before the Jetsons cartoon series imagined a life of leisure mediated by a fleet of attentive robot helpers. It is a dream that remains stu…

Reinforcement LearningTranslationVision and Language NavigationVisual Navigation+2

ImaginE: An Imagination-Based Automatic Evaluation Metric for Natural Language Generation

2021-06-10 · Wanrong Zhu, Xin Eric Wang, An Yan, Miguel Eckstein 외

Automatic evaluations for natural language generation (NLG) conventionally rely on token-level or embedding-level comparisons with text references. This differs from human language processing, for which visual imaginatio…

nlg evaluationText Generation

Improving the Efficiency of Visually Augmented Language Models

2024-09-17 · Paula Ontalvilla, Aitor Ormazabal, Gorka Azkune

Despite the impressive performance of autoregressive Language Models (LM) it has been shown that due to reporting bias, LMs lack visual knowledge, i.e. they do not know much about the visual world and its properties. To …

Image GenerationImage RetrievalLanguage ModelingLanguage Modelling+2

ImaginE: An Imagination-Based Automatic Evaluation Metric for Natural Language Generation

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Automatic evaluations for natural language generation conventionally rely on token-level or embedding-level comparisons with the text references. This is different from human evaluation manners, in which people also form…

nlg evaluationText Generation

Towards Unified World Models for Visual Navigation via Memory-Augmented Planning and Foresight

2025-10-09 · Yifei Dong, Fengyi Wu, Guangyu Chen, Lingdong Kong 외 arxiv

Enabling embodied agents to imagine future states is essential for robust and generalizable visual navigation. Yet, state-of-the-art systems typically rely on modular designs that decouple navigation planning from visual…

Visual Navigation