Layer Trajectory LSTM

AI-generated keywords: Deep learning

AI-generated Key Points

The license of the paper does not allow us to build upon its content and the key points are generated using the paper metadata rather than the full article.

  • Stacking Long Short-Term Memory (LSTM) layers in deep learning enhances modeling power, especially with large training data.
  • Challenges arise when using too many vanilla LSTM layers, such as the gradient vanishing problem in excessively deep networks.
  • Researchers have explored incorporating skip connections like residual LSTM architectures to address these challenges.
  • The layer trajectory LSTM (ltLSTM) framework introduces a novel approach by leveraging all layer outputs from a multi-layer time-LSTM model for final senone classification tasks.
  • ltLSTM executes forward-propagation processes for both time-LSTMs and layer-LSTMs concurrently, ensuring consistent computational time and mitigating issues related to gradient vanishing.
Also access our AI generated: Comprehensive summary, Lay summary, Blog-like article; or ask questions about this paper to our AI assistant.

Authors: Jinyu Li, Changliang Liu, Yifan Gong

Accepted at Interspeech 2018. Note the computational cost in Table 2 in the original Interspeech publication was doubled. Please refer this publication for the right computational cost

Abstract: It is popular to stack LSTM layers to get better modeling power, especially when large amount of training data is available. However, an LSTM-RNN with too many vanilla LSTM layers is very hard to train and there still exists the gradient vanishing issue if the network goes too deep. This issue can be partially solved by adding skip connections between layers, such as residual LSTM. In this paper, we propose a layer trajectory LSTM (ltLSTM) which builds a layer-LSTM using all the layer outputs from a standard multi-layer time-LSTM. This layer-LSTM scans the outputs from time-LSTMs, and uses the summarized layer trajectory information for final senone classification. The forward-propagation of time-LSTM and layer-LSTM can be handled in two separate threads in parallel so that the network computation time is the same as the standard time-LSTM. With a layer-LSTM running through layers, a gated path is provided from the output layer to the bottom layer, alleviating the gradient vanishing issue. Trained with 30 thousand hours of EN-US Microsoft internal data, the proposed ltLSTM performed significantly better than the standard multi-layer LSTM and residual LSTM, with up to 9.0% relative word error rate reduction across different tasks.

Submitted to arXiv on 28 Aug. 2018

Ask questions about this paper to our AI assistant

You can also chat with multiple papers at once here.

The license of the paper does not allow us to build upon its content and the AI assistant only knows about the paper metadata rather than the full article.

AI assistant instructions?

Results of the summarizing process for the arXiv paper: 1808.09522v1

This paper's license doesn't allow us to build upon its content and the summarizing process is here made with the paper's metadata rather than the article.

, , , , In the field of deep learning, it is common practice to stack Long Short-Term Memory (LSTM) layers in order to enhance modeling power. This is particularly useful when dealing with a large amount of training data. However, using too many vanilla LSTM layers in an LSTM-RNN can pose challenges during the training process. One such issue is the gradient vanishing problem that arises when the network becomes excessively deep. To address these challenges, researchers have explored incorporating skip connections between layers, such as residual LSTM architectures. In their study titled "Layer Trajectory LSTM," authors Jinyu Li, Changliang Liu, and Yifan Gong introduce a novel approach known as layer trajectory LSTM (ltLSTM). The ltLSTM framework involves constructing a layer-LSTM by leveraging all the layer outputs from a standard multi-layer time-LSTM model. This mechanism scans through the outputs generated by the time-LSTMs and utilizes the aggregated layer trajectory information for final senone classification tasks. One key innovation of ltLSTM is its ability to execute forward-propagation processes for both time-LSTMs and layer-LSTMs concurrently in separate threads. This parallel processing strategy ensures consistent computational time required for network operations compared to a standard time-LSTM model. By implementing a layer-LSTM that traverses through different layers within the network architecture, ltLSTM establishes gated pathways from the output layer down to the base layer. This effectively mitigates issues related to gradient vanishing and improves overall model accuracy and efficiency. The performance of ltLSTM was evaluated using 30 thousand hours of EN-US Microsoft internal data for training purposes. The results demonstrated that ltLSTM outperformed both traditional multi-layer LSTM models and residual LSTMs across various tasks, achieving up to a remarkable 9.0% relative reduction in word error rates. This significant improvement underscores the efficacy of ltLSTM in enhancing model accuracy and efficiency compared to existing LSTM architectures. , , , , Overall, the findings presented in this paper highlight the potential of layer trajectory LSTM as an advanced solution for addressing challenges associated with deep neural networks while achieving superior performance outcomes in complex machine learning tasks.
Created on 19 Sep. 2024

Assess the quality of the AI-generated content by voting

Score: 0

Why do we need votes?

Votes are used to determine whether we need to re-run our summarizing tools. If the count reaches -10, our tools can be restarted.

Similar papers summarized with our AI tools

Navigate through even more similar papers through a

tree representation

Look for similar papers (in beta version)

By clicking on the button above, our algorithm will scan all papers in our database to find the closest based on the contents of the full papers and not just on metadata. Please note that it only works for papers that we have generated summaries for and you can rerun it from time to time to get a more accurate result while our database grows.

Disclaimer: The AI-based summarization tool and virtual assistant provided on this website may not always provide accurate and complete summaries or responses. We encourage you to carefully review and evaluate the generated content to ensure its quality and relevance to your needs.