paper-with-me

Papers

Spectrogram-frame linear network and continuous frame sequence for bird sound classification

2019-11-01 · Ecological Informatics 2019 11 · Xin Zhang, Aibin Chen, Guoxiong Zhou, Zhiqiang Zhang, Xibei Huang, Xiaohu Qiang

Inspired by that bird sound has various frequency distributions and continuous time-varying properties, a novel method is proposed for the classification of bird sound based on continuous frame sequence and spectrogram-frame linear network (SFLN). In order to form a continuous frame sequence as the standard input for SFLN, a sliding window algorithm of short frame length is suitable for differentiate the Mel-spectrogram of bird sound. The vertical 3D filter in the linear layer moves linearly along the continuous frame and cover its full frequency band. The weight is initialized to a Gaussian distribution to attenuate the high-and low-frequency noise, thereby extracting the long-and short-term features of the continuous frame of the bird sound. Finally, the GRU network is connected and used as a classifier to directly output the prediction results. Four kinds of bird sound from the xeno-canto website are tested to evaluate the influences of different parameters of sliding window on the effect of SFLN-based classification. In the comparison experiment, the mean average precision (MAP) achieves the highest value of 0.97.

📄 PDF Abstract BibTeX

Code (1)

MeetXinZhang/Spectrogram_frame-linear-network 공식 구현 tf

Tasks

Sound Classification

Similar Papers 제목 키워드 기반

SSM2Mel: State Space Model to Reconstruct Mel Spectrogram from the EEG

2025-01-03 · Cunhang Fan, Sheng Zhang, Jingjing Zhang, Zexu Pan 외

Decoding speech from brain signals is a challenging research problem that holds significant importance for studying speech processing in the brain. Although breakthroughs have been made in reconstructing the mel spectrog…

EEGMamba

End-to-End Mandarin Tone Classification with Short Term Context Information

2021-04-12 · Jiyang Tang, Ming Li

In this paper, we propose an end-to-end Mandarin tone classification method from continuous speech utterances utilizing both the spectrogram and the short-term context information as the input. Both spectrograms and cont…

General Classification

GELP: GAN-Excited Linear Prediction for Speech Synthesis from Mel-spectrogram

2019-04-08 · Lauri Juvela, Bajibabu Bollepalli, Junichi Yamagishi, Paavo Alku

Recent advances in neural network -based text-to-speech have reached human level naturalness in synthetic speech. The present sequence-to-sequence models can directly map text to mel-spectrogram acoustic features, which …

Speech Synthesistext-to-speechText to Speech

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

Full-Frequency Temporal Patching and Structured Masking for Enhanced Audio Classification

2025-08-28 · Aditya Makineni, Baocheng Geng, Qing Tian arxiv

Transformers and State-Space Models (SSMs) have advanced audio classification by modeling spectrograms as sequences of patches. However, existing models such as the Audio Spectrogram Transformer (AST) and Audio Mamba (Au…

Audio Classification