Best of arXiv.org for AI, Machine Learning, and Deep Learning – May 2019

This paper studies the task of reconstructing a facial image of a person from a short audio recording of that person speaking.

The researchers design and train a deep neural network to perform this task using millions of natural Internet/YouTube videos of people speaking.

During training, our model learns voice-face correlations that allow it to produce images that capture various physical attributes of the speakers such as age, gender and ethnicity.

Distilling the Knowledge in a Neural Network A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.

Unfortunately, making predictions using a whole ensemble of models is cumbersome and may be too computationally expensive to allow deployment to a large number of users, especially if the individual models are large neural nets.

Caruana and his collaborators have shown that it is possible to compress the knowledge in an ensemble into a single model which is much easier to deploy and this paper develops this approach further using a different compression technique.

The reseachers achieve some surprising results on MNIST and show how to significantly improve the acoustic model of a heavily used commercial system by distilling the knowledge in an ensemble of models into a single model.

The paper also introduces a new type of ensemble composed of one or more full models and many specialist models which learn to distinguish fine-grained classes that the full models confuse.

Unlike a mixture of experts, these specialist models can be trained rapidly and in parallel.

MixMatch: A Holistic Approach to Semi-Supervised Learning Semi-supervised learning has proven to be a powerful paradigm for leveraging unlabeled data to mitigate the reliance on large labeled datasets.

In this work, we unify the current dominant approaches for semi-supervised learning to produce a new algorithm, MixMatch, that works by guessing low-entropy labels for data-augmented unlabeled examples and mixing labeled and unlabeled data using MixUp.

Sign up for the free insideBIGDATA newsletter.

.

. More details

Leave a Reply