CLAISep 8, 2018

The Lower The Simpler: Simplifying Hierarchical Recurrent Models

arXiv:1809.02790v41089 citations
AI Analysis

This work addresses efficiency improvements for hierarchical recurrent models, but it is incremental as it builds on existing architectures like HRED and R-NET.

The authors tackled the problem of training efficiency in hierarchical recurrent models by simplifying lower layers, resulting in models with significantly fewer parameters and training time while achieving slightly better performance.

To improve the training efficiency of hierarchical recurrent models without compromising their performance, we propose a strategy named as `the lower the simpler', which is to simplify the baseline models by making the lower layers simpler than the upper layers. We carry out this strategy to simplify two typical hierarchical recurrent models, namely Hierarchical Recurrent Encoder-Decoder (HRED) and R-NET, whose basic building block is GRU. Specifically, we propose Scalar Gated Unit (SGU), which is a simplified variant of GRU, and use it to replace the GRUs at the middle layers of HRED and R-NET. Besides, we also use Fixed-size Ordinally-Forgetting Encoding (FOFE), which is an efficient encoding method without any trainable parameter, to replace the GRUs at the bottom layers of HRED and R-NET. The experimental results show that the simplified HRED and the simplified R-NET contain significantly less trainable parameters, consume significantly less training time, and achieve slightly better performance than their baseline models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes