Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Branchformer: Parallel MLP-Attention Architectures to Capture Local and Global Context for Speech Recognition and Understanding

About

Conformer has proven to be effective in many speech processing tasks. It combines the benefits of extracting local dependencies using convolutions and global dependencies using self-attention. Inspired by this, we propose a more flexible, interpretable and customizable encoder alternative, Branchformer, with parallel branches for modeling various ranged dependencies in end-to-end speech processing. In each encoder layer, one branch employs self-attention or its variant to capture long-range dependencies, while the other branch utilizes an MLP module with convolutional gating (cgMLP) to extract local relationships. We conduct experiments on several speech recognition and spoken language understanding benchmarks. Results show that our model outperforms both Transformer and cgMLP. It also matches with or outperforms state-of-the-art results achieved by Conformer. Furthermore, we show various strategies to reduce computation thanks to the two-branch architecture, including the ability to have variable inference complexity in a single trained model. The weights learned for merging branches indicate how local and global dependencies are utilized in different layers, which benefits model designing.

Yifan Peng, Siddharth Dalmia, Ian Lane, Shinji Watanabe• 2022

Related benchmarks

TaskDatasetResultRank
Automatic Speech RecognitionLibriSpeech (test-other)
WER4
966
Automatic Speech RecognitionLibriSpeech clean (test)
WER1.93
833
Automatic Speech RecognitionLibriSpeech (dev-other)
WER5.5
411
Automatic Speech RecognitionLibrispeech (test-clean)
WER2.4
84
Automatic Speech RecognitionLibriSpeech 960h (test-other)
WER5
81
Automatic Speech RecognitionAISHELL-1 (test)
CER4.4
71
Speech RecognitionLibriSpeech clean (dev)
WER0.022
59
Automatic Speech RecognitionLibriSpeech 960h (test-clean)
WER0.0213
53
Automatic Speech RecognitionAISHELL-1 (dev)
CER4.19
34
Automatic Speech RecognitionLibriSpeech 100h (test-clean)
WER9.63
32
Showing 10 of 12 rows

Other info

Follow for update