ASSDNov 7, 2021

LiMuSE: Lightweight Multi-modal Speaker Extraction

arXiv:2111.04063v36 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of deploying multi-modal speaker extraction on resource-constrained devices, representing an incremental improvement in model efficiency.

The paper tackles the problem of high parameter count and complexity in multi-modal speaker extraction models by proposing LiMuSE, a lightweight framework that achieves comparable or better performance on the MC_GRID dataset with significantly fewer parameters.

Multi-modal cues, including spatial information, facial expression and voiceprint, are introduced to the speech separation and speaker extraction tasks to serve as complementary information to achieve better performance. However, the introduction of these cues brings about an increasing number of parameters and model complexity, which makes it harder to deploy these models on resource-constrained devices. In this paper, we alleviate the aforementioned problem by proposing a Lightweight Multi-modal framework for Speaker Extraction (LiMuSE). We propose to use GC-equipped TCN, which incorporates Group Communication (GC) and Temporal Convolutional Network (TCN) in the Context Codec module, the audio block and the fusion block. The experiments on the MC_GRID dataset demonstrate that LiMuSE achieves on par or better performance with a much smaller number of parameters and less model complexity. We further investigate the impacts of the quantization of LiMuSE. Our code and dataset are provided.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes