paper-with-me

Papers

Multi-View Spectrogram Transformer for Respiratory Sound Classification

2023-11-16 · Wentao He, Yuchen Yan, Jianfeng Ren, Ruibin Bai, Xudong Jiang

Deep neural networks have been applied to audio spectrograms for respiratory sound classification. Existing models often treat the spectrogram as a synthetic image while overlooking its physical characteristics. In this paper, a Multi-View Spectrogram Transformer (MVST) is proposed to embed different views of time-frequency characteristics into the vision transformer. Specifically, the proposed MVST splits the mel-spectrogram into different sized patches, representing the multi-view acoustic elements of a respiratory sound. These patches and positional embeddings are then fed into transformer encoders to extract the attentional information among patches through a self-attention mechanism. Finally, a gated fusion scheme is designed to automatically weigh the multi-view features to highlight the best one in a specific scenario. Experimental results on the ICBHI dataset demonstrate that the proposed MVST significantly outperforms state-of-the-art methods for classifying respiratory sounds.

📄 PDF Abstract BibTeX arXiv:2311.09655

Code (1)

wentaoheunnc/mvst 공식 구현 pytorch

Tasks

ClassificationSound Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
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…

Similar Papers 제목 키워드 기반

COVID-19 Detection from Respiratory Sounds with Hierarchical Spectrogram Transformers

2022-07-19 · Idil Aytekin, Onat Dalmaz, Kaan Gonc, Haydar Ankishan 외

Monitoring of prevalent airborne diseases such as COVID-19 characteristically involves respiratory assessments. While auscultation is a mainstream method for preliminary screening of disease symptoms, its utility is hamp…

Abnormal Respiratory Sound Identification Using Audio-Spectrogram Vision Transformer

2024-05-14 · Whenty Ariyanti, Kai-Chun Liu, Kuan-Yu Chen, Yu Tsao

Respiratory disease, the third leading cause of deaths globally, is considered a high-priority ailment requiring significant research on identification and treatment. Stethoscope-recorded lung sounds and artificial intel…

Classify Respiratory Abnormality in Lung Sounds Using STFT and a Fine-Tuned ResNet18 Network

2022-08-30 · Zizhao Chen, Hongliang Wang, Chia-Hui Yeh, Xilin Liu

Recognizing patterns in lung sounds is crucial to detecting and monitoring respiratory diseases. Current techniques for analyzing respiratory sounds demand domain experts and are subject to interpretation. Hence an accur…

Sound Classification

Inception-Based Network and Multi-Spectrogram Ensemble Applied For Predicting Respiratory Anomalies and Lung Diseases

2020-12-26 · Lam Pham, Huy Phan, Ross King, Alfred Mertins 외

This paper presents an inception-based deep neural network for detecting lung diseases using respiratory sound input. Recordings of respiratory sound collected from patients are firstly transformed into spectrograms wher…

Patch-Mix Contrastive Learning with Audio Spectrogram Transformer on Respiratory Sound Classification

2023-05-23 · Sangmin Bae, June-Woo Kim, Won-Yang Cho, Hyerim Baek 외

Respiratory sound contains crucial information for the early diagnosis of fatal lung diseases. Since the COVID-19 pandemic, there has been a growing interest in contact-free medical care based on electronic stethoscopes.…

Audio ClassificationContrastive LearningSound Classification