paper-with-me

홈 › Papers

Linear-Complexity Self-Supervised Learning for Speech Processing

2024-07-18 · Shucong Zhang, Titouan Parcollet, Rogier Van Dalen, Sourav Bhattacharya

Self-supervised learning (SSL) models usually require weeks of pre-training with dozens of high-end GPUs. These models typically have a multi-headed self-attention (MHSA) context encoder. However, MHSA takes quadratic time and space in the input length, contributing to the high pre-training cost. Linear-complexity alternatives to MHSA have been proposed. For instance, in supervised training, the SummaryMixing model is the first to outperform MHSA across multiple speech processing tasks. However, these cheaper alternatives have not been explored for SSL yet. This paper studies a linear-complexity context encoder for SSL for the first time. With better or equivalent performance for the downstream tasks of the MP3S benchmark, SummaryMixing reduces the pre-training time and peak VRAM of wav2vec 2.0 model by 18% and by 23%, respectively, leading to the pre-training of a 155M wav2vec 2.0 model finished within one week with 4 Tesla A100 GPUs. Code is available at https://github.com/SamsungLabs/SummaryMixing.

📄 PDF Abstract BibTeX arXiv:2407.13377

Code (1)

samsunglabs/summarymixing 공식 구현 pytorch

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

Windowed SummaryMixing: An Efficient Fine-Tuning of Self-Supervised Learning Models for Low-resource Speech Recognition

2026-02-04 · Aditya Srinivas Menon, Kumud Tripathi, Raj Gohil, Pankaj Wasnik arxiv

Self-supervised learning (SSL) has advanced speech processing but suffers from quadratic complexity due to self-attention. To address this, SummaryMixing (SM) has been proposed as a linear-time alternative that summarize…

Self-Supervised LearningSpeech Recognition

An Analysis of Linear Complexity Attention Substitutes with BEST-RQ

2024-09-04 · Ryan Whetten, Titouan Parcollet, Adel Moumen, Marco Dinarelli 외

Self-Supervised Learning (SSL) has proven to be effective in various domains, including speech processing. However, SSL is computationally and memory expensive. This is in part due the quadratic complexity of multi-head …

MambaSelf-Supervised Learning

Polynomial Mixing for Efficient Self-supervised Speech Encoders

2026-02-28 · Eva Feillet, Ryan Whetten, David Picard, Alexandre Allauzen arxiv

State-of-the-art speech-to-text models typically employ Transformer-based encoders that model token dependencies via self-attention mechanisms. However, the quadratic complexity of self-attention in both memory and compu…

Representation LearningSpeech Recognition

SummaryMixing: A Linear-Complexity Alternative to Self-Attention for Speech Recognition and Understanding

2023-07-12 · Titouan Parcollet, Rogier Van Dalen, Shucong Zhang, Sourav Bhattacharya

Modern speech processing systems rely on self-attention. Unfortunately, token mixing with self-attention takes quadratic time in the length of the speech utterance, slowing down inference and training and increasing memo…

speech-recognitionSpeech Recognition

DF-Conformer: Integrated architecture of Conv-TasNet and Conformer using linear complexity self-attention for speech enhancement

2021-06-30 · Yuma Koizumi, Shigeki Karita, Scott Wisdom, Hakan Erdogan 외

Single-channel speech enhancement (SE) is an important task in speech processing. A widely used framework combines an analysis/synthesis filterbank with a mask prediction network, such as the Conv-TasNet architecture. In…

Computational EfficiencyDenoisingPredictionSpeech Enhancement