paper-with-me

Papers

ElasticAST: An Audio Spectrogram Transformer for All Length and Resolutions

2024-07-11 · Jiu Feng, Mehmet Hamza Erol, Joon Son Chung, Arda Senocak

Transformers have rapidly overtaken CNN-based architectures as the new standard in audio classification. Transformer-based models, such as the Audio Spectrogram Transformers (AST), also inherit the fixed-size input paradigm from CNNs. However, this leads to performance degradation for ASTs in the inference when input lengths vary from the training. This paper introduces an approach that enables the use of variable-length audio inputs with AST models during both training and inference. By employing sequence packing, our method ElasticAST, accommodates any audio length during training, thereby offering flexibility across all lengths and resolutions at the inference. This flexibility allows ElasticAST to maintain evaluation capabilities at various lengths or resolutions and achieve similar performance to standard ASTs trained at specific lengths or resolutions. Moreover, experiments demonstrate ElasticAST's better performance when trained and evaluated on native-length audio datasets.

📄 PDF Abstract BibTeX arXiv:2407.08691

Code (1)

jiufengsc/elasticast 공식 구현 pytorch

Tasks

AllAudio Classification

Similar Papers 제목 키워드 기반

Multi-Resolution Beta-Divergence NMF for Blind Spectral Unmixing

2020-07-08 · Valentin Leplat, Nicolas Gillis, Cédric Févotte

Many datasets are obtained as a resolution trade-off between two adversarial dimensions; for example between the frequency and the temporal resolutions for the spectrogram of an audio signal, and between the number of wa…

blind source separationHyperspectral Unmixing

MARS: Sound Generation via Multi-Channel Autoregression on Spectrograms

2025-09-30 · Eleonora Ristori, Luca Bindini, Paolo Frasconi arxiv

Research on audio generation has progressively developed along both waveform-based and spectrogram-based directions, giving rise to diverse strategies for representing and generating audio. At the same time, advances in …

Audio Generation

Audio Mamba: Selective State Spaces for Self-Supervised Audio Representations

2024-06-04 · Sarthak Yadav, Zheng-Hua Tan

Despite its widespread adoption as the prominent neural architecture, the Transformer has spurred several independent lines of work to address its limitations. One such approach is selective state space models, which hav…

Language ModellingMambaState Space Models

An overview of neural architectures for self-supervised audio representation learning from masked spectrograms

2025-09-23 · Sarthak Yadav, Sergios Theodoridis, Zheng-Hua Tan arxiv

In recent years, self-supervised learning has amassed significant interest for training deep neural representations without labeled data. One such self-supervised learning approach is masked spectrogram modeling, where t…

Self-Supervised LearningRepresentation LearningAudio Classification

Efficient Transformer for Direct Speech Translation

2021-07-07 · Belen Alastruey, Gerard I. Gállego, Marta R. Costa-jussà

The advent of Transformer-based models has surpassed the barriers of text. When working with speech, we must face a problem: the sequence length of an audio input is not suitable for the Transformer. To bypass this probl…

DecoderTranslation