paper-with-me

Papers

Efficient Fine-tuning of Audio Spectrogram Transformers via Soft Mixture of Adapters

2024-02-01 · Umberto Cappellazzo, Daniele Falavigna, Alessio Brutti

Mixture of Experts (MoE) architectures have recently started burgeoning due to their ability to scale model's capacity while maintaining the computational cost affordable. Furthermore, they can be applied to both Transformers and State Space Models, the current state-of-the-art models in numerous fields. While MoE has been mostly investigated for the pre-training stage, its use in parameter-efficient transfer learning settings is under-explored. To narrow this gap, this paper attempts to demystify the use of MoE for parameter-efficient fine-tuning of Audio Spectrogram Transformers to audio and speech downstream tasks. Specifically, we propose Soft Mixture of Adapters (Soft-MoA). It exploits adapters as the experts and, leveraging the recent Soft MoE method, it relies on a soft assignment between the input tokens and experts to keep the computational time limited. Extensive experiments across 4 benchmarks demonstrate that Soft-MoA outperforms the single adapter method and performs on par with the dense MoA counterpart. We finally present ablation studies on key elements of Soft-MoA, showing for example that Soft-MoA achieves better scaling with more experts, as well as ensuring that all experts contribute to the computation of the output tokens, thus dispensing with the expert imbalance issue.

📄 PDF Abstract BibTeX arXiv:2402.00828

Code (1)

umbertocappellazzo/petl_ast 공식 구현 pytorch

Tasks

Mixture-of-Expertsparameter-efficient fine-tuningState Space ModelsTransfer Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Improving Audio Spectrogram Transformers for Sound Event Detection Through Multi-Stage Training

2024-07-17 · Florian Schmid, Paul Primus, Tobias Morocutti, Jonathan Greif 외

This technical report describes the CP-JKU team's submission for Task 4 Sound Event Detection with Heterogeneous Training Datasets and Potentially Missing Labels of the DCASE 24 Challenge. We fine-tune three large Audio …

Event DetectionMissing LabelsSound Event Detection

From Coarse to Fine: Efficient Training for Audio Spectrogram Transformers

2024-01-16 · Jiu Feng, Mehmet Hamza Erol, Joon Son Chung, Arda Senocak

Transformers have become central to recent advances in audio classification. However, training an audio spectrogram transformer, e.g. AST, from scratch can be resource and time-intensive. Furthermore, the complexity of t…

Audio Classification

AaSP: Aliasing-aware Self-Supervised Pre-Training for Audio Spectrogram Transformers

2025-12-03 · Kohei Yamamoto, Kosuke Okusa arxiv

Transformer-based audio self-supervised learning (SSL) models commonly use spectrograms, vision-style Transformers, and masked modeling objectives. However, convolutional patchification with temporal downsampling lowers …

Self-Supervised Learning

Parameter-Efficient Transfer Learning of Audio Spectrogram Transformers

2023-12-06 · Umberto Cappellazzo, Daniele Falavigna, Alessio Brutti, Mirco Ravanelli

Parameter-efficient transfer learning (PETL) methods have emerged as a solid alternative to the standard full fine-tuning approach. They only train a few extra parameters for each downstream task, without sacrificing per…

Audio ClassificationFew-Shot LearningTransfer Learning

Multi-Iteration Multi-Stage Fine-Tuning of Transformers for Sound Event Detection with Heterogeneous Datasets

2024-07-17 · Florian Schmid, Paul Primus, Tobias Morocutti, Jonathan Greif 외

A central problem in building effective sound event detection systems is the lack of high-quality, strongly annotated sound event datasets. For this reason, Task 4 of the DCASE 2024 challenge proposes learning from two h…

Event DetectionSound Event Detection