paper-with-me

Papers

Hierarchical memory decoder for visual narrating

2020-09-01 · IEEE Transactions on Circuits and Systems for Video Technology 2020 9 · Aming Wu, Yahong Han, Zhou Zhao, Yi Yang

Visual narrating focuses on generating semantic descriptions to summarize visual content of images or videos, e.g., visual captioning and visual storytelling. The challenge mainly lies in how to design a decoder to generate accurate descriptions matching visual content. Recent advances often employ a recurrent neural network (RNN), e.g., Long-Short Term Memory (LSTM), as the decoder. However, RNN is prone to diluting long-term information, which weakens its performance of capturing long-term dependencies. Recent work has demonstrated memory network (MemNet) owns the advantage of storing long-term information. However, as the decoder, it has not been well exploited for visual narrating. The reason partially comes from the difficulty of multi-modal sequential decoding with MemNet. In this article, we devise a novel memory decoder for visual narrating. Concretely, to obtain a better multi-modal representation, we first design a new multi-modal fusion method to fully merge visual and lexical information. Then, based on the fusion result, during decoding, we construct a MemNet-based decoder consisting of multiple memory layers. Particularly, in each layer, we employ a memory set to store previous decoding information and utilize an attention mechanism to adaptively select the information related to the current output. Meanwhile, we also employ a memory set to store the decoding output of each memory layer at the current time step and still utilize an attention mechanism to select the related information. Thus, this decoder alleviates dilution of long-term information. Meanwhile, the hierarchical architecture leverages the latent information of each layer, which is helpful for generating accurate descriptions. Experimental results on two tasks of visual narrating, i.e., video captioning and visual storytelling, show that our decoder could obtain superior results and outperform the performance of conventional RNN-based decoder.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage CaptioningVideo CaptioningVisual Storytelling

Similar Papers 제목 키워드 기반

Narrating For You: Prompt-guided Audio-visual Narrating Face Generation Employing Multi-entangled Latent Space

2026-02-20 · Aashish Chandra, Aashutosh A, Abhijit Das arxiv

We present a novel approach for generating realistic speaking and talking faces by synthesizing a person's voice and facial movements from a static image, a voice profile, and a target text. The model encodes the prompt/…

Video Generation

NatiQ: An End-to-end Text-to-Speech System for Arabic

2022-06-15 · Ahmed Abdelali, Nadir Durrani, Cenk Demiroglu, Fahim Dalvi 외

NatiQ is end-to-end text-to-speech system for Arabic. Our speech synthesizer uses an encoder-decoder architecture with attention. We used both tacotron-based models (tacotron-1 and tacotron-2) and the faster transformer …

Decodertext-to-speechText to Speech

Movie101: A New Movie Understanding Benchmark

2023-05-20 · Zihao Yue, Qi Zhang, Anwen Hu, Liang Zhang 외

To help the visually impaired enjoy movies, automatic movie narrating systems are expected to narrate accurate, coherent, and role-aware plots when there are no speaking lines of actors. Existing works benchmark this cha…

Video Captioning

Hierarchical Memory Decoding for Video Captioning

2020-02-27 · Aming Wu, Yahong Han

Recent advances of video captioning often employ a recurrent neural network (RNN) as the decoder. However, RNN is prone to diluting long-term information. Recent works have demonstrated memory network (MemNet) has the ad…

DecoderVideo Captioning

DiffuVST: Narrating Fictional Scenes with Global-History-Guided Denoising Models

2023-12-12 · Shengguang Wu, Mei Yuan, Qi Su

Recent advances in image and video creation, especially AI-based image synthesis, have led to the production of numerous visual scenes that exhibit a high level of abstractness and diversity. Consequently, Visual Storyte…

DenoisingDiversityImage GenerationImage to text+3