MLCLLGSDASApr 9, 2018

Scalable Factorized Hierarchical Variational Autoencoder Training

arXiv:1804.03201v210.526 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a scalability problem for researchers and practitioners using FHVAEs in speech applications, making the model more applicable to large-scale datasets, though it is incremental as it improves an existing method.

The paper tackles the scalability limitations of factorized hierarchical variational autoencoders (FHVAEs) for large datasets by proposing a hierarchical sampling training algorithm, which reduces runtime, memory usage, and hyperparameter optimization issues, enabling effective training on datasets up to 1,000 hours.

Deep generative models have achieved great success in unsupervised learning with the ability to capture complex nonlinear relationships between latent generating factors and observations. Among them, a factorized hierarchical variational autoencoder (FHVAE) is a variational inference-based model that formulates a hierarchical generative process for sequential data. Specifically, an FHVAE model can learn disentangled and interpretable representations, which have been proven useful for numerous speech applications, such as speaker verification, robust speech recognition, and voice conversion. However, as we will elaborate in this paper, the training algorithm proposed in the original paper is not scalable to datasets of thousands of hours, which makes this model less applicable on a larger scale. After identifying limitations in terms of runtime, memory, and hyperparameter optimization, we propose a hierarchical sampling training algorithm to address all three issues. Our proposed method is evaluated comprehensively on a wide variety of datasets, ranging from 3 to 1,000 hours and involving different types of generating factors, such as recording conditions and noise types. In addition, we also present a new visualization method for qualitatively evaluating the performance with respect to the interpretability and disentanglement. Models trained with our proposed algorithm demonstrate the desired characteristics on all the datasets.

Code Implementations2 repos
Foundations

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

Your Notes