LGCLOct 31, 2019

Parameter Sharing Decoder Pair for Auto Composing

arXiv:1910.14270v2
Originality Incremental advance
AI Analysis

This addresses storage limitations in production for auto composing applications, though it appears incremental as it builds on existing transformer methods.

The paper tackles the problem of large parameter sizes in transformer-based language models for auto composing by proposing a parameter sharing decoder pair (PSDP) that dramatically reduces parameters while maintaining the ability to generate understandable compositions.

Auto Composing is an active and appealing research area in the past few years, and lots of efforts have been put into inventing more robust models to solve this problem. With the fast evolution of deep learning techniques, some deep neural network-based language models are becoming dominant. Notably, the transformer structure has been proven to be very efficient and promising in modeling texts. However, the transformer-based language models usually contain huge number of parameters and the size of the model is usually too large to put in production for some storage limited applications. In this paper, we propose a parameter sharing decoder pair (PSDP), which reduces the number of parameters dramatically and at the same time maintains the capability of generating understandable and reasonable compositions. Works created by the proposed model are presented to demonstrate the effectiveness of the model.

Foundations

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

Your Notes