ASCLSDJun 17, 2019

Real to H-space Encoder for Speech Recognition

arXiv:1906.08043v1
AI Analysis

This work solves the problem of integrating powerful quaternion representations into speech recognition systems for researchers and engineers, but it is incremental as it builds on existing QNN methods.

The paper addresses the limitation of quaternion-valued neural networks (QNNs) to process real-valued input data by introducing a real-to-quaternion encoder, enabling QNNs to handle one-dimensional features like Mel-filter-banks for speech recognition, though no specific performance numbers are provided.

Deep neural networks (DNNs) and more precisely recurrent neural networks (RNNs) are at the core of modern automatic speech recognition systems, due to their efficiency to process input sequences. Recently, it has been shown that different input representations, based on multidimensional algebras, such as complex and quaternion numbers, are able to bring to neural networks a more natural, compressive and powerful representation of the input signal by outperforming common real-valued NNs. Indeed, quaternion-valued neural networks (QNNs) better learn both internal dependencies, such as the relation between the Mel-filter-bank value of a specific time frame and its time derivatives, and global dependencies, describing the relations that exist between time frames. Nonetheless, QNNs are limited to quaternion-valued input signals, and it is difficult to benefit from this powerful representation with real-valued input data. This paper proposes to tackle this weakness by introducing a real-to-quaternion encoder that allows QNNs to process any one dimensional input features, such as traditional Mel-filter-banks for automatic speech recognition.

Foundations

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

Your Notes