paper-with-me

Papers

MAX-AST: COMBINING CONVOLUTION, LOCAL AND GLOBAL SELF-ATTENTIONS FOR AUDIO EVENT CLASSIFICATION

2024-04-14 · ICASSP 2024 4 · Tony Alex, Sara Ahmed, Armin Mustafa, Muhammad Awais, Philip JB Jackson

In the domain of audio transformer architectures, prior research has extensively investigated isotropic architectures that capture the global context through full self-attention and hierarchical architectures that progressively transition from local to global context utilising hierarchical structures with convolutions or window-based attention. However, the idea of imbuing each individual block with both local and global contexts, thereby creating a hybrid transformer block, remains relatively under-explored in the field. To facilitate this exploration, we introduce Multi Axis Audio Spectrogram Transformer (Max-AST), an adaptation of MaxViT to the audio domain. Our approach leverages convolution, local window-attention, and global grid-attention in all the transformer blocks. The proposed model excels in efficiency compared to prior methods and consistently outperforms state-of-the-art techniques, achieving significant gains of up to 2.6% on the AudioSet full set. Further, we performed detailed ablations to analyse the impact of each of these components on audio feature learning. The source code is available at https://github.com/ta012/MaxAST.git

📄 PDF Abstract BibTeX

Code (1)

ta012/MaxAST pytorch

Tasks

Audio Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

MossFormer: Pushing the Performance Limit of Monaural Speech Separation using Gated Single-Head Transformer with Convolution-Augmented Joint Self-Attentions

2023-02-23 · Shengkui Zhao, Bin Ma

Transformer based models have provided significant performance improvements in monaural speech separation. However, there is still a performance gap compared to a recent proposed upper bound. The major limitation of the …

Speech Separation

Axial-DeepLab: Stand-Alone Axial-Attention for Panoptic Segmentation

2020-03-17 · ECCV 2020 8 · Huiyu Wang, Yukun Zhu, Bradley Green, Hartwig Adam 외

Convolution exploits locality for efficiency at a cost of missing long range context. Self-attention has been adopted to augment CNNs with non-local interactions. Recent works prove it possible to stack self-attention la…

image-classificationImage ClassificationPanoptic SegmentationPosition

Local-to-Global Self-Attention in Vision Transformers

2021-07-10 · Jinpeng Li, Yichao Yan, Shengcai Liao, Xiaokang Yang 외

Transformers have demonstrated great potential in computer vision tasks. To avoid dense computations of self-attentions in high-resolution visual data, some recent Transformer models adopt a hierarchical design, where se…

image-classificationImage ClassificationSemantic Segmentation

Rethinking Transformer-Based Blind-Spot Network for Self-Supervised Image Denoising

2024-04-11 · Junyi Li, Zhilu Zhang, WangMeng Zuo

Blind-spot networks (BSN) have been prevalent neural architectures in self-supervised image denoising (SSID). However, most existing BSNs are conducted with convolution layers. Although transformers have shown the potent…

Computational EfficiencyDenoisingImage DenoisingImage Restoration+1

Searching for TrioNet: Combining Convolution with Local and Global Self-Attention

2021-11-15 · Huaijin Pi, Huiyu Wang, Yingwei Li, Zizhang Li 외

Recently, self-attention operators have shown superior performance as a stand-alone building block for vision models. However, existing self-attention models are often hand-designed, modified from CNNs, and obtained by s…

Neural Architecture Search