TL;DR
SepTr introduces a separable transformer architecture for audio spectrogram processing, effectively capturing frequency and time features separately, leading to improved performance and lower memory usage compared to standard transformers.
Contribution
The paper proposes SepTr, a novel architecture that applies separate attention mechanisms to frequency and time axes in spectrograms, enhancing efficiency and accuracy.
Findings
Outperforms conventional vision transformers on benchmark datasets.
Scales linearly with input size, reducing memory footprint.
Demonstrates effectiveness in audio spectrogram tasks.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Byte Pair Encoding · Softmax · Residual Connection · Position-Wise Feed-Forward Layer · Label Smoothing · Dense Connections · Dropout
