LGASOct 24, 2019

Superposition as Data Augmentation using LSTM and HMM in Small Training Sets

arXiv:1910.10881v1
Originality Incremental advance
AI Analysis

This work addresses data scarcity in training for audio and image tasks, offering a novel augmentation method with theoretical grounding, though it appears incremental as an extension of mix-up.

The paper tackles the problem of training neural networks with limited data by proposing superposition augmentation, a technique inspired by quantum properties that mixes training samples. The method achieved a 3% accuracy improvement using 38% fewer training samples for Russian audio-digit recognition and outperformed mix-up augmentation by 7.16% with only 500 samples.

Considering audio and image data as having quantum nature (data are represented by density matrices), we achieved better results on training architectures such as 3-layer stacked LSTM and HMM by mixing training samples using superposition augmentation and compared with plain default training and mix-up augmentation. This augmentation technique originates from the mix-up approach but provides more solid theoretical reasoning based on quantum properties. We achieved 3% improvement (from 68% to 71%) by using 38% lesser number of training samples in Russian audio-digits recognition task and 7,16% better accuracy than mix-up augmentation by training only 500 samples using HMM on the same task. Also, we achieved 1.1% better accuracy than mix-up on first 900 samples in MNIST using 3-layer stacked LSTM.

Foundations

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

Your Notes