HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

SepTr: Separable Transformer for Audio Spectrogram Processing

Nicolae-Catalin Ristea Radu Tudor Ionescu Fahad Shahbaz Khan

SepTr: Separable Transformer for Audio Spectrogram Processing

Abstract

Following the successful application of vision transformers in multiple computer vision tasks, these models have drawn the attention of the signal processing community. This is because signals are often represented as spectrograms (e.g. through Discrete Fourier Transform) which can be directly provided as input to vision transformers. However, naively applying transformers to spectrograms is suboptimal. Since the axes represent distinct dimensions, i.e. frequency and time, we argue that a better approach is to separate the attention dedicated to each axis. To this end, we propose the Separable Transformer (SepTr), an architecture that employs two transformer blocks in a sequential manner, the first attending to tokens within the same time interval, and the second attending to tokens within the same frequency bin. We conduct experiments on three benchmark data sets, showing that our separable architecture outperforms conventional vision transformers and other state-of-the-art methods. Unlike standard transformers, SepTr linearly scales the number of trainable parameters with the input size, thus having a lower memory footprint. Our code is available as open source at https://github.com/ristea/septr.

Code Repositories

ristea/septr
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
audio-classification-on-esc-50SepTr
PRE-TRAINING DATASET: -
Top-1 Accuracy: 91.13
speech-emotion-recognition-on-crema-dSepTr
Accuracy: 70.47
time-series-on-speech-commandsSepTr
% Test Accuracy: 98.51

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
SepTr: Separable Transformer for Audio Spectrogram Processing | Papers | HyperAI