English

Efficient Ensemble for Multimodal Punctuation Restoration using Time-Delay Neural Network

Computation and Language 2024-05-29 v2 Human-Computer Interaction Machine Learning Sound Audio and Speech Processing

Abstract

Punctuation restoration plays an essential role in the post-processing procedure of automatic speech recognition, but model efficiency is a key requirement for this task. To that end, we present EfficientPunct, an ensemble method with a multimodal time-delay neural network that outperforms the current best model by 1.0 F1 points, using less than a tenth of its inference network parameters. We streamline a speech recognizer to efficiently output hidden layer acoustic embeddings for punctuation restoration, as well as BERT to extract meaningful text embeddings. By using forced alignment and temporal convolutions, we eliminate the need for attention-based fusion, greatly increasing computational efficiency and raising performance. EfficientPunct sets a new state of the art with an ensemble that weights BERT's purely language-based predictions slightly more than the multimodal network's predictions. Our code is available at https://github.com/lxy-peter/EfficientPunct.

Keywords

Cite

@article{arxiv.2302.13376,
  title  = {Efficient Ensemble for Multimodal Punctuation Restoration using Time-Delay Neural Network},
  author = {Xing Yi Liu and Homayoon Beigi},
  journal= {arXiv preprint arXiv:2302.13376},
  year   = {2024}
}

Comments

6 pages, 1 figure, 5 tables, paper at IMCOM 2024, technical report at Recognition Technologies, Inc

R2 v1 2026-06-28T08:49:55.235Z