# To Reverse the Gradient or Not: An Empirical Comparison of Adversarial   and Multi-task Learning in Speech Recognition

**Authors:** Yossi Adi, Neil Zeghidour, Ronan Collobert, Nicolas Usunier, Vitaliy, Liptchinsky, Gabriel Synnaeve

arXiv: 1812.03483 · 2019-02-15

## TL;DR

This paper compares adversarial and multi-task learning approaches in speech recognition, analyzing their effects on speaker invariance and error rates, and explores semi-supervised methods to enhance performance.

## Contribution

It provides an empirical comparison of adversarial and multi-task learning in speech recognition, revealing their limited impact on models already invariant to speakers and demonstrating semi-supervised improvements.

## Key findings

- Deep models already develop speaker invariance without auxiliary loss.
- Impact of adversarial and multi-task learning on error rates is minor.
- Semi-supervised learning with untranscribed data can improve speech recognition accuracy.

## Abstract

Transcribed datasets typically contain speaker identity for each instance in the data. We investigate two ways to incorporate this information during training: Multi-Task Learning and Adversarial Learning. In multi-task learning, the goal is speaker prediction; we expect a performance improvement with this joint training if the two tasks of speech recognition and speaker recognition share a common set of underlying features. In contrast, adversarial learning is a means to learn representations invariant to the speaker. We then expect better performance if this learnt invariance helps generalizing to new speakers. While the two approaches seem natural in the context of speech recognition, they are incompatible because they correspond to opposite gradients back-propagated to the model. In order to better understand the effect of these approaches in terms of error rates, we compare both strategies in controlled settings. Moreover, we explore the use of additional untranscribed data in a semi-supervised, adversarial learning manner to improve error rates. Our results show that deep models trained on big datasets already develop invariant representations to speakers without any auxiliary loss. When considering adversarial learning and multi-task learning, the impact on the acoustic model seems minor. However, models trained in a semi-supervised manner can improve error-rates.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.03483/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1812.03483/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1812.03483/full.md

---
Source: https://tomesphere.com/paper/1812.03483