paper-with-me

Papers

Hierarchical Attention Encoder Decoder

2023-06-01 · Asier Mujika

Recent advances in large language models have shown that autoregressive modeling can generate complex and novel sequences that have many real-world applications. However, these models must generate outputs autoregressively, which becomes time-consuming when dealing with long sequences. Hierarchical autoregressive approaches that compress data have been proposed as a solution, but these methods still generate outputs at the original data frequency, resulting in slow and memory-intensive models. In this paper, we propose a model based on the Hierarchical Recurrent Encoder Decoder (HRED) architecture. This model independently encodes input sub-sequences without global context, processes these sequences using a lower-frequency model, and decodes outputs at the original data frequency. By interpreting the encoder as an implicitly defined embedding matrix and using sampled softmax estimation, we develop a training algorithm that can train the entire model without a high-frequency decoder, which is the most memory and compute-intensive part of hierarchical approaches. In a final, brief phase, we train the decoder to generate data at the original granularity. Our algorithm significantly reduces memory requirements for training autoregressive models and it also improves the total training wall-clock time.

📄 PDF Abstract BibTeX arXiv:2306.01070

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Methods 이 논문이 사용한 방법론

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$…

Similar Papers 제목 키워드 기반

Hierarchical Attention Decoder for Solving Math Word Problems

2021-11-16 · ACL ARR November 2021 11 · Anonymous

To answer math word problems (MWPs), models need to formalize equations from the source text of math problems. Recently, the tree-structured decoder has significantly improved model performance on this task by generating…

DecoderMath

Open-Ended Long-Form Video Question Answering via Hierarchical Convolutional Self-Attention Networks

2019-06-28 · Zhu Zhang, Zhou Zhao, Zhijie Lin, Jingkuan Song 외

Open-ended video question answering aims to automatically generate the natural-language answer from referenced video contents according to the given question. Currently, most existing approaches focus on short-form video…

Answer GenerationDecoderFormQuestion Answering+1

Automatic Graphics Program Generation using Attention-Based Hierarchical Decoder

2018-10-26 · Zhihao Zhu, Zhan Xue, Zejian yuan

Recent progress on deep learning has made it possible to automatically transform the screenshot of Graphic User Interface (GUI) into code by using the encoder-decoder framework. While the commonly adopted image encoder (…

Code GenerationDecoder

G-CASCADE: Efficient Cascaded Graph Convolutional Decoding for 2D Medical Image Segmentation

2023-10-24 · Md Mostafijur Rahman, Radu Marculescu

In recent years, medical image segmentation has become an important application in the field of computer-aided diagnosis. In this paper, we are the first to propose a new graph convolution-based decoder namely, Cascaded …

DecoderImage SegmentationMedical Image SegmentationRetinal Vessel Segmentation+2

Hierarchical Context-Aware Transformers for Non-Autoregressive Text to Speech

2021-06-29 · Jae-Sung Bae, Tae-Jun Bak, Young-Sun Joo, Hoon-Young Cho

In this paper, we propose methods for improving the modeling performance of a Transformer-based non-autoregressive text-to-speech (TNA-TTS) model. Although the text encoder and audio decoder handle different types and le…

DecoderSentencetext-to-speechText to Speech