paper-with-me

홈 › Papers

An efficient encoder-decoder architecture with top-down attention for speech separation

2022-09-30 · Kai Li, Runxuan Yang, Xiaolin Hu

Deep neural networks have shown excellent prospects in speech separation tasks. However, obtaining good results while keeping a low model complexity remains challenging in real-world applications. In this paper, we provide a bio-inspired efficient encoder-decoder architecture by mimicking the brain's top-down attention, called TDANet, with decreased model complexity without sacrificing performance. The top-down attention in TDANet is extracted by the global attention (GA) module and the cascaded local attention (LA) layers. The GA module takes multi-scale acoustic features as input to extract global attention signal, which then modulates features of different scales by direct top-down connections. The LA layers use features of adjacent layers as input to extract the local attention signal, which is used to modulate the lateral input in a top-down manner. On three benchmark datasets, TDANet consistently achieved competitive separation performance to previous state-of-the-art (SOTA) methods with higher efficiency. Specifically, TDANet's multiply-accumulate operations (MACs) are only 5\% of Sepformer, one of the previous SOTA models, and CPU inference time is only 10\% of Sepformer. In addition, a large-size version of TDANet obtained SOTA results on three datasets, with MACs still only 10\% of Sepformer and the CPU inference time only 24\% of Sepformer.

📄 PDF Abstract BibTeX arXiv:2209.15200

Code (1)

JusperLee/TDANet 공식 구현 pytorch

Tasks

CPUDecoderSpeech Separation

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.

Similar Papers 제목 키워드 기반

Self-Attention Networks for Connectionist Temporal Classification in Speech Recognition

2019-01-22 · Julian Salazar, Katrin Kirchhoff, Zhiheng Huang

The success of self-attention in NLP has led to recent applications in end-to-end encoder-decoder architectures for speech recognition. Separately, connectionist temporal classification (CTC) has matured as an alignment-…

ClassificationDecoderGeneral ClassificationGPU+3

Real-time Streaming Wave-U-Net with Temporal Convolutions for Multichannel Speech Enhancement

2021-04-05 · Vasiliy Kuzmin, Fyodor Kravchenko, Artem Sokolov, Jie Geng

In this paper, we describe the work that we have done to participate in Task1 of the ConferencingSpeech2021 challenge. This task set a goal to develop the solution for multi-channel speech enhancement in a real-time mann…

DecoderSpeech Enhancement

Streaming automatic speech recognition with the transformer model

2020-01-08 · Niko Moritz, Takaaki Hori, Jonathan Le Roux

Encoder-decoder based sequence-to-sequence models have demonstrated state-of-the-art results in end-to-end automatic speech recognition (ASR). Recently, the transformer architecture, which uses self-attention to model te…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decodermodel+2

Using Large Language Model for End-to-End Chinese ASR and NER

2024-01-21 · Yuang Li, Jiawei Yu, Min Zhang, Mengxin Ren 외

Mapping speech tokens to the same feature space as text tokens has become the paradigm for the integration of speech modality into decoder-only large language models (LLMs). An alternative approach is to use an encoder-d…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modeling+5

Joint Encoder-Decoder Self-Supervised Pre-training for ASR

2022-06-09 · Arunkumar A, Umesh S

Self-supervised learning (SSL) has shown tremendous success in various speech-related downstream tasks, including Automatic Speech Recognition (ASR). The output embeddings of the SSL model are treated as powerful short-t…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modelling+3