English

Train your classifier first: Cascade Neural Networks Training from upper layers to lower layers

Audio and Speech Processing 2021-02-10 v1 Artificial Intelligence Sound

Abstract

Although the lower layers of a deep neural network learn features which are transferable across datasets, these layers are not transferable within the same dataset. That is, in general, freezing the trained feature extractor (the lower layers) and retraining the classifier (the upper layers) on the same dataset leads to worse performance. In this paper, for the first time, we show that the frozen classifier is transferable within the same dataset. We develop a novel top-down training method which can be viewed as an algorithm for searching for high-quality classifiers. We tested this method on automatic speech recognition (ASR) tasks and language modelling tasks. The proposed method consistently improves recurrent neural network ASR models on Wall Street Journal, self-attention ASR models on Switchboard, and AWD-LSTM language models on WikiText-2.

Keywords

Cite

@article{arxiv.2102.04697,
  title  = {Train your classifier first: Cascade Neural Networks Training from upper layers to lower layers},
  author = {Shucong Zhang and Cong-Thanh Do and Rama Doddipatla and Erfan Loweimi and Peter Bell and Steve Renals},
  journal= {arXiv preprint arXiv:2102.04697},
  year   = {2021}
}

Comments

Accepted by ICASSP 2021

R2 v1 2026-06-23T22:58:20.304Z